Configuration Management
Declare sensor state as code. Ansible, Chef, and Puppet maintain installation, configuration, and lifecycle across your fleet.
The Falcon sensor is your visibility foundation — every detection, every response action, every telemetry stream starts with a sensor on the endpoint. Whether you manage ten machines or ten thousand, CrowdStrike provides multiple paths to get sensors installed, configured, and maintained across Linux, macOS, and Windows infrastructure.
Configuration Management
Declare sensor state as code. Ansible, Chef, and Puppet maintain installation, configuration, and lifecycle across your fleet.
Direct Installation
Bash and PowerShell scripts that call the Falcon API to download and install the correct sensor package. No agent infrastructure required.
Container Environments
Run the Falcon sensor as a SystemD service using Docker or Podman for non-Kubernetes container deployments.
CID Migration
Move sensors between tenants without losing tags. Scripts handle uninstall, reinstall, and tag migration with recovery support.
Declarative tools that define sensor state as code. Manage installation, configuration, and lifecycle across your fleet using repeatable, version-controlled manifests.
Community-maintained scripts for direct Falcon sensor deployment without infrastructure agents. These scripts call the Falcon API to download the correct sensor package, install it, configure registration, and handle uninstallation — including maintenance token retrieval for protected sensors.
All deployment methods authenticate against the Falcon API. The minimum scopes required:
| Scope | Purpose |
|---|---|
| Sensor Download: READ | Download sensor installation packages |
| Installation Tokens: READ | Retrieve provisioning tokens (if enforced) |
| Sensor Update Policies: READ | Target a specific sensor version via policy |
| Sensor Update Policies: WRITE | Retrieve maintenance tokens for uninstallation |
| Hosts: WRITE | Remove hosts from console after uninstall |