assets_get_external_ip_address_ranges
Retrieve external IP address ranges to identify internet exposure, with filters for business units and organization handles.
Instructions
Get all External IP Address Ranges
Get a list of all your Internet exposure filtered by business units and organization handles.
The maximum result limit is 1000 ranges.
Note: You can send a request to retrieve either all or filtered results.
Required license: Cortex XSIAM Premium or Cortex XSIAM Enterprise or Cortex XSIAM Enterprise Plus
[POST /public_api/v1/assets/get_external_ip_address_ranges] · Asset management
Example request body:
{
"request_data": {
"filters": [
{
"field": "organization_handles",
"operator": "contains",
"value": "irt"
}
],
"search_from": 0,
"search_to": 500
}
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_data | No | A dictionary containing the API request fields. An empty dictionary returns all results. |