Start here

Run a guided domain report

Get one plain-language health check for a whole domain — apex records, DNSSEC, mail, and delegation — without running each tool by hand.

When to use it

Use this when

  • You are onboarding, auditing, or triaging a domain and want a fast overall picture.
  • You want a shareable summary that flags the obvious problems before you dig into individual tools.

Steps

Do this

  1. Enter the domainOpen Domain report, type the apex (example.com), and run it. dnsbin composes the apex lookup, DNSSEC check, mail health, and delegation trace in one pass — it reuses the same checks as the individual tools, so nothing diverges.
  2. Read the findingsThe Findings list turns each check into plain language with a good/warn/bad badge — missing DMARC, an unsigned zone, no MX, and so on. Each section below shows the full detail behind a finding.
  3. Go deeper when neededEnable Deep scan to also probe a wider set of common subdomains, or jump to the dedicated tool (DNSSEC, Mail, Trace) for a focused view. Save snapshot keeps a shareable copy of the whole report.

Examples

Copyable commands

REST
curl 'https://dnsbin.ca/api/v1/report?domain=example.com'
REST — deep
curl 'https://dnsbin.ca/api/v1/report?domain=example.com&deep=1'
Deep link
https://dnsbin.ca/?tab=report&domain=example.com

Operational notes

Keep in mind

  • The report never runs its own DNS queries — it composes the same lookup, DNSSEC, mail, and trace checks the individual tools use, so results always match.
  • A single failing check is isolated: its section is skipped rather than sinking the whole report.