firewall_management

CrowdStrike FalconPy
CrowdStrike FalconPy

CrowdStrike Subredditarrow-up-right

Falcon Firewall Management samples

The examples within this folder focus on leveraging CrowdStrike's Falcon Firewall Management API.

Export firewall events

Exports CrowdStrike firewall events to a file.

Running the program

In order to run this demonstration, you you will need access to CrowdStrike API keys with the following scopes:

Service Collection
Scope

Firewall Management

READ

Execution syntax

This sample leverages simple command-line arguments to implement functionality.

Basic usage

Export firewall events.

Limit the number of events returned with the -l argument.

Change your CrowdStrike region using the -b argument. (Only required for GovCloud users.)

Command-line help

Command-line help is available via the -h argument.

Example source code

The source code for this example can be found herearrow-up-right.

Last updated

Was this helpful?