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": {
|
"attributes": {
|
||||||
"post": {
|
"post": {
|
||||||
"description": "Raw post",
|
"description": "Raw text of the post.",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
"description": "Title of the post",
|
"description": "Title of the post.",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"url": {
|
"url": {
|
||||||
"description": "Original URL location of the microblog post (potentially malicious)",
|
"description": "Original URL of the microblog post (potentially malicious).",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"misp-attribute": "url"
|
"misp-attribute": "url"
|
||||||
},
|
},
|
||||||
"link": {
|
"link": {
|
||||||
"description": "Original link into the microblog post (Supposed harmless)",
|
"description": "Original link to the microblog post (supposed harmless).",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "link",
|
"misp-attribute": "link",
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
|
@ -76,6 +76,11 @@
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
|
"display-name": {
|
||||||
|
"description": "Display name of the account who posted the microblog.",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "text"
|
||||||
|
},
|
||||||
"verified-username": {
|
"verified-username": {
|
||||||
"description": "Is the username account verified by the operator of the microblog platform",
|
"description": "Is the username account verified by the operator of the microblog platform",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
|
@ -97,6 +102,30 @@
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "datetime"
|
"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": {
|
"embedded-link": {
|
||||||
"description": "Link into the microblog post",
|
"description": "Link into the microblog post",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
|
@ -107,34 +136,33 @@
|
||||||
"description": "Safe link into the microblog post",
|
"description": "Safe link into the microblog post",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "link",
|
"misp-attribute": "link",
|
||||||
"multiple": true,
|
"multiple": true
|
||||||
"to_ids": false
|
|
||||||
},
|
},
|
||||||
"removal-date": {
|
"removal-date": {
|
||||||
"description": "When the microblog post was removed",
|
"description": "When the microblog post was removed.",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "datetime"
|
"misp-attribute": "datetime"
|
||||||
},
|
},
|
||||||
"username-quoted": {
|
"username-quoted": {
|
||||||
"description": "Username who are quoted into the microblog post",
|
"description": "Username who are quoted in the microblog post.",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"twitter-id": {
|
"twitter-id": {
|
||||||
"description": "Twitter id",
|
"description": "The microblog post id.",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"misp-attribute": "twitter-id"
|
"misp-attribute": "twitter-id"
|
||||||
},
|
},
|
||||||
"hashtag": {
|
"hashtag": {
|
||||||
"description": "Hashtag into the microblog post",
|
"description": "Hashtag embedded in the microblog post",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"multiple": true
|
"multiple": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 19,
|
"version": 20,
|
||||||
"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