forked from MISP/misp-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefinition.json
52 lines (52 loc) · 1.2 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
46
47
48
49
50
51
52
{
"attributes": {
"access": {
"categories": [
"External analysis"
],
"description": "Access to the VirusTotal graph",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1,
"values_list": [
"Private",
"Public"
]
},
"comment": {
"categories": [
"External analysis"
],
"description": "Comment related to this VirusTotal graph",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 2
},
"permalink": {
"categories": [
"External analysis"
],
"description": "Permalink Reference to the VirusTotal graph",
"misp-attribute": "link",
"ui-priority": 2
},
"screenshot": {
"categories": [
"External analysis"
],
"description": "Screenshot of the VirusTotal graph",
"disable_correlation": true,
"misp-attribute": "attachment",
"ui-priority": 1
}
},
"description": "VirusTotal graph",
"meta-category": "misc",
"name": "virustotal-graph",
"required": [
"permalink"
],
"uuid": "9b421055-b1bb-4c33-9ead-7fa3f39e2232",
"version": 1
}