Skip to content

Sensor Download

bk-CS edited this page Oct 11, 2022 · 4 revisions

CrowdStrike Falcon API DocumentationEU 1US-1US-2US-GOV-1

Command Permission
Get-FalconCcid sensor-installers:read
Get-FalconInstaller sensor-installers:read
Receive-FalconInstaller sensor-installers:read

Find all available sensor installers for Linux

Get-FalconInstaller -Filter "platform:'linux'" [-Detailed] [-All]

Find all available sensor installers for a specific OS version

Get-FalconInstaller -Filter "os:'Amazon Linux'" [-Detailed] [-All]

Retrieve detailed information about a specific sensor installer

Get-FalconInstaller -Ids <id>

Download a sensor installer

Receive-FalconInstaller -Id <id> -Path .\WindowsSensor.exe

See Download the installer package assigned to a Sensor Update policy.

See Download the installer package assigned to your default Sensor Update policy.

Find your Customer ID and Checksum (CCID)

Get-FalconCcid

Clone this wiki locally