CrowdStrike
Feature availability
Operating systems | WARP mode required | Zero Trust plans |
---|---|---|
macOS, Windows, Linux | WARP with Gateway | All plans |
Device posture with CrowdStrike requires the CrowdStrike agent and the Cloudflare WARP client to be deployed on your devices. Our service-to-service posture check identifies devices based on their serial numbers.
Set up CrowdStrike as a service provider
1. Obtain CrowdStrike settings
The following CrowdStrike values are needed to set up the CrowdStrike posture check:
- Client ID
- Client Secret
- Base URL
- Customer ID
To retrieve those values:
Log in to your Falcon Dashboard.
Go to Support and resources > API Clients and Keys.
Select Add new API client and enter any name for the client.
Enable the Read API Scope for Zero Trust Assessment, Hosts, Detections, Event Streams, and User Management.
Select Add.
Copy the Client ID, Client Secret, and Base URL to a safe place.
Go to Host setup and management > Sensor downloads and copy your Customer ID.
Get an auth token from your CrowdStrike API endpoint:
curl -X POST "<BASE_URL>/oauth2/token" \-H "accept: application/json" \-H "Content-Type: application/x-www-form-urlencoded" \-d "client_id=<CLIENT_ID>&client_secret=<CLIENT_SECRET>"This POST request authorizes Cloudflare Zero Trust to add CrowdStrike as a service provider. For more information, refer to the Crowdstrike auth token documentation.
2. Add CrowdStrike as a service provider
- In Zero Trust, go to Settings > WARP Client.
- Scroll down to Device posture providers and select Add new.
- Select CrowdStrike.
- Enter any name for the provider. This name will be used throughout the dashboard to reference this connection.
- Enter the Client ID and Client secret you noted down above.
- Enter your Rest API URL.
- Enter your Customer ID.
- Choose a polling frequency for how often Cloudflare Zero Trust should query CrowdStrike for information.
- Select Save.
3. Configure the posture check
- In Zero Trust, go to Settings > WARP Client > Service provider checks.
- Select Add new.
- Select the Crowdstrike provider.
- Configure a device posture check and enter any name.
- Select Save.
Next, go to Logs > Posture and verify that the service provider posture check is returning the expected results.
Device posture attributes
Device posture data is gathered from the CrowdStrike Zero Trust Assessment APIs. To learn more about how scores are calculated, refer to the CrowdStrike Zero Trust Assessment documentation.
Selector | Description | Value |
---|---|---|
OS | OS signal score | 1 to 100 |
Overall | Overall ZTA score | 1 to 100 |
Sensor config | Sensor signal score | 1 to 100 |
Version | ZTA score version | 2.1.0 |