Back to All Tools

DNS Lookup

Query DNS records for any domain in real time. Supports A, AAAA, CNAME, MX, NS, TXT, SOA, SRV, and CAA record types via DNS-over-HTTPS.

IPv4 address

Quick examples

DNS Record Types

TypeFull NamePurpose
AAddressMaps a domain to an IPv4 address
AAAAIPv6 AddressMaps a domain to an IPv6 address
CNAMECanonical NameAlias pointing to another domain
MXMail ExchangeSpecifies mail servers for the domain
NSNameserverLists authoritative DNS nameservers
TXTTextArbitrary text: SPF, DKIM, DMARC, verification
SOAStart of AuthorityPrimary nameserver and zone metadata
SRVService LocatorLocation of servers for specific services
CAACA AuthorizationWhich CAs may issue TLS certificates

What is DNS-over-HTTPS?

This tool uses DNS-over-HTTPS (DoH) to resolve queries through Google's public resolver at dns.google/resolve. Unlike traditional DNS over UDP, DoH encrypts the query inside HTTPS, preventing interception and tampering. Results reflect Google's view of the current DNS state, which may differ slightly from other resolvers due to caching.

Common Use Cases

  • Verify email deliverability via MX records
  • Check SPF / DKIM / DMARC TXT records
  • Confirm domain propagation after DNS changes
  • Debug CNAME chains and alias configurations
  • Validate CAA records before TLS certificate issuance