get_webhook_dns
Retrieve a unique DNSHook domain for a webhook token to capture DNS lookups, enabling firewall bypass or canary token use. Optionally validate the token via API.
Instructions
Get the unique DNSHook domain for a webhook token. Any DNS lookups to this domain (or subdomains) will be captured. Useful for bypassing firewalls or as canary tokens. Optionally validate that the token exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| validate | No | If true, verify the token exists via API call before returning DNS domain | |
| webhook_token | Yes | The webhook token (UUID) from webhook.site |