misp-taxonomies/event-classification/machinetag.json

43 lines
889 B
JSON
Raw Normal View History

2018-11-06 09:57:32 +01:00
{
"namespace": "event-classification",
"description": "Classification of events as seen in tools such as RT/IR, MISP and other",
2018-11-06 09:57:32 +01:00
"version": 1,
"predicates": [
{
"value": "event-class",
"expanded": "Event Classification"
}
],
"values": [
{
"predicate": "event-class",
"entry": [
{
2018-11-06 10:17:54 +01:00
"value": "incident_report",
"expanded": "Incident Report"
2018-11-06 09:57:32 +01:00
},
{
2018-11-06 10:17:54 +01:00
"value": "incident",
"expanded": "Incident"
2018-11-06 09:57:32 +01:00
},
{
2018-11-06 10:17:54 +01:00
"value": "investigation",
"expanded": "Investigation"
2018-11-06 09:57:32 +01:00
},
{
2018-11-06 10:17:54 +01:00
"value": "countermeasure",
"expanded": "Countermeasure"
2018-11-06 09:57:32 +01:00
},
{
"value": "general",
"expanded": "General"
},
{
2018-11-06 10:17:54 +01:00
"value": "exercise",
"expanded": "Exercise"
2018-11-06 09:57:32 +01:00
}
]
}
]
}