misp_add_event
Create MISP events from NIDS findings to share threat intelligence, including IOCs, tags, and threat level classification.
Instructions
Create a MISP event from NIDS findings to share threat intelligence. Includes attributes (IOCs), tags, and threat level classification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| info | Yes | Event description/title | |
| tags | No | Event tags (e.g. 'tlp:amber', 'type:OSINT') | |
| analysis | No | 0=Initial, 1=Ongoing, 2=Complete | |
| attributes | No | Attributes/IOCs to include | |
| threatLevel | No | 1=High, 2=Medium, 3=Low, 4=Undefined | |
| distribution | No | 0=Org only, 1=Community, 2=Connected, 3=All |