add: Microblog post object like a Twitter tweet or a post on a Facebook wall.

pull/26/merge
Alexandre Dulaunoy 2017-09-28 19:32:31 +02:00
parent 5b66865268
commit 5a80d5c4d2
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 53 additions and 0 deletions

View File

@ -0,0 +1,53 @@
{
"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",
"sane_default": [
"Twitter",
"Facebook",
"Forum",
"Other"
]
},
"username": {
"description": "Username who posted the microblog post",
"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"
},
"removal-date": {
"description": "When the microblog post was removed",
"ui-priority": 0,
"misp-attribute": "datetime"
}
},
"version": 1,
"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"
}