recon


Falcon Recon samples
The examples within this folder focus on leveraging CrowdStrike's Falcon Recon API.
Create email monitoring rule
Creates an email monitoring rule for a list of email addresses.
Larger lists are broken out into batches of 20.
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
Recon
WRITE
Execution syntax
This sample leverages simple command-line arguments to implement functionality.
Basic usage
Create an email monitoring rule for a list of email addresses.
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?