get_webhook_dns
Retrieve a unique DNSHook domain for webhook tokens to capture DNS lookups, useful for firewall bypass or canary token deployment, with optional token validation.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhook_token | Yes | The webhook token (UUID) from webhook.site | |
| validate | No | If true, verify the token exists via API call before returning DNS domain |