CNAME Lookup
A CNAME lookup checks whether a hostname is an alias and shows the canonical hostname it points to. Use robtex.com to inspect CNAME records and follow alias chains alongside the rest of the domain's DNS data.
What CNAME records do
A canonical name (CNAME) record points one hostname at another hostname. It is commonly used forwww, customer subdomains, CDN hostnames, SaaS verification names, and hosted application aliases.
CNAME records do not point directly to IP addresses. The target hostname still needs A or AAAA records, and resolvers continue following the chain until they find address records or the lookup fails.
How to use it
Open an example CNAME lookup for www.example.com
Enter a hostname, not just the registered domain, when you want to check a specific alias such aswww.example.comorapp.example.com. The DNS lookup result shows the CNAME record when one exists, plus the target's related DNS records.
What to check
Confirm that the CNAME target is the hostname your provider expects, that it resolves correctly, and that it does not create a loop. If the hostname is used for a web service, also check the target's A, AAAA, HTTPS, and certificate configuration.
For migrations, compare the current CNAME with surrounding MX, NS, and TXT records. This helps separate web routing changes from mail routing, nameserver delegation, and domain verification records.
Related tools
Use MX Lookup for mail routing, NS Lookup for delegation, and TXT Lookup for SPF, DKIM, DMARC, and verification records.