- 20 Mar 2025
- 2 Minutes to read
- Print
- DarkLight
CrowdStrike
- Updated on 20 Mar 2025
- 2 Minutes to read
- Print
- DarkLight
CrowdStrike’s security platform aims to stop breaches by offering advanced threat intelligence and real-time protection. CrowdStrike's solutions include endpoint protection, threat intelligence, and incident response services, all delivered through their cloud-based Falcon platform.
Integration Method: API
Tables: Detection Finding (2004), Incident Finding (2005), Device Inventory Info (5001)
This integration supports the following events.
Event | Description |
---|---|
Incidents | Get detailed information about all incidents. |
Detections | Get detailed information about all detections. |
Alerts | Get detailed information about all alerts. |
Device | Get detailed information about all devices. |
This integration supports the following versions.
CrowdStrike Sensor version | 7.15.18513.0 and 7.17.18604.0 |
CrowdStrike API version | v1.0 |
Prerequisites
The user should ensure scopes are properly assigned to the API token for successful data retrieval.
The user should have access to the DataBee console.
Configuration Overview
Generate client credentials with the required scopes.
Add the CrowdStrike data feed in the DataBee console with the below parameters.
DataBee Parameter | CrowdStrike Parameter |
---|---|
Client Id | Client Id |
Client Secret | Secret |
API Base URL | Base URL |
CrowdStrike Configuration
Start by creating the API Client and get the necessary information for API authentication such as Client ID and Client Secret.
Log on to CrowdStrike Platform.
Navigate to the top-left Navigation menu > Support and resources > API clients and keys.
Click on the Create API client button.
Enter ‘Client Name’ to identify API clients. Also add ‘Description’ that describes the purpose for the API client, if desired.
The following scope needs to be added for the endpoint to function properly:
Event
Permission
Alerts
Alerts.Read
Detects
Detections.Read
Incidents
Incidents.Read
Devices
Hosts.Read
Select Host-Read scope to collect the device logs.
Select Alerts-Read scope to collect alert logs.
Select Detection-Read scope to collect detection logs.
Select Incidents-Read scope to collect incident logs.
Click on the Create button.
Copy the Base URL, Client ID, and Secret for later use, then click Done.
Note:
You will not be able to view this again after you complete this step. Ensure that you copy it before closing the notification.
DataBee Configuration
Login to the DataBee UI, navigate to Data > Data Feeds and click the Add New Data Feed button.
Search for CrowdStrike and click it as shown below.
Click on the API Ingest option for the collection method.
Enter feed contact information and click Next.
In the next dialog, enter the following:
Authorization Method: OAuth2
API Base URL: paste the Base URL.
Client Key: paste the Client ID.
Client Secret: paste the Secret.
Token URL: replace the <region> with your tenant specific information obtained from the Base URL.
Event Types: preselected for all the event types that integration pulls.
Click Submit.
Troubleshooting Tips
If you’re facing invalid_client or unauthorized_client issues this might be possibly due to incorrect credentials. Ensure the token is pasted correctly. Since you cannot view the token after the 1st time, re-create the token, paste it on a text editor to ensure no spaces or unexpected characters are included and reconfigure the DataBee feed.
If you are facing 403 response code this might be possibly due to missing permissions. Check that CrowdStrike API credentials have the necessary scope. If needed, update the API credentials' scope using CrowdStrike platform, save the changes, and retry the integration.