> For the complete documentation index, see [llms.txt](https://docs.cybaops.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cybaops.com/getting-started/onboarding/connectors/crowdstrike.md).

# CrowdStrike

The CrowdStrike connector works by syncronising data from your CrowdStrike account to your MDR module in your CybaOps account.  

It is one-way, and only takes information from CrowdStrike to CybaOps. It does not push data from CybaOps to CrowdStike. 

## <mark style="color:$primary;">Guide</mark>

This guide will help you collect:&#x20;

* **Client ID** &#x20;
* **Client Secret** &#x20;
* **Customer ID (CID)** &#x20;

And ensure the correct permissions are enabled:&#x20;

* **Cases** &#x20;
* **Alerts** &#x20;
* **Detections** &#x20;
* **API Integrations**&#x20;

### <mark style="color:$primary;">Step 1: Log into CrowdStrike</mark>&#x20;

Go to the CrowdStrike Falcon Console:&#x20;

[https://falcon.crowdstrike.com](https://falcon.crowdstrike.com/)&#x20;

Log in with an account that has **administrator permissions**.&#x20;

### <mark style="color:$primary;">Step 2: Get Your Customer ID (CID)</mark>&#x20;

1. In the Falcon console &#x20;
2. Look in the top right corner click on your company name: &#x20;

* This will give you a drop down with your CID it will look something like this&#x20;

<figure><img src="/files/WEQuIsxyleh2OzZ6Qjfe" alt=""><figcaption></figcaption></figure>

&#x20;

Copy your **Customer ID (CID)** and paste it into the relevant field in CybaOps. &#x20;

This is usually a string of characters (sometimes includes a region suffix like -eu).&#x20;

### <mark style="color:$primary;">Step 3: Create API Client (Client ID & Secret)</mark>&#x20;

1. Go to: &#x20;

* Support → **API Clients and Keys** &#x20;

2. Click: &#x20;

* **Create API Client** &#x20;

3. Name it: &#x20;

* CybaOps Connector &#x20;

4. Set permissions (covered in Step 4) &#x20;
5. Click **Create** &#x20;

Copy **Client ID** and **Client Secret** to the relevant fields in CybaOps.&#x20;

### <mark style="color:$primary;">Step 4: Assign Required Permissions (Detailed)</mark>&#x20;

This is the key step to ensure data flows into CybaOps correctly.&#x20;

When creating the API client, you’ll be presented with permission scopes. You need to enable the following:&#x20;

#### <mark style="color:$primary;">Required Permissions</mark>&#x20;

**Alerts (Read)**&#x20;

Allows CybaOps to:&#x20;

* Retrieve alert data &#x20;
* Monitor triggered security events &#x20;

**Detections (Read)**&#x20;

Allows CybaOps to:&#x20;

* Pull detection data from endpoints &#x20;
* Track malicious activity and behaviours &#x20;

**Cases (Read)**&#x20;

Allows CybaOps to:&#x20;

* Access incident/case data &#x20;
* Correlate investigations and response activity &#x20;

**API Integrations**&#x20;

Allows CybaOps to:&#x20;

* Interact with CrowdStrike APIs &#x20;
* Ensure stable integration and data ingestion &#x20;

#### <mark style="color:$primary;">How to Apply Permissions</mark>&#x20;

When selecting scopes during API client creation:&#x20;

* Search for and enable: &#x20;
  * Alerts: Read &#x20;
  * Detections: Read &#x20;
  * Cases: Read &#x20;
  * API Integrations: Read &#x20;

Only **Read access** is required. \
You do not need write or admin permissions.&#x20;

This ensures CybaOps has full visibility across your environment.&#x20;

Once confirming, you will see a Client ID, Secret and base URL. Copy the **Client ID** and **Secret** and paste into the relevant fields in CybaOps.&#x20;

<figure><img src="/files/IBKi2G4MSbQfFfaT4t0N" alt=""><figcaption></figcaption></figure>

#### <mark style="color:$primary;">Data Syncronisation</mark> &#xD;

The data is pulled every 5 minutes. The same **5 minute cadence** is used for normal operation and routine health checks. If there is **an authentication or authorisation error** (for example, an expired client secret), the connector backs off and **retries every 30 minutes**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cybaops.com/getting-started/onboarding/connectors/crowdstrike.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
