Removing previously imported events from MISP

In some cases, you may want to remove previously imported events from the MISP instance. For example, this is needed if Kaspersky Threat Feed App for MISP terminates abnormally.

To remove previously imported events from MISP, you can use the delete_events.py script, which removes events via the MISP API.

The script removes only events with the tags specified in the settings.

After the script successfully finishes, we recommend that you go to the MISP UI and verify that all of the necessary events are removed.

Syntax

The script uses the following syntax:

python delete_events.py [-nv] [-v]

On your computer, the command that runs Python may have a different name (for example, python3 or py).

Parameters

The following parameters are available:

Page top