mirror of https://github.com/MISP/misp-objects
update microblog object - use link for non malicious link of the microblog post and embedded-link forlink into the microblog post
parent
98c0bc91e2
commit
ca70c9ca9b
|
@ -9,10 +9,16 @@
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"url": {
|
"url": {
|
||||||
"description": "Original URL location of the microblog post",
|
"description": "Original URL location of the microblog post (potentially malicious)",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "url"
|
"misp-attribute": "url"
|
||||||
},
|
},
|
||||||
|
"link": {
|
||||||
|
"description": "Original link into the microblog post (Supposed harmless)",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "link",
|
||||||
|
"multiple": true
|
||||||
|
},
|
||||||
"type": {
|
"type": {
|
||||||
"description": "Type of the microblog post",
|
"description": "Type of the microblog post",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
|
@ -55,7 +61,7 @@
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "datetime"
|
"misp-attribute": "datetime"
|
||||||
},
|
},
|
||||||
"link": {
|
"embedded-link": {
|
||||||
"description": "Link into the microblog post",
|
"description": "Link into the microblog post",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "url",
|
"misp-attribute": "url",
|
||||||
|
@ -73,7 +79,7 @@
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 6,
|
"version": 7,
|
||||||
"description": "Microblog post like a Twitter tweet or a post on a Facebook wall.",
|
"description": "Microblog post like a Twitter tweet or a post on a Facebook wall.",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"uuid": "8ec8c911-ddbe-4f5b-895b-fbff70c42a60",
|
"uuid": "8ec8c911-ddbe-4f5b-895b-fbff70c42a60",
|
||||||
|
|
Loading…
Reference in New Issue