mirror of https://github.com/MISP/misp-objects
Typo and version number correction + adding a field in twitter-post
Adding created-at field in twitter-postpull/302/head
parent
a47ba8c5b8
commit
a410c7c7a6
|
@ -42,7 +42,7 @@
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"paste_file": {
|
"paste-file": {
|
||||||
"description": "Content of the paste in file",
|
"description": "Content of the paste in file",
|
||||||
"misp-attribute": "attachment",
|
"misp-attribute": "attachment",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
|
|
|
@ -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",
|
||||||
|
@ -154,5 +159,5 @@
|
||||||
"attachment"
|
"attachment"
|
||||||
],
|
],
|
||||||
"uuid": "d1214031-ce1b-4a35-bd33-644c707bda2e",
|
"uuid": "d1214031-ce1b-4a35-bd33-644c707bda2e",
|
||||||
"version": 4
|
"version": 5
|
||||||
}
|
}
|
Loading…
Reference in New Issue