chg: [coa] typo fixed for deceive

pull/171/head
Alexandre Dulaunoy 2019-10-23 11:43:35 +02:00
parent 7e3cc7da5d
commit 47a4080c14
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
2 changed files with 4 additions and 4 deletions

View File

@ -508,12 +508,12 @@
{ {
"name": "course-of-action", "name": "course-of-action",
"description": "A Course Of Action analysis considers six potential courses of action for the development of a cyber security capability.", "description": "A Course Of Action analysis considers six potential courses of action for the development of a cyber security capability.",
"version": 1 "version": 2
} }
], ],
"path": "machinetag.json", "path": "machinetag.json",
"url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/master/", "url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/master/",
"description": "Manifest file of MISP taxonomies available.", "description": "Manifest file of MISP taxonomies available.",
"license": "CC-0", "license": "CC-0",
"version": "20191018" "version": "20191023"
} }

View File

@ -1,7 +1,7 @@
{ {
"namespace": "coa", "namespace": "coa",
"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.",
"version": 1, "version": 2,
"predicates": [ "predicates": [
{ {
"value": "discover", "value": "discover",
@ -304,7 +304,7 @@
] ]
}, },
{ {
"predicate": "decieve", "predicate": "deceive",
"entry": [ "entry": [
{ {
"value": "honeypot", "value": "honeypot",