# Dragos Platform

Dragos Platform is an operational technology (OT) security platform that monitors industrial control system (ICS) environments for threats, vulnerabilities, and operational risk. Connecting Dragos Platform forwards OT and ICS security alerts to Radiant Security via the Dragos REST API. Radiant uses these alerts to apply AI triage to industrial threats, giving analysts a unified view across OT and IT environments.

### Prerequisites

* [ ] Admin or Owner role in Dragos Platform
* [ ] Network access from Radiant Security egress IPs to your Dragos Platform Console URL
* [ ] Administrator role in Radiant Security

{% hint style="info" %}
Radiant Security pulls alerts from Dragos Platform over the public internet. Allowlist the following Radiant Security egress IPs on your Dragos Platform endpoint or any upstream firewall:

* `100.21.80.201`
* `52.11.97.167`
* `35.164.70.154`
  {% endhint %}

### Create an API key in Dragos Platform

1. Sign in to the Dragos Platform console.
2. Navigate to **Admin** > **Users**.
3. Under **API Keys**, click **Add new API key**.
4. Enter a name for the key (e.g., `RadiantSecurityDataConnector`).
5. Click **Generate Key**.
6. Copy the **ID** and **Secret** values. You will enter these as **Key ID** and **Key Secret** in Radiant Security in the next section.
7. Click **OK**.

{% hint style="warning" %}
The Secret value is shown only once and cannot be retrieved later. Store it securely before closing the dialog.&#x20;
{% endhint %}

### Add the data connector in Radiant Security

1. Sign in to [Radiant Security](https://app.radiantsecurity.ai/).
2. From the navigation menu, select **Settings** > **Data Connectors**, then click **+ Add Connector**.
3. Search for and select **Dragos Platform**, then click **Data Feeds**.
4. Under **Select your data feeds**, select **Dragos Platform**, then click **Credentials**.
5. Under **Credential Name**, enter a descriptive name (e.g., `Dragos - API`).
6. In the **Base URL** field, enter the URL you use to access the Dragos Platform console (e.g., `https://companyName.platform.dragos.cloud`).
7. In the **Key ID** field, paste the **ID** you copied from Dragos Platform.
8. In the **Key Secret** field, paste the **Secret** you copied from Dragos Platform.
9. Click **Add Connector**.
10. Click **Done** to save your changes.


---

# 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://help.radiantsecurity.ai/radiant-connectors/data-connectors/dragos-platform.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.
