# VulnCheck

{% hint style="info" %}
VulnCheck is a Vulnerability Database integration. Vulnerability Database Data Source integrations are used during investigations to improve analysis and in interactive chat to help answer questions. They are optional, but enabling more tooling integrations enhances Dropzone analysis.
{% endhint %}

The Dropzone AI platform integrates with [VulnCheck](https://www.vulncheck.com/), a database that identifies and assess known cybersecurity vulnerabilities, providing information on their historical use by threat actors, ransomware and botnets, and whether IPs are actively exploiting them.

## Create an API Key

VulnCheck requires an API key to enable.

To obtain an API Key, do the following:

* Log into VulnCheck
* Click your user profile in the top right, then click "Tokens & SSH Keys"

<figure><img src="/files/eEkxYExY8CSMTUmFW0U6" alt=""><figcaption><p>Navigate to Tokens &#x26; SSH Keys</p></figcaption></figure>

* In the upper right, click "Create Token"

<figure><img src="/files/L0JqKMOHYgtwXdgNIUsl" alt=""><figcaption></figcaption></figure>

* Label the token something memorable, such as Drozpone AI
* Select the key Token Icon
* Click "Create"

<figure><img src="/files/KUIXhOoNw0XNxfjM6Q8A" alt=""><figcaption><p>Create the API key</p></figcaption></figure>

* Record the value shown for use later in the Dropzone UI where it is called "API key"

## Enable VulnCheck

To enable the Data 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 VulnCheck, then click "Configure"
* Input the API Key
* Click "Test & Save" to finish

If you have any errors 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/data/vulncheck.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.
