Prefix arithmetic against published ranges
lookup_prefixGive a CIDR and get every published operator prefix that contains it, is contained by it, or partially overlaps it — the check for 'does my network collide with a crawler range' and for auditing an allowlist somebody handed you. Give an operator or source slug instead and get everything that source publishes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cidr | No | A CIDR or a bare address, e.g. 20.171.206.0/24 or 2600:1f00::/32. | |
| operator | No | A source slug, e.g. openai-gptbot, google-googlebot. |