get_ip_ranges
Retrieve IP address ranges associated with a specific domain or organization to identify their network infrastructure and IP blocks.
Instructions
Get IP ranges owned by a domain/organization.
Args: domain: Domain name to lookup
Returns: IP ranges information including IPv4 and IPv6 blocks.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "Domain",
"type": "string"
}
},
"required": [
"domain"
],
"type": "object"
}