CNAME Lookup – Canonical Name DNS Record Tool
Find CNAME aliases and their target hostnames.
Introduction
Not every hostname owns its own address records. CNAME aliases let you reuse another name's routing — ideal for pointing www to a CDN endpoint or delegating a subdomain to a SaaS provider without hard-coding IPs.
Because CNAME indirection hides the final destination until you follow the chain, a dedicated CNAME lookup is the first step in many DNS debugging workflows.
On VSPIC, this tool isolates CNAME answers so you can see alias targets clearly before chasing A or AAAA records downstream.
How to use this cname lookup tool
- Enter the alias hostname (for example www.example.com or app.example.com).
- Click Lookup CNAME to fetch live DNS answers.
- The tool returns CNAME records filtered to canonical name mappings only.
- Read the Value column for the target hostname the alias points to.
- Follow the target with A Record Lookup or DNS Lookup if you need IP addresses.
- Compare TTL to plan how quickly alias changes propagate after edits.
What Is CNAME Record
CNAME — Canonical Name — is a DNS record type that says "this name is an alias of that other name." Resolvers continue lookup on the target for address and most other record types.
Only one CNAME may exist per name, and it cannot share the name with MX, TXT, or A records under standard DNS rules.
The RDATA of a CNAME is always another domain name, never a raw IP address.
DNS Aliases Explained
Aliases simplify operations: change the target's A record once and every CNAME pointing to it picks up the new destination automatically after caches expire.
Providers issue branded hostnames like dualstack.web.cdn.example.net for customers to CNAME toward, abstracting away shifting edge infrastructure.
Alias depth matters. Long chains increase lookup time and failure points; flatten to a single CNAME plus final A/AAAA when possible.
How CNAME Records Work
When a resolver queries a CNAME name, it receives the canonical target and restarts resolution for the original query type on that target (unless further CNAMEs appear).
Browsers and apps see the chain transparently; operators must understand it to fix mispointed aliases.
CNAME at a name means "do not store other data here" — plan record layout accordingly when mixing mail, web, and verification TXT.
Examples
| Alias hostname | Typical CNAME target |
|---|---|
| www.example.com | example.com or CDN edge hostname |
| app.example.com | vendor.saas-dns.com |
| blog.example.com | hosting-platform.net |
| shop.example.com | stores.cdn-provider.com |
| docs.example.com | custom-domains.readme.io |
Benefits
- Isolate alias mappings from address records
- Trace CDN and SaaS delegations quickly
- TTL visible for migration planning
- Copy targets for provider support cases
- Pairs with A, AAAA, and full DNS Lookup
- No terminal tools required
Common Errors
- CNAME on apex where A/ALIAS is required
- Mixing CNAME with MX or TXT on the same name
- CNAME chain longer than provider or RFC comfort
- Target hostname typo pointing to wrong zone
- Forgetting to provision SSL on shared CDN targets
- Leaving stale CNAME after leaving a SaaS vendor
Troubleshooting
Site resolves wrong after CNAME change
- Confirm new target with this lookup.
- Wait for old TTL on prior CNAME and downstream A records.
Certificate name mismatch
- Ensure cert covers user-visible hostname.
- Complete CDN custom-hostname validation steps.
No CNAME but expected alias
- Provider may use A/ALIAS or ANAME at apex instead.
- Check if you queried the canonical name already.
Best Practices
- Prefer one CNAME hop before final A/AAAA when possible
- Never place MX on names that are CNAME aliases
- Document canonical targets in infrastructure diagrams
- Lower TTL before CDN cutovers
- Remove vendor CNAME promptly when offboarding SaaS
- Verify both CNAME target and its address records after changes
How To Use
- Enter the alias hostname (often www or a service subdomain).
- Click Lookup CNAME.
- Read Value for the canonical target name.
- Query A/AAAA on the target for IP addresses.
- Note TTL for propagation expectations.
- Escalate to DNS Lookup if multiple record types are involved.
Disclaimer
CNAME shows alias targets only. Final routing depends on address records and application configuration on canonical names.
cname lookup — frequently asked questions
It queries DNS for CNAME records and shows which canonical hostname an alias name points to.
A Canonical Name record maps one DNS alias to another hostname. Address records are looked up on the target, not the alias.
Apex CNAME is problematic at many providers due to RFC constraints and ANAME/ALIAS workarounds. Subdomains are the common case.
DNS standards say a CNAME at a name cannot coexist with most other record types on that same name.
Note the CNAME target from this tool, then run A or AAAA lookup on that target hostname.
Multiple consecutive CNAME aliases before reaching a name with A/AAAA. Each hop adds lookup steps and latency.
Common pattern: apex uses A/ALIAS records while www aliases to a CDN or apex hostname via CNAME.
MX should not point to CNAME targets. Mail-related names typically use direct A/AAAA or provider-specific records.
Certificate must cover the name users type. CNAME to a shared CDN host may need provider SSL provisioning.
This page shows only CNAME records for focused alias troubleshooting.
Follow provider guidance. Lower TTL before changes if you need faster rollback during CDN migrations.
The name may use A/AAAA directly, be the canonical target itself, or have no DNS published.
Yes. VSPIC provides CNAME lookups at no cost.
Yes. Cross-domain CNAME is valid when the target zone allows it and SSL is configured.
During CDN onboarding, subdomain setup, certificate issuance debugging, and after DNS migration.
Next step for cname lookup
Continue with a record lookup on VSPIC.
Related Tools
Explore more free VSPIC tools for IP, DNS, security, and network diagnostics.
A Record Lookup
Look up IPv4 A records for any domain or hostname
Use Free →DNS Lookup
Free DNS lookup tool and DNS checker — query A, AAAA, MX, TXT, NS, CNAME, and SOA records for any domain.
Use Free →AAAA Record Lookup
Query IPv6 AAAA DNS records for any hostname
Use Free →Hostname Lookup
Resolve a domain name to its hostname and IP addresses
Use Free →SSL Checker
Validate SSL/TLS certificates and expiration dates
Use Free →NS Lookup
Query authoritative nameserver NS records for a domain
Use Free →
Trusted by Users Who Value Privacy
Always Free
No premium plan ever
100% Private
Files processed in browser
Instant Results
Convert in seconds
Works Everywhere
Any device, any OS