> For the complete documentation index, see [llms.txt](https://docs.threatdefence.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.threatdefence.com/siem-integrations/endpoint-protection/crowdstrike.md).

# CrowdStrike Falcon

## Step 1: Enable Auditing in Crowdstrike

To define a Crowdstrike API client and integrate it with ThreatDefence, follow these steps:

1. **Access Crowdstrike Falcon UI**:
   * Log in to the Crowdstrike Falcon UI: <https://falcon.crowdstrike.com> with credentials that have been designated as Falcon Administrator role.

2. **Navigate to API Clients and Keys**:
   * In the Falcon UI, navigate to Support and resources > API Clients and Keys. Here, you can view existing clients, add new API clients, or view the audit log.\
     ![Crowdstrike Customer Portal Data Connectors API Client & Keys](/files/xHnA0Sb4lfPdntBhKjAU)

3. **Add a New API Client**:

   * Click on "Add new API Client" and provide a descriptive name for the client.\
     ![Create API client button](/files/H1vJbh6WfjxFtop5MYTA)

   * For Crowdstrike API integration, the following permissions are required.

     * **Alerts: Read**&#x20;
     * **Incidents: Read**&#x20;

4. **Save Client Information**:
   * After saving the new API client, you will be presented with the Client ID and Client Secret.
   * The Client Secret will only be shown once and should be stored securely.
   * In case the Client Secret is lost, a reset must be performed, and any applications relying on it will need to be updated with the new credentials.\
     ![API client created](/files/OtftG4PXyB7VVxboTS9N)

## Step 2: Configuration in ThreatDefence

**Provide ThreatDefence with Client Information**:

* Provide the following information to your ThreatDefence representative at support \[at] threatdefence.com:
  * Client ID.
  * Client Secret.
  * Base URL.


---

# 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:

```
GET https://docs.threatdefence.com/siem-integrations/endpoint-protection/crowdstrike.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
