One-click install
npx skills add https://github.com/robertbr123/Linket-Agent --skill domain-intel-robertbr123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: domain-intel
Source: https://github.com/robertbr123/Linket-Agent/tree/main/optional-skills/research/domain-intel
Command: npx skills add https://github.com/robertbr123/Linket-Agent --skill domain-intel-robertbr123

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides passive domain reconnaissance, enabling users to gather information about domains without requiring API keys or external dependencies.

Core Features & Use Cases

  • Subdomain Discovery: Find subdomains using Certificate Transparency logs.
  • SSL Certificate Inspection: Inspect TLS certificate details, including expiry and cipher suites.
  • WHOIS Lookup: Retrieve domain registration information from WHOIS servers.
  • DNS Records: Resolve DNS records such as A, AAAA, MX, NS, TXT, and CNAME.
  • Domain Availability Check: Check domain availability passively through DNS, WHOIS, and SSL signals.
  • Use Case: Use this Skill to quickly gather information about a domain for security assessments or competitive analysis.

Quick Start

Run the 'domain-intel' skill with the command: domain-intel subdomains example.com

Frequently Asked Questions about domain-intel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find subdomains without API keys?

You can find subdomains without API keys by querying Certificate Transparency logs. This passive subdomain discovery method uses Python stdlib to identify subdomains without requiring external dependencies or authentication.

Can I perform WHOIS lookups and DNS resolution on Windows?

Yes, you can perform WHOIS lookups and DNS resolution on Windows, macOS, and Linux. The passive domain reconnaissance tool relies on Python stdlib, ensuring cross-platform compatibility without external dependencies.

How do I check domain availability passively?

You check domain availability passively by combining DNS, WHOIS, and SSL certificate signals. This approach queries multiple data sources to determine if a domain is registered without needing direct API authentication.

What DNS records can I resolve using Python stdlib?

You can resolve A, AAAA, MX, NS, TXT, and CNAME DNS records using Python stdlib. The tool queries DNS servers directly to retrieve these record types for domain reconnaissance and security assessments.

How does SSL certificate inspection work for domain reconnaissance?

SSL certificate inspection for domain reconnaissance retrieves TLS certificate details, including expiry dates and cipher suites. This passive method connects to the target domain to extract certificate information without external API keys.

What are the limitations of passive domain reconnaissance?

Passive domain reconnaissance limitations include reliance on Certificate Transparency logs for subdomain discovery and potential incomplete data from WHOIS servers. It does not perform active port scanning or vulnerability exploitation during domain assessments.