misp-taxonomies/pandemic/machinetag.json

34 lines
776 B
JSON
Raw Normal View History

{
"namespace": "pandemic",
"description": "Pandemic",
2020-04-13 10:08:13 +02:00
"version": 3,
"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"
2020-04-13 10:08:13 +02:00
},
{
"value": "disinformation",
"expanded": "Disinformation",
"description": "Information tagged about COVID-19 and related to disinformation"
}
]
}
]
}