misp_tag_event
Add or remove tags (TLP, MITRE ATT&CK, custom) from MISP events. Removing a tag requires confirmation to prevent accidental data loss.
Instructions
Add or remove a tag from a MISP event (TLP, MITRE ATT&CK, custom tags). Removing a tag is destructive and requires confirm:true (or MISP_ALLOW_DESTRUCTIVE=true).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | Yes | Tag name (e.g., tlp:white, misp-galaxy:mitre-attack-pattern) | |
| remove | No | Set to true to remove the tag instead of adding | |
| confirm | No | Required (true) when remove is true, unless MISP_ALLOW_DESTRUCTIVE=true. Ignored when adding a tag. | |
| eventId | Yes | Event ID to tag |