DNS
CNAME Record Lookup
DNS canonical name lookup
Tool features
CNAME Resolution
Redirect Detection
Service Detection
Fast Validation
What is a CNAME record & how it works
A CNAME (Canonical Name) record points one hostname at another, making it an alias. When a resolver looks up the alias, DNS follows the CNAME to the canonical target and resolves that instead — which is how www.example.com can transparently point at a CDN or hosting provider's hostname.
CNAMEs are widely used to delegate a subdomain to a service (a CDN, SaaS app or load balancer) without hard-coding its IPs. A key rule: a hostname with a CNAME cannot carry any other records, so the zone apex (the bare domain) can't use one. This lookup follows the alias chain and flags the target and any hosting service behind it.
How to use this tool
www.example.com — CNAMEs live on subdomains, not the bare domain.