Callback
Callback Overview Statistics
Retrieve aggregate statistics for callback IPs including counts by attack stage, file analysis status, scanner associations, and top threat names.
post/v1/callback/overview
Request body
Response
OK - overview statistics returned.
Example response
{
"total_ips": 142,
"stage_1_ips": 98,
"stage_2_ips": 44,
"total_files": 230,
"files_with_vt": 180,
"files_without_vt": 50,
"total_cross_refs": 312,
"total_scanner_links": 456,
"ips_with_files": 110,
"ips_without_files": 32,
"ips_with_scanners": 130,
"ips_without_scanners": 12,
"distinct_scanners": 89,
"top_threat_names": [
{
"threat_name": "Trojan.GenericKD.46542",
"file_count": 12,
"ip_count": 8
}
]
}