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
ater49 2020-12-14 22:25:58 +01:00
parent 5bc046c97e
commit a47ba8c5b8
2 changed files with 14 additions and 2 deletions

View File

@ -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
} }

View File

@ -73,6 +73,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 +154,5 @@
"attachment" "attachment"
], ],
"uuid": "d1214031-ce1b-4a35-bd33-644c707bda2e", "uuid": "d1214031-ce1b-4a35-bd33-644c707bda2e",
"version": 3 "version": 4
} }