misp-objects/objects/microblog/definition.json

171 lines
4.6 KiB
JSON
Raw Normal View History

{
"requiredOneOf": [
"post",
"archive",
"url",
"link",
"attachment"
],
"attributes": {
"post": {
"description": "Raw text of the post.",
"ui-priority": 1,
"misp-attribute": "text"
},
"title": {
"description": "Title of the post.",
"ui-priority": 1,
"misp-attribute": "text"
},
"url": {
"description": "Original URL of the microblog post (potentially malicious).",
"ui-priority": 1,
"multiple": true,
"misp-attribute": "url"
},
"link": {
"description": "Original link to the microblog post (supposed harmless).",
"ui-priority": 1,
2020-01-16 10:44:51 +01:00
"misp-attribute": "link",
"multiple": true,
2020-01-16 13:46:53 +01:00
"to_ids": false
},
"archive": {
"description": "Archive of the original document (Internet Archive, Archive.is, etc).",
"ui-priority": 1,
"multiple": true,
"misp-attribute": "link"
},
"attachment": {
"description": "The microblog post file or screen capture.",
"ui-priority": 1,
"multiple": true,
"misp-attribute": "attachment"
},
"type": {
"description": "Type of the microblog post",
"ui-priority": 1,
"misp-attribute": "text",
"disable_correlation": true,
"sane_default": [
"Twitter",
"Facebook",
"LinkedIn",
"Reddit",
"Google+",
"Instagram",
"Forum",
"Other"
]
},
"state": {
"misp-attribute": "text",
"ui-priority": 0,
"description": "State of the microblog post",
"disable_correlation": true,
"values_list": [
"Informative",
"Malicious",
"Misinformation",
"Disinformation",
"Unknown"
]
},
"username": {
"description": "Username who posted the microblog post (without the @ prefix)",
"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,
"misp-attribute": "text",
"disable_correlation": true,
"values_list": [
"Verified",
"Unverified",
"Unknown"
]
},
"creation-date": {
"description": "Initial creation of the microblog post",
"ui-priority": 0,
"misp-attribute": "datetime"
},
"modification-date": {
"description": "Last update of the microblog post",
"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,
"misp-attribute": "url",
"multiple": true
},
"embedded-safe-link": {
"description": "Safe link into the microblog post",
"ui-priority": 0,
"misp-attribute": "link",
"multiple": true
},
"removal-date": {
"description": "When the microblog post was removed.",
"ui-priority": 0,
"misp-attribute": "datetime"
},
2017-09-28 22:07:15 +02:00
"username-quoted": {
"description": "Username who are quoted in the microblog post.",
"ui-priority": 0,
"multiple": true,
"misp-attribute": "text"
},
"twitter-id": {
"description": "The microblog post id.",
"ui-priority": 0,
"multiple": true,
"misp-attribute": "twitter-id"
},
"hashtag": {
"description": "Hashtag embedded in the microblog post",
"ui-priority": 0,
"misp-attribute": "text",
"multiple": true
2019-09-19 16:26:41 +02:00
}
},
"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",
"name": "microblog"
}