# SentinelOne

The Dropzone AI Platform integrates with SentinelOne, an endpoint cybersecurity platform that protects against various types of threats. Integrating SentinelOne with Dropzone allows Dropzone to automatically investigate security incidents in your SentinelOne environment.

## Create a Service User and API Key

SentinelOne requires an API key from a Service User with Viewer Access to enable.

To obtain an API Key, do the following:

* Log in to the SentinelOne Management Console
* In the left navigation bar of the SentinelOne dashboard, click "Settings"

<figure><img src="/files/i3JTrSVhGcLDpmnrxJNO" alt=""><figcaption><p>Settings</p></figcaption></figure>

* Navigate to Users > Service Users
* Click the Actions dropdown, then click "Create New Service User"

<figure><img src="/files/Nx4vFUL6juGZeCDJtA76" alt=""><figcaption><p>Create New Service User</p></figcaption></figure>

* Enter the Name, Description, and Expiration Date, then click "Next"

<figure><img src="/files/fwW24DfhEqJIIQ63lZ1w" alt=""><figcaption><p>Enter information</p></figcaption></figure>

* Under Access Level, select "Account." Select the newly generated account and set the role to Viewer

<figure><img src="/files/Fu5bQCngSxokFOg96uog" alt=""><figcaption><p>Assign roles to the new Account</p></figcaption></figure>

* Click "Create User"
* Copy the API Token shown for use later in the Dropzone UI where it is called "API Token"

<figure><img src="/files/m5yI2FlcojPGZOYjevXq" alt=""><figcaption><p>Copy API Token</p></figcaption></figure>

## Enable SentinelOne

To enable the Alert Source integration, you'll need the following information:

| Dropzone Field       | Source                                                    |
| -------------------- | --------------------------------------------------------- |
| SentinelOne Hostname | Your SentinelOne Hostname, e.g. usea1-123.sentinelone.net |
| API Token            | The API token value you copied earlier                    |

To enable the Alert Source integration, do the following:

* Navigate to your Dropzone AI tenant home page e.g. https\://*mycompany*.dropzone.app
* In the bottom left hand corner, navigate to Settings > Integrations

<figure><img src="/files/zN02u3HObDaemUY8E1kD" alt=""><figcaption><p>Integrations Dropdown</p></figcaption></figure>

* Click "Available"

<figure><img src="/files/brI7n2Ux40Tk0jTwBCVh" alt=""><figcaption><p>Click Available</p></figcaption></figure>

* In the Search bar, search SentinelOne, then click "Configure"

<figure><img src="/files/G9CUQAW2wvYLSuMcI4gQ" alt=""><figcaption><p>The SentinelOne Tile</p></figcaption></figure>

* Under the Alert Source header, input your SentinelOne hostname and API Token

<figure><img src="/files/FIBRxwQ4xCoxRd80jC7M" alt=""><figcaption><p>The SentinelOne alert configuration (pt 1)</p></figcaption></figure>

* If you wish to treat each of your sites in SentinelOne as separate tenants, check the box labeled "Multi-tenant environment" and click "Add Item." Then input the site IDs for each of the sites you wish Dropzone to be able to analyze

<figure><img src="/files/Nibu0C2AlXyj8UDtFcQD" alt=""><figcaption><p>The SentinelOne alert configuration (pt 2)</p></figcaption></figure>

* Under "Incident types," check the incident types you want Dropzone to investigate alerts for
* Under "Incident status," check the incident statuses you want Dropzone to investigate alerts for
* Under "Log Ingestion delay," input your desired log ingestion delay in minutes

<figure><img src="/files/MNFqw8S68lwMSfp6dOJE" alt=""><figcaption><p>The SentinelOne alert configuration (pt 3)</p></figcaption></figure>

* If you wish, you may exclude threats from investigation by threat name regex. To do so, click "Add Item" in the "Threat Name Regexes" section and input your exclusions

<figure><img src="/files/FIwe7DsBsosd1cKgsW4P" alt=""><figcaption><p>The SentinelOne alert configuration (pt 4)</p></figcaption></figure>

* Input your desired poll interval and lookback

<figure><img src="/files/p9xekJJLEyWOYig0YrOE" alt=""><figcaption><p>The SentinelOne Alert Source Configuration (pt 5)</p></figcaption></figure>

* Click "Test & Save" to finish

If you have any errors or questions, engage your Dropzone AI support representative.


---

# Agent Instructions: 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.dropzone.ai/integrations/alert/sentinelone_alert.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.
