add: New predicate misp:automation-level indicating whether an event or

attribute was imported into MISP in a fully automatic fashion, was
reviewed by a human, or directly stems from manual analysis.

/cc @h122015
pull/80/head
Daniel Roethlisberger 2018-01-12 15:42:24 +01:00
parent 2014d367c9
commit af3ba8ea50
1 changed files with 20 additions and 0 deletions

View File

@ -70,6 +70,26 @@
}
]
},
{
"predicate": "automation-level",
"entry": [
{
"expanded": "Generated automatically without human verification",
"value": "automatic",
"numerical_value": 100
},
{
"expanded": "Generated automatically but verified by a human",
"value": "reviewed",
"numerical_value": 50
},
{
"expanded": "Output of human analysis",
"value": "manual",
"numerical_value": 0
}
]
},
{
"predicate": "threat-level",
"entry": [