Harvester57 / Security-ADMX

Custom ADMX template focused on hardening Windows 10 & Windows 11 systems
74 stars 8 forks source link

Add CWDIllegalInDllSearch setting #10

Closed Harvester57 closed 2 years ago

Harvester57 commented 2 years ago

Harden against DLL hijacking attacks, as proposed by @Deas-h in https://github.com/Harvester57/Security-ADMX/issues/9#issuecomment-1212829775

Will probably only support 0xFFFFFFFF (enabled, DWORD = 4294967295) and 0 (disabled).

Reference

Harvester57 commented 2 years ago

Added in v 1.0.22 (https://github.com/Harvester57/Security-ADMX/releases/tag/1.0.22)

@Deas-h, could you check that it is working as expected for you ?

Harvester57 commented 2 years ago

Closing it for now, feel free to re-open it if it's not working as intended :)

Deas-h commented 2 years ago

Works! Thanks for your help! :)