# Dragos Platform

In this guide, you'll establish a trusted relationship between Dragos and Radiant Security. The Dragos Platform provides visibility, threat detection, incident response, and vulnerability management for OT and ICS environments. This setup enables Radiant Security to collect security alerts from Dragos for further analysis and response.

### Prerequisites

* [ ] Admin or Owner user account on Dragos Platform
* [ ] Network connectivity

{% hint style="info" %}
**Note**: Radiant Security needs to be able to connect to Dragos to perform the connection. Radiant Security IP addresses are listed in the table below.
{% endhint %}

| **Radiant Security IP Addresses** |
| --------------------------------- |
| 100.21.80.201                     |
| 52.11.97.167                      |
| 35.164.70.154                     |

### Create an API key

1. Log into the **Dragos** console.
2. Navigate to **Admin** > **Users**.
3. Under **API Keys**, click **Add new API key**.
4. Enter a name for the API Key: `RadiantSecurityDataConnector`**.**
5. Click **Generate Key**.
6. Copy the **ID** and **Secret** values. You will provide them to Radiant Security in the next steps.
7. Click **Ok**.

### Add the data connector in Radiant Security

1. Log in to [Radiant Security](https://app.radiantsecurity.ai/).
2. From the navigation menu, click **Settings** > **Data Connectors** and click **+ Add Connector**.
3. Search for and select the **Dragos Platform** option and then click **Data Feeds**.
4. Select the **Dragos Platform** data feed and then click **Credentials**.
5. Under **Credential Name**, give the credential an identifiable name (e.g. `Dragos - API`).
6. In the **Base URL** field, enter the URL you use to access the **Dragos Platform Console**. For example: `https://companyName.platform.dragos.cloud`.
7. In the **Key ID** field, paste in the **Key ID** that you generated in the previous section.
8. In the **Key Secret** field, paste in the **Key Secret** that you generated and copied in the previous section.
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.
