misp-taxonomies/pandemic/machinetag.json

29 lines
587 B
JSON

{
"namespace": "pandemic",
"description": "Pandemic",
"version": 2,
"predicates": [
{
"value": "covid-19",
"expanded": "COVID-19"
}
],
"values": [
{
"predicate": "covid-19",
"entry": [
{
"value": "health",
"expanded": "Health",
"description": "Information tagged about COVID-19 and related to health"
},
{
"value": "cyber",
"expanded": "Cyber",
"description": "Information tagged about COVID-19 and related to cybersecurity"
}
]
}
]
}