new: [taxonomy] Pandemic and covid-19 type tracking
parent
1e74d27a96
commit
dd0a9c0442
|
@ -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.
|
||||||
|
|
|
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue