misp_tag_event
Add or remove tags like TLP or MITRE ATT&CK patterns from a MISP event to classify and enrich threat intelligence data.
Instructions
Add or remove a tag from a MISP event (TLP, MITRE ATT&CK, custom tags)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventId | Yes | Event ID to tag | |
| 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 |