Closed denisbrodbeck closed 1 day ago
Hi, Thank you very much, very glad to know i was helpful ^^
The New-SupplementalWDACConfig
function uses the built-in cmdlets from the Windows PowerShell ConfigCI module.
As you mentioned, those cmdlets can generate bad policies with missing elements (happened to me too), policies that aren't valid based on the code integrity schema, so you are not using the tool wrong.
As you've probably noticed, I've been moving the WDACConfig to the new AppControl Manager. This process started less than 2 months ago. The new app uses its own modernized logic for policy creation, file scan and so on.
Here is the landing page for the AppControl Manager: https://github.com/HotCakeX/Harden-Windows-Security/wiki/AppControl-Manager
It has many features implemented so far but does not have the same exact features that the New-SupplementalWDACConfig
function offers.
Since you reported that you're experiencing an issue, i'm going to prioritize implementing supplemental policy creation just like the New-SupplementalWDACConfig
offers and you can expect it to arrive in AppControl Manager in about 2 to 3 days. Hope that's okay.
Hi, the feature is now added to the AppControl Manager: https://github.com/HotCakeX/Harden-Windows-Security/releases/tag/AppControlManager.v.1.5.0.0
Tools category
WDACConfig Module
Does Your System Meet The Requirements?
Is your Windows Installation Genuine?
Did You Read The Frequently Asked Questions?
Please Explain The Bug
Hi @HotCakeX,
thank you very, very much for your tremendous amount of work securing the windows OS landscape. I'm using some of your collected wisdom to protect my clients successfully. The official docs on WDAC are not very insightful and good tutorials for WDAC are scarce, so thank you😀
I'm having trouble creating supplemental policies from existing certificates.
In this example I'm using the WireGuard Authenticode Cert (extracted from the original MSI) and want to add this cert to a new supplemental policy. Happens both on Win 11 23H2 en-us (VM) and Win 11 24H2 de-de (fresh install).
This results in an error (see attached error details field).
I did encounter similar errors before, when building my WDAC policies using only the official powershell commands.
Certain operations using the WDAC commands made the resulting XML invalid and further operations couldn't continue until the XML was manually fixed:
Is this issue something that you can reproduce or maybe I am using your tools wrong?
Greetings Denis
Error Details