What problem does it solve?
This Skill helps you quickly gather passive intelligence about a domain’s infrastructure and registration posture so you can make informed security, ops, or research decisions without manually stitching together DNS, TLS, and WHOIS lookups.
Core Features & Use Cases
- Subdomain discovery (passive): Retrieves subdomains from Certificate Transparency logs (crt.sh).
- TLS certificate inspection: Connects to the target on TCP 443 to extract certificate subject/issuer, SANs, cipher, and expiry status.
- WHOIS and DNS intelligence: Queries WHOIS for registration metadata and resolves common DNS record types (A, AAAA, MX, NS, TXT, CNAME) using system DNS plus DNS-over-HTTPS.
- Domain availability heuristic: Estimates whether a domain appears registered or available using DNS signals, WHOIS results, and basic TLS reachability.
- Bulk analysis: Runs multiple checks across multiple domains and returns structured JSON output.
Use cases include investigating a suspected domain, validating what subdomains and TLS certificates are in circulation, collecting OSINT for onboarding vendor domains, or triaging domain takeover risk indicators.
Quick Start
Use domain-intel to run passive TLS and DNS intelligence for a target domain, for example: ask the agent to run the domain-intel skill command "ssl and dns for example.com" and return the structured JSON results.