Search IPs
securitytrails_search_ipsFind IP addresses matching DSL queries or structured filters, such as PTR values or open ports. Each page costs one API query.
Instructions
Search the IP dataset by DSL query or structured filter — for example "ptr_part = 'example'" or "open_port_80 = true". These IP-dataset fields are distinct from the domain-dataset fields used by securitytrails_search_domains. Exactly one of query or filter is required. Each page costs one API query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-indexed page number; each page costs one API query | |
| query | No | DSL query, e.g. "ptr_part = 'example'" | |
| filter | No | structured filter object | |
| response_format | No | "markdown" for a compact human-readable summary, "json" for the full raw API payload | markdown |