This section explains how to install Kaspersky Threat Feed App for MISP.
To install Kaspersky Threat Feed App for MISP:
This directory is called %service_dir% in this document.
We highly recommend that the utility be unpacked to and run from the home folder of the current user. This will prevent intentional or unintentional file changes that may be introduced by other users.
feeds.pem and copy it to the %service_dir%/feed_util subdirectory.%service_dir%/doc/EULA.txt file.If you agree to the terms of the EULA, proceed to the next step. If you do not agree to the terms of the EULA, cancel the installation.
%service_dir%/feed_util subdirectory:kl_feed_util --set-proxy %PROXY% -c template.conf
Here %PROXY% is the setting that specifies the proxy server parameters for accessing the Kaspersky servers.
%service_dir%/feed_util/template.conf file for editing.<EULA> element in the template.conf file to <EULA>accepted</EULA>.Kaspersky Feed Utility runs only if the EULA is accepted.
template.conf file.%service_dir%/workdir directory. If you want to save them to a different directory, do the following:%service_dir%/defs.py file for editing.WORK_DIR = os.path.join(BASE_DIR, 'workdir')
WORK_DIR parameter, specify the path to the directory where you want to store MISP-format feeds.You can set WORK_DIR to an absolute path as follows:
WORK_DIR = '%absolute_path%' (replace %absolute_path% with the absolute path to the directory).
%service_dir%/defs.py file.Make sure that the user account that runs the MISP instance has access rights to the WORK_DIR directory so that the MISP instance can download the converted feeds.
requirements.txt file that are not present on the computer.Do this by running the following command:
pip install -r %service_dir%/requirements.txt
Depending on the configuration of your operating system, the Python package installer may use a different command to install modules. For example, pip3.
%service_dir%/settings.py file.After the installation, you can load converted feeds into MISP and schedule feeds conversion by using the cron utility.
Page top