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 @h122015pull/80/head
parent
2014d367c9
commit
af3ba8ea50
|
@ -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": [
|
||||
|
|
Loading…
Reference in New Issue