forked from MISP/misp-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefinition.json
102 lines (102 loc) · 2.45 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"attributes": {
"data": {
"categories": [
"Persistence mechanism"
],
"description": "Data stored in the registry key",
"misp-attribute": "text",
"ui-priority": 1
},
"data-type": {
"categories": [
"Persistence mechanism"
],
"description": "Registry value type",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"REG_NONE",
"REG_SZ",
"REG_EXPAND_SZ",
"REG_BINARY",
"REG_DWORD",
"REG_DWORD_LITTLE_ENDIAN",
"REG_DWORD_BIG_ENDIAN",
"REG_LINK",
"REG_MULTI_SZ",
"REG_RESOURCE_LIST",
"REG_FULL_RESOURCE_DESCRIPTOR",
"REG_RESOURCE_REQUIREMENTS_LIST",
"REG_QWORD",
"REG_QWORD_LITTLE_ENDIAN"
],
"ui-priority": 0
},
"hive": {
"categories": [
"Persistence mechanism"
],
"description": "Hive used to store the registry key (file on disk)",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"key": {
"categories": [
"Persistence mechanism"
],
"description": "Full key path",
"misp-attribute": "regkey",
"ui-priority": 1
},
"last-modified": {
"categories": [
"Other"
],
"description": "Last time the registry key has been modified",
"misp-attribute": "datetime",
"ui-priority": 0
},
"name": {
"categories": [
"Persistence mechanism"
],
"description": "Name of the registry key",
"misp-attribute": "text",
"ui-priority": 1
},
"root-keys": {
"description": "Root key of the Windows registry (extracted from the key)",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"HKCC",
"HKCR",
"HKCU",
"HKDD",
"HKEY_CLASSES_ROOT",
"HKEY_CURRENT_CONFIG",
"HKEY_CURRENT_USER",
"HKEY_DYN_DATA",
"HKEY_LOCAL_MACHINE",
"HKEY_PERFORMANCE_DATA",
"HKEY_USERS",
"HKLM",
"HKPD",
"HKU"
],
"ui-priority": 0
}
},
"description": "Registry key object describing a Windows registry key with value and last-modified timestamp",
"meta-category": "file",
"name": "registry-key",
"requiredOneOf": [
"key",
"name",
"data"
],
"uuid": "8b3228ad-6d82-4fe6-b2ae-05426308f1d5",
"version": 4
}