This section describes the process of installing Kaspersky CyberTrace on Linux systems.
After installation, make sure that only users with administrator rights have access to the folder where Kaspersky CyberTrace is installed.
We also recommend that you install and run anti-virus software before installing Kaspersky CyberTrace.
Installation methods
On Linux systems, you can install Kaspersky CyberTrace by three methods:
In this type of installation, you run the installation script, run.sh
. The installation script installs the RPM package and runs the configurator. The configurator generates certificates for Kaspersky CyberTrace Web and configures the Elasticsearch indicator database.
The same as RPM installation.
In this type of installation, you manually unpack the TGZ archive to the /opt/kaspersky/ktfs
directory and create symbolic links for configuration files and startup scripts. You must then manually run the configurator binary file and accept the End User License Agreement.
If you do not run the configurator after performing the TGZ installation, Kaspersky CyberTrace will not work. You must accept the End User License Agreement.
RPM installation
Kaspersky CyberTrace is installed in the /opt/kaspersky/ktfs
directory. This directory is called %service_dir%
in this document.
The user account that performs the RPM installation must have root privileges.
To perform the RPM installation of Kaspersky CyberTrace:
%temp_dir%
with this directory and %VERSION%
with the version of the installation package.tar -C %temp_dir% -xvzf Kaspersky_CyberTrace-Linux-x86_64-%VERSION%-Release-RPM.tar.gz --no-same-owner
The RPM package, installation script, and documentation will be unpacked to this directory.
The archive can have a different name, for example, %SIEM%-rpm.tar.gz
. You can either use the existing name or rename the archive by using the mv
command.
./run.sh install
The installation script will install the RPM package and add Feed Service to the list of services by using chkconfig
. Feed Service will start automatically on system boot.
After the RPM package is installed, the installation script automatically runs the configurator.
For more information about using the configurator, see subsection "Interactive setup with the configurator" below.
If you interrupt the configuration process, you can resume it by running the following command: /opt/kaspersky/ktfs/bin/configure –i
.
DEB installation
Kaspersky CyberTrace is installed in the /opt/kaspersky/ktfs
directory. This directory is called %service_dir%
in this document.
The user account that performs the DEB installation must have root privileges.
To perform the DEB installation of Kaspersky CyberTrace:
%temp_dir%
with this directory and %VERSION%
with the version of the installation package.tar -C %temp_dir% -xvzf Kaspersky_CyberTrace-Linux-x86_64-%VERSION%-Release-DEB.tar.gz --no-same-owner
The DEB package, installation script, and documentation will be unpacked to this directory.
The archive can have a different name, for example, %SIEM%-deb.tar.gz
. You can either use the existing name or rename the archive by using the mv
command.
./run.sh install
The installation script will install the DEB package and add Feed Service to the list of services started on boot by systemd
. Feed Service will start automatically on system boot.
For more information about using the configurator, see subsection "Interactive setup with the configurator" below.
If you interrupt the configuration process, you can resume it by running the following command: /opt/kaspersky/ktfs/bin/configure –i
.
TGZ installation
To perform the TGZ installation of Kaspersky CyberTrace:
%service_dir%
in this document. To do this, run the following command:tar -C %service_dir% -xvzf Kaspersky_CyberTrace-Linux-x86_64-%VERSION%-Release.tar.gz --strip-components=1
/bin/nologin
:id -u cybertrace_db > /dev/null 2>&1 || useradd -M cybertrace_db -d %service_dir%/db -s /sbin/nologin
chown -R cybertrace_db %service_dir%/db
echo 'vm.max_map_count=262144' > /etc/sysctl.d/98-elasticsearch.conf && sysctl --system
echo -e "cybertrace_db\t-\tnofile\t65535" > /etc/security/limits.d/10-cybertrace.conf
ln -s $%service_dir%/etc/systemd/system/cybertrace_db.service /etc/systemd/system/cybertrace_db.service
ln -s $%service_dir%/etc/systemd/system/cybertrace.service /etc/systemd/system/cybertrace.service
systemctl daemon-reload
systemctl enable cybertrace_db.service && systemctl enable cybertrace.service
%service_dir%/bin/configure -i
systemctl start cybertrace
Interactive setup with the configurator
To perform the interactive setup with the configurator:
Use the PAGE UP and PAGE DOWN keys to navigate. Type q to quit.
To accept the End User License Agreement, print Yes
.
Configurator command-line parameters
The configurator is a binary file that configures and runs Kaspersky CyberTrace.
The file has the following command-line syntax:
configure [options]
The following options are available:
-h [ --help ]
Display a help
message and exit.
-i [ --install ]
Perform the initial configuration of Kaspersky CyberTrace.
-c [ --change ]
Update the certificate used for Kaspersky CyberTrace Web.