What problem does it solve? Gathering domain infrastructure intelligence normally requires multiple paid tools or API keys. This Skill performs passive OSINT reconnaissance on any domain using only Python's standard library, with no dependencies, no API keys, and no active scanning. ## Core Features & Use Cases - Subdomain Discovery: Enumerate subdomains from Certificate Transparency logs via crt.sh, filtering out expired certificates. - SSL & WHOIS Inspection: Check TLS certificate expiry, cipher suites, and issuers, plus registrar, creation, and expiration dates across 100+ TLD WHOIS servers. - DNS & Availability Checks: Resolve A, AAAA, MX, NS, TXT, and CNAME records, and estimate domain availability from three passive signals. - Use Case: Before acquiring a domain for a new product, run a bulk check across candidate names to see which are registered, inspect a competitor's SSL certificate expiry, and map their subdomain footprint. ## Quick Start Ask the assistant to find all subdomains of example.com and check when its SSL certificate expires using the domain intelligence skill.