Skip to main content

Windows firewall rules to Pandas DataFrame

Project description

Windows firewall rules to Pandas DataFrame

Tested against Windows 10 / Python 3.10 / Anaconda

pip install firewall2df

from firewall2df import firewallrules2df
df = firewallrules2df()
             RuleName Direction   Profiles Protocol LocalIP                LocalPort RemoteIP               RemotePort Action    ActiveProfiles
0    RuleName: Core NetServices     Allow     Any     Any                       Any      Any                    Any  Allow       Domain,Private,Public
1  RuleName: Core System          Allow     Any     Any                       Any      Any                    Any  Allow       Domain,Private,Public
2  RuleName: DNS (UDP-Out)        Allow     Any     UDP     Any                53:53      Any                    Any  Allow             Domain,Private
3  RuleName: DHCP (UDP-In)        Allow     Any     UDP  67:67                 Any                       Any  Allow             Domain,Private
4    RuleName: DHCP (UDP-Out)     Allow     Any     UDP     Any                68:68      Any                    Any  Allow             Domain,Private

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

firewall2df-0.11.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

firewall2df-0.11-py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page