DNSKEY Lookup
Lookup DNSKEY records to validate DNSSEC key publication, key roles (KSK/ZSK), and signer readiness for secure delegation. Run fast checks, interpret results,…
Use DNSKEY Lookup in 4 Steps
What is DNSKEY Lookup?
DNSKEY records publish the public keys used to sign DNS zone data. There are two key types: the Zone Signing Key (ZSK) which signs individual RRsets, and the Key Signing Key (KSK) which signs the DNSKEY RRset itself. Validating resolvers use DNSKEY data to verify DNSSEC signatures.
DNSSEC creates a chain of trust from the root zone down to individual domains. DNSKEY records are verified against the DS record in the parent zone — the parent holds a hash of the child's KSK. If DNSKEY and DS records don't align, the entire zone becomes SERVFAIL for validating resolvers.
Quick Interpretation Table
Use this reference to diagnose common outcomes when running DNSKEY Lookup.
| Observed Result | Likely Cause | Next Step |
|---|---|---|
| DNSKEY present, DS missing in parent | Chain of trust is incomplete — zone not fully signed | Submit DS record to registrar so it appears in the parent (.com/.net/etc.) zone |
| Key algorithm mismatch between DNSKEY and DS | Validator may reject signatures | Align algorithm numbers between DNSKEY and DS records — use algorithm 13 (ECDSAP256SHA256) |
| Multiple keys during rollover | Expected behavior during a key rotation window | Keep both old and new keys active until TTL expires and propagation completes |
CLI Examples
Run these commands directly from a terminal to verify DNSKEY records without relying on a browser-based tool.
dig DNSKEY example.comdig DNSKEY example.com +dnssecdig DS example.com @a.gtld-servers.netdnssec-keygen -a ECDSAP256SHA256 -b 256 -n ZONE example.comTroubleshooting Workflow
- Run this record check first for a scoped signal on the target hostname.
- Validate nameserver authority and SOA context if results are unexpected.
- Use propagation checks when different regions return different values.
- Re-run after applying fixes and compare values against your expected configuration.
Frequently Asked Questions
Get guides like this by email
DNS, email auth, and security playbooks delivered when they publish. No spam.