new: [taxonomy] Pandemic and covid-19 type tracking

pull/182/head
Christophe Vandeplas 2020-03-24 16:43:42 +01:00
parent 1e74d27a96
commit dd0a9c0442
2 changed files with 27 additions and 0 deletions

View File

@ -49,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.

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