mirror of https://github.com/MISP/misp-objects
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"name": "vulnerability",
|
|
"uuid": "81650945-f186-437b-8945-9f31715d32da",
|
|
"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"
|
|
]
|
|
}
|