Bulk IP Threat Intelligence Lookup
ip_security_bulk_lookupCheck up to 50,000 IP addresses for threat intelligence, including VPN, proxy, Tor, bot, spam, and cloud provider detection.
Instructions
IP threat intelligence for up to 50,000 IP addresses in one request. Returns an array of threat scores plus VPN, proxy, Tor, residential proxy, relay, bot, spam, known-attacker, and cloud-provider detection for each IP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ips | Yes | List of IPv4/IPv6 addresses to check (max 50,000). Example: ["8.8.8.8", "1.1.1.1"] | |
| fields | No | Comma-separated dot-path fields to include in the response (allowlist). E.g. 'location.city,asn.organization'. | |
| excludes | No | Comma-separated dot-path fields to exclude from the response (denylist). E.g. 'location.city,asn.organization'. |