Merge pull request #182 from cvandeplas/master

Covid-19 tracking
pull/187/head
Alexandre Dulaunoy 2020-03-24 19:16:02 +01:00 committed by GitHub
commit d3247fe6d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 71 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. - [Cryptocurrency Threat](./cryptocurrency-threat) - Threats targetting cryptocurrency, based on CipherTrace report.
- [Cyber Kill Chain](./kill-chain) from Lockheed Martin - [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. - [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) - 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 - [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) - [DHS CIIP Sectors](./dhs-ciip-sectors)
@ -48,6 +49,7 @@ The following taxonomies are described:
- [NATO Classification Marking](./nato) - [NATO Classification Marking](./nato)
- [Open Threat Taxonomy v1.1 (SANS)](./open_threat) - [Open Threat Taxonomy v1.1 (SANS)](./open_threat)
- [OSINT Open Source Intelligence - Classification](./osint) - [OSINT Open Source Intelligence - Classification](./osint)
- [Pandemic](./pandemic) - Pandemic events
- [Ransomware](./ransomware) - [Ransomware](./ransomware)
- [runtime-packer](./runtime-packer) - Runtime or software packer used to combine compressed data with the decompression code. The decompression code can add additional obfuscations mechanisms including polymorphic-packer or other o - [runtime-packer](./runtime-packer) - Runtime or software packer used to combine compressed data with the decompression code. The decompression code can add additional obfuscations mechanisms including polymorphic-packer or other o
bfuscation techniques. This taxonomy lists all the known or official packer used for legitimate use or for packing malicious binaries. bfuscation techniques. This taxonomy lists all the known or official packer used for legitimate use or for packing malicious binaries.

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"
}
]
}
]
}

26
pandemic/machinetag.json Normal file
View File

@ -0,0 +1,26 @@
{
"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"
}
]
}
]
}