misp_get_related_events
Find events related to a specific MISP event by analyzing shared attributes and correlations. Use event ID to discover linked threat intelligence.
Instructions
Get events related to a specific event through shared attributes and correlations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventId | Yes | Event ID to find related events for | |
| maxAttributes | No | Max number of to_ids attributes to correlate across (default 20). Higher values hit the MISP API more. | |
| perAttributeLimit | No | Max matches to fetch per attribute value (default 100). |