CNAME Lookup

Quickly perform a CNAME lookup for any domain with this free tool.

Want to look up other DNS records?

アカウントを作成すると、より多くのレコードをカバーするDNSクエリを実行できます。最初の500件は無料です。

DNS Lookup APIの試用お申し込み
500億以上のドメインとサブドメイン
1,160億以上のDNSレコード
52,000以上のお客様にご満足いただいています
15年以上のデータクローリング

WhoisXML API Current DNS Product Line

Expand your access to more types of DNS records! Our DNS product line delivers comprehensive and accurate DNS data, empowering you with intelligence that helps fortify networks, add context to threat indicators, and expand asset discovery.

  • DNS Database Download

    DNS Database Download

    Gain access to historical DNS data with industry-leading coverage of unique fully qualified domain names (FQDNs) across diverse DNS record types.

    DNS Database Downloadの詳細はこちら
  • DNS Lookup API

    DNS Lookup API

    Retrieve essential DNS data, such as IP addresses and MX and NS records for any domain with a developer-friendly API.

    APIの詳細はこちら
  • DNS Lookup

    DNS Lookup

    Get instant insights into a domain's DNS configuration, including its IP address and MX, NS, and TXT records with our web tool.

    Lookupの詳細はこちら
  • DNS Chronicle API

    DNS Chronicle API

    Automate forward (FQDN to IP) and reverse (IP to FQDN) DNS history searches via our robust API.

    APIの詳細はこちら
  • DNS Chronicle Lookup

    DNS Chronicle Lookup

    Conduct quick historical domain IP lookups (forward) or reverse IP searches to find associated domains using our intuitive GUI.

    Lookupの詳細はこちら

Why should you check a domain’s CNAME record?

  • Verify DNS configuration

    Creating a CNAME record is one of the required steps for certain frequently used configurations, such as redirecting subdomains to the main domain. A CNAME lookup is the simplest way to confirm the record was created correctly and has been propagated across the Internet. Additionally, since CNAMEs can be chained together, a CNAME lookup can help identify broken chains that are causing accessibility issues.

  • Detect malicious activity

    Cybercriminals can use CNAME records to point a legitimate-looking subdomain (e.g., login[.]amazon-secure[.]com) to a malicious site. A CNAME lookup can expose this redirection and reveal the true destination of the traffic. In some instances, CNAME records are also used for DNS tunneling, particularly to hide payloads, so a CNAME lookup can help check for suspicious CNAME responses.

  • Identify the true domain

    A CNAME record reveals the “true” or canonical hostname that an alias is pointing to. This is important in order to understand where a website's content is actually hosted, especially with services like content delivery networks (CDNs) or platform-based websites.

  • Investigate and map out attack infrastructures

    For security analysts, checking a domain's CNAME records can lead them to other domains that may be part of a larger malicious infrastructure. For example, they may find multiple suspicious domains on the CNAME chain.

DNS Lookup API | WhoisXML API

500 APIクレジットが無料。クレジットカードは不要です

お申し込み

よくあるご質問

What is a CNAME record and how is it different from other DNS records?

A canonical name (CNAME) record is a DNS record type that designates a domain or subdomain as an alias for another domain. Unlike A or AAAA records, a CNAME points a domain or subdomain to a hostname (another domain or subdomain), not an IP address. When a DNS query is made for a domain with a CNAME, the DNS server first gets the canonical hostname and then performs an additional lookup to resolve its IP address.

CNAME records perform a unique function that makes them ideal for managing subdomains and directing traffic to third-party services. They help simplify how IP resolutions are managed by centralizing all changes to a single canonical domain. That said, if the IP address of that domain changes, all its aliases are automatically updated without requiring manual intervention.

How does a CNAME record work?

When a client (like your web browser) wants to access a web address like www.example.com that has a CNAME record, the DNS resolver contacts the authoritative name server (NS) for example.com. Since the domain has a CNAME record, the authoritative NS responds with the CNAME (e.g., example1.com), rather than an IP address.

