Cryptographically verify the chain of trust from root to domain with RDAP and DNS.
Any53 DNSSEC Validator performs iterative DNSSEC validation from the root zone down to your target domain. Unlike a recursive resolver that simply gives you a pass/fail, this tool shows you exactly what's happening at each step:
Validation results: secure (full chain verified), insecure (zone not signed), bogus (validation failed), indeterminate (could not determine).
Queries authoritative nameservers directly using IANA root trust anchors.
curl -s 'https://www.any53.com/dnssec/api/validate?domain=www.any53.com' | jq '.result, .chain[].zone'