Skip to content

Decode Microsoft Windows Filtering Platform (WFP) rules

License

Notifications You must be signed in to change notification settings

ColorTokens-Labs/wfp_decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wfp_decoder

Decode Microsoft Windows Filtering Platform (WFP) rules.

This web-based tool decodes the wfpstate.xml produced by the command netsh wfp show state and provides a tabular view of all the providers, layers and rules.

To deploy WFP Decoder:

Install the python dependencies specified in requirements.txt. You can use a virtual environment (venv). Build the docker image:

docker build -t wfpdump .

Run it as follows:

docker run -p 8000:8000 wfpdump

Point your browser to http://localhost:8000/wfpdump

If you are running this on a remote system, add the ALLOWED_HOSTS argument specifying the external IP address of the remote system.

docker run -p 8000:8000 -e ALLOWED_HOSTS="host_ip" wfpdump

About

Decode Microsoft Windows Filtering Platform (WFP) rules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published