HotCakeX / Harden-Windows-Security

Harden Windows Safely, Securely using Official Supported Microsoft methods and proper explanation | Always up-to-date and works with the latest build of Windows | Provides tools and Guides for Personal, Enterprise, Government and Military security levels | Read The Rationale https://github.com/HotCakeX/Harden-Windows-Security/blob/main/Rationale.md
https://hotcakex.github.io
MIT License
1.57k stars 122 forks source link

WDACConfig v0.3.1 #191

Closed HotCakeX closed 7 months ago

HotCakeX commented 7 months ago

What's Changed

  1. Implemented JSON schema as extra validation for the user configurations.
  2. The New-KernelModeWDACConfig cmdlet no longer needs to clear the Code Integrity Operational event logs to create a strict kernel-mode policy for BYOVD protection, it can now intelligently detect kernel-mode drivers that ran after the audit mode policy was deployed on the system. Its documentation has also been updated.
  3. Bumped the required PowerShell version to 7.4.1, a bunch of WDAC related issues were fixed in this version.