What problem does it solve?
This Skill helps you gather passive intelligence about domains—such as subdomains, TLS certificate details, WHOIS registration signals, and DNS records—so you can assess what’s publicly exposed without needing external API keys.
Core Features & Use Cases
- Subdomain discovery (passive): Pull likely subdomains from Certificate Transparency logs, useful for mapping an attack surface or understanding the breadth of a domain’s HTTPS presence.
- TLS certificate inspection: Retrieve certificate metadata like issuer, SANs, and expiry status, useful for security posture reviews and identifying certificate rotation or misconfiguration patterns.
- WHOIS + DNS + availability heuristics: Collect registrar-related signals and DNS records, then estimate whether a domain appears registered or available for onboarding/research.
- Bulk multi-domain analysis: Run multiple checks across multiple domains concurrently, useful when you need a fast reconnaissance snapshot for a list of domains.
Quick Start
Ask the assistant to run Domain Intelligence and return JSON results for DNS records and TLS details for example.com by executing: python3 SKILL_DIR/scripts/domain_intel.py bulk example.com --checks ssl,dns