DS record
A DS record is published in the parent zone and connects the domain to the DNSSEC chain of trust.
Check whether a domain uses DNSSEC and whether it has a valid chain of trust from the root zone to the domain’s DNSKEY records.
Enter only the domain name, for example domain.com, without
the https:// prefix.
The DNSSEC check shows whether a domain’s DNS responses are protected with DNSSEC signatures and whether they can be validated. DNSSEC adds signatures to DNS so that resolvers can verify that DNS responses have not been modified in transit.
A DS record is published in the parent zone and connects the domain to the DNSSEC chain of trust.
DNSKEY records contain public keys used to verify DNSSEC signatures.
Working DNSSEC requires an unbroken chain from the root zone through the TLD to the checked domain.
If validation succeeds, DNS responses can be authenticated using their signatures.
DNSSEC protects the integrity of DNS responses. It does not encrypt DNS traffic, but it helps verify that a response comes from the correct DNS zone and has not been changed on the way.
DNSSEC is especially important when a domain uses security mechanisms that depend on DNS, such as DANE/TLSA records. Without working DNSSEC, DANE cannot provide the same level of trust.
Secure means that DNSSEC validation succeeded and the chain of trust is working. Unsigned means that no validated DNSSEC chain was found. This usually does not break the domain, but DNSSEC protection is not enabled.
Validation failed is more serious. It can mean that DS and DNSKEY data do not match or that signatures are invalid. Validating resolvers may refuse to return DNS answers for the domain.
No. DNSSEC verifies the integrity and origin of DNS responses, but it does not encrypt queries. Encryption requires other technologies such as DoT or DoH.
Yes. If the DNSSEC chain is broken, validating resolvers can reject DNS responses. This can make the website and email fail for some users.
DNSSEC is not mandatory for every domain, but it improves DNS trust and is practically required for security mechanisms such as DANE/TLSA.