> 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/integrations/data/dzurlsandbox.md).

# Dropzone URL Sandbox

{% hint style="info" %}
Dropzone URL Sandbox is a tooling integration and a Threat Intelligence (TI) integration. Tooling and TI Data Source integrations are used during investigations to improve analysis and in interactive chat to help answer questions. They are optional, but enabling more integrations enhances Dropzone analysis.
{% endhint %}

Dropzone AI's URL Sandbox connects to a web-scanning service powered by [Playwright](https://playwright.dev/) to visit websites for customers in order to do page scans, pdf analyses, etc. It has a provided built-in proxy layer to make it more reliable when accessing sites which is completely managed by Dropzone, so no setup is required by the customer.

To set up on-prem or self-managed deployments, contact your Dropzone support representative.

## Enable Dropzone URL Sandbox

The Dropzone URL Sandbox integration does not require any API keys or credentials.

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, click Settings > Integrations

<figure><img src="/files/zN02u3HObDaemUY8E1kD" alt=""><figcaption><p>Integrations Dropdown</p></figcaption></figure>

* Click "Provided"

<figure><img src="/files/HcIiou5uuBhwpIXCyv2r" alt=""><figcaption><p>Click Provided</p></figcaption></figure>

* In the Search bar, search Dropzone URL Sandbox, then click the kebab on the right

<figure><img src="/files/dVdbZgVzdhCPuNYeENqr" alt=""><figcaption><p>Select Dropzone URL Sandbox</p></figcaption></figure>

* Click "Enable data source" to enable Dropzone URL Sandbox

<figure><img src="/files/MZm5vAtLyodZawuuslWT" alt=""><figcaption><p>Enable data source</p></figcaption></figure>

* To review or adjust how scans run, click on "Dropzone URL Sandbox" to open its configuration

## Configuration options

The Dropzone URL Sandbox exposes the following settings. The defaults preserve standard proxied scanning behavior, so no changes are required to get started.

* **Render email screenshots** (default: on) — Renders the HTML body of phishing emails to capture a screenshot for investigations. The browser may fetch embedded resources such as images and tracking pixels from external servers; these requests are routed through the proxy.
* **Scan URLs in alerts** (default: on) — Navigates to URLs found in alerts to retrieve page content, screenshots, and threat intelligence.
* **Anonymous scanning only** (default: off) — Skips a scan rather than connecting directly when the proxy is unavailable, guaranteeing your instance's IP is never exposed to scanned destinations or email senders. When off, scans fall back to a direct connection if the proxy is down, recovering more data at the cost of occasional direct connections.
* **Use a custom outbound proxy** (default: off) — Route URL scans through your own proxy server instead of the Dropzone residential proxy. When enabled, three additional fields appear:

  * **Proxy server (host:port)** — Address of your proxy, e.g. `proxy.corp.example.com:8080`
  * **Proxy username**
  * **Proxy password**

  Only HTTP Basic authentication is supported.

<figure><img src="/files/0AllDSohcgIFeFqXbfhW" alt=""><figcaption><p>Custom outbound proxy fields</p></figcaption></figure>

* **Use sticky sessions** (default: off) — Request the same proxy exit node for consecutive scans. Useful for sites that track sessions. Only applies to the Dropzone residential proxy; ignored for custom outbound proxies.
* **Scan timeout (seconds)** (default: 60; min 1, max 300) — Maximum time to wait for a URL to load during a scan.

<figure><img src="/files/yMoEgrK66gGi6ErEWOn2" alt=""><figcaption><p>The Dropzone URL Sandbox configuration</p></figcaption></figure>

### Notes on scanning behavior

* The integration ships with a built-in, fully-managed proxy (the "Dropzone residential proxy"). No customer setup is required to get proxied scanning — the custom outbound (bring-your-own) proxy is opt-in for customers who want egress through their own infrastructure.
* **Anonymous scanning only** is a fail-closed control: when on, anything that can't go through the proxy (URL scans and email-screenshot resource fetches) is skipped rather than connecting directly.
* **Render email screenshots** and **Scan URLs in alerts** are independent. You can disable outbound URL navigation while keeping email screenshots (and vice versa) without disabling the whole integration.
* Click "Test & Save" to finish

If you have any errors engage your Dropzone AI support representative.


---

# 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:

```
GET https://docs.dropzone.ai/integrations/data/dzurlsandbox.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.
