DNS Records Endpoints
15 endpoints available
Foundational DNS tooling that goes well beyond `dig`-equivalent lookups. Query 22 record types including modern HTTPS / SVCB records (RFC 9460) for HTTP/3 and Encrypted Client Hello readiness. Verify DNSSEC cryptographically — DS digest reconstruction (RFC 4034 §5.1.4) and RRSIG signature verification across RSA-SHA256/512, ECDSA P-256/P-384, and Ed25519 — rather than trusting an upstream resolver's AD bit. Cross-reference CAA policy against Certificate Transparency logs (RFC 6962). Distinguish botnet fast-flux from CDN rotation via ASN diversity, residential-PTR signature, and double-flux NS-rotation detection (MITRE T1568.001). Audit zone health in a single call via the zone-hygiene composite — DNSSEC, CAA, AXFR, NSEC3, open-resolver, SOA, and subdomain-exposure checks aggregated into a weighted score. Domain registration via RDAP (RFC 7480) with port-43 WHOIS fallback (RFC 3912) for ccTLDs. Essential for security engineers, deliverability teams, fraud / threat-intel analysts, and anyone responsible for a production zone.
DNS Lookup
/v1/dns/lookupQuery any of 22 DNS record types or ALL at once with DNSSEC validation
Domain Registration (RDAP)
/v1/domain/whoisGet domain registration data via RDAP — the post-WHOIS standard. Detects privacy-proxy registrants and GDPR redactions.
MX Records
/v1/dns/mxFind mail servers and detect email provider
MX Health
/v1/dns/mx-healthCheck mail server health and redundancy
Nameservers
/v1/dns/nsList nameservers and detect DNS provider
TXT Records
/v1/dns/txtGet TXT records including verification entries
CAA Records
/v1/dns/caaCheck which CAs can issue certificates
DNSSEC Check
/v1/dns/dnssecVerify DNSSEC signing and validation
DNS Propagation
/v1/dns/propagationCheck DNS consistency across resolvers
Wildcard DNS
/v1/dns/wildcardDetect wildcard DNS configuration
Zone Transfer Check
/v1/dns/zone-transferTest for DNS zone transfer vulnerability
DNS Rebinding Check
/v1/dns/rebindingDetect DNS rebinding vulnerability
NSEC Walkability
/v1/dns/nsec-walkabilityGrade zone-enumeration risk from NSEC3PARAM configuration
Fast-Flux Detection
/v1/dns/fast-fluxDetect fast-flux DNS rotation used by botnets and malware
Zone Hygiene
/v1/dns/zone-hygieneSingle-call DNS health audit — DNSSEC, CAA, AXFR, NSEC3, open-resolver, SOA, and subdomain exposure
Related Standards & References
Learn more about the protocols and standards behind these endpoints.
Try These Endpoints
Test DNS Records endpoints live in the playground. No signup required.