shodan-dns-resolve
Resolve hostnames to IP addresses using Shodan's DNS service, mapping domain names to IPs before IP-based lookups. Requires a Shodan API key.
Instructions
Resolve hostnames to IP addresses using Shodan's DNS service.
Useful for mapping domain names to IPs before performing IP lookups. Requires a Shodan API key.
Returns: DnsResolveResult with hostname-to-IP mappings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | HTTP request timeout in seconds. Default: 30. | |
| hostnames | Yes | Comma-separated hostnames to resolve. Example: "google.com,bing.com,github.com". Maximum 100 hostnames. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entries | No | Hostname-to-IP resolution entries |