What problem does it solve? Gathering infrastructure intelligence about domains—subdomains, SSL certificate status, WHOIS registration, and DNS records—normally requires multiple paid tools or API keys. This Skill performs all of these passive OSINT checks using only the Python standard library, with zero dependencies and zero API keys. ## Core Features & Use Cases - Subdomain Discovery: Enumerate subdomains from Certificate Transparency logs via crt.sh, filtering out expired certificates. - SSL Certificate Inspection: Check certificate expiry, issuer, SANs, TLS version, and cipher suite with clear status warnings (OK, WARNING, CRITICAL, EXPIRED). - WHOIS & DNS Lookups: Query 100+ TLD WHOIS servers for registrar and registration dates, and resolve A, AAAA, MX, NS, TXT, and CNAME records via system DNS and Google DNS-over-HTTPS. - Availability & Bulk Checks: Estimate domain availability from three passive signals and run parallel multi-check analysis across up to 20 domains. - Use Case: Before acquiring a domain for a new project, run the availability check on several candidates, then inspect SSL expiry dates and subdomains of a competitor's infrastructure—all from one CLI with structured JSON output. ## Quick Start Ask the AI to find all subdomains of example.com and check when its SSL certificate expires using the domain intelligence script.