new: exploit-poc object describing a proof of concept or exploit of a vulnerability. This object has often a relationship with a vulnerability object.

pull/111/head
Alexandre Dulaunoy 2018-07-10 07:41:09 +02:00
parent 1a491dfd23
commit 021b06bacd
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,44 @@
{
"requiredOneOf": [
"vulnerable_configuration",
"description",
"poc"
],
"attributes": {
"description": {
"description": "Description of the exploit - proof of concept",
"ui-priority": 0,
"misp-attribute": "text"
},
"vulnerable_configuration": {
"description": "The vulnerable configuration described in CPE format where the exploit/proof of concept is valid",
"multiple": true,
"ui-priority": 0,
"misp-attribute": "text"
},
"author": {
"description": "Author of the exploit - proof of concept",
"ui-priority": 0,
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true
},
"references": {
"description": "External references",
"multiple": true,
"ui-priority": 0,
"misp-attribute": "link"
},
"poc": {
"description": "Proof of Concept or exploit (as a script, binary or described process)",
"ui-priority": 0,
"misp-attribute": "attachment",
"disable_correlation": true
}
},
"version": 1,
"description": "Exploit-poc object describing a proof of concept or exploit of a vulnerability. This object has often a relationship with a vulnerability object.",
"meta-category": "vulnerability",
"uuid": "e3bdeef8-78c3-48d8-9c2f-1be5e5bde93b",
"name": "exploit-poc"
}