misp_update_event
Update MISP event metadata including description, threat level, analysis status, and publish state to maintain accurate threat intelligence records.
Instructions
Update an existing MISP event's metadata (info, threat level, analysis status, publish state)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventId | Yes | Event ID to update | |
| info | No | New event description | |
| threatLevel | No | 1=High, 2=Medium, 3=Low, 4=Undefined | |
| analysis | No | 0=Initial, 1=Ongoing, 2=Complete | |
| published | No | Set published status |