mirror of https://github.com/MISP/misp-objects
Add media in twitter-post in order to store attached medias in a tweet
Add pastebin.fr in source of paste and paste_file for storing whole paste file.pull/302/head
parent
5bc046c97e
commit
a47ba8c5b8
|
@ -25,6 +25,7 @@
|
|||
"values_list": [
|
||||
"pastebin.com",
|
||||
"pastebin.com_pro",
|
||||
"pastebin.fr",
|
||||
"pastie.org",
|
||||
"slexy.org",
|
||||
"gist.github.com",
|
||||
|
@ -41,6 +42,11 @@
|
|||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"paste_file": {
|
||||
"description": "Content of the paste in file",
|
||||
"misp-attribute": "attachment",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"title": {
|
||||
"description": "Title of the paste or post.",
|
||||
"misp-attribute": "text",
|
||||
|
@ -65,5 +71,5 @@
|
|||
"paste"
|
||||
],
|
||||
"uuid": "cedc055c-78aa-49a4-bfd7-4cc30cecef12",
|
||||
"version": 5
|
||||
"version": 6
|
||||
}
|
|
@ -73,6 +73,12 @@
|
|||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"media":{
|
||||
"description": "Media (Photos, videos) present in tweet",
|
||||
"misp_attribute": "attachment",
|
||||
"multiple": true,
|
||||
"ui-priority": 0
|
||||
},
|
||||
"name": {
|
||||
"description": "Name of the account that posted this tweet.",
|
||||
"misp-attribute": "text",
|
||||
|
@ -148,5 +154,5 @@
|
|||
"attachment"
|
||||
],
|
||||
"uuid": "d1214031-ce1b-4a35-bd33-644c707bda2e",
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
Loading…
Reference in New Issue