Skip to content

Firewall Management

bk-cs edited this page Jun 7, 2021 · 19 revisions

Managing firewall rule groups

Creating firewall rule groups

New-FalconFirewallGroup -Name 'test rule group' -Enabled $true -Description 'describing a rule group'

Finding rule IDs in a firewall rule group

Get-FalconFirewallGroup -Ids <id>

Updating firewall rule groups

Deleting firewall rule groups

Updating firewall rule precedence within a rule group

Managing firewall policies

Creating firewall policies

Updating firewall policies

Copying firewall policies

Enabling firewall policies

Disabling firewall policies

Deleting firewall policies

Managing firewall policy precedence

See CrowdStrike API Documentation.

Clone this wiki locally