-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathdefinition.json
55 lines (55 loc) · 1.38 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
{
"attributes": {
"command": {
"description": "Command executed.",
"misp-attribute": "text",
"ui-priority": 0
},
"comments": {
"description": "Additional comments.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"key": {
"description": "Software hive key where the information is retrieved from.",
"misp-attribute": "text",
"ui-priority": 0
},
"last-write-time": {
"description": "Date and time when the key was last updated.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"shell": {
"description": "Type of shell used to execute the command.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"exe",
"cmd",
"bat",
"hta",
"pif",
"Other"
],
"ui-priority": 0
},
"shell-path": {
"description": "Path of the shell.",
"misp-attribute": "text",
"ui-priority": 0
}
},
"description": "Regripper Object template designed to gather information of the shell commands executed on the system.",
"meta-category": "misc",
"name": "regripper-software-hive-command-shell",
"required": [
"key",
"shell",
"shell-path"
],
"uuid": "a7dc3697-89ce-46dc-a64d-0b1015457978",
"version": 1
}