Skip to content

Commit 85e37b3

Browse files
authored
Merge pull request #302 from ater49/main
Adding fields in twitter-post and paste
2 parents 413a261 + a410c7c commit 85e37b3

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

objects/paste/definition.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"values_list": [
2626
"pastebin.com",
2727
"pastebin.com_pro",
28+
"pastebin.fr",
2829
"pastie.org",
2930
"slexy.org",
3031
"gist.github.com",
@@ -41,6 +42,11 @@
4142
"misp-attribute": "text",
4243
"ui-priority": 1
4344
},
45+
"paste-file": {
46+
"description": "Content of the paste in file",
47+
"misp-attribute": "attachment",
48+
"ui-priority": 0
49+
},
4450
"title": {
4551
"description": "Title of the paste or post.",
4652
"misp-attribute": "text",
@@ -65,5 +71,5 @@
6571
"paste"
6672
],
6773
"uuid": "cedc055c-78aa-49a4-bfd7-4cc30cecef12",
68-
"version": 5
74+
"version": 6
6975
}

objects/twitter-post/definition.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
"multiple": true,
1313
"ui-priority": 1
1414
},
15+
"created-at":{
16+
"description": "Datetime of Tweet publication",
17+
"misp-attribute": "datetime",
18+
"ui-priority": 0
19+
},
1520
"embedded-link": {
1621
"description": "Link in the tweet",
1722
"misp-attribute": "url",
@@ -73,6 +78,12 @@
7378
"multiple": true,
7479
"ui-priority": 1
7580
},
81+
"media":{
82+
"description": "Media (Photos, videos) present in tweet",
83+
"misp_attribute": "attachment",
84+
"multiple": true,
85+
"ui-priority": 0
86+
},
7687
"name": {
7788
"description": "Name of the account that posted this tweet.",
7889
"misp-attribute": "text",
@@ -148,5 +159,5 @@
148159
"attachment"
149160
],
150161
"uuid": "d1214031-ce1b-4a35-bd33-644c707bda2e",
151-
"version": 3
162+
"version": 5
152163
}

0 commit comments

Comments
 (0)