DNS Reverse Lookup
dns_reverseFind all hostnames associated with a DNS record value. Supports reverse lookups for IPs, mail servers, name servers, and more with wildcard patterns.
Instructions
Find all hostnames associated with a specific DNS record value. Supports reverse IP lookup (all domains on an IP/CIDR), reverse MX lookup (all domains using a mail provider), reverse NS lookup (all domains on a name server), and more. Wildcard patterns using '*' are supported for MX, NS, SOA, SPF, TXT, CNAME. Results are paginated at up to 100 DNS records per page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for paginated results. Defaults to 1. | |
| exact | No | If true, return only exact matches for NS, MX, CNAME, SOA, SPF, and TXT. Default: false. | |
| value | Yes | The value to query depending on record type. For A/AAAA: an IP address or CIDR block. For MX/NS/SOA/SPF/TXT/CNAME: a hostname or provider domain. Wildcard patterns with '*' are supported. | |
| record_type | Yes | DNS record type to reverse-search on. Allowed values: 'A', 'AAAA', 'MX', 'NS', 'SOA', 'SPF', 'TXT', 'CNAME'. |