mirror of https://github.com/MISP/misp-objects
43 lines
1.6 KiB
JSON
43 lines
1.6 KiB
JSON
{
|
|
"name": "vulnerability",
|
|
"meta-category": "network",
|
|
"description": "Vulnerability object describing common vulnerability enumeration",
|
|
"version": 1,
|
|
"attributes" :
|
|
{
|
|
"references": {
|
|
"misp-attribute": "link",
|
|
"misp-usage-frequency": 1,
|
|
"multiple": true
|
|
},
|
|
"published": {
|
|
"misp-attribute": "datetime",
|
|
"misp-usage-frequency": 0
|
|
},
|
|
"modified": {
|
|
"misp-attribute": "datetime",
|
|
"misp-usage-frequency": 0
|
|
},
|
|
"vulnerable_configuration": {
|
|
"misp-attribute": "text",
|
|
"misp-usage-frequency": 1,
|
|
"multiple": true,
|
|
"description": "The vulnerable configuration is described in CPE format"
|
|
},
|
|
"summary": {
|
|
"misp-attribute": "text",
|
|
"misp-usage-frequency": 1
|
|
},
|
|
"text": {
|
|
"misp-attribute": "text",
|
|
"misp-usage-frequency": 1
|
|
},
|
|
"id": {
|
|
"misp-attribute": "vulnerability",
|
|
"misp-usage-frequency": 1
|
|
}
|
|
|
|
},
|
|
"requiredOneOf": ["published", "modified", "references", "vulnerable_configuration", "summary", "text", "id"]
|
|
}
|