DNS Reverse Lookup
dns_reversePerform reverse DNS lookups to find all hostnames associated with an IP, mail server, name server, or other DNS record values. Supports wildcards and paginated results.
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 |
|---|---|---|---|
| record_type | Yes | DNS record type to reverse-search on. Allowed values: 'A', 'AAAA', 'MX', 'NS', 'SOA', 'SPF', 'TXT', 'CNAME'. | |
| 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. | |
| exact | No | If true, return only exact matches for NS, MX, CNAME, SOA, SPF, and TXT. Default: false. | |
| page | No | Page number for paginated results. Defaults to 1. |