Skip to content

Instantly share code, notes, and snippets.

@fiddyschmitt
Last active November 29, 2023 05:59
Show Gist options
  • Save fiddyschmitt/167df3bde63d288458168e18787ce19e to your computer and use it in GitHub Desktop.
Save fiddyschmitt/167df3bde63d288458168e18787ce19e to your computer and use it in GitHub Desktop.
Windows Filtering Platform
//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