> For the complete documentation index, see [llms.txt](https://docs.dropzone.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dropzone.ai/unlinked/rocketcyber_alert.md).

# RocketCyber

The Dropzone platform integrates with [RocketCyber](https://www.rocketcyber.com/), a cloud-based MDR and SOC platform designed to detect and respond to malicious activity that bypasses traditional defenses.

## Create an API Key

RocketCyber requires an API key to enable.

To obtain an API Key, do the following:

* In the upper right of your RocketCyber homepage, click on the building icon
* Click "Provider Settings"
* Navigate to "RocketCyber API"
* Copy the Access Token shown for use later in the Dropzone UI where it is called "API Key"
* Alternatively, generate a new API key by clicking "Generate Key"

## Enable QRadar

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

| Dropzone Field | Source                                                           |
| -------------- | ---------------------------------------------------------------- |
| API Key        | The Acccess Token value you copied earlier                       |
| API Hostname   | The hostname of the RocketCyber API, e.g. api-us.rocketcyber.com |

* Navigate to your Dropzone AI tenant home page e.g. https\://*mycompany*.dropzone.ai
* In the bottom left hand corner, navigate to Settings > Integrations
* Click "Available"
* In the Search bar, search RocketCyber, then click "Configure"
* Input the API Key and Hostname
* Input your desired poll interval and lookback
* Click "Test & Save" to finish


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.dropzone.ai/unlinked/rocketcyber_alert.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
