discover_aws


Falcon Discover for Cloud and Containers samples
The examples within this folder focus on leveraging CrowdStrike's Falcon Discover for Cloud and Containers API.
Manage Discover accounts (AWS)
Register, confirm or delete Falcon Discover account registrations (AWS).
Two samples are provided, one using Service Classes, and another using the Uber class. Both examples implement the same functionality.
Running the program
In order to run this demonstration, you you will need access to CrowdStrike API keys with the following scopes:
D4C Registration
READ, WRITE
Execution syntax
Register, check, update or delete accounts within CrowdStrike Discover for Cloud and Containers (AWS specific).
Basic usage
Check the status of registered accounts.
To use the Uber Class example, execute the
manage_discover_accounts_uber.pysample instead.
Log all accounts identified as registered or partially registered.
Register a new account.
Delete a registered account.
Update an account registration.
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?