whois_lookup
Retrieve registrar, ownership, and allocation details for any domain or IP by querying public WHOIS registry data.
Instructions
Look up WHOIS registration data for a domain or IP.
TOOL_NAME=whois_lookup DISPLAY_NAME=WHOIS Lookup USECASE=Retrieve registrar/ownership/allocation data for a domain or IP (public registry data) INSTRUCTIONS=1. Provide a domain or IP, 2. Call INPUT_DESCRIPTION=target (domain or IP) OUTPUT_DESCRIPTION=Dict with status, raw WHOIS output, command and mode EXAMPLES=whois_lookup("example.com") PREREQUISITES=None — queries public WHOIS servers, not the target host RELATED_TOOLS=dns_recon, subdomain_enum
Args: target: Domain or IP to look up.
Returns: Structured result dict.
Note: WHOIS contacts registry servers, not the target itself, so it is not scope-gated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||