Callback
List Callback IPs
Retrieve a paginated list of callback IPs with filtering by attack stage, date ranges, file attributes, and scanner associations.
post/v1/callback/ips
Request body
Response
OK - paginated list of callback IPs returned.
Example response
{
"items": [
{
"ip": "198.51.100.42",
"source_workspaces": [
"GreyNoise"
],
"enrichment": {
"asn": "AS4837",
"org": "CHINA UNICOM China169 Backbone",
"city": "Qingdao",
"region": "Shandong",
"country": "China",
"country_code": "CN",
"latitude": 36.0649,
"longitude": 120.3804,
"route": "119.176.0.0/12",
"type": "isp",
"domain": "chinaunicom.cn"
}
}
],
"total": 142,
"page_size": 20
}