Search IOCs
search_iocsSearch indicators of compromise by value substring and category. Filter IPs, domains, hashes, and URLs with a result limit and has_more indicator for pagination.
Instructions
Search indicators of compromise (IPs, domains, hashes, URLs). Filter by value substring and/or category. Pass limit (default 25, max 100); the result includes has_more (true when the page is full, so more may exist). NOTE: the indicator endpoint does not yet honor offset — narrow with a more specific value/type substring rather than paging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | IOC category (e.g. network, file, behavioral) | |
| limit | No | Max results (default 25, max 100) | |
| value | No | Substring to match against IOC values |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| total | No | Total matching rows, when the handler reports one. | |
| has_more | No | True when another page may exist. | |
| next_cursor | No | Opaque cursor for the next page, or null when this is the last page or the endpoint ignores offset. |