misp_search_iocs
Search MISP's threat database for indicators of compromise (IOCs) such as IPs, domains, and hashes, returning matching events and context.
Instructions
Search MISP for indicators of compromise (IOCs). Look up IPs, domains, hashes, URLs, and other observables against MISP's threat intelligence database. Returns matching events, attributes, and context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Attribute type filter (ip-src, ip-dst, domain, md5, sha256, url, hostname, email-src) | |
| limit | No | Max results | |
| value | Yes | IOC value to search (IP, domain, hash, URL, email) | |
| includeEventInfo | No | Include parent event details |