mirror of https://github.com/MISP/misp-objects
chg: [object] add new microblog attributes, change some of the descriptions to make them clearer
parent
d50a9eeb13
commit
28b4b615ed
|
@ -8,23 +8,23 @@
|
|||
],
|
||||
"attributes": {
|
||||
"post": {
|
||||
"description": "Raw post",
|
||||
"description": "Raw text of the post.",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "text"
|
||||
},
|
||||
"title": {
|
||||
"description": "Title of the post",
|
||||
"description": "Title of the post.",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "text"
|
||||
},
|
||||
"url": {
|
||||
"description": "Original URL location of the microblog post (potentially malicious)",
|
||||
"description": "Original URL of the microblog post (potentially malicious).",
|
||||
"ui-priority": 1,
|
||||
"multiple": true,
|
||||
"misp-attribute": "url"
|
||||
},
|
||||
"link": {
|
||||
"description": "Original link into the microblog post (Supposed harmless)",
|
||||
"description": "Original link to the microblog post (supposed harmless).",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "link",
|
||||
"multiple": true,
|
||||
|
@ -76,6 +76,11 @@
|
|||
"ui-priority": 0,
|
||||
"misp-attribute": "text"
|
||||
},
|
||||
"display-name": {
|
||||
"description": "Display name of the account who posted the microblog.",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "text"
|
||||
},
|
||||
"verified-username": {
|
||||
"description": "Is the username account verified by the operator of the microblog platform",
|
||||
"ui-priority": 0,
|
||||
|
@ -97,6 +102,30 @@
|
|||
"ui-priority": 0,
|
||||
"misp-attribute": "datetime"
|
||||
},
|
||||
"in-reply-to-user-id": {
|
||||
"description": "The user ID of the microblog this post replies to.",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "text",
|
||||
"multiple": true
|
||||
},
|
||||
"in-reply-to-status-id": {
|
||||
"description": "The microblog ID of the microblog this post replies to.",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "text",
|
||||
"multiple": true
|
||||
},
|
||||
"in-reply-to-display-name": {
|
||||
"description": "The user display name of the microblog this post replies to.",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "text",
|
||||
"multiple": true
|
||||
},
|
||||
"language": {
|
||||
"description": "The language of the post.",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "text",
|
||||
"multiple": true
|
||||
},
|
||||
"embedded-link": {
|
||||
"description": "Link into the microblog post",
|
||||
"ui-priority": 0,
|
||||
|
@ -107,34 +136,33 @@
|
|||
"description": "Safe link into the microblog post",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "link",
|
||||
"multiple": true,
|
||||
"to_ids": false
|
||||
"multiple": true
|
||||
},
|
||||
"removal-date": {
|
||||
"description": "When the microblog post was removed",
|
||||
"description": "When the microblog post was removed.",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "datetime"
|
||||
},
|
||||
"username-quoted": {
|
||||
"description": "Username who are quoted into the microblog post",
|
||||
"description": "Username who are quoted in the microblog post.",
|
||||
"ui-priority": 0,
|
||||
"multiple": true,
|
||||
"misp-attribute": "text"
|
||||
},
|
||||
"twitter-id": {
|
||||
"description": "Twitter id",
|
||||
"description": "The microblog post id.",
|
||||
"ui-priority": 0,
|
||||
"multiple": true,
|
||||
"misp-attribute": "twitter-id"
|
||||
},
|
||||
"hashtag": {
|
||||
"description": "Hashtag into the microblog post",
|
||||
"description": "Hashtag embedded in the microblog post",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "text",
|
||||
"multiple": true
|
||||
}
|
||||
},
|
||||
"version": 19,
|
||||
"version": 20,
|
||||
"description": "Microblog post like a Twitter tweet or a post on a Facebook wall.",
|
||||
"meta-category": "misc",
|
||||
"uuid": "8ec8c911-ddbe-4f5b-895b-fbff70c42a60",
|
||||
|
|
Loading…
Reference in New Issue