DNS Lookup Tool — Check A, MX, NS, TXT Records

A DNS lookup tool queries the Domain Name System to retrieve resource records for a domain name — such as A, MX, NS, and TXT — mapping human-readable hostnames to IPs, mail servers, and configuration data.

Enter a domain name, select a record type (A, MX, NS, TXT, etc.), and click Lookup. ScanSuite queries authoritative nameservers and returns TTL, priority, and record values you can copy for troubleshooting or verification.

DNS lookup is the process of querying the Domain Name System to find which IP addresses, mail servers, and configuration records are associated with a domain name. Every website visit, email delivery, and API call depends on DNS resolving correctly.

ScanSuite's free DNS lookup tool lets you check DNS records for any public domain directly from your browser. Select a record type, enter a hostname, and get structured results with TTL values and copy-ready output — no account required.

ScanSuite's free DNS lookup tool queries A, AAAA, MX, CNAME, NS, TXT, and SOA records for any public domain. Use it to troubleshoot connectivity, verify email authentication, audit zone configuration, and support security investigations — directly from your browser without CLI tools or an account.

Frequently Asked Questions

What is a DNS lookup?
A DNS lookup is a query to the Domain Name System that retrieves resource records for a domain name. The DNS translates human-readable hostnames like example.com into machine-readable data such as IP addresses (A/AAAA records), mail servers (MX), nameservers (NS), and text policies (TXT). Every web request begins with DNS resolution. A lookup tool lets you inspect that data directly, which is essential for troubleshooting connectivity, email, and security configuration issues.
How does the ScanSuite DNS lookup tool work?
Enter a domain name and select a record type. ScanSuite sends a DNS query to resolve the requested record against public DNS infrastructure. The resolver follows the DNS hierarchy from root nameservers through the TLD to the domain's authoritative nameserver. Results display the record type, value, TTL, and MX priority where applicable. The entire process runs in your browser without installing dig or nslookup.
What DNS record types can I look up?
ScanSuite supports A (IPv4), AAAA (IPv6), MX (mail exchange), CNAME (canonical name alias), NS (nameserver), TXT (text records including SPF and DKIM), and SOA (start of authority). Each record type serves a distinct purpose in domain configuration. Select the type matching your diagnostic goal — for example, MX for email routing or TXT for SPF verification.
What is the difference between A and AAAA records?
An A record maps a hostname to an IPv4 address (32-bit, e.g., 192.0.2.1). An AAAA record maps a hostname to an IPv6 address (128-bit, e.g., 2001:db8::1). Dual-stack domains publish both record types so clients can connect over IPv4 or IPv6. If a site loads over IPv4 but not IPv6, check whether AAAA records are published and reachable.
What is an MX record and how do I read priority?
An MX (Mail Exchange) record specifies which mail servers accept email for a domain. Each MX record includes a priority number and a hostname. Lower priority values are preferred — a record of "10 mail.example.com" is tried before "20 backup.example.com" per RFC 5321. Multiple MX records provide redundancy. If email fails, verify MX records point to active, reachable mail hosts.
What are TXT records used for?
TXT records store arbitrary text associated with a domain. Common uses include SPF policies (v=spf1...) that define authorized mail senders, DKIM public keys for email signing verification, DMARC policies for email authentication reporting, and domain ownership verification tokens for services like Google Workspace or Microsoft 365. TXT lookups are essential for email security audits.