# Netskope

In this guide, you'll configure the integration between Radiant and the Netskope security cloud. Netskope provides visibility and threat protection for cloud services, websites, and private apps, offering capabilities like web filtering, DLP, Zero Trust access, and information protection. This integration allows Radiant Security to collect and analyze alerts and events from Netskope for enhanced detection and investigation.

At the end of this configuration, you will provide Radiant Security with the following values:

* **API base URL**
* **API token**

## Prerequisites

* [ ] Admin user account

### Obtain the Netskope API token

In this step, you will create the API Token on Netskope.

{% hint style="warning" %}
**Important note**: If an **Expiration** value is set for the token, update the token value on Radiant Security’s connector at the time of expiration to prevent disruptions in data collection.
{% endhint %}

1. Log into the Netskope Console.
2. Navigate to **Settings > Tools > Rest API v2**.

<div align="left"><figure><img src="https://2439665791-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPsFulb2ZOtSPcRSc2rXE%2Fuploads%2FDhWsxmUOQ2scb3wYk2by%2FNetskope_01.webp?alt=media&#x26;token=9e332e10-49ec-4c1c-92a7-90931e1bd451" alt="" width="375"><figcaption></figcaption></figure></div>

3. At the top of the page, identify if the **REST** **API** is enabled. If it's not enabled, click the **Pencil** button and enable the toggle for **REST** **API**. Click **Save** to save the changes.

<div align="left"><figure><img src="https://2439665791-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPsFulb2ZOtSPcRSc2rXE%2Fuploads%2FdbdefhByIVcvfydiyNTl%2FNetskope_02.webp?alt=media&#x26;token=59177f71-b4fb-4cc4-ba4f-4bfe9520d737" alt="" width="375"><figcaption></figcaption></figure></div>

4. Click **New Token** to create a new API Token.

<div align="left"><figure><img src="https://2439665791-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPsFulb2ZOtSPcRSc2rXE%2Fuploads%2F12OxEaYO3ceLGb1t6NWo%2FNetskope_03.webp?alt=media&#x26;token=87685eb2-2165-49f6-b238-47609ba33568" alt="" width="375"><figcaption></figcaption></figure></div>

5. Enter the **Token Name** as `RadiantConnector`
6. Under **Expire In**, select **12 Months.**
7. Click **Add** **Endpoint** to select the **API Endpoints** that the Token is allowed to access:
   1. Select all entries that start with **/api/v2/events/dataexport/events**
   2. Select all entries that start with **/api/v2/events/dataexport/alerts**
   3. Select the entry **/api/v2/incidents/uba/getuci**
   4. Select the entry **/api/v2/incidents/dlpincidents**
   5. Select the entry\
      \&#xNAN;**/api/v2/events/data/alert**

<div align="left"><figure><img src="https://2439665791-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPsFulb2ZOtSPcRSc2rXE%2Fuploads%2F7WT0jShTS0FoZywGcqgo%2FNetskope_04.webp?alt=media&#x26;token=669b6ba3-127e-41eb-ae84-66dca9d5cde1" alt="" width="375"><figcaption></figcaption></figure></div>

8. On **Privilege**, select **Read.**
9. Click **Save** and copy the **Token** shown in the popup. Please note that this will be  the only opportunity to copy the token so ensure you store it in a safe place.

### 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 **Netskope** option and then click **Data** **Feeds**.
4. Click **Credentials.**
5. Under **Credential** **Name**, give the credential an identifiable name (e.g. `Netskope Token`).
6. In the **Tenant** **URL** field, enter the URL you use to access the Netskope Console. For example: `https://companyName.goskope.com`
7. In the **API** **Token** field, paste in the **Netskope** **API** **Token** that you generated in the previous section.
8. Click **Add** **Connector**.


---

# 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/netskope.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.
