chg: [pandemic] events and pandemic namespace added
parent
d3247fe6d5
commit
d577ad8758
|
@ -123,6 +123,11 @@
|
||||||
"name": "cssa",
|
"name": "cssa",
|
||||||
"version": 8
|
"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",
|
"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",
|
"name": "cyber-threat-framework",
|
||||||
|
@ -443,6 +448,11 @@
|
||||||
"name": "osint",
|
"name": "osint",
|
||||||
"version": 11
|
"version": 11
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"description": "Pandemic",
|
||||||
|
"name": "pandemic",
|
||||||
|
"version": 2
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"description": "Tags from RiskIQ's PassiveTotal service",
|
"description": "Tags from RiskIQ's PassiveTotal service",
|
||||||
"name": "passivetotal",
|
"name": "passivetotal",
|
||||||
|
@ -565,5 +575,5 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/master/",
|
"url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/master/",
|
||||||
"version": "20200323"
|
"version": "20200324"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"namespace": "pandemic",
|
"namespace": "pandemic",
|
||||||
"description": "Pandemic",
|
"description": "Pandemic",
|
||||||
"version": 1,
|
"version": 2,
|
||||||
"predicates": [
|
"predicates": [
|
||||||
{
|
{
|
||||||
"value": "covid-19",
|
"value": "covid-19",
|
||||||
|
@ -14,11 +14,13 @@
|
||||||
"entry": [
|
"entry": [
|
||||||
{
|
{
|
||||||
"value": "health",
|
"value": "health",
|
||||||
"expanded": "Health"
|
"expanded": "Health",
|
||||||
|
"description": "Information tagged about COVID-19 and related to health"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "cyber",
|
"value": "cyber",
|
||||||
"expanded": "Cyber"
|
"expanded": "Cyber",
|
||||||
|
"description": "Information tagged about COVID-19 and related to cybersecurity"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue