chg: [microblog] state field added to describe if the tweet is malicious

or just OSINT.
pull/187/head
Alexandre Dulaunoy 2019-05-09 17:35:14 +02:00
parent 53e67b0131
commit e066df4e6d
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 12 additions and 1 deletions

View File

@ -29,6 +29,17 @@
"Other"
]
},
"state": {
"misp-attribute": "text",
"ui-priority": 0,
"description": "State of the microblog post",
"disable_correlation": true,
"values_list": [
"Informative",
"Malicious",
"Unknown"
]
},
"username": {
"description": "Username who posted the microblog post (without the @ prefix)",
"ui-priority": 0,
@ -62,7 +73,7 @@
"misp-attribute": "text"
}
},
"version": 5,
"version": 6,
"description": "Microblog post like a Twitter tweet or a post on a Facebook wall.",
"meta-category": "misc",
"uuid": "8ec8c911-ddbe-4f5b-895b-fbff70c42a60",