DNS Lookup: Read A, AAAA, MX, TXT and CNAME Records
Query DNS records with FindUtils. Read addresses, mail routes, aliases, and TXT values, then account for resolver caches and TTL during troubleshooting.
DNS Lookup is a browser-based tool that queries the Domain Name System to retrieve An AAAA, MX, CNAME, NS, TXT, and SOA records for any domain. Every query runs through Google's public DNS-over-HTTPS API directly from your browser, giving you the same globally propagated view that end users see worldwide. No command-line tools, no installation, no signup -- just type a domain, select a record type, and get results in seconds.
System administrators and DevOps engineers use DNS Lookup to verify hosting configurations, troubleshoot DNS propagation after record changes, and confirm that name server delegations are correct. Email administrators rely on MX and TXT record queries to diagnose delivery issues caused by missing SPF records, broken DKIM signatures, or misconfigured DMARC policies. For security professionals, DNS records reveal the infrastructure behind a domain -- pair this tool with the DNS Security Scanner to check DNSSEC status, or the SSL Certificate Checker to verify that HTTPS is properly configured.
DNS Lookup works well alongside other FindUtils network and security tools. Use the IP Address Lookup to geolocate the IPs returned in A records, the Email Validator to test addresses on domains whose MX records you have verified, or the Security Headers Analyzer to audit the HTTP security posture of the servers your DNS points to. All queries are private -- FindUtils does not log, store, or track the domains you look up.
Command-line tools like nslookup and dig are powerful but require terminal access and familiarity with their syntax. FindUtils DNS Lookup provides the same core data in a clean web interface that works on any device with a browser. Results are displayed in a formatted table with record type, data, and TTL columns, making it easy to scan and compare without parsing raw output.
Compared to other online DNS lookup tools, FindUtils queries Google's DNS-over-HTTPS endpoint directly from your browser rather than routing requests through a backend server. This means your domain queries never touch our infrastructure, providing stronger privacy than tools that proxy requests through their own servers. The tool is available with no usage limits, no accounts -- making it ideal for quick checks during development, migrations, and security audits.