DNS Lookup

PRIVACY NOTE

This tool runs entirely in your browser – nothing you type is sent to Auburn AI or stored anywhere. We cannot see your data.

A page cannot query DNS itself without sending a request to a third party. Instead of quietly doing that, this builds the exact commands to run yourself, plus a one-click link to a public DNS-over-HTTPS debug page.


Open live lookup on dns.google →

Record types

Type What it does
A Maps a domain to an IPv4 address
AAAA Maps a domain to an IPv6 address
MX Where email for the domain should be delivered
TXT Free-form text – SPF/DKIM/domain verification live here
CNAME Alias pointing one hostname to another
NS Which nameservers are authoritative for the domain
SOA Zone admin info, refresh/retry timers, serial number
CAA Which certificate authorities may issue TLS certs for the domain

About this tool

DNS Lookup queries the Domain Name System for a given domain and returns its associated DNS records, including A records, CNAME records, MX records, and more. It is useful for developers, sysadmins, and anyone who needs to verify how a domain resolves across the public internet without opening a terminal. The tool shows you the IP addresses and other record data tied to a hostname in plain, readable form.

Reach for this tool when you are troubleshooting email delivery problems, confirming that a DNS change has propagated, checking whether a domain points to the expected server, or investigating an unfamiliar domain before trusting it. It saves time compared to running command-line tools like nslookup or dig, especially when you are on a machine where those tools are unavailable.

How to use it

  1. Type or paste the domain name you want to query into the input field.
  2. Select the DNS record type you need, such as A, MX, CNAME, or TXT.
  3. Click the Lookup button to send the query to public DNS resolvers.
  4. Review the returned records, including IP addresses, TTL values, and hostnames.
  5. Switch record types using the dropdown to check other DNS entries for the same domain.
  6. Copy any result row you need for documentation or further investigation.

Pro tips

  • Query the TXT record type to verify SPF, DKIM, and DMARC entries that control email authentication for a domain.
  • A very low TTL value in the results often means the domain owner is preparing for a DNS change or migration soon.

FAQ

Why does the lookup return a different IP than what I see locally?
Your local machine may still have a cached DNS record that has not expired yet. The tool queries public resolvers, so it reflects what most of the internet currently sees.
Can I look up private or internal domain names?
No, this tool queries public DNS only and cannot resolve internal hostnames on private networks or corporate intranets.

Related tools

Looking for something else? Browse browse free network and IP tools – all free, all in your browser.
For general informational purposes only; not professional advice. Posts may contain affiliate links. Learn more.
Scroll to Top