shodan-domain-info
Retrieve DNS information for a domain, including subdomains, DNS records, and tags. Ideal for domain reconnaissance and subdomain discovery.
Instructions
Get DNS information about a domain — subdomains, DNS records, and tags.
Powerful for domain reconnaissance and subdomain discovery. Requires a Shodan API key.
Returns: DomainResult with subdomains, DNS records, and domain tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name to look up. Example: "example.com". | |
| timeout | No | HTTP request timeout in seconds. Default: 30. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags associated with this domain (e.g., ipv6, dmarc) | |
| domain | Yes | The domain that was queried | |
| records | No | DNS records for the domain | |
| subdomains | No | Discovered subdomain names |