DNS Lookup
Lookup DNS records including A, AAAA, CNAME, MX, TXT, and NS records for any domain
DNS Lookup - Check DNS Records
Look up A, AAAA, CNAME, MX, NS, TXT, and other DNS records for any domain. Troubleshoot DNS configuration and propagation.
A DNS Lookup tool queries the Domain Name System to retrieve records associated with a domain name. DNS functions as the phonebook of the internet, translating human-readable domain names like example.com into IP addresses that computers use to communicate. When you type a web address into a browser, the first step is a DNS lookup to find the server that hosts the website.
Multiple types of DNS records serve different purposes. A records map domain names to IPv4 addresses. AAAA records map to IPv6 addresses. CNAME records alias one domain name to another. MX records specify the mail servers responsible for receiving email. NS records identify the authoritative name servers for the domain. TXT records store text information used for domain verification, email authentication, and other purposes.
System administrators use DNS lookups to diagnose connectivity issues. When a website is unreachable, checking the A record confirms whether the domain resolves to the correct IP address. When email delivery fails, checking MX records confirms that the mail exchanger configuration is correct. When a domain stops working after a nameserver change, NS record lookup confirms whether the new nameservers are properly configured.
Security professionals examine DNS records to identify potential vulnerabilities. SPF, DKIM, and DMARC TXT records indicate whether a domain has proper email authentication configured. Domains without these records are vulnerable to email spoofing and phishing attacks targeting their brand. Missing or misconfigured DNS security records leave organizations exposed to impersonation.
Web developers use DNS lookups during domain configuration and migration. Before pointing a domain to a new hosting provider, confirming the current DNS records ensures a smooth transition. After updating DNS records, repeated lookups help track propagation progress as changes spread across the global DNS network.
The lookup tool queries public DNS resolvers and returns all available records for the requested domain and record type. Results include the record value, Time To Live which indicates how long the record can be cached, and the record class. Multiple records of the same type may be returned for load-balanced or redundant services.
Reverse DNS lookups query the PTR record to find the domain name associated with an IP address. This is useful for verifying that mail servers have proper reverse DNS configuration, which many email systems check as an anti-spam measure. A mismatch between forward and reverse DNS can cause email to be rejected or marked as spam.
Results are displayed in a structured table format organized by record type. Each section shows all records of that type with their values and TTL. Common configuration issues such as missing MX records or incorrect A record values are flagged with explanatory guidance.
Key Features
Multiple Record Types
Detailed Response Data
Propagation Check
How to Use
Enter Domain
View Records
Analyze Configuration
DNS Tips
- Check multiple record types during troubleshooting: When diagnosing a website issue, check A and AAAA records. For email problems, check MX, SPF, and DKIM records.
- TTL affects change propagation: Lower TTL values before making DNS changes so updates propagate faster. Return TTL to normal after the change is complete.
- Always verify both IPv4 and IPv6: Many servers now support both protocols. If AAAA records are missing, IPv6-only users cannot reach the domain.