chg: [coa] typo fixed for deceive
parent
7e3cc7da5d
commit
47a4080c14
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue