dns_lookup
Resolve DNS records for any domain to debug mail configuration, verify domain ownership, inspect CAA policies, and check NS delegation. Supports A, AAAA, MX, TXT, NS, CNAME, SOA, CAA, and PTR.
Instructions
Resolve DNS records for a domain via the system resolver. Default lookup covers A, AAAA, MX, TXT, NS, CNAME, SOA, CAA. Also resolves reverse PTR records for A results. Use this to debug mail config (MX), domain ownership signals (TXT), name-server delegation (NS), CAA policy, and IP resolution. No SSRF risk — DNS only, no outbound connections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| types | No | ||
| domain | Yes | Hostname (not URL). e.g. example.com |