misp_add_sighting
Report an IOC sighting to confirm it was observed in the wild, mark as a false positive, or set expiration.
Instructions
Report a sighting of an IOC (confirms it was observed in the wild, marks as false positive, or sets expiration)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | 0=Sighting (seen in the wild), 1=False positive, 2=Expiration | |
| value | No | Attribute value to sight (use this or attributeId) | |
| source | No | Source of the sighting (e.g., organization name, sensor ID) | |
| timestamp | No | Timestamp of the sighting (Unix timestamp) | |
| attributeId | No | Attribute ID to sight (use this or value) |