misp-taxonomies/pandemic/machinetag.json

27 lines
412 B
JSON
Raw Normal View History

{
"namespace": "pandemic",
"description": "Pandemic",
"version": 1,
"predicates": [
{
"value": "covid-19",
"expanded": "COVID-19"
}
],
"values": [
{
"predicate": "covid-19",
"entry": [
{
"value": "health",
"expanded": "Health"
},
{
"value": "cyber",
"expanded": "Cyber"
}
]
}
]
}