Description

Query any DNS record type — A, AAAA, MX, TXT, CNAME, NS, SOA, SRV, CAA, and more. Returns authoritative answers with TTL values and response metadata.

The fundamental building block for DNS analysis. Use it to verify record configuration, debug email delivery (MX records), check SPF/DKIM/DMARC (TXT records), or validate any DNS setup.

Use Cases

  • Verify DNS records are correctly configured
  • Debug email delivery issues by checking MX records
  • Validate SPF, DKIM, and DMARC records
  • Check CNAME and A record mappings

Parameters

Name Type Required Description
domain string Yes Domain name to look up
record_type string No Record type (A, AAAA, MX, TXT, CNAME, NS, SOA, SRV, CAA, PTR). Default: A
format string No Response format: json or markdown