The converter is a console application. You can invoke it from the command line.
Syntax
The converter uses the following syntax:
python main.py [--full_update_interval_h <full_update_interval_hours>] [-nv] [-h]
On your computer, the command that runs Python may have a different name (for example, python3 or py).
Parameters
The following parameters are available:
--full_update_interval_h <full_update_interval_hours>Interval (in hours) between full updates of Kaspersky Threat Data Feeds in MISP. For more information, see General workflow.
By default, this parameter is 12.
Some Kaspersky Threat Data Feeds do not change much from version to version. If you use only those feeds, we recommend that you set the --full_update_interval_h parameter to 0.
-nv, --no_verificationDisables the SSL certificate verification performed when connecting to the MISP instance via HTTPS.
Use this parameter if you use a self-signed certificate on your MISP instance. Otherwise, you will not be able to delete obsolete events from MISP.
This parameter is intended only for evaluation purposes. Using this parameter in a production environment may create security issues.
-h, --helpPrints a help message to the console and exits.