chg: [circl] covid-19 topic added

pull/182/head
Alexandre Dulaunoy 2020-03-23 14:08:11 +01:00
parent 1c455b2d71
commit d89d185997
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
2 changed files with 7 additions and 3 deletions

View File

@ -76,7 +76,7 @@
{ {
"description": "CIRCL Taxonomy - Schemes of Classification in Incident Response and Detection", "description": "CIRCL Taxonomy - Schemes of Classification in Incident Response and Detection",
"name": "circl", "name": "circl",
"version": 3 "version": 4
}, },
{ {
"description": "Course of action taken within organization to discover, detect, deny, disrupt, degrade, deceive and/or destroy an attack.", "description": "Course of action taken within organization to discover, detect, deny, disrupt, degrade, deceive and/or destroy an attack.",
@ -565,5 +565,5 @@
} }
], ],
"url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/master/", "url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/master/",
"version": "20200308" "version": "20200323"
} }

View File

@ -1,7 +1,7 @@
{ {
"namespace": "circl", "namespace": "circl",
"description": "CIRCL Taxonomy - Schemes of Classification in Incident Response and Detection", "description": "CIRCL Taxonomy - Schemes of Classification in Incident Response and Detection",
"version": 3, "version": 4,
"predicates": [ "predicates": [
{ {
"value": "incident-classification", "value": "incident-classification",
@ -87,6 +87,10 @@
{ {
"value": "sextortion", "value": "sextortion",
"expanded": "sextortion" "expanded": "sextortion"
},
{
"value": "covid-19",
"expanded": "covid-19"
} }
] ]
}, },