-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathExploitSettings.xml
More file actions
285 lines (285 loc) · 14.9 KB
/
ExploitSettings.xml
File metadata and controls
285 lines (285 loc) · 14.9 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<MitigationPolicy>
<SystemConfig>
<!-- All system mitigations enabled -->
<DEP Enable="true" EmulateAtlThunks="false" />
<ASLR ForceRelocateImages="true" BottomUp="true" HighEntropy="true" />
<ControlFlowGuard Enable="true" SuppressExports="false" />
<SEHOP Enable="true" TelemetryOnly="false" />
<Heap TerminateOnError="true" />
</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" />
</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" />
</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" />
</AppConfig>
<!-- Winrar -->
<AppConfig Executable="winrar.exe">
<ASLR ForceRelocateImages="true" BottomUp="true" HighEntropy="true" />
<StrictHandle Enable="true" />
<DynamicCode BlockDynamicCode="true" AllowThreadsToOptOut="false" Audit="false" />
<SignedBinaries EnforceModuleDependencySigning="true" />
</AppConfig>
<!-- VLC -->
<AppConfig Executable="vlc.exe">
<ASLR ForceRelocateImages="true" BottomUp="true" HighEntropy="true" />
<StrictHandle Enable="true" />
<DynamicCode BlockDynamicCode="true" AllowThreadsToOptOut="false" Audit="false" />
<SignedBinaries EnforceModuleDependencySigning="true" />
</AppConfig>
<!-- Office -->
<AppConfig Executable="winword.exe">
<ASLR ForceRelocateImages="true" BottomUp="true" HighEntropy="true" />
<StrictHandle Enable="true" />
<SignedBinaries MicrosoftSignedOnly="true" AllowStoreSignedBinaries="false" Audit="false" AuditStoreSigned="false" />
</AppConfig>
<AppConfig Executable="excel.exe">
<ASLR ForceRelocateImages="true" BottomUp="true" HighEntropy="true" />
<StrictHandle Enable="true" />
<SignedBinaries MicrosoftSignedOnly="true" AllowStoreSignedBinaries="false" Audit="false" AuditStoreSigned="false" />
</AppConfig>
<AppConfig Executable="powerpnt.exe">
<ASLR ForceRelocateImages="true" BottomUp="true" HighEntropy="true" />
<StrictHandle Enable="true" />
<SignedBinaries MicrosoftSignedOnly="true" AllowStoreSignedBinaries="false" Audit="false" AuditStoreSigned="false" />
</AppConfig>
<AppConfig Executable="msaccess.exe">
<ASLR ForceRelocateImages="true" BottomUp="true" HighEntropy="true" />
<StrictHandle Enable="true" />
<SignedBinaries MicrosoftSignedOnly="true" AllowStoreSignedBinaries="false" Audit="false" AuditStoreSigned="false" />
</AppConfig>
<AppConfig Executable="outlook.exe">
<ASLR ForceRelocateImages="true" BottomUp="true" HighEntropy="true" />
<StrictHandle Enable="true" />
<Fonts DisableNonSystemFonts="true" AuditOnly="false" Audit="false" />
<SignedBinaries MicrosoftSignedOnly="true" AllowStoreSignedBinaries="false" Audit="false" AuditStoreSigned="false" />
</AppConfig>
<AppConfig Executable="OfficeClickToRun.exe">
<ASLR ForceRelocateImages="true" BottomUp="true" HighEntropy="true" />
<StrictHandle Enable="true" />
<DynamicCode BlockDynamicCode="true" AllowThreadsToOptOut="false" Audit="false" />
<SignedBinaries MicrosoftSignedOnly="true" AllowStoreSignedBinaries="false" Audit="false" AuditStoreSigned="false" />
</AppConfig>
<!-- Chrome -->
<AppConfig Executable="chrome.exe">
<ASLR ForceRelocateImages="true" RequireInfo="true" BottomUp="true" HighEntropy="true" />
<StrictHandle Enable="true" />
<ExtensionPoints DisableExtensionPoints="true" />
</AppConfig>
<!-- Brave -->
<AppConfig Executable="brave.exe">
<ASLR ForceRelocateImages="true" RequireInfo="true" BottomUp="true" HighEntropy="true" />
<StrictHandle Enable="true" />
<ExtensionPoints DisableExtensionPoints="true" />
</AppConfig>
<!-- Edge -->
<AppConfig Executable="msedge.exe">
<ASLR ForceRelocateImages="true" RequireInfo="true" BottomUp="true" HighEntropy="true" />
<StrictHandle Enable="true" />
<ExtensionPoints DisableExtensionPoints="true" />
</AppConfig>
<!-- Firefox -->
<AppConfig Executable="firefox.exe">
<ASLR ForceRelocateImages="true" RequireInfo="true" BottomUp="true" HighEntropy="true" />
<StrictHandle Enable="true" />
<ExtensionPoints DisableExtensionPoints="true" />
</AppConfig>
<!-- Tor -->
<AppConfig Executable="tor.exe">
<ASLR ForceRelocateImages="true" BottomUp="true" HighEntropy="true" />
<ChildProcess DisallowChildProcessCreation="false" Audit="false" />
</AppConfig>
<!-- qBittorrent -->
<AppConfig Executable="qbittorrent.exe">
<ASLR ForceRelocateImages="true" BottomUp="true" HighEntropy="true" />
<ControlFlowGuard Enable="true" SuppressExports="false" StrictControlFlowGuard="true" />
<DynamicCode BlockDynamicCode="true" AllowThreadsToOptOut="false" Audit="false" />
<Fonts DisableNonSystemFonts="true" AuditOnly="false" Audit="false" />
<ImageLoad BlockRemoteImageLoads="true" AuditRemoteImageLoads="false" BlockLowLabelImageLoads="true" AuditLowLabelImageLoads="false" />
<SignedBinaries MicrosoftSignedOnly="true" AllowStoreSignedBinaries="false" Audit="false" AuditStoreSigned="false" />
</AppConfig>
<!-- OneDrive -->
<AppConfig Executable="onedrive.exe">
<ASLR ForceRelocateImages="true" BottomUp="true" HighEntropy="true" />
<StrictHandle Enable="true" />
<SignedBinaries MicrosoftSignedOnly="true" AllowStoreSignedBinaries="false" Audit="false" AuditStoreSigned="false" />
</AppConfig>
<!-- Wireguard -->
<AppConfig Executable="wireguard.exe">
<ASLR ForceRelocateImages="true" BottomUp="true" HighEntropy="true" />
<StrictHandle Enable="true" />
</AppConfig>
<!-- CloudFlare WARP -->
<AppConfig Executable="warp-svc.exe">
<ASLR ForceRelocateImages="true" BottomUp="true" HighEntropy="true" />
<StrictHandle Enable="true" />
<ChildProcess DisallowChildProcessCreation="true" Audit="false" />
</AppConfig>
<!-- KeePassXC -->
<AppConfig Executable="keepassxc.exe">
<ASLR ForceRelocateImages="true" BottomUp="true" HighEntropy="true" />
<ExtensionPoints DisableExtensionPoints="true" />
<StrictHandle Enable="true" />
<SignedBinaries EnforceModuleDependencySigning="true" />
</AppConfig>
<AppConfig Executable="keepassxc-proxy.exe">
<ASLR ForceRelocateImages="true" BottomUp="true" HighEntropy="true" />
<ExtensionPoints DisableExtensionPoints="true" />
<StrictHandle Enable="true" />
<SignedBinaries EnforceModuleDependencySigning="true" />
<ChildProcess DisallowChildProcessCreation="false" Audit="false" />
</AppConfig>
<!-- Java -->
<AppConfig Executable="java.exe">
<ASLR ForceRelocateImages="true" BottomUp="true" HighEntropy="true" />
</AppConfig>
<AppConfig Executable="javaw.exe">
<ASLR ForceRelocateImages="true" BottomUp="true" HighEntropy="true" />
</AppConfig>
<AppConfig Executable="javaws.exe">
<ASLR ForceRelocateImages="true" BottomUp="true" HighEntropy="true" />
</AppConfig>
<!-- Android Studio -->
<AppConfig Executable="studio64.exe">
<ASLR ForceRelocateImages="false" BottomUp="true" HighEntropy="true" />
</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" />
</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="true" 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\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="true" 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="true" 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="spoolsv.exe">
<StrictHandle Enable="true" />
<SignedBinaries MicrosoftSignedOnly="true" AllowStoreSignedBinaries="false" Audit="false" AuditStoreSigned="false" />
</AppConfig>
<AppConfig Executable="svchost.exe">
<ASLR ForceRelocateImages="true" RequireInfo="true" BottomUp="true" HighEntropy="true" />
<ControlFlowGuard Enable="true" SuppressExports="true" StrictControlFlowGuard="true" />
<Fonts DisableNonSystemFonts="true" AuditOnly="false" Audit="false" />
<ExtensionPoints DisableExtensionPoints="true" />
<SignedBinaries MicrosoftSignedOnly="true" AllowStoreSignedBinaries="false" Audit="false" AuditStoreSigned="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" />
<SignedBinaries MicrosoftSignedOnly="true" AllowStoreSignedBinaries="false" Audit="false" AuditStoreSigned="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="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>
<!-- Windows Update -->
<AppConfig Executable="SetupHost.exe">
<StrictHandle Enable="false" />
</AppConfig>
</MitigationPolicy>