firewall_management


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
-largument.
Change your CrowdStrike region using the
-bargument. (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?