2017-09-28 19:32:31 +02:00
|
|
|
{
|
|
|
|
"requiredOneOf": [
|
|
|
|
"post"
|
|
|
|
],
|
|
|
|
"attributes": {
|
|
|
|
"post": {
|
|
|
|
"description": "Raw post",
|
|
|
|
"ui-priority": 1,
|
|
|
|
"misp-attribute": "text"
|
|
|
|
},
|
|
|
|
"url": {
|
|
|
|
"description": "Original URL location of the microblog post",
|
|
|
|
"ui-priority": 1,
|
|
|
|
"misp-attribute": "url"
|
|
|
|
},
|
|
|
|
"type": {
|
|
|
|
"description": "Type of the microblog post",
|
|
|
|
"ui-priority": 1,
|
|
|
|
"misp-attribute": "text",
|
2017-12-30 19:26:48 +01:00
|
|
|
"disable_correlation": true,
|
2017-09-28 19:32:31 +02:00
|
|
|
"sane_default": [
|
|
|
|
"Twitter",
|
|
|
|
"Facebook",
|
2017-09-28 21:36:27 +02:00
|
|
|
"LinkedIn",
|
|
|
|
"Reddit",
|
|
|
|
"Google+",
|
|
|
|
"Instagram",
|
2017-09-28 19:32:31 +02:00
|
|
|
"Forum",
|
|
|
|
"Other"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"username": {
|
2018-11-26 22:21:51 +01:00
|
|
|
"description": "Username who posted the microblog post (without the @ prefix)",
|
2017-09-28 19:32:31 +02:00
|
|
|
"ui-priority": 0,
|
|
|
|
"misp-attribute": "text"
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
},
|
2017-10-04 13:31:25 +02:00
|
|
|
"link": {
|
|
|
|
"description": "Link into the microblog post",
|
|
|
|
"ui-priority": 0,
|
2017-10-06 08:22:41 +02:00
|
|
|
"misp-attribute": "url",
|
2017-10-04 13:31:25 +02:00
|
|
|
"multiple": true
|
|
|
|
},
|
2017-09-28 19:32:31 +02:00
|
|
|
"removal-date": {
|
|
|
|
"description": "When the microblog post was removed",
|
|
|
|
"ui-priority": 0,
|
|
|
|
"misp-attribute": "datetime"
|
2017-09-28 21:36:27 +02:00
|
|
|
},
|
2017-09-28 22:07:15 +02:00
|
|
|
"username-quoted": {
|
2017-09-28 21:36:27 +02:00
|
|
|
"description": "Username who are quoted into the microblog post",
|
|
|
|
"ui-priority": 0,
|
2017-10-04 13:31:25 +02:00
|
|
|
"multiple": true,
|
2017-09-28 21:36:27 +02:00
|
|
|
"misp-attribute": "text"
|
2017-09-28 19:32:31 +02:00
|
|
|
}
|
|
|
|
},
|
2018-11-26 22:21:51 +01:00
|
|
|
"version": 5,
|
2017-09-28 19:32:31 +02:00
|
|
|
"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"
|
|
|
|
}
|