firewall_management

CrowdStrike FalconPy
CrowdStrike FalconPy

CrowdStrike Subreddit

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 here.

Last updated

Was this helpful?