update microblog object - use link for non malicious link of the microblog post and embedded-link forlink into the microblog post

pull/205/head
Deborah Servili 2019-09-17 14:59:34 +02:00
parent 98c0bc91e2
commit ca70c9ca9b
No known key found for this signature in database
GPG Key ID: 7E3A832850D4D7D1
1 changed files with 9 additions and 3 deletions

View File

@ -9,10 +9,16 @@
"misp-attribute": "text"
},
"url": {
"description": "Original URL location of the microblog post",
"description": "Original URL location of the microblog post (potentially malicious)",
"ui-priority": 1,
"misp-attribute": "url"
},
"link": {
"description": "Original link into the microblog post (Supposed harmless)",
"ui-priority": 0,
"misp-attribute": "link",
"multiple": true
},
"type": {
"description": "Type of the microblog post",
"ui-priority": 1,
@ -55,7 +61,7 @@
"ui-priority": 0,
"misp-attribute": "datetime"
},
"link": {
"embedded-link": {
"description": "Link into the microblog post",
"ui-priority": 0,
"misp-attribute": "url",
@ -73,7 +79,7 @@
"misp-attribute": "text"
}
},
"version": 6,
"version": 7,
"description": "Microblog post like a Twitter tweet or a post on a Facebook wall.",
"meta-category": "misc",
"uuid": "8ec8c911-ddbe-4f5b-895b-fbff70c42a60",