-
Notifications
You must be signed in to change notification settings - Fork 1
/
EP-W11.xml
444 lines (444 loc) · 26.2 KB
/
EP-W11.xml
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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
<?xml version="1.0" encoding="UTF-8"?>
<!--
Exploit Protection profile for Windows 11 systems
Author: Florian Stosse <[email protected]>
Version: 1.0.17
Date: 2024-03-24
-->
<MitigationPolicy>
<SystemConfig>
<ControlFlowGuard Enable="true" SuppressExports="false" StrictControlFlowGuard="false" />
<DEP Enable="true" EmulateAtlThunks="false" />
<ASLR ForceRelocateImages="true" RequireInfo="false" BottomUp="true" HighEntropy="true" />
<SEHOP Enable="true" TelemetryOnly="false" Audit="false" />
<Heap TerminateOnError="true" />
<StrictHandle Enable="true" />
<SystemCalls Audit="true" AuditFsctlSystemCalls="true" />
<ExtensionPoints DisableExtensionPoints="true" />
<Fonts DisableNonSystemFonts="true" AuditOnly="false" Audit="false" />
<Payload EnableExportAddressFilter="true" AuditEnableExportAddressFilter="false" EnableExportAddressFilterPlus="true" AuditEnableExportAddressFilterPlus="false" EnableImportAddressFilter="true" AuditEnableImportAddressFilter="false" EnableRopStackPivot="true" AuditEnableRopStackPivot="false" EnableRopCallerCheck="true" AuditEnableRopCallerCheck="false" EnableRopSimExec="true" AuditEnableRopSimExec="false" />
<ChildProcess Audit="true" />
<ImageLoad BlockLowLabelImageLoads="true" AuditLowLabelImageLoads="false" BlockRemoteImageLoads="true" AuditRemoteImageLoads="false" AuditPreferSystem32="true" />
<DynamicCode Audit="true" />
<SignedBinaries MicrosoftSignedOnly="false" AuditMicrosoftSignedOnly="false" AllowStoreSignedBinaries="false" AuditStoreSigned="false" EnforceModuleDependencySigning="true" AuditEnforceModuleDependencySigning="true" />
<UserShadowStack UserShadowStack="true" UserShadowStackStrictMode="false" />
</SystemConfig>
<!-- 7-zip -->
<AppConfig Executable="7z.exe">
<ASLR ForceRelocateImages="true" BottomUp="true" HighEntropy="true" />
<StrictHandle Enable="true" />
<DynamicCode BlockDynamicCode="true" AllowThreadsToOptOut="false" Audit="false" />
<SignedBinaries EnforceModuleDependencySigning="true" AuditEnforceModuleDependencySigning="false" />
</AppConfig>
<AppConfig Executable="7zFM.exe">
<ASLR ForceRelocateImages="true" BottomUp="true" HighEntropy="true" />
<StrictHandle Enable="true" />
<DynamicCode BlockDynamicCode="true" AllowThreadsToOptOut="false" Audit="false" />
<SignedBinaries EnforceModuleDependencySigning="true" AuditEnforceModuleDependencySigning="false" />
</AppConfig>
<AppConfig Executable="7zG.exe">
<ASLR ForceRelocateImages="true" BottomUp="true" HighEntropy="true" />
<StrictHandle Enable="true" />
<DynamicCode BlockDynamicCode="true" AllowThreadsToOptOut="false" Audit="false" />
<SignedBinaries EnforceModuleDependencySigning="true" AuditEnforceModuleDependencySigning="false" />
</AppConfig>
<AppConfig Executable="7za.exe">
<ASLR ForceRelocateImages="true" BottomUp="true" HighEntropy="true" />
<StrictHandle Enable="true" />
<DynamicCode BlockDynamicCode="true" AllowThreadsToOptOut="false" Audit="false" />
<SignedBinaries EnforceModuleDependencySigning="true" AuditEnforceModuleDependencySigning="false" />
</AppConfig>
<!-- Edge -->
<AppConfig Executable="msedge.exe">
<DEP Enable="true" EmulateAtlThunks="false" />
<ASLR ForceRelocateImages="true" RequireInfo="true" BottomUp="true" HighEntropy="true" />
<StrictHandle Enable="true" />
<SystemCalls DisableWin32kSystemCalls="false" Audit="false" />
<ExtensionPoints DisableExtensionPoints="true" />
</AppConfig>
<AppConfig Executable="ONEDRIVE.EXE">
<DEP Enable="true" EmulateAtlThunks="false" />
<ImageLoad AuditImageLoad="false" PreferSystem32="false" BlockLowLabelImageLoads="false" BlockRemoteImageLoads="true" AuditLowLabelImageLoads="false" AuditRemoteImageLoads="false" />
<Payload EnableExportAddressFilter="true" EnableExportAddressFilterPlus="true" EnableImportAddressFilter="true" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" />
<ChildProcess DisallowChildProcessCreation="false" Audit="false" />
<Fonts DisableNonSystemFonts="false" />
<DynamicCode BlockDynamicCode="false" />
</AppConfig>
<AppConfig Executable="fltldr.exe">
<DEP Enable="true" EmulateAtlThunks="false" />
<ImageLoad AuditImageLoad="false" PreferSystem32="false" BlockLowLabelImageLoads="false" BlockRemoteImageLoads="true" AuditLowLabelImageLoads="false" AuditRemoteImageLoads="false" />
<ChildProcess DisallowChildProcessCreation="true" Audit="false" />
<Payload EnableExportAddressFilter="true" EnableExportAddressFilterPlus="true" EnableImportAddressFilter="true" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" />
</AppConfig>
<AppConfig Executable="GROOVE.EXE">
<DEP Enable="true" EmulateAtlThunks="false" />
<ImageLoad AuditImageLoad="false" PreferSystem32="false" BlockLowLabelImageLoads="false" BlockRemoteImageLoads="true" AuditLowLabelImageLoads="false" AuditRemoteImageLoads="false" />
<Payload EnableExportAddressFilter="true" EnableExportAddressFilterPlus="true" EnableImportAddressFilter="true" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" />
<ChildProcess DisallowChildProcessCreation="true" Audit="false" />
</AppConfig>
<AppConfig Executable="Acrobat.exe">
<DEP Enable="true" EmulateAtlThunks="false" />
<ASLR ForceRelocateImages="true" RequireInfo="false" BottomUp="true" HighEntropy="false" />
<Payload EnableExportAddressFilter="true" EnableExportAddressFilterPlus="true" EnableImportAddressFilter="true" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" />
</AppConfig>
<AppConfig Executable="AcroRd32.exe">
<DEP Enable="true" EmulateAtlThunks="false" />
<ASLR ForceRelocateImages="true" RequireInfo="false" BottomUp="true" HighEntropy="false" />
<Payload EnableExportAddressFilter="true" EnableExportAddressFilterPlus="true" EnableImportAddressFilter="true" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" />
</AppConfig>
<AppConfig Executable="chrome.exe">
<DEP Enable="true" EmulateAtlThunks="false" />
<ASLR ForceRelocateImages="true" RequireInfo="true" BottomUp="true" HighEntropy="true" />
<StrictHandle Enable="true" />
<SystemCalls DisableWin32kSystemCalls="false" Audit="false" />
<ChildProcess DisallowChildProcessCreation="false" Audit="false" />
<ExtensionPoints DisableExtensionPoints="true" />
<DynamicCode BlockDynamicCode="false" AllowThreadsToOptOut="false" Audit="false" />
</AppConfig>
<AppConfig Executable="EXCEL.EXE">
<DEP Enable="true" EmulateAtlThunks="false" />
<Payload EnableExportAddressFilter="true" EnableExportAddressFilterPlus="true" EnableImportAddressFilter="true" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" />
</AppConfig>
<AppConfig Executable="firefox.exe">
<DEP Enable="true" EmulateAtlThunks="false" />
<ASLR ForceRelocateImages="true" RequireInfo="false" BottomUp="true" HighEntropy="false" />
<Payload EnableExportAddressFilter="true" EnableExportAddressFilterPlus="true" EnableImportAddressFilter="true" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" />
</AppConfig>
<AppConfig Executable="iexplore.exe">
<DEP Enable="true" EmulateAtlThunks="false" />
<ASLR ForceRelocateImages="true" RequireInfo="false" BottomUp="true" HighEntropy="true" />
<StrictHandle Enable="false" />
<SystemCalls DisableWin32kSystemCalls="false" Audit="false" />
<ExtensionPoints DisableExtensionPoints="false" />
<DynamicCode BlockDynamicCode="false" AllowThreadsToOptOut="false" Audit="false" />
<ControlFlowGuard Enable="true" SuppressExports="false" StrictControlFlowGuard="false" />
<Payload EAFModules="mshtml.dll;flash*.ocx;jscript*.dll;vbscript.dll;vgx.dll;" EnableExportAddressFilter="true" EnableExportAddressFilterPlus="true" EnableImportAddressFilter="true" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" />
</AppConfig>
<AppConfig Executable="INFOPATH.EXE">
<DEP Enable="true" EmulateAtlThunks="false" />
<Payload EnableExportAddressFilter="true" EnableExportAddressFilterPlus="true" EnableImportAddressFilter="true" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" />
</AppConfig>
<AppConfig Executable="java.exe">
<ASLR ForceRelocateImages="true" BottomUp="true" HighEntropy="true" />
<DEP Enable="true" EmulateAtlThunks="false" />
<Payload EnableExportAddressFilter="true" EnableExportAddressFilterPlus="true" EnableImportAddressFilter="true" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" />
<UserShadowStack UserShadowStack="false" UserShadowStackStrictMode="false" />
</AppConfig>
<AppConfig Executable="javaw.exe">
<ASLR ForceRelocateImages="true" BottomUp="true" HighEntropy="true" />
<DEP Enable="true" EmulateAtlThunks="false" />
<Payload EnableExportAddressFilter="true" EnableExportAddressFilterPlus="true" EnableImportAddressFilter="true" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" />
<UserShadowStack UserShadowStack="false" UserShadowStackStrictMode="false" />
</AppConfig>
<AppConfig Executable="javaws.exe">
<ASLR ForceRelocateImages="true" BottomUp="true" HighEntropy="true" />
<DEP Enable="true" EmulateAtlThunks="false" />
<Payload EnableExportAddressFilter="true" EnableExportAddressFilterPlus="true" EnableImportAddressFilter="true" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" />
<UserShadowStack UserShadowStack="false" UserShadowStackStrictMode="false" />
</AppConfig>
<AppConfig Executable="LYNC.EXE">
<DEP Enable="true" EmulateAtlThunks="false" />
<Payload EnableExportAddressFilter="true" EnableExportAddressFilterPlus="true" EnableImportAddressFilter="true" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" />
</AppConfig>
<AppConfig Executable="MSACCESS.EXE">
<DEP Enable="true" EmulateAtlThunks="false" />
<Payload EnableExportAddressFilter="true" EnableExportAddressFilterPlus="true" EnableImportAddressFilter="true" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" />
</AppConfig>
<AppConfig Executable="MSPUB.EXE">
<DEP Enable="true" EmulateAtlThunks="false" />
<Payload EnableExportAddressFilter="true" EnableExportAddressFilterPlus="true" EnableImportAddressFilter="true" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" />
</AppConfig>
<AppConfig Executable="OIS.EXE">
<DEP Enable="true" EmulateAtlThunks="false" />
<Payload EnableExportAddressFilter="true" EnableExportAddressFilterPlus="true" EnableImportAddressFilter="true" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" />
</AppConfig>
<AppConfig Executable="OUTLOOK.EXE">
<DEP Enable="true" EmulateAtlThunks="false" />
<Payload EnableExportAddressFilter="true" EnableExportAddressFilterPlus="true" EnableImportAddressFilter="true" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" />
</AppConfig>
<AppConfig Executable="plugin-container.exe">
<DEP Enable="true" EmulateAtlThunks="false" />
<Payload EnableExportAddressFilter="true" EnableExportAddressFilterPlus="true" EnableImportAddressFilter="true" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" />
</AppConfig>
<AppConfig Executable="POWERPNT.EXE">
<DEP Enable="true" EmulateAtlThunks="false" />
<Payload EnableExportAddressFilter="true" EnableExportAddressFilterPlus="true" EnableImportAddressFilter="true" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" />
</AppConfig>
<AppConfig Executable="PPTVIEW.EXE">
<DEP Enable="true" EmulateAtlThunks="false" />
<Payload EnableExportAddressFilter="true" EnableExportAddressFilterPlus="true" EnableImportAddressFilter="true" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" />
</AppConfig>
<AppConfig Executable="scc.exe">
<ASLR ForceRelocateImages="false" RequireInfo="false" BottomUp="false" HighEntropy="false" />
<StrictHandle Enable="false" />
</AppConfig>
<AppConfig Executable="scc64.exe">
<ASLR ForceRelocateImages="false" RequireInfo="false" BottomUp="false" HighEntropy="false" />
<StrictHandle Enable="false" />
</AppConfig>
<AppConfig Executable="VISIO.EXE">
<DEP Enable="true" EmulateAtlThunks="false" />
<Payload EnableExportAddressFilter="true" EnableExportAddressFilterPlus="true" EnableImportAddressFilter="true" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" />
</AppConfig>
<AppConfig Executable="VPREVIEW.EXE">
<DEP Enable="true" EmulateAtlThunks="false" />
<Payload EnableExportAddressFilter="true" EnableExportAddressFilterPlus="true" EnableImportAddressFilter="true" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" />
</AppConfig>
<AppConfig Executable="WINWORD.EXE">
<DEP Enable="true" EmulateAtlThunks="false" />
<Payload EnableExportAddressFilter="true" EnableExportAddressFilterPlus="true" EnableImportAddressFilter="true" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" />
</AppConfig>
<AppConfig Executable="wmplayer.exe">
<DEP Enable="true" EmulateAtlThunks="false" />
<Payload EnableExportAddressFilter="false" EnableExportAddressFilterPlus="false" EnableImportAddressFilter="false" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" />
</AppConfig>
<AppConfig Executable="wordpad.exe">
<DEP Enable="true" EmulateAtlThunks="false" />
<Payload EnableExportAddressFilter="true" EnableExportAddressFilterPlus="true" EnableImportAddressFilter="true" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" />
</AppConfig>
<AppConfig Executable="ExtExport.exe">
<ASLR ForceRelocateImages="true" RequireInfo="false" />
</AppConfig>
<AppConfig Executable="ie4uinit.exe">
<ASLR ForceRelocateImages="true" RequireInfo="false" />
</AppConfig>
<AppConfig Executable="ieinstal.exe">
<ASLR ForceRelocateImages="true" RequireInfo="false" />
</AppConfig>
<AppConfig Executable="ielowutil.exe">
<ASLR ForceRelocateImages="true" RequireInfo="false" />
</AppConfig>
<AppConfig Executable="ieUnatt.exe">
<ASLR ForceRelocateImages="true" RequireInfo="false" />
</AppConfig>
<AppConfig Executable="mscorsvw.exe">
<ExtensionPoints DisableExtensionPoints="true" />
</AppConfig>
<AppConfig Executable="msfeedssync.exe">
<ASLR ForceRelocateImages="true" RequireInfo="false" />
</AppConfig>
<AppConfig Executable="mshta.exe">
<ASLR ForceRelocateImages="true" RequireInfo="false" />
</AppConfig>
<AppConfig Executable="ngen.exe">
<ExtensionPoints DisableExtensionPoints="true" />
</AppConfig>
<AppConfig Executable="ngentask.exe">
<ExtensionPoints DisableExtensionPoints="true" />
<UserShadowStack UserShadowStack="false" UserShadowStackStrictMode="false" />
</AppConfig>
<AppConfig Executable="PresentationHost.exe">
<DEP Enable="true" EmulateAtlThunks="false" />
<ASLR ForceRelocateImages="true" RequireInfo="false" BottomUp="true" HighEntropy="true" />
<SEHOP Enable="true" TelemetryOnly="false" />
<Heap TerminateOnError="true" />
</AppConfig>
<AppConfig Executable="PrintDialog.exe">
<ExtensionPoints DisableExtensionPoints="true" />
</AppConfig>
<AppConfig Executable="SystemSettings.exe">
<ExtensionPoints DisableExtensionPoints="true" />
</AppConfig>
<AppConfig Executable="C:\Windows\System32\vmcompute.exe">
<ControlFlowGuard Enable="true" SuppressExports="true" StrictControlFlowGuard="true" />
</AppConfig>
<AppConfig Executable="C:\Windows\System32\vmwp.exe">
<ControlFlowGuard Enable="true" SuppressExports="true" StrictControlFlowGuard="true" />
</AppConfig>
<AppConfig Executable="SeqZ.exe">
<StrictHandle Enable="false" />
</AppConfig>
<AppConfig Executable="C:\Program Files\VMware\VMware Tools\vmtoolsd.exe">
<StrictHandle Enable="false" />
</AppConfig>
<!-- Intel tool for Management Engine -->
<AppConfig Executable="MEInfoWin64.exe">
<StrictHandle Enable="false" />
<ControlFlowGuard Enable="false" SuppressExports="false" />
<DEP Enable="false" EmulateAtlThunks="false" />
<ASLR ForceRelocateImages="false" RequireInfo="false" BottomUp="false" HighEntropy="false" />
<SEHOP Enable="false" TelemetryOnly="false" />
</AppConfig>
<!-- Windows System -->
<AppConfig Executable="C:\Windows\System32\wininit.exe">
<DynamicCode BlockDynamicCode="true" AllowThreadsToOptOut="false" Audit="false" />
</AppConfig>
<AppConfig Executable="C:\Windows\System32\lsass.exe">
<ExtensionPoints DisableExtensionPoints="true" />
<ChildProcess DisallowChildProcessCreation="true" Audit="false" />
<DynamicCode BlockDynamicCode="true" AllowThreadsToOptOut="false" Audit="false" />
<SignedBinaries MicrosoftSignedOnly="true" AllowStoreSignedBinaries="false" Audit="false" AuditStoreSigned="false" />
</AppConfig>
<AppConfig Executable="C:\Windows\System32\winlogon.exe">
<DynamicCode BlockDynamicCode="true" AllowThreadsToOptOut="false" Audit="false" />
<SignedBinaries MicrosoftSignedOnly="false" AllowStoreSignedBinaries="false" Audit="false" AuditStoreSigned="false" />
<Fonts DisableNonSystemFonts="false" />
</AppConfig>
<AppConfig Executable="C:\Windows\System32\SecurityHealthService.exe">
<StrictHandle Enable="true" />
<DynamicCode BlockDynamicCode="true" AllowThreadsToOptOut="false" Audit="false" />
</AppConfig>
<AppConfig Executable="C:\Windows\System32\SgrmBroker.exe">
<SystemCalls DisableWin32kSystemCalls="true" Audit="false" />
</AppConfig>
<AppConfig Executable="C:\Windows\System32\wlanext.exe">
<StrictHandle Enable="true" />
<DynamicCode BlockDynamicCode="true" AllowThreadsToOptOut="false" Audit="false" />
<SignedBinaries MicrosoftSignedOnly="false" AllowStoreSignedBinaries="false" Audit="false" AuditStoreSigned="false" />
</AppConfig>
<AppConfig Executable="C:\Windows\System32\WUDFHost.exe">
<StrictHandle Enable="true" />
<DynamicCode BlockDynamicCode="true" AllowThreadsToOptOut="false" Audit="false" />
</AppConfig>
<AppConfig Executable="C:\Windows\System32\audiodg.exe">
<StrictHandle Enable="true" />
<ChildProcess DisallowChildProcessCreation="true" Audit="false" />
</AppConfig>
<AppConfig Executable="C:\Windows\System32\taskhostw.exe">
<SignedBinaries MicrosoftSignedOnly="false" AllowStoreSignedBinaries="false" Audit="false" AuditStoreSigned="false" />
</AppConfig>
<AppConfig Executable="C:\Windows\System32\sihost.exe">
<StrictHandle Enable="true" />
<SignedBinaries MicrosoftSignedOnly="true" AllowStoreSignedBinaries="false" Audit="false" AuditStoreSigned="false" />
</AppConfig>
<AppConfig Executable="C:\Windows\System32\AggregatorHost.exe">
<StrictHandle Enable="true" />
<DynamicCode BlockDynamicCode="true" AllowThreadsToOptOut="false" Audit="false" />
<SignedBinaries MicrosoftSignedOnly="true" AllowStoreSignedBinaries="false" Audit="false" AuditStoreSigned="false" />
</AppConfig>
<AppConfig Executable="C:\Windows\System32\csrss.exe">
<Fonts DisableNonSystemFonts="false" />
</AppConfig>
<AppConfig Executable="C:\Windows\System32\fontdrvhost.exe">
<DynamicCode BlockDynamicCode="true" AllowThreadsToOptOut="false" Audit="false" />
<SignedBinaries MicrosoftSignedOnly="true" AllowStoreSignedBinaries="false" Audit="false" AuditStoreSigned="false" />
<Fonts DisableNonSystemFonts="true" AuditOnly="false" Audit="false" />
<ChildProcess DisallowChildProcessCreation="true" Audit="false" />
</AppConfig>
<AppConfig Executable="C:\Windows\System32\SearchIndexer.exe">
<StrictHandle Enable="true" />
<DynamicCode BlockDynamicCode="true" AllowThreadsToOptOut="false" Audit="false" />
<SignedBinaries MicrosoftSignedOnly="true" AllowStoreSignedBinaries="false" Audit="false" AuditStoreSigned="false" />
</AppConfig>
<AppConfig Executable="C:\Windows\System32\SearchProtocolHost.exe">
<StrictHandle Enable="true" />
<DynamicCode BlockDynamicCode="false" AllowThreadsToOptOut="false" Audit="false" />
<SignedBinaries MicrosoftSignedOnly="true" AllowStoreSignedBinaries="false" Audit="false" AuditStoreSigned="false" />
<ChildProcess DisallowChildProcessCreation="true" Audit="false" />
</AppConfig>
<AppConfig Executable="C:\Windows\System32\SearchFilterHost.exe">
<StrictHandle Enable="true" />
<DynamicCode BlockDynamicCode="false" AllowThreadsToOptOut="false" Audit="false" />
<ChildProcess DisallowChildProcessCreation="true" Audit="false" />
</AppConfig>
<AppConfig Executable="C:\Windows\System32\ctfmon.exe">
<StrictHandle Enable="true" />
<DynamicCode BlockDynamicCode="true" AllowThreadsToOptOut="false" Audit="false" />
<SignedBinaries MicrosoftSignedOnly="true" AllowStoreSignedBinaries="false" Audit="false" AuditStoreSigned="false" />
<Fonts DisableNonSystemFonts="true" AuditOnly="false" Audit="false" />
<ChildProcess DisallowChildProcessCreation="true" Audit="false" />
</AppConfig>
<AppConfig Executable="C:\Windows\System32\spoolsv.exe">
<DynamicCode BlockDynamicCode="false" AllowThreadsToOptOut="false" Audit="false" />
<StrictHandle Enable="true" />
<SignedBinaries MicrosoftSignedOnly="false" AllowStoreSignedBinaries="false" Audit="true" AuditStoreSigned="false" />
<ChildProcess DisallowChildProcessCreation="false" Audit="true" />
</AppConfig>
<AppConfig Executable="C:\Windows\System32\svchost.exe">
<ASLR ForceRelocateImages="true" RequireInfo="false" BottomUp="true" HighEntropy="true" />
<ControlFlowGuard Enable="true" SuppressExports="true" StrictControlFlowGuard="true" />
<Fonts DisableNonSystemFonts="true" AuditOnly="false" Audit="false" />
<ExtensionPoints DisableExtensionPoints="true" />
<SignedBinaries MicrosoftSignedOnly="false" AllowStoreSignedBinaries="false" Audit="true" AuditStoreSigned="true" />
<DynamicCode Audit="false" />
</AppConfig>
<AppConfig Executable="C:\Windows\System32\dasHost.exe">
<StrictHandle Enable="true" />
<DynamicCode BlockDynamicCode="true" AllowThreadsToOptOut="false" Audit="false" />
<SignedBinaries MicrosoftSignedOnly="true" AllowStoreSignedBinaries="false" Audit="false" AuditStoreSigned="false" />
</AppConfig>
<AppConfig Executable="C:\Windows\System32\SecurityHealthSystray.exe">
<StrictHandle Enable="true" />
<DynamicCode BlockDynamicCode="true" AllowThreadsToOptOut="false" Audit="false" />
</AppConfig>
<AppConfig Executable="C:\Windows\System32\smartscreen.exe">
<StrictHandle Enable="true" />
<DynamicCode BlockDynamicCode="false" AllowThreadsToOptOut="false" Audit="false" />
<SignedBinaries MicrosoftSignedOnly="true" AllowStoreSignedBinaries="false" Audit="false" AuditStoreSigned="false" />
</AppConfig>
<AppConfig Executable="C:\Windows\explorer.exe">
<ASLR ForceRelocateImages="true" BottomUp="true" HighEntropy="true" />
<StrictHandle Enable="false" />
<Fonts DisableNonSystemFonts="true" AuditOnly="false" Audit="false" />
</AppConfig>
<AppConfig Executable="MpCmdRun.exe">
<SignedBinaries MicrosoftSignedOnly="false" AllowStoreSignedBinaries="false" Audit="true" AuditStoreSigned="true" />
</AppConfig>
<AppConfig Executable="NisSrv.exe">
<SignedBinaries MicrosoftSignedOnly="true" AllowStoreSignedBinaries="false" Audit="false" AuditStoreSigned="false" />
</AppConfig>
<AppConfig Executable="runtimebroker.exe">
<ExtensionPoints DisableExtensionPoints="true" />
</AppConfig>
<AppConfig Executable="rundll32.exe">
<ImageLoad BlockRemoteImageLoads="true" AuditRemoteImageLoads="false" BlockLowLabelImageLoads="true" AuditLowLabelImageLoads="false" />
</AppConfig>
<AppConfig Executable="Regsvr32.exe">
<ImageLoad BlockRemoteImageLoads="true" AuditRemoteImageLoads="false" BlockLowLabelImageLoads="true" AuditLowLabelImageLoads="false" />
</AppConfig>
<AppConfig Executable="ssh-agent.exe">
<ExtensionPoints DisableExtensionPoints="true" />
<StrictHandle Enable="true" />
<DynamicCode BlockDynamicCode="true" AllowThreadsToOptOut="false" Audit="false" />
<SignedBinaries MicrosoftSignedOnly="false" AllowStoreSignedBinaries="false" Audit="false" AuditStoreSigned="false" />
</AppConfig>
<AppConfig Executable="C:\Windows\System32\userinit.exe">
<Fonts DisableNonSystemFonts="false" AuditOnly="false" Audit="false" />
</AppConfig>
<AppConfig Executable="Code.exe">
<SystemCalls DisableWin32kSystemCalls="false" Audit="false" />
</AppConfig>
<AppConfig Executable="C:\Program Files\Dell\Dell Peripheral Manager\DPM.exe">
<Fonts DisableNonSystemFonts="false" AuditOnly="false" Audit="false" />
</AppConfig>
<AppConfig Executable="driverscloud.exe">
<Fonts DisableNonSystemFonts="false" AuditOnly="false" Audit="false" />
</AppConfig>
<AppConfig Executable="RstMwService.exe">
<StrictHandle Enable="false" />
</AppConfig>
<AppConfig Executable="HfcDisableService.exe">
<StrictHandle Enable="false" />
</AppConfig>
<AppConfig Executable="amdfendrsr.exe">
<StrictHandle Enable="false" />
</AppConfig>
<AppConfig Executable="qbittorrent.exe">
<StrictHandle Enable="false" />
</AppConfig>
<AppConfig Executable="JOSM.exe">
<UserShadowStack UserShadowStack="false" UserShadowStackStrictMode="false" />
</AppConfig>
<AppConfig Executable="AMDAutoUpdate.exe">
<UserShadowStack UserShadowStack="false" UserShadowStackStrictMode="false" />
</AppConfig>
<AppConfig Executable="mmc.exe">
<UserShadowStack UserShadowStack="false" UserShadowStackStrictMode="false" />
</AppConfig>
<AppConfig Executable="Docker Desktop.exe">
<UserShadowStack UserShadowStack="false" UserShadowStackStrictMode="false" />
</AppConfig>
<AppConfig Executable="dockerd.exe">
<UserShadowStack UserShadowStack="false" UserShadowStackStrictMode="false" />
</AppConfig>
<AppConfig Executable="GamingServices.exe">
<UserShadowStack UserShadowStack="false" UserShadowStackStrictMode="false" />
</AppConfig>
<AppConfig Executable="transmission-qt.exe">
<Fonts DisableNonSystemFonts="false" AuditOnly="false" Audit="false" />
</AppConfig>
<!-- Windows Update -->
<AppConfig Executable="SetupHost.exe">
<StrictHandle Enable="false" />
</AppConfig>
</MitigationPolicy>