-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathdefinition.json
49 lines (49 loc) · 1.32 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": {
"comments": {
"description": "Additional comments.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"executable-file-name": {
"description": "Name of the executable file.",
"misp-attribute": "text",
"multiple": true,
"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
},
"path": {
"description": "Path of the executable file.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"references": {
"description": "References to the application installed.",
"misp-attribute": "link",
"multiple": true,
"ui-priority": 0
}
},
"description": "Regripper Object template designed to gather information of the application paths.",
"meta-category": "misc",
"name": "regripper-software-hive-application-paths",
"required": [
"key",
"executable-file-name",
"path"
],
"uuid": "9f2d3c9b-9a82-42a7-82c2-733115d101c8",
"version": 1
}