check_block
Scan a CIDR network block (e.g., /24) to identify IPs with AbuseIPDB reports, returning network range info and a per-IP breakdown of flagged addresses.
Instructions
Check a CIDR network block (e.g. a /24 subnet) for reported IPs — returns network range info plus a per-IP breakdown of any reported addresses within it. Use check_ip instead for a single IP address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | Yes | CIDR network to check, e.g. 192.168.1.0/24. Maximum range is /16 — wider blocks are rejected by the API. | |
| max_age_in_days | No | Only include reports from the last N days (default: 30) |