-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathdefinition.json
244 lines (244 loc) · 7.99 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
{
"attributes": {
"address-of-entrypoint": {
"description": "The address of the entry point relative to the image base when the executable file is loaded into memory",
"disable_correlation": true,
"misp-attribute": "integer",
"ui-priority": 1
},
"base-of-code": {
"description": "Address relative to the imagebase where the binary's code starts",
"disable_correlation": true,
"misp-attribute": "integer",
"ui-priority": 0
},
"base-of-data": {
"description": "Address relative to the imagebase where the binary's data starts",
"disable_correlation": true,
"misp-attribute": "integer",
"ui-priority": 0
},
"checksum": {
"description": "The image file checksum",
"disable_correlation": true,
"misp-attribute": "hex",
"ui-priority": 0
},
"dll-characteristics": {
"description": "Some characteristics of the underlying binary",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"sane_default": [
"APPCONTAINER",
"DYNAMIC_BASE",
"FORCE_INTEGRITY",
"GUARD_CF",
"HIGH_ENTROPY_VA",
"NO_BIND",
"NO_ISOLATION",
"NO_SEH",
"NX_COMPAT",
"TERMINAL_SERVER_AWARE",
"WDM_DRIVER"
],
"ui-priority": 0
},
"dll-characteristics-hex": {
"description": "The DLL characteristics in a single hex value",
"disable_correlation": true,
"misp-attribute": "hex",
"ui-priority": 0
},
"file-alignment": {
"description": "The alignment factor (in bytes) that is used to align the raw data of sections in the image file",
"disable_correlation": true,
"misp-attribute": "size-in-bytes",
"ui-priority": 0
},
"image-base": {
"description": "The preferred base address when mapping the binary in memory",
"disable_correlation": true,
"misp-attribute": "integer",
"ui-priority": 0
},
"loader-flags": {
"description": "According to the PE specifications, this value is reserved and should be 0",
"disable_correlation": true,
"misp-attribute": "hex",
"ui-priority": 0
},
"magic": {
"description": "Magic value (PE_TYPE) that identifies a PE32 from a PE64",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"PE32",
"PE32_PLUS"
],
"ui-priority": 0
},
"magic-hex": {
"description": "The magic value in a simple hex value",
"disable_correlation": true,
"misp-attribute": "hex",
"ui-priority": 0
},
"major-image-version": {
"description": "The major version number of the image",
"disable_correlation": true,
"misp-attribute": "integer",
"ui-priority": 0
},
"major-linker-version": {
"description": "The linker major version number",
"disable_correlation": true,
"misp-attribute": "integer",
"ui-priority": 0
},
"major-os-version": {
"description": "The major version number of the required operating system",
"disable_correlation": true,
"misp-attribute": "integer",
"ui-priority": 0
},
"major-subsystem-version": {
"description": "The major version number of the subsystem",
"disable_correlation": true,
"misp-attribute": "integer",
"ui-priority": 0
},
"minor-image-version": {
"description": "The minor version number of the image",
"disable_correlation": true,
"misp-attribute": "integer",
"ui-priority": 0
},
"minor-linker-version": {
"description": "The linker minor version number",
"disable_correlation": true,
"misp-attribute": "integer",
"ui-priority": 0
},
"minor-os-version": {
"description": "The minor version number of the required operating system",
"disable_correlation": true,
"misp-attribute": "integer",
"ui-priority": 0
},
"minor-subsystem-version": {
"description": "The minor version number of the subsystem",
"disable_correlation": true,
"misp-attribute": "integer",
"ui-priority": 0
},
"number-of-rva-and-size": {
"description": "The number of DataDirectory that follow this header",
"disable_correlation": true,
"misp-attribute": "integer",
"ui-priority": 0
},
"section-alignment": {
"description": "The alignment (in bytes) of sections when they are loaded into memory. It must be greater than or equal to file_alignment and the default is the page size for the architecture",
"disable_correlation": true,
"misp-attribute": "size-in-bytes",
"ui-priority": 0
},
"size-of-code": {
"description": "The size of the code .text section or the sum of all the sections that contain code",
"disable_correlation": true,
"misp-attribute": "size-in-bytes",
"ui-priority": 0
},
"size-of-headers": {
"description": "The combined size of an MS-DOS stub, PE header, and section headers rounded up to a multiple of file_alignment",
"disable_correlation": true,
"misp-attribute": "size-in-bytes",
"ui-priority": 0
},
"size-of-heap-commit": {
"description": "The size of the local heap space to commit",
"disable_correlation": true,
"misp-attribute": "size-in-bytes",
"ui-priority": 0
},
"size-of-heap-reserve": {
"description": "The size of the local heap space to reserve",
"disable_correlation": true,
"misp-attribute": "size-in-bytes",
"ui-priority": 0
},
"size-of-image": {
"description": "The size (in bytes) of the image, including all headers, as the image is loaded in memory",
"disable_correlation": true,
"misp-attribute": "size-in-bytes",
"ui-priority": 0
},
"size-of-initialised-data": {
"description": "The size of the initialized data which are usually located in the .data section. If the initialized data are split across multiple sections, it is the sum of the sections",
"disable_correlation": true,
"misp-attribute": "size-in-bytes",
"ui-priority": 0
},
"size-of-stack-commit": {
"description": "The size of the stack to commit",
"disable_correlation": true,
"misp-attribute": "size-in-bytes",
"ui-priority": 0
},
"size-of-stack-reserve": {
"description": "The size of the stack to reserve",
"disable_correlation": true,
"misp-attribute": "size-in-bytes",
"ui-priority": 0
},
"size-of-uninitialised-data": {
"description": "The size of the uninitialized data which are usually located in the .bss section. If the uninitialized data are split across multiple sections, it is the sum of the sections",
"disable_correlation": true,
"misp-attribute": "size-in-bytes",
"ui-priority": 0
},
"subsystem": {
"description": "Target subsystem",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"EFI_APPLICATION",
"EFI_BOOT_SERVICE_DRIVER",
"EFI_ROM",
"EFI_RUNTIME_DRIVER",
"NATIVE",
"NATIVE_WINDOWS",
"OS2_CUI",
"POSIX_CUI",
"UNKNOWN",
"WINDOWS_BOOT_APPLICATION",
"WINDOWS_CE_GUI",
"WINDOWS_CUI",
"WINDOWS_GUI",
"XBOX"
],
"ui-priority": 0
},
"subsystem-hex": {
"description": "The subsystem in a simple hex value",
"disable_correlation": true,
"misp-attribute": "hex",
"ui-priority": 0
},
"win32-version-value": {
"description": "Specifies the reserved win32 version value (must be zero)",
"disable_correlation": true,
"misp-attribute": "hex",
"ui-priority": 0
}
},
"description": "Object describing a Portable Executable Optional Header",
"meta-category": "file",
"name": "pe-optional-header",
"requiredOneOf": [
"address-of-entrypoint"
],
"uuid": "ebde65ab-ce98-413d-a518-8f37bc79bcb9",
"version": 2
}