-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to build and Deploy WDAC Policy Wizard #182
Comments
Hi @dennyamarojr, Glad you find the WDAC Wizard useful! This repo is for the Wizard so I recommend starting with the official WDAC Docs which are here: https://learn.microsoft.com/en-us/windows/security/threat-protection/windows-defender-application-control/ and our various how-to topics. There is a lot of useful information in them. If you still don't find what you are looking for, please open a bug against that repo and someone on the docs team, or I, will fix it in the docs. As for your questions,
The templates are all located in $env:WINDIR\schemas\CodeIntegrity\ExamplePolicies |
Thanks for the info @jgeurten, I will try this here in my environment and I will come back here to give a feedback and close the issue. Hope this could help new users to find out a start point for WDAC. |
Update: I try here and successfully apps and programs are being blocked! The whitelisted one is working, thanks @jgeurten for the help! For the users, who wants I little step for create and deploy here's a little guide: |
And to remove the WDAC binary here's a documentation: https://learn.microsoft.com/en-us/windows/security/threat-protection/windows-defender-application-control/disable-windows-defender-application-control-policies If you want, a simple step by step how to remove is simple: |
And if you guys want update your binary file, is really simple. 1 - Remove the old binary file using the command CiTool -rp "<Binary File GUID without .cip>" and them press enter |
Hi everyone,
I'm new in WDAC and I decided to open this issue because I didn't find any detailed information about how to build and also the best way to deploy WDAC.
Here's my main questions:
1 - How can I create the WDAC Policy template, and deploy
2 - How can I create a WDAC Template and just allow the programs, games I add to the whitelist
3 - I try to build a template using WDAC Template, but it seems not blocking the executables files that I didn't whitelisted.
4 - How can I merge with Recommended Block Rules and Recommended Driver Block Rules without allowing all the programs
For better explanation, I have 2 SSD's and 2 HDD's, here's what I want to do:
1 - Allow the C:\Program Files and C:\Program Files (x86)
2 - Allow the F:\Program Files and F:\Program Files (x86)
3 - Allow the D:\Program Files and D:\Program Files (x86)
4 - Allow the games inside G:\ partition
5 - After test, I want to allow per file path, publisher the programs and games. So, I can run just the programs and games I whitelist
Here's the template I build:
SignedAndReputableWdacWizard_12-27-22.zip
And some feedback for the team:
1 - We don't have a folder with recommended rules for most users, for advanced users. If the team could make a folder with recommended templates for most users and advanced users will be useful.
2 - I didn't find any Wiki with building WDAC Template from scratch, if the team could create a Wiki and a guide to build WDAC Template whitelisting just the programs the users want to run and deny the others will be useful. And showing how to merge with Microsoft Recommended rules without allowing all the programs, and just the necessary drivers and programs whitelisted by the users will be useful.
3 - For the team behind WDAC Wizard, thanks. This program makes easy the creation of WDAC Templates.
The text was updated successfully, but these errors were encountered: