What Is a DS Record?

What Is a DS Record? Understanding Delegation Signers in DNSSEC

DNS was not originally built with security in mind. That is where DNSSEC (Domain Name System Security Extensions) steps in, adding verification to DNS responses. At the heart of DNSSEC lies a key record type called the DS record, short for Delegation Signer.

DS records are essential for establishing a chain of trust between parent and child domains. Without them, DNSSEC cannot properly verify domain authenticity.

What Does a DS Record Do?

DNSKEY Record

A DS record lives at the parent zone, like .com, and it points to a cryptographic key in the child zone, like example.com. This creates a secure link in the DNS hierarchy that helps validate the responses from that child zone.

In short:

1. The parent holds the DS record.

2. The child holds the DNSKEY (public key).

3. Together, they allow DNSSEC to confirm that your domain's records have not been altered in transit.

What Is in a DS Record?

A typical DS record contains the following elements:

example.com. IN DS 60485 8 2 49FD46E6C4B45C55D4AC...

Let’s break that down:

This hash links to the DNSKEY found in your domain’s zone file, ensuring the parent can verify it.

Why DS Records Matter

If you are using DNSSEC, you absolutely need a DS record published at your domain’s registrar. Without it, your signed DNS responses will not be validated by resolvers, and DNSSEC will not work for your domain.

Some key reasons DS records matter:

How to Look Up a DS Record

Use tools like dig or nslookup to check if a domain has an active DS record:

dig +dnssec example.com DS

If you see output with key tags, algorithms, and digest values, the domain is likely secured with DNSSEC.

Final Thoughts

The DS record may not get much attention, but it is one of the most critical parts of a secure DNS setup. It is what allows DNSSEC to trust your domain, verify its records, and protect against forged responses.

If you have deployed DNSSEC, make sure your DS record is correctly configured and published with your domain registrar. Without it, the chain of trust cannot be completed.

>



Home DNS Lookup Advanced DNS Lookup Domain Profile Report DNS Explorer Instructions DNSai Chat Domain Name System Email Security SPF, DKIM, DMARC CSV Comparison Utility About

close menu