What problem does it solve? Gathering infrastructure intelligence about a domain normally requires multiple paid tools or API keys. This Skill performs passive domain reconnaissance using only the Python standard library, answering questions about subdomains, SSL certificates, WHOIS registration, DNS records, and domain availability without any dependencies or API keys. ## Core Features & Use Cases - Subdomain Discovery: Enumerate subdomains from Certificate Transparency logs via crt.sh, with optional filtering of expired certificates. - SSL & WHOIS Inspection: Check TLS certificate expiry, cipher suites, and SANs, plus registrar, creation, and expiration dates across 100+ TLD WHOIS servers. - DNS & Availability Checks: Resolve A, AAAA, MX, NS, TXT, and CNAME records via system DNS and Google DoH, and estimate domain availability from three passive signals. - Bulk Analysis: Run multiple checks across up to 20 domains in parallel with structured JSON output. - Use Case: Before acquiring a domain for a new project, run the availability check on several candidates, then inspect the SSL expiry and WHOIS history of a competitor's domain for research. ## Quick Start Ask the agent to find all subdomains of example.com and check when its SSL certificate expires using the domain-intel skill.