Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simeononsecurity/Windows-Defender-Application-Guard-Hardening
Implement WDAG and Harden Windows Based OS'es
https://github.com/simeononsecurity/Windows-Defender-Application-Guard-Hardening
Last synced: 3 months ago
JSON representation
Implement WDAG and Harden Windows Based OS'es
- Host: GitHub
- URL: https://github.com/simeononsecurity/Windows-Defender-Application-Guard-Hardening
- Owner: simeononsecurity
- License: mit
- Created: 2021-05-02T07:38:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T23:09:45.000Z (4 months ago)
- Last Synced: 2024-07-27T00:25:11.557Z (4 months ago)
- Homepage: https://simeononsecurity.com
- Size: 4.88 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Windows-Defender-Application-Guard-Hardening
[![Sponsor](https://img.shields.io/badge/Sponsor-Click%20Here-ff69b4)](https://github.com/sponsors/simeononsecurity)
Implement WDAG and Harden Windows Based OS'es
## Browser Extensions and Companion App:
### Browser Extensions:
- [Chrome](https://chrome.google.com/webstore/detail/application-guard-extensi/mfjnknhkkiafjajicegabkbimfhplplj/)
- [FireFox](https://addons.mozilla.org/en-US/firefox/addon/application-guard-extension/)
### Companion App:
- [Microsoft Defender Application Guard Companion](ms-windows-store://pdp/?productid=9N8GNLC8Z9C8)## Install:
- [Documentation](https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-application-guard/install-md-app-guard)
- PowerShell
- ```Enable-WindowsOptionalFeature -online -FeatureName Windows-Defender-ApplicationGuard```## Recommended Reading:
- [Frequently asked questions - Microsoft Defender Application Guard](https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-application-guard/faq-md-app-guard)
- [Prepare to install Microsoft Defender Application Guard](https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-application-guard/install-md-app-guard)
- [Configure Microsoft Defender Application Guard policy settings](https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-application-guard/configure-md-app-guard)