recon_report
Generate a single graded security posture report for a domain by concurrently checking DNS/email, TLS, HTTP headers, web stack, and subdomain takeover risks, returning component grades and actionable issues.
Instructions
One-shot security posture report for a domain.
Runs DNS/email, TLS, HTTP-header, web-stack (tech_detect), and apex subdomain-takeover recon concurrently and returns a single graded overview: an overall grade (as weak as the weakest component, and capped at F if a live takeover is found), each component's grade, the actionable issues found, the detected technology stack, and any takeover risk. Use this for a quick full picture; call the individual tools for raw detail.
Args: domain: The domain to assess, e.g. "example.com". timeout: Per-connection network timeout in seconds.
Returns: A dict with domain, ip, overall_grade, summary, components (email / tls / headers, each with a grade and issues), a tech section (detected technologies + any version disclosure), and a takeover section when the apex is at risk. A check that errors is reported without breaking the rest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| timeout | No |