mirror of https://github.com/MISP/misp-objects
fix: JQed all the things
parent
ad83a3a56f
commit
29febb2de0
|
@ -1,45 +1,45 @@
|
||||||
{
|
{
|
||||||
"requiredOneOf": [
|
"requiredOneOf": [
|
||||||
"name",
|
"name",
|
||||||
"id"
|
"id"
|
||||||
],
|
],
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"id": {
|
"id": {
|
||||||
"description": "CAPEC ID.",
|
"description": "CAPEC ID.",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
|
||||||
"name": {
|
|
||||||
"description": "Name of the attack pattern.",
|
|
||||||
"ui-priority": 0,
|
|
||||||
"misp-attribute": "text"
|
|
||||||
},
|
|
||||||
"summary": {
|
|
||||||
"description": "Summary description of the attack pattern.",
|
|
||||||
"ui-priority": 0,
|
|
||||||
"misp-attribute": "text"
|
|
||||||
},
|
|
||||||
"prerequisites": {
|
|
||||||
"description": "Prerequisites for the attack pattern to succeed.",
|
|
||||||
"ui-priority": 0,
|
|
||||||
"misp-attribute": "text"
|
|
||||||
},
|
|
||||||
"solutions": {
|
|
||||||
"description": "Solutions for the attack pattern to be countered.",
|
|
||||||
"ui-priority": 0,
|
|
||||||
"misp-attribute": "text"
|
|
||||||
},
|
|
||||||
"related-weakness": {
|
|
||||||
"description": "Weakness related to the attack pattern.",
|
|
||||||
"ui-priority": 0,
|
|
||||||
"multiple": true,
|
|
||||||
"misp-attribute": "weakness"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"version": 1,
|
"name": {
|
||||||
"description": "Attack pattern describing a common attack pattern enumeration and classification.",
|
"description": "Name of the attack pattern.",
|
||||||
"meta-category": "vulnerability",
|
"ui-priority": 0,
|
||||||
"uuid": "35928348-56be-4d7f-9752-a80927936351",
|
"misp-attribute": "text"
|
||||||
"name": "attack-pattern"
|
},
|
||||||
|
"summary": {
|
||||||
|
"description": "Summary description of the attack pattern.",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "text"
|
||||||
|
},
|
||||||
|
"prerequisites": {
|
||||||
|
"description": "Prerequisites for the attack pattern to succeed.",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "text"
|
||||||
|
},
|
||||||
|
"solutions": {
|
||||||
|
"description": "Solutions for the attack pattern to be countered.",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "text"
|
||||||
|
},
|
||||||
|
"related-weakness": {
|
||||||
|
"description": "Weakness related to the attack pattern.",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"multiple": true,
|
||||||
|
"misp-attribute": "weakness"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"version": 1,
|
||||||
|
"description": "Attack pattern describing a common attack pattern enumeration and classification.",
|
||||||
|
"meta-category": "vulnerability",
|
||||||
|
"uuid": "35928348-56be-4d7f-9752-a80927936351",
|
||||||
|
"name": "attack-pattern"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,52 +1,52 @@
|
||||||
{
|
{
|
||||||
"requiredOneOf": [
|
"requiredOneOf": [
|
||||||
"id",
|
"id",
|
||||||
"name",
|
"name",
|
||||||
"description"
|
"description"
|
||||||
],
|
],
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"id": {
|
"id": {
|
||||||
"description": "Weakness ID (generally CWE).",
|
"description": "Weakness ID (generally CWE).",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"description": "Description of the weakness.",
|
|
||||||
"ui-priority": 0,
|
|
||||||
"misp-attribute": "text"
|
|
||||||
},
|
|
||||||
"name": {
|
|
||||||
"description": "Name of the weakness.",
|
|
||||||
"ui-priority": 0,
|
|
||||||
"misp-attribute": "text"
|
|
||||||
},
|
|
||||||
"status": {
|
|
||||||
"description": "Status of the weakness.",
|
|
||||||
"ui-priority": 0,
|
|
||||||
"sane_default": [
|
|
||||||
"Incomplete",
|
|
||||||
"Deprecated",
|
|
||||||
"Draft",
|
|
||||||
"Usable"
|
|
||||||
],
|
|
||||||
"disable_correlation": true,
|
|
||||||
"misp-attribute": "text"
|
|
||||||
},
|
|
||||||
"weakness-abs": {
|
|
||||||
"description": "Abstraction of the weakness.",
|
|
||||||
"ui-priority": 0,
|
|
||||||
"sane_default": [
|
|
||||||
"Class",
|
|
||||||
"Base",
|
|
||||||
"Variant"
|
|
||||||
],
|
|
||||||
"disable_correlation": true,
|
|
||||||
"misp-attribute": "text"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"version": 1,
|
"description": {
|
||||||
"description": "Weakness object describing a common weakness enumeration which can describe usable, incomplete, draft or deprecated weakness for software, equipment of hardware.",
|
"description": "Description of the weakness.",
|
||||||
"meta-category": "vulnerability",
|
"ui-priority": 0,
|
||||||
"uuid": "b8713fc0-d7a2-4b27-a182-38ed47966802",
|
"misp-attribute": "text"
|
||||||
"name": "weakness"
|
},
|
||||||
|
"name": {
|
||||||
|
"description": "Name of the weakness.",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "text"
|
||||||
|
},
|
||||||
|
"status": {
|
||||||
|
"description": "Status of the weakness.",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"sane_default": [
|
||||||
|
"Incomplete",
|
||||||
|
"Deprecated",
|
||||||
|
"Draft",
|
||||||
|
"Usable"
|
||||||
|
],
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text"
|
||||||
|
},
|
||||||
|
"weakness-abs": {
|
||||||
|
"description": "Abstraction of the weakness.",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"sane_default": [
|
||||||
|
"Class",
|
||||||
|
"Base",
|
||||||
|
"Variant"
|
||||||
|
],
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"version": 1,
|
||||||
|
"description": "Weakness object describing a common weakness enumeration which can describe usable, incomplete, draft or deprecated weakness for software, equipment of hardware.",
|
||||||
|
"meta-category": "vulnerability",
|
||||||
|
"uuid": "b8713fc0-d7a2-4b27-a182-38ed47966802",
|
||||||
|
"name": "weakness"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue