misp_search_attributes
Search for specific indicators of compromise (IOCs) across all MISP events using filters for type, value, tags, and time range.
Instructions
Search for specific attributes (IOCs) across all MISP events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| last | No | Relative time filter (e.g., 1d, 7d, 30d) | |
| tags | No | Tag filters | |
| type | No | Attribute type (ip-src, ip-dst, domain, md5, sha256, url, email-src, hostname, etc.) | |
| limit | No | Max results (default 50) | |
| toIds | No | Only IDS-flagged attributes | |
| value | No | IOC value to search | |
| category | No | Category filter | |
| includeCorrelations | No | Include correlation data |