For platform, security, and infrastructure teams
Use this path for DNS migrations, control reviews, incident checks, and change verification.
Try a product, outcome, endpoint path, or API topic.
Combine current records, security-control evidence, resolver comparisons, certificates, and email authentication into an operational review.
Use this path for DNS migrations, control reviews, incident checks, and change verification.
Compare expected records with observed answers and keep remaining inconsistencies visible.
Resolvers can cache different answers, controls can be partially configured, and related certificate or email records can lag.
The workflow compares configured public recursive resolvers and cannot represent every network, cache, or geography.
Compare expected records with observed answers and keep remaining inconsistencies visible.
Use DNS Lookup to inspect the record types and authoritative context required by the change.
Add DNS Security, Certificate Intelligence, and Email Authentication where those controls are in scope.
Use DNS Propagation to find differing answers, then recheck unresolved differences after relevant TTL windows.
Capture NS, A, AAAA, MX, TXT, CAA, and DNSSEC-related evidence before and after the approved change.
curl -H "X-API-Key: $DOMSCAN_API_KEY" "https://domscan.net/v1/dns/security?domain=example.com"
{
"domain": "example.com",
"security_score": 95,
"security_grade": "A",
"dnssec": { "enabled": true },
"spf": { "exists": true, "valid": true }
}
Compare expected records with observed answers and keep remaining inconsistencies visible.
Analyze DNS security configuration including DNSSEC, SPF, DKIM, DMARC, and other security records.
Choose this when: Analyze DNS security configuration including DNSSEC, SPF, DKIM, DMARC, and other security records.
Analyze email authentication records including SPF, DKIM, and DMARC.
Choose this when: Analyze email authentication records including SPF, DKIM, and DMARC.
Discover subdomains for a domain using various enumeration techniques.
Choose this when: Discover subdomains for a domain using various enumeration techniques.
Compare answers from the Cloudflare and Google public recursive resolvers. These are two global-anycast DoH providers, not geographic probes or authoritative nameservers.
Choose this when: Compare answers from the Cloudflare and Google public recursive resolvers. These are two global-anycast DoH providers, not geographic probes or authoritative nameservers.
You need a repeatable public-evidence review for DNS configuration, security hardening, or migration.
Do not use it as a DNS control plane, a universal propagation guarantee, or an authorized penetration test.
Combine current records, security-control evidence, resolver comparisons, certificates, and email authentication into an operational review.