NSEC3PARAM Lookup
Lookup NSEC3PARAM records and inspect DNSSEC hashing parameters, iteration settings, and denial-of-existence hardening signals. Run fast checks, interpret…
Use NSEC3PARAM Lookup in 4 Steps
What is NSEC3PARAM Lookup?
NSEC3PARAM records define the hashing parameters used for authenticated denial of existence in NSEC3-signed zones. They specify the hash algorithm, flags, iterations, and salt used to generate hashed owner names in NSEC3 records.
NSEC3 was designed to prevent zone enumeration by hashing zone names before linking them in denial chains. The NSEC3PARAM record at the zone apex encodes the parameters that all NSEC3 records in the zone must match. Changing NSEC3PARAM requires a coordinated zone re-sign — both the parameters and all NSEC3 records must be updated atomically.
Quick Interpretation Table
Use this reference to diagnose common outcomes when running NSEC3PARAM Lookup.
| Observed Result | Likely Cause | Next Step |
|---|---|---|
| NSEC3PARAM mismatch with NSEC3 chain | Signer and published chain diverge — validation may fail | Align signer config and republish zone with coordinated re-sign |
| Very high iteration count | Resolver performance impact — RFC 9276 recommends 0 iterations | Review signing policy; reduce to 0 iterations per RFC 9276 best practice |
| Salt rotation drift | Inconsistent denial proofs across zone updates | Synchronize salt lifecycle with signer re-sign schedule |
CLI Examples
Run these commands directly from a terminal to verify NSEC3PARAM records without relying on a browser-based tool.
dig NSEC3PARAM example.comdig NSEC3PARAM example.com +dnssecdig NSEC3PARAM example.com +shortldns-nsec3-hash -a 1 -t 0 -s "" 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.