mirror of https://github.com/MISP/misp-objects
add hashtag attribute in microblog object
parent
85f9aee365
commit
a210cb0490
|
@ -15,9 +15,8 @@
|
||||||
},
|
},
|
||||||
"link": {
|
"link": {
|
||||||
"description": "Original link into the microblog post (Supposed harmless)",
|
"description": "Original link into the microblog post (Supposed harmless)",
|
||||||
"ui-priority": 0,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "link",
|
"misp-attribute": "link",
|
||||||
"multiple": true
|
|
||||||
},
|
},
|
||||||
"type": {
|
"type": {
|
||||||
"description": "Type of the microblog post",
|
"description": "Type of the microblog post",
|
||||||
|
@ -77,9 +76,15 @@
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"version": 7,
|
"hashtag": {
|
||||||
|
"description": "Hashtag into the microblog post",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": true
|
||||||
|
},
|
||||||
|
},
|
||||||
|
"version": 8,
|
||||||
"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