โ† Back to Tools

๐ŸŒ DNS Lookup

Note: Records are resolved live via Cloudflare's public DNS-over-HTTPS resolver (1.1.1.1) โ€” this reflects what Cloudflare's global resolver currently returns, not a full propagation check across every DNS server worldwide.

Quick Answer

A DNS lookup queries the Domain Name System to find the records associated with a domain โ€” such as its IP address (A/AAAA), mail servers (MX), or text records (TXT). This tool performs a real, live lookup via Cloudflare's public resolver and returns the actual current records.

What is DNS?

DNS (Domain Name System) translates human-readable domain names like example.com into the IP addresses computers use to route traffic. Different record types serve different purposes: A/AAAA records point to servers, MX records route email, TXT records hold verification and policy data (like SPF/DKIM), and NS records identify a domain's authoritative name servers.

How to use this tool

  1. Enter a domain name (without http:// or a trailing path) โ€” or an IP address if using PTR.
  2. Choose a record type โ€” A, AAAA, CNAME, MX, TXT, NS, SOA, CAA, PTR (reverse lookup), or ALL TYPES to query everything at once.
  3. Click Lookup to query Cloudflare's resolver and see the live results, including query time and DNSSEC validation status.

Privacy

Your query is sent to ITVEDAS's own server, which asks Cloudflare's public DNS resolver for the requested records โ€” it never connects to the domain you're looking up. Nothing you search is logged or stored.

FAQ

Why don't my results match what I see elsewhere?

Different DNS resolvers can briefly disagree while changes propagate, and results are cached per record's TTL (time to live) โ€” a lower TTL means changes show up faster everywhere.

What does NXDOMAIN mean?

NXDOMAIN means the domain doesn't exist in DNS at all โ€” check for typos, or the domain may not be registered.

Can I look up subdomains?

Yes โ€” enter the full hostname, e.g. mail.example.com.

What does "DNSSEC validated" mean?

DNSSEC (DNS Security Extensions) lets a resolver cryptographically verify that a response hasn't been tampered with. "Validated" means Cloudflare's resolver confirmed the response's signature chain; "not validated" usually means the domain simply doesn't have DNSSEC configured, not that anything is wrong.

How do I do a reverse lookup?

Select PTR, then enter an IP address (IPv4 or IPv6) instead of a domain name โ€” this looks up the hostname associated with that IP, if one exists.

Related Tools