The DNS resolver performs another query, this time for example1[.]com. If this query resolves to an A or AAAA record, the resolver can provide the client with the IP address it needs to load the website. There can be instances where the canonical name also has a CNAME record pointing to another domain. In this case, the DNS resolver would perform another query for the second CNAME. This process, known as a "CNAME chain," continues until the resolver finds a non-CNAME record, such as an A record (for IPv4) or an AAAA record (for IPv6), which contains the final IP address.

When is a CNAME record used?

CNAME records are particularly useful when integrating your domain with a CDN or other third-party services. When you sign up for a CDN service, for instance, you can use a CNAME record that points your domain (e.g., www[.]yourcompany[.]com) to a specific domain provided by the CDN (e.g., yourcompany[.]cdnprovider[.]com). This allows you to maintain control over your domain name while the CDN provider manages its server's DNS settings, even if their IP addresses change. This ensures continuous service without requiring you to update your DNS records constantly.

You may also need to use CNAME records when your domain has different country-code top-level domains (ccTLDs), such as example.us, example.es, and example.fr, so you can redirect these domains to the parent domain (example.com).

CNAME records are also useful in subdomain management. They are frequently used to point various subdomains to a single main domain. For example, a company can use a CNAME to direct blog[.]example[.]com and shop[.]example[.]com to the canonical name example[.]com.

How can I use a CNAME lookup tool for phishing detection or threat intelligence gathering?

CNAME record lookups help identify dangling CNAMEs (i.e., decommissioned services with CNAMEs that remain active) that pave the way for subdomain takeovers and potentially lead to phishing and malware. Analyzing CNAME chains can reveal hidden malicious infrastructures, enabling threat investigators to map malicious networks.

How does the CNAME lookup tool work?

When you type a domain name into our CNAME lookup tool, it sends a request to that domain’s authoritative name server, which in turn responds with the domain’s CNAME record. The CNAME lookup tool then displays the associated record in a pop-up window. If the domain name doesn’t have a CNAME record, the tool will return the message, “No CNAME records found for the given domain.”

What are the restrictions regarding using CNAME records?

CNAME records have some limitations. For one, a domain or subdomain can only have one CNAME record, as the DNS needs to know where exactly to point the next DNS request. CNAME records cannot coexist with any other record type (like A, MX, or NS records) for the same domain (DNSSEC records are an exception to this rule). Because of this, CNAME records cannot be used at the zone apex (root domain), since SOA and NS records are required at that level. Additionally, MX and NS records must not point to a domain that has a canonical name record (they must point to domains with A or AAAA records).

These restrictions are detailed in certain sections 10.1 and 10.3 of RFC 2181 and section 3.6 of RFC 1034.

ドメイン名の他のDNSレコードはどうすれば確認できますか?

You may use our DNS Lookup API, which returns CNAME records, A records, SOA records, and other DNS record types. You may also use our lookup tool. If you only want to look up the TXT record of a domain, you can use our free TXT Lookup tool. To retrieve a domain’s MX record, use our free MX lookup tool.

トップ企業の
高い信頼を
得ています

関連サービス

Screenshot Service
Screenshot Service

あらゆるウェブページのスクリーンショットを瞬時に取得。

詳細はこちら
Newly Registered Domains
Newly Registered Domains

オンラインで最高のビジネスチャンスを把握。

詳細はこちら
Reverse NS
Reverse NS

同じネームサーバーを使用しているドメイン名を全て特定。

詳細はこちら
IP Netblocks
IP Netblocks

特定のIPアドレスがどのIPアドレスレンジに属しているかを確認。

詳細はこちら
Threat Intelligence Data Feeds
Threat Intelligence Data Feeds

最も関連性の高いデータを活用することで、新たなセキュリティ脅威に先手を打って対処できます。

詳細はこちら
Domain Availability
Domain Availability

業界最高レベルの正確性を誇るドメイン空き情報チェッカーです。

詳細はこちら
Domain Reputation API
Domain Reputation API

ドメインやIPアドレスのレピュテーションとリスクプロファイルを、包括的な評価に基づいてシンプルなスコアで査定します。

詳細はこちら
Website Categorization
Website Categorization

指定されたドメイン名のウェブサイトカテゴリーを定義。

詳細はこちら
SSL Certificates API
SSL Certificates API

APIコールでドメインのSSL証明書チェーンを確認。

詳細はこちら
MAC Address API
MAC Address API

ベンダー情報の取得、仮想マシン、メーカーおよびロケーションの検知、MACアドレスにエンコードされた情報の読み取りができます。

詳細はこちら
Domain Research Suite
Domain Research Suite

エンタープライズグレードのウェブベースソリューションで、あなたのドメイン調査ツールキットを強化。

詳細はこちら
Typosquatting Data Feed
Typosquatting Data Feed

毎日、タイポスクワッティングドメイン名が登録されると同時に、簡単に検出できます。

詳細はこちら
Real-time SSL Certificates Streaming
Real-time SSL Certificates Streaming

SSL証明書とその解析済みフィールドのデータをリアルタイムで取得。正確、最新の情報です。

詳細はこちら
Registrant Alert
Registrant Alert

登録者によって追加またはドロップされたドメイン名を、指定した検索条件で特定。

詳細はこちら
WHOIS Search
WHOIS Search

ドメイン名、IPアドレス、電子メールについて、解析・正規化済みのWHOIS情報をご提供します。

詳細はこちら
Brand Alert
Brand Alert

ブランド名や商標の完全一致、バリエーション、一般的なスペルミスを監視します。

詳細はこちら
IP Geolocation
IP Geolocation

IPアドレス、メールアドレス、ドメイン名の正確な物理的位置を確認。

詳細はこちら
SSL Certificates Database
SSL Certificates Database

SSL証明書の最も包括的なデータベースをご利用いただけます。

詳細はこちら
Threat Intelligence API
Threat Intelligence API

悪意のあるリソースを容易に特定し、その脅威情報を取得します。

詳細はこちら
Reverse DNS
Reverse DNS

特定のDNSレコードに紐づいたドメイン名のリストをJSONやXMLで出力、APIコールでご提供。

詳細はこちら
Domain Registration Streaming
Domain Registration Streaming

新規登録されたドメイン名とそのWHOISデータのデータフィードをリアルタイムで取得できます。

詳細はこちら
Domains & Subdomains Discovery API
Domains & Subdomains Discovery API

ホスト名に含まれる特定の用語をもとに関連するドメイン名やサブドメイン名を特定。

詳細はこちら
Reverse WHOIS
Reverse WHOIS

ドメイン名、個人および組織の関連性を発見。

詳細はこちら
Email Verification
Email Verification

メールアドレスの有効性、品質を確認。

詳細はこちら
Subdomains Lookup
Subdomains Lookup

対象ドメイン名に関連するサブドメインを発見。

詳細はこちら
Reverse MX
Reverse MX

同じメールサーバーを使用している全てのドメインを特定。

詳細はこちら
DNS Lookup Services
DNS Lookup Services

特定のドメイン名やウェブサイトを誰がホストしているかを特定。

詳細はこちら
Newly Created Websites Data Feed
Newly Created Websites Data Feed

ウェブに表れる新ビジネスを見抜く。

詳細はこちら
Reverse IP
Reverse IP

ホスト名とIPアドレスにある関連性(所有権など)を確認。

詳細はこちら
WHOIS Database Download
WHOIS Database Download

お客様のビジネスニーズに合わせたカスタマイズや統合が容易な、完全で関連性の高いドメインWHOISデータをご提供します。

詳細はこちら
MAC Address Vendor Database
MAC Address Vendor Database

登録済みMACアドレスブロックの情報(OUI/ベンダーコード)を収録した包括的データベース。

詳細はこちら