ip_info
Resolves a hostname or IP and returns RDAP registry ownership data: organization, country, CIDR, and abuse contact. This identifies who controls an IP before further recon.
Instructions
Resolve a host and enrich its IP with RDAP registry ownership data.
Looks up the IP in the public RDAP registry (via rdap.org's bootstrap to the right RIR) and reports who owns the address block, the country, the CIDR range, and the abuse-reporting contact. Read-only registry query; nothing is sent to the target.
Args: host: Hostname or IP, e.g. "example.com". timeout: Per-request network timeout in seconds. Defaults high because rdap.org's bootstrap redirect can take 10-15s on its own.
Returns: A dict with host, ip, and rdap (handle, name, country, cidr, org, abuse_email). An unresolved host or RDAP failure is reported via an error field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| timeout | No |