Last active
November 29, 2023 05:59
-
-
Save fiddyschmitt/167df3bde63d288458168e18787ce19e to your computer and use it in GitHub Desktop.
Windows Filtering Platform
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//list filters | |
netsh wfp show filter | |
https://github.com/zodiacon/WFPExplorer | |
//Info | |
https://scorpiosoftware.net/2022/12/25/introduction-to-the-windows-filtering-platform/ | |
https://leanpub.com/windowskernelprogrammingsecondedition | |
//C# example | |
https://github.com/depler/Albion | |
//WFP callout driver in kernel mode | |
WinDivert | |
//use cases | |
Block all traffic from processes in a folder | |
Block IPs | |
Netlimiter |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment