forked from MISP/misp-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefinition.json
45 lines (45 loc) · 1.35 KB
/
definition.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"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,
"multiple": true
}
},
"version": 2,
"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"
}