chg: [pandemic] events and pandemic namespace added

pull/187/head
Alexandre Dulaunoy 2020-03-24 19:18:46 +01:00
parent d3247fe6d5
commit d577ad8758
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
2 changed files with 16 additions and 4 deletions

View File

@ -123,6 +123,11 @@
"name": "cssa",
"version": 8
},
{
"description": "Current events - Schemes of Classification in Incident Response and Detection",
"name": "current-event",
"version": 1
},
{
"description": "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. https://www.dni.gov/index.php/cyber-threat-framework",
"name": "cyber-threat-framework",
@ -443,6 +448,11 @@
"name": "osint",
"version": 11
},
{
"description": "Pandemic",
"name": "pandemic",
"version": 2
},
{
"description": "Tags from RiskIQ's PassiveTotal service",
"name": "passivetotal",
@ -565,5 +575,5 @@
}
],
"url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/master/",
"version": "20200323"
"version": "20200324"
}

View File

@ -1,7 +1,7 @@
{
"namespace": "pandemic",
"description": "Pandemic",
"version": 1,
"version": 2,
"predicates": [
{
"value": "covid-19",
@ -14,11 +14,13 @@
"entry": [
{
"value": "health",
"expanded": "Health"
"expanded": "Health",
"description": "Information tagged about COVID-19 and related to health"
},
{
"value": "cyber",
"expanded": "Cyber"
"expanded": "Cyber",
"description": "Information tagged about COVID-19 and related to cybersecurity"
}
]
}