new: [taxonomy] new current-events taxonomy covering covid-19

pull/182/head
Christophe Vandeplas 2020-03-24 16:39:50 +01:00
parent d89d185997
commit 1e74d27a96
2 changed files with 44 additions and 0 deletions

View File

@ -26,6 +26,7 @@ The following taxonomies are described:
- [Cryptocurrency Threat](./cryptocurrency-threat) - Threats targetting cryptocurrency, based on CipherTrace report.
- [Cyber Kill Chain](./kill-chain) from Lockheed Martin
- [The Cyber Threat Framework](./cyber-threat-framework) was developed by the US Government to enable consistent characterization and categorization of cyber threat events, and to identify trends or changes in the activities of cyber adversaries.
- [Current Events](./current-events) - List of current events ranging from political to medical matters.
- DE German (DE) [Government classification markings (VS)](./de-vs)
- [DCSO Sharing Taxonomy](./dcso-sharing) - DCSO Sharing Taxonomy to classify certain types of MISP events using the DCSO Event Guide
- [DHS CIIP Sectors](./dhs-ciip-sectors)

View File

@ -0,0 +1,43 @@
{
"namespace": "current-event",
"description": "Current events - Schemes of Classification in Incident Response and Detection",
"version": 1,
"predicates": [
{
"value": "pandemic",
"expanded": "Pandemic"
},
{
"value": "election",
"expanded": "Election"
}
],
"values": [
{
"predicate": "pandemic",
"entry": [
{
"value": "sars-cov",
"expanded": "SARS-CoV 2003"
},
{
"value": "covid-19",
"expanded": "COVID-19"
}
]
},
{
"predicate": "election",
"entry": [
{
"value": "eu-par-2019",
"expanded": "European Parliament election, 2019"
},
{
"value": "us-pres-2020",
"expanded": "United States Presidential election, 2020"
}
]
}
]
}