Subdomain Discovery
whoisjson.dns.subdomainsDiscover subdomains for any domain using DNS brute-force enumeration. Get subdomain names, DNS record types (A/CNAME/MX), resolved IPs, and active status. Ideal for security reconnaissance, asset inventory, and infrastructure mapping.
Instructions
Discover subdomains for any domain via DNS brute-force enumeration. Returns subdomain names, DNS record types (A/CNAME/MX), resolved IPs, and active/inactive status. Useful for security reconnaissance, asset inventory, and infrastructure mapping (WhoisJSON)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name to discover subdomains (e.g. github.com, example.com) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |