mirror of https://github.com/MISP/misp-objects
commit
85e37b360e
|
@ -25,6 +25,7 @@
|
||||||
"values_list": [
|
"values_list": [
|
||||||
"pastebin.com",
|
"pastebin.com",
|
||||||
"pastebin.com_pro",
|
"pastebin.com_pro",
|
||||||
|
"pastebin.fr",
|
||||||
"pastie.org",
|
"pastie.org",
|
||||||
"slexy.org",
|
"slexy.org",
|
||||||
"gist.github.com",
|
"gist.github.com",
|
||||||
|
@ -41,6 +42,11 @@
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
|
"paste-file": {
|
||||||
|
"description": "Content of the paste in file",
|
||||||
|
"misp-attribute": "attachment",
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
"title": {
|
"title": {
|
||||||
"description": "Title of the paste or post.",
|
"description": "Title of the paste or post.",
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
|
@ -65,5 +71,5 @@
|
||||||
"paste"
|
"paste"
|
||||||
],
|
],
|
||||||
"uuid": "cedc055c-78aa-49a4-bfd7-4cc30cecef12",
|
"uuid": "cedc055c-78aa-49a4-bfd7-4cc30cecef12",
|
||||||
"version": 5
|
"version": 6
|
||||||
}
|
}
|
|
@ -12,6 +12,11 @@
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
|
"created-at":{
|
||||||
|
"description": "Datetime of Tweet publication",
|
||||||
|
"misp-attribute": "datetime",
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
"embedded-link": {
|
"embedded-link": {
|
||||||
"description": "Link in the tweet",
|
"description": "Link in the tweet",
|
||||||
"misp-attribute": "url",
|
"misp-attribute": "url",
|
||||||
|
@ -73,6 +78,12 @@
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
|
"media":{
|
||||||
|
"description": "Media (Photos, videos) present in tweet",
|
||||||
|
"misp_attribute": "attachment",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
"name": {
|
"name": {
|
||||||
"description": "Name of the account that posted this tweet.",
|
"description": "Name of the account that posted this tweet.",
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
|
@ -148,5 +159,5 @@
|
||||||
"attachment"
|
"attachment"
|
||||||
],
|
],
|
||||||
"uuid": "d1214031-ce1b-4a35-bd33-644c707bda2e",
|
"uuid": "d1214031-ce1b-4a35-bd33-644c707bda2e",
|
||||||
"version": 3
|
"version": 5
|
||||||
}
|
}
|
Loading…
Reference in New Issue