-
Notifications
You must be signed in to change notification settings - Fork 71
New FalconDiscoverAwsAccount
bk-cs edited this page Apr 28, 2023
·
20 revisions
Provision Falcon Discover for Cloud AWS Accounts
Requires 'AWS accounts: Write'.
Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
---|---|---|---|---|---|---|---|
OrganizationId | String | AWS organization identifier | X | ||||
AccountType | String | AWS account type |
commercial gov
|
X | |||
IsMaster | Boolean | AWS master account status | X | ||||
CloudtrailRegion | String | AWS region where the account containing cloudtrail logs resides | X | ||||
Id | String | AWS account identifier | X |
New-FalconDiscoverAwsAccount [[-OrganizationId] <String>] [[-AccountType] <String>] [[-IsMaster] <Boolean>] [[-CloudtrailRegion] <String>] [-Id] <String> [-WhatIf] [-Confirm] [<CommonParameters>]
POST /cloud-connect-aws/entities/account/v2
$Created = New-FalconDiscoverAwsAccount -Id <id> -Mode cloudformation
Once the account has been added, follow the cloudformation_url
link to AWS and follow the steps outlined in the AWS setup guide. The PowerShell command Start-Process
will launch your default browser:
Start-Process $Created.cloudformation_url
New-FalconDiscoverAwsAccount -Id <id> -IamRoleArn <string> -ExternalId <string>
2023-04-25: PSFalcon v2.2.5
- Using PSFalcon
-
Commands and Permissions
- Configuration Import/Export
- Container Security
- Detection and Prevention Policies
- Discover for Cloud and Containers
- Discover
- Event Streams
- Falcon Complete Dashboards
- Falcon Complete Message Center
- Falcon Data Replicator
- Falcon Intelligence
- Falcon Intelligence Recon
- Falcon OverWatch Dashboards
- Falcon Sandbox
- FileVantage
- Firewall Management
- Flight Control
- Horizon
- Host and Host Group Management
- Identity Protection
- Image Assessment
- Incident and Detection Monitoring
- Installation Tokens
- Kubernetes Protection
- MalQuery
- Mobile Host Enrollment
- On-Demand Scanning
- Quarantine
- Real-time Response
- Real-time Response Policy
- Scheduled Reports and Searches
- Sensor Download
- Sensor Update Policy
- Spotlight
- Tailored Intelligence
- Third-party ingestion
- USB Device Control Policy
- Users and Roles
- Zero Trust Assessment
- Examples
-
CrowdStrike SDKs
- PSFalcon - PowerShell
- FalconPy - Python 3
- goFalcon - Go
- Rusty Falcon - Rust