misp_create_event
Create a new MISP event to document incidents or threat intelligence. Does not publish; use publish event separately.
Instructions
Create a new MISP event for documenting incidents or threat intelligence. Does not publish - use misp_publish_event separately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| info | Yes | Event description/title | |
| distribution | Yes | 0=Organization only, 1=Community, 2=Connected communities, 3=All communities, 4=Sharing group | |
| threatLevel | Yes | 1=High, 2=Medium, 3=Low, 4=Undefined | |
| analysis | Yes | 0=Initial, 1=Ongoing, 2=Complete | |
| date | No | Event date (YYYY-MM-DD) | |
| tags | No | Tags to apply |