new: [misp] event-type added to have a generic way to label an event
parent
4eafeae4ac
commit
5fbfd36edb
|
@ -154,6 +154,35 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"predicate": "event-type",
|
||||||
|
"entry": [
|
||||||
|
{
|
||||||
|
"expanded": "observation",
|
||||||
|
"value": "observation"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"expanded": "incident",
|
||||||
|
"value": "incident"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"expanded": "report",
|
||||||
|
"value": "report"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"expanded": "collection",
|
||||||
|
"value": "collection"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"expanded": "analysis",
|
||||||
|
"value": "analysis"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"expanded": "automatic-analysis",
|
||||||
|
"value": "automatic-analysis"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"predicate": "ids",
|
"predicate": "ids",
|
||||||
"entry": [
|
"entry": [
|
||||||
|
@ -226,9 +255,13 @@
|
||||||
{
|
{
|
||||||
"expanded": "IDS related tag unfluencing the MISP behavior of the IDS flag.",
|
"expanded": "IDS related tag unfluencing the MISP behavior of the IDS flag.",
|
||||||
"value": "ids"
|
"value": "ids"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"expanded": "Type of the event.",
|
||||||
|
"value": "event-type"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 11,
|
"version": 12,
|
||||||
"description": "MISP taxonomy to infer with MISP behavior or operation.",
|
"description": "MISP taxonomy to infer with MISP behavior or operation.",
|
||||||
"expanded": "MISP",
|
"expanded": "MISP",
|
||||||
"namespace": "misp"
|
"namespace": "misp"
|
||||||
|
|
Loading…
Reference in New Issue