Support >
  About cybersecurity >
  What does the DNSSEC status in the WHOIS query result mean?

What does the DNSSEC status in the WHOIS query result mean?

Time : 2026-06-20 10:09:01
Edit : DNS.COM

  When checking WHOIS information, many people habitually only focus on the domain status and expiration date, often skipping over the "DNSSEC: unsigned" or "DNSSEC: signedDelegation" lines. They feel this is too technical and doesn't seem to have anything to do with whether a website can be accessed. However, the DNSSEC status is actually an important signal for judging domain security. Understanding what it represents can at least help you avoid some pitfalls caused by DNS hijacking.

  First, let's understand what DNSSEC does. The DNS system is essentially a "phone book," translating domain names into IP addresses. The problem is that this query process itself isn't very secure—a man-in-the-middle attack can secretly change the IP address in the returned result, directing you to a phishing website without your knowledge.

  DNSSEC adds an anti-counterfeiting mechanism to this phone book. It attaches a digital signature to the domain name resolution record, allowing the receiving end to verify the signature, thus ensuring that the returned IP address hasn't been tampered with. Specifically, DNSSEC's core capabilities are threefold: source authentication (confirming the answer indeed comes from the domain's authoritative server), data integrity (confirming the answer hasn't been tampered with), and verified denial of existence (confirming the domain that cannot be found does not exist).

  In WHOIS query results, the DNSSEC status typically manifests in a few ways:

  unsigned: The domain does not have DNSSEC enabled and lacks digital signature protection. This is the default state, and most ordinary domains are in this position. It's not necessarily a bad thing, but it does lack a layer of security.

  signedDelegation: The domain has DNSSEC enabled, and a delegated signer (DS) record exists at the registry level. This indicates that the domain holder has configured DNSSEC, and the registrar has submitted the relevant DS record.

  Sometimes, specific DS record data is included, such as DNSSEC DS Data: 17775 8 2 E{REDACTED}6A, containing information such as key label, algorithm type, and key digest.

  The CNNIC WHOIS help documentation defines the DNSSEC field simply as "whether DNSSEC has been signed." However, the actual result may be more than just "yes" or "no" because DNSSEC configuration itself is a process.

  Within the DNS service provider's system, the DNSSEC status is further divided into several stages:

  Pending: DNSSEC is enabled, but the DS record has not yet been added to the registrar's database, and the verification chain is not complete.

  Active: DNSSEC is enabled, and the DS record has been configured on the registrar's end; the trust chain is complete.

  Pending-disabled: DNSSEC is disabled, but the DS record is still on the registrar's database and has not been completely removed.

  Disabled: DNSSEC is disabled, and the DS record has been removed from the registrar's database.

  This detail is important. A WHOIS display of "unsigned" does not mean the domain is unable to perform DNSSEC; it may simply mean the DS record has not yet been added. Conversely, a WHOIS message displaying "signedDelegation" doesn't necessarily mean everything is normal—if the signature configuration is incorrect or the key has expired, the recursive server will still report a SERVFAIL error during resolution.

  For most ordinary users who build websites and purchase domains, the significance of DNSSEC status lies in several aspects:

  First, it's a plus for domain security. Especially for e-commerce, payment websites, or businesses involving sensitive data logins, enabling DNSSEC can prevent users from being redirected to phishing sites by DNS hijacking. Both Azure and Microsoft documentation list DNSSEC as a necessary measure to meet security compliance requirements (such as SC-20).

  Second, improper configuration can actually lead to website resolution failures. This is quite counterintuitive—if DNSSEC is enabled, but the DS record isn't correctly configured with the registrar, or the signature key has expired and not been renewed, then the recursive DNS server supporting DNSSEC verification will directly refuse to return resolution results, resulting in errors for users. cPanel documentation explicitly states that DNSSEC must be configured correctly on both the registrar and the authoritative name server to function properly; otherwise, it will "broken the trust chain." Third, the status information from WHOIS queries can help you quickly diagnose the problem. If your website suddenly becomes inaccessible, and you can find the IP address using `dig` or `nslookup` but your browser still reports an error, and the DNSSEC status in WHOIS shows "signedDelegation," it's very likely that there's a problem with the DNSSEC signature configuration, causing verification failure. In this case, you need to check the signature status and key validity period on the authoritative DNS server.

  In summary, the DNSSEC status in WHOIS query results essentially reflects whether the domain has enabled DNS tamper protection and whether the protection configuration has completed the delegation record settings at the registry level. A "unsigned" status isn't necessarily a problem; a "signedDelegation" status indicates that the domain has this layer of security protection, but if improperly configured, it can also be one of the reasons for resolution failure.

DNS Amy
DNS Anna
DNS Luna
DNS NOC
Title
Email Address
Type
Information
Code
Submit