-
Notifications
You must be signed in to change notification settings - Fork 128
/
Copy pathdefinition.json
54 lines (54 loc) · 1.47 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
{
"attributes": {
"full-name": {
"description": "Full name assigned to the profile.",
"misp-attribute": "text",
"ui-priority": 0
},
"group-comment": {
"description": "Any group comment added.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"group-name": {
"description": "Name assigned to the profile.",
"misp-attribute": "text",
"ui-priority": 0
},
"group-users": {
"description": "Users belonging to the group",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"key": {
"description": "Registry key where the information is retrieved from.",
"misp-attribute": "text",
"ui-priority": 0
},
"key-last-write-time": {
"description": "Date and time when the key was last updated.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"last-write-date-time": {
"description": "Date and time when the group key was updated.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
}
},
"description": "Regripper Object template designed to present group profile details extracted from the SAM hive.",
"meta-category": "misc",
"name": "regripper-sam-hive-user-group",
"required": [
"key"
],
"requiredOneOf": [
"group-name"
],
"uuid": "b924bae1-2dec-4d2d-a8c2-b03305222b7c",
"version": 1
}