> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tierzerocode.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CrowdStrike Falcon

> Configure CrowdStrike Falcon Device Integration

The following steps will integrate CrowdStrike Falcon by using an OAuth2 API Client & Key with the below API permissions. Currently setup is limited to using an API Client with a client id, secret, base url, and domain.

## Required Permissions

| API                         | Scope | Permission | Description                                                                         |
| :-------------------------- | :---- | :--------- | :---------------------------------------------------------------------------------- |
| US-1 / US-2 (EU-1 Untested) | Hosts | Read       | Search for hosts in your environment by platform, hostname, IP, and other criteria. |

## Setting Up CrowdStrike Falcon Device Integration

In Tier Zero Code, go to “Integrations” and click on the CrowdStrike Falcon device integration then enable and configure integration.

<img src="https://mintcdn.com/awbtechllc/i5fizQqRQXZihdqB/images/image-4.png?fit=max&auto=format&n=i5fizQqRQXZihdqB&q=85&s=6d261df80de03cf3091fddbdb85be991" alt="Image" width="1913" height="922" data-path="images/image-4.png" />

In the CrowdStrike Falcon Configuration, you'll need the following fields:

<ResponseField name="Client ID" type="string" required>
  The Client ID from the “OAuth2 API Clients” creation confirmation.
</ResponseField>

<ResponseField name="Secret" type="string" required>
  The secret value from the “OAuth2 API Clients” creation confirmation.
</ResponseField>

<ResponseField name="Base URL" type="string" required>
  The base url from the “OAuth2 API Clients” creation confirmation.
</ResponseField>

<ResponseField name="Tenant Domain" type="string" required>
  The primary domain for the CrowdStrike tenant.
</ResponseField>
