Skip to content
All Tools

Windows Firewall Rule Builder

Network

Build PowerShell firewall rules to block or allow remote indicators safely.

Profiles

PowerShell command
New-NetFirewallRule -DisplayName 'Block suspicious indicators' -Direction Inbound -Action Block -Enabled True -Profile Domain,Private,Public -Protocol Any