-
Notifications
You must be signed in to change notification settings - Fork 128
/
Copy pathdefinition.json
37 lines (37 loc) · 1 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
{
"attributes": {
"description": {
"description": "Description of the command functionalities",
"misp-attribute": "text",
"ui-priority": 1
},
"location": {
"description": "Location of the command functionality",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"Bundled",
"Module",
"Libraries",
"Unknown"
],
"ui-priority": 1
},
"trigger": {
"description": "How the commands are triggered",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"Local",
"Network",
"Unknown"
],
"ui-priority": 1
}
},
"description": "Command functionalities related to specific commands executed by a program, whether it is malicious or not. Command-line are attached to this object for the related commands.",
"meta-category": "misc",
"name": "command",
"uuid": "21ad70d8-d397-11e9-9ea7-43b2d5f6a6e3",
"version": 1
}