dns-lookup
Look up DNS records for any domain via Cloudflare DoH. Supports A, AAAA, MX, TXT, CNAME, NS, SOA, CAA, or ALL types. Extract SPF/DMARC/DKIM from TXT for email security verification.
Instructions
DNS record lookup for any domain via Cloudflare DoH. Supports A, AAAA, MX, TXT, CNAME, NS, SOA, CAA, or ALL record types. TXT lookups include SPF/DMARC/DKIM email security signal extraction. Useful for domain audits, email configuration verification, CDN setup checks, and infrastructure reconnaissance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Domain name to look up (e.g. 'github.com', 'mail.google.com'). | |
| type | No | DNS record type to query. 'ALL' queries A, MX, TXT, NS, and CNAME in parallel and returns all results. Default: 'A'. |