-
Notifications
You must be signed in to change notification settings - Fork 128
/
Copy pathdefinition.json
49 lines (49 loc) · 1.13 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
{
"attributes": {
"datetime": {
"categories": [
"Other"
],
"description": "Datetime",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"signature": {
"categories": [
"External analysis"
],
"description": "Name of detection signature - set the description of the detection signature as a comment",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 2
},
"software": {
"categories": [
"External analysis"
],
"description": "Name of Sandbox software",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"text": {
"categories": [
"Other"
],
"description": "Additional signature description",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
}
},
"description": "Sandbox detection signature",
"meta-category": "misc",
"name": "sb-signature",
"required": [
"software",
"signature"
],
"uuid": "984c5c39-be7f-4e1e-b034-d3213bac51cb",
"version": 2
}