From 1e74d27a9628dfdaf5be525514e98e28a998f2ff Mon Sep 17 00:00:00 2001 From: Christophe Vandeplas Date: Tue, 24 Mar 2020 16:39:50 +0100 Subject: [PATCH] new: [taxonomy] new current-events taxonomy covering covid-19 --- README.md | 1 + current-event/machinetag.json | 43 +++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 current-event/machinetag.json diff --git a/README.md b/README.md index de35dc6..e608cca 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/current-event/machinetag.json b/current-event/machinetag.json new file mode 100644 index 0000000..5e18b77 --- /dev/null +++ b/current-event/machinetag.json @@ -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" + } + ] + } + ] +}