dnsrecon DNS reconnaissance
dnsrecon_domain_scanEnumerate DNS records, attempt zone transfers, test DNSSEC zone walking, and discover certificate-log subdomains for a domain.
Instructions
DNS reconnaissance of a domain with dnsrecon: SOA, NS, MX, A, AAAA and SRV records, zone transfer attempts, DNSSEC zone walking and certificate-log names, depending on scan_type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name, e.g. example.com | |
| scan_type | No | std (default): standard records and a zone transfer attempt; srv: common SRV records; axfr: zone transfer against every name server; crt: names from crt.sh; zonewalk: DNSSEC NSEC walk |