Quick fix
Confirm the authoritative DNS provider and registrar support a recommended algorithm.
What this finding means
SecuTest inspects published DNSKEY and DS algorithm identifiers and flags algorithms that current operational guidance considers obsolete or unsuitable. It does not attempt cryptanalysis; the finding is a policy-level cryptographic weakness.
Associated attack or threat scenario
How the attack or failure scenario works
DNSSEC signatures rely on public-key algorithms. Weak or deprecated algorithms may become easier to break, may be disabled by validating software, or may fail compliance baselines. Exploitation requires the ability to forge a valid signature or force reliance on the weak algorithm.
Conditions and limitations
- The zone or delegation still publishes a deprecated algorithm.
- Resolvers accept that algorithm rather than treating it as unsupported.
- Direct forgery additionally requires sufficient cryptanalytic capability or key compromise.
Why it matters
Step-by-step fix
Where to make the change
- The authoritative DNS provider and, for DNSSEC delegation, the domain registrar.
- The cloud, CDN, SaaS, or hosting tenant referenced by the affected DNS record.
Remediation procedure
- Confirm the authoritative DNS provider and registrar support a recommended algorithm.
- Introduce new DNSKEY and DS material with an overlap period.
- Wait for TTL and parent-delegation propagation before retiring the old algorithm.
- Document rollover ownership, emergency recovery, and monitoring.
Commands and configuration examples
Replace example values with the hostname, selector, IP address, port, provider, or policy values shown in your SecuTest evidence. Review every example before production use.
dig +dnssec DNSKEY example.com
dig +short DS example.com
delv example.com A
Verify the fix
- Inspect DNSKEY and DS algorithm numbers.
- Validate the complete chain before and after the rollover.
- Confirm no obsolete DS remains at the registrar.
- Repeat the scan from independent validating resolvers.
After DNS, CDN, certificate, mail, or application propagation completes, run a fresh SecuTest scan and compare the new evidence with the original finding.
Common mistakes
- Changing DNSKEY without updating the parent DS.
- Performing an algorithm rollover without overlap.
- Leaving an obsolete DS active after the new key is deployed.