shodan-dns-reverse
Resolve IP addresses to hostnames to reveal which domains are hosted on them. Useful for passive reconnaissance and mapping infrastructure.
Instructions
Reverse DNS lookup — find hostnames for IP addresses.
Useful for identifying what domains are hosted on specific IPs. Requires a Shodan API key.
Returns: DnsReverseResult with IP-to-hostnames mappings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ips | Yes | Comma-separated IP addresses for reverse DNS lookup. Example: "8.8.8.8,1.1.1.1". Maximum 100 IPs. | |
| timeout | No | HTTP request timeout in seconds. Default: 30. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entries | No | IP-to-hostnames reverse DNS entries |