forked from MISP/misp-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefinition.json
110 lines (110 loc) · 2.63 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"attributes": {
"on-premise-sandbox": {
"description": "The on-premise sandbox used",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"cuckoo",
"symantec-cas-on-premise",
"bluecoat-maa",
"trendmicro-deep-discovery-analyzer",
"fireeye-ax",
"vmray",
"joe-sandbox-on-premise"
],
"ui-priority": 1
},
"permalink": {
"categories": [
"External analysis"
],
"description": "Permalink reference",
"misp-attribute": "link",
"ui-priority": 2
},
"raw-report": {
"categories": [
"External analysis"
],
"description": "Raw report from sandbox",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"results": {
"categories": [
"External analysis"
],
"description": "Freetext result values",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"saas-sandbox": {
"description": "A non-on-premise sandbox, also results are not publicly available",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"forticloud-sandbox",
"joe-sandbox-cloud",
"symantec-cas-cloud"
],
"ui-priority": 1
},
"sandbox-file": {
"categories": [
"External analysis"
],
"description": "File related to sandbox run",
"disable_correlation": true,
"misp-attribute": "attachment",
"multiple": true,
"ui-priority": 1
},
"sandbox-type": {
"description": "The type of sandbox used",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"on-premise",
"web",
"saas"
],
"ui-priority": 1
},
"score": {
"categories": [
"External analysis"
],
"description": "Score",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"web-sandbox": {
"description": "A web sandbox where results are publicly available via an URL",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"malwr",
"hybrid-analysis"
],
"ui-priority": 1
}
},
"description": "Sandbox report",
"meta-category": "misc",
"name": "sandbox-report",
"required": [
"sandbox-type"
],
"requiredOneOf": [
"web-sandbox",
"on-premise-sandbox",
"saas-sandbox"
],
"uuid": "4d3fffd2-cd07-4357-96e0-a51c988faaef",
"version": 2
}