mirror of https://github.com/MISP/misp-objects
Merge pull request #205 from Delta-Sierra/master
update microblog object - use link for non malicious link of the micr…pull/207/head
commit
c381598c3d
|
@ -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