peerglass_dns_resolve
Resolve hostnames or reverse-lookup IP addresses and correlate results with RDAP registration data including holder, country, and network prefix details.
Instructions
Resolve a hostname or reverse-lookup an IP address and correlate the result with RDAP registration data (holder, country, RIR, covering prefix).
Args: params (DNSResolveInput): - target (str): Hostname or IP address (e.g. '8.8.8.8', 'cloudflare.com') - record_type (str): DNS record type — A, AAAA, PTR, MX, TXT, NS, CNAME … - response_format (str): 'markdown' (default) or 'json'
Returns: str: DNS records table + RDAP owner details for each resolved IP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |