Full Domain Security Scan
security_scanOne-shot comprehensive audit of a domain: runs DNS, SSL, HTTP headers, email auth, port scan, DNS propagation, reverse DNS, and ASN/RDAP checks in parallel, then computes a 0-100 Health Score with an A-F grade and a prioritized action list. Use this as the default starting point for "is this domain healthy/secure?" questions. Call the individual tools (e.g., ssl_check, email_auth) instead when you need depth on one area. BEHAVIOR: this includes an ACTIVE port_scan of the domain's host, so only run it on domains you own or are authorized to test. Read-only otherwise; requires no API key; rate-limited (it makes multiple backend calls). Returns the score, per-area breakdown, top actions, and per-area summaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain to audit end-to-end (e.g., 'example.com'). Scheme and path are stripped. NOTE: the host is also port-scanned, so use only targets you are authorized to test. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| areas | Yes | Per-area verdicts (dns, ssl, http, email, port, propagation, rdap, reverseDns, asn) | |
| grade | Yes | Letter grade A+ to F | |
| score | Yes | Health Score 0-100 | |
| actions | No | Top recommended actions | |
| reportUrl | Yes | Human-facing interactive report on dechonet.com |