Merge pull request #302 from ater49/main

Adding fields in twitter-post and paste
pull/304/head
Alexandre Dulaunoy 2020-12-20 10:34:11 +01:00 committed by GitHub
commit 85e37b360e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 2 deletions

View File

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

View File

@ -12,6 +12,11 @@
"multiple": true,
"ui-priority": 1
},
"created-at":{
"description": "Datetime of Tweet publication",
"misp-attribute": "datetime",
"ui-priority": 0
},
"embedded-link": {
"description": "Link in the tweet",
"misp-attribute": "url",
@ -73,6 +78,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 +159,5 @@
"attachment"
],
"uuid": "d1214031-ce1b-4a35-bd33-644c707bda2e",
"version": 3
"version": 5
}