misp_search_events
Search MISP events by tag, type, value, category, or date range to find threat intelligence for hunting activities like matching IOCs or CVE-tagged events.
Instructions
Search MISP events by tag, type, value, category, or date range. Useful for threat hunting (e.g. all events tagged with a CVE, or matching an IOC value).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | IOC value to search for (substring match) | |
| type | No | Attribute type (e.g. ip-src, domain, sha256) | |
| category | No | Attribute category (e.g. Network activity, Payload delivery) | |
| tag | No | Tag name (e.g. tlp:white, malware:trickbot) | |
| from | No | Start date YYYY-MM-DD | |
| to | No | End date YYYY-MM-DD | |
| limit | No |