You can install Kaspersky CyberTrace Service and Feed Utility on separate computers. This allows you to isolate the computer, on which event data is matched against feeds, from the Internet.
Do not delete the dmz
directory from the distribution kit of Kaspersky CyberTrace, even if you do not plan to use Kaspersky CyberTrace Service and Feed Utility on separate computers.
You can install Feed Utility on a Linux computer. For this, you must have the distribution package for Linux, which also contains instructions on how to perform the installation.
How Kaspersky CyberTrace Service and Feed Utility work in the DMZ
The following diagram describes how Kaspersky CyberTrace Service and Feed Utility work in the DMZ.
Workflow when Kaspersky CyberTrace Service and Feed Utility are installed on separate computers
Kaspersky CyberTrace limitations when operating in an isolated environment
Since Kaspersky CyberTrace will be running on a host without direct internet access, the following Kaspersky CyberTrace operation limitations will apply:
Installing Kaspersky CyberTrace Service and Feed Utility on separate computers
The following procedure describes how to configure the DMZ host and the local host for installing Kaspersky CyberTrace Service on one computer (in this section, referred to as Local) and Feed Utility on another computer (in this section, referred to as DMZ).
Configuring a DMZ host
To configure a DMZ host, do the following:
These settings will be further used for the local host.
Also, add a PEM-formatted certificate for configuring Kaspersky feeds that will be used. It is not necessary to add a Kaspersky CyberTrace license key on the DMZ host, since the Community edition allows configuration of all supported feed types. Adding a license key is obligatory on the local host.
Ensure that the feeds are configured correctly by running the feeds update in Kaspersky CyberTrace at least once.
If custom feeds had been earlier configured in Kaspersky CyberTrace, also save the httpsrv\etc\custom_feed_list.conf
file for further use.
%service_dir%\dmz
directory to a location other than the %service_dir%
directory (for example, to the C:\Users\%UserName%
directory). Hereafter, the path to this directory will be referred as %dmz_fu%
.
If you have to add new feeds, install Kaspersky CyberTrace on the DMZ host again.
Settings
>Feeds
and Settings
>ProxySettings
from the exported kl_feed_util.conf
file (see Step 4) to the %dmz_fu%\kl_feed_util.conf
file (if the section is present in the target configuration file, replace this section).Do not remove the instance of the kl_feed_util.conf
file exported from Kaspersky CyberTrace, as well as the kl_feed_service.conf
. These files will be used on the local host.
accepted
in the Settings
>EULA
tag of the %dmz_fu%\kl_feed_util.conf
file.<WorkDir>tmp_download</WorkDir>
in the Settings/WorkDir
of the %dmz_fu%\kl_feed_util.conf
file. %dmz_fu%\cron_dmz.cmd
to the schtasks list of tasks.The cron_dmz.cmd
script enables downloading feeds on the DMZ host.
In the example below, the cron_dmz.cmd
script runs once in 30 minutes:
schtasks /create /tn KasperskyFeedServiceUpdate /ru system /f /tr "\"%dmz_fu%\cron_dmz.cmd\"" /sc minute /mo 30
You can set your own schedule to run the script.
Configuring a local host
To configure a local host, do the following:
sc stop cybertrace
command.%service_dir%\bin\.need_run_wizard
file.This action disables the initial configuration wizard, since configuration has already been completed on the DMZ host.
%service_dir%\bin\kl_feed_util.conf
and %service_dir%\bin\kl_feed_service.conf
files with the files that were obtained in Step 4 of section "Configuring a DMZ host".If custom feeds had been earlier configured in Kaspersky CyberTrace, also replace or add (if the file was not present) the httpsrv\etc\custom_feed_list.conf
file.
%service_dir%\bin\kl_feed_util.conf
file and specify the following parameters:<NotifyKTFS path="../bin">true</NotifyKTFS>
<WorkDir>output</WorkDir>
<FeedsDir>../feeds/download</FeedsDir>
%service_dir%\bin\kl_feed_service.conf
file:Configuration
>InputSettings
>ConnectionString
Configuration
>GUISettings
>HTTPServer
>ConnectionString
Configuration
>GUISettings
>HTTPServer
>ResourcesIP
Set 0
in the update_frequency
attribute.This customization is applied, since the feeds files loaded on the DMZ host will be periodically synchronized by Schtasks, not Kaspersky CyberTrace.
%service_dir%\dmz\feeds.pem
file to feeds.pem.0
to avoid incorrect feeds updating when clicking the Launch update now button.You will need to rename this file back to feeds.pem
for upgrading Kaspersky CyberTrace from a previous version.
%service_dir%\scripts\cron_cybertrace.cmd
file and specify the following:RSYNC_USER
(user name on the DMZ host for authorization).RSYNC_HOST
(host name/IP address of the DMZ host).PATH_TO_FEEDS
(path to the %dmz_fu%\download
directory on the DMZ host).DOWNLOAD_DIR
("output").SSH_KEY
(make sure that you specified the same RSA key file path as described in Step 1 of section "Synchronizing directories that contain feeds").%service_dir%\scripts\cron_cybertrace.cmd
to the list of the cron tasks.The cron_cybertrace.cmd
script starts synchronization of the feeds files from the DMZ host. The example below shows that the cron_dmz.cmd file is launched once in 30 minutes:
schtasks /create /tn KasperskyFeedServiceUpdate /ru %user% /rp %password% /f /tr "%service_dir%\scripts\cron_cybertrace.cmd" /sc minute /mo 30
You can set your own schedule for synchronization.
Run the sc start cybertrace
command.
Configuration
>GUISettings
>HTTPServer
>ConnectionString
).Never
for the Update frequency
parameter.Changing feed settings after installing Kaspersky CyberTrace Service and Feed Utility on separate computers
Since the DMZ host is only for downloading feeds, you can configure the settings below for the previously enabled feeds in Kaspersky CyberTrace on the local host. You can change the following feeds parameters:
confidence
value (except for Kaspersky feeds)You can also disable any feed that had been enabled before (in this case, the disabled feeds will continue to be downloaded on the DMZ host and transferred to the local host, until you disable them in %dmz_fu%/kl_feed_util.conf
).
You can configure the proxy server settings directly in the %dmz_fu%\kl_feed_util.conf
file on the DMZ host.
If necessary, you can add a new feed as described below.
If any feed had been previously disabled on the local host, the actions below will stop downloading this feed on the DMZ host.
To add a new feed, do the following:
If custom feeds had been earlier configured in Kaspersky CyberTrace, also save the httpsrv\etc\custom_feed_list.conf
file for further use.
Run the sc stop cybertrace
command.
If you did not remove Kaspersky CyberTrace on the DMZ host during initial setup, skip this step.
Run the sc stop cybertrace
command.
%service_dir%/bin/.need_run_wizard
file.If you did not remove Kaspersky CyberTrace on the DMZ host during initial setup, skip this step.
%service_dir%\bin\kl_feed_service.conf
and %service_dir%\bin\kl_feed_util.conf
files with the files exported from the local host in Step 1 above.If custom feeds had been earlier configured in Kaspersky CyberTrace, also replace or add (if the file was not present) the httpsrv\etc\custom_feed_list.conf
file.
Specify the proper Configuration
>GUISettings
>HTTPServer
>ConnectionString
to open Kaspersky CyberTrace Web in a browser.
Run the sc start cybertrace
command.
Configuration/GUISettings/HTTPServer/ConnectionString
of the %service_dir%\bin\kl_feed_service.conf
file.Ensure that the feeds are configured correctly by running a feeds update in Kaspersky CyberTrace at least once.
If custom feeds had been earlier configured in Kaspersky CyberTrace, also save the httpsrv\etc\custom_feed_list.conf
file for further use.
Settings/Feeds
and Settings/ProxySettings
from the kl_feed_util.conf
exported file to the %dmz_fu%\kl_feed_util.conf
file.Do not remove the instance of the kl_feed_util.conf
file exported from Kaspersky CyberTrace, as well as kl_feed_service.conf
. These files will be used on local host.
%service_dir%\bin\kl_feed_service.conf
and %service_dir%\bin\kl_feed_util.conf
files with the files exported from the DMZ host.If custom feeds had been earlier configured in Kaspersky CyberTrace, also replace or add (if the file was not present) the httpsrv\etc\custom_feed_list.conf
file.
Specify the proper Configuration
>GUISettings
>HTTPServer
>ConnectionString
to open Kaspersky CyberTrace Web in a browser.
Run the sc start cybertrace
command.
Configuration
>GUISettings
>HTTPServer
>ConnectionString
, open Kaspersky CyberTrace Web and make sure that the Settings>Feeds page contains the newly added feed and that its settings are similar to the settings on the DMZ host. Also, make sure that all other feeds are configured correctly. Never
in the Update frequency
parameter.Synchronizing directories that contain feeds
For synchronizing feeds on both the local host and DMZ host, you can use the RSync utility. On a computer running Windows, the RSync utility can be run by using Cygwin.
All Linux commands below are run on Windows computers by using Cygwin.
To install the RSync utility on a Windows computer:
ssh-host-config
You can answer Yes
every time. The important point is to run the sshd daemon as a service.
net start sygsshd
The sshd daemon will start automatically.
To configure synchronization on the local host:
For this purpose, run the following command on the local host:
ssh-keygen -t rsa -q -N '' -f /home/<user>/.ssh/dmz_rsa_key
Specify the user login instead of <user>
. The keys will be created without a password.
ssh-copy-id -i /home/<user>/.ssh/dmz_rsa_key <DMZ_user>@<DMZ_host>
When you run this command, you will be asked for the password to <DMZ_user>@<DMZ_host>
.
rsync -a --delete-before --delay-updates -e "ssh -i /home/<user>/.ssh/dmz_rsa_key" <DMZ_user>@<DMZ_host>:/<Path_to_feeds>/ /<Path_to_feeds_on_Local>/
In this command, <Path_to_feeds_on_Local>
is the path to the folder containing feeds on the local host (namely, %service_dir%/feeds
), and <Path_to_feeds>
is the path to the folder on which updated feeds are stored on the DMZ host.
To pass the synchronization test, the contents of the <Path_to_feeds_on_Local>
folder on the Local computer must be the same as the contents of the <Path_to_feeds>
folder on the DMZ host.
When testing Rsync by using Cygwin, there can be problems related to space characters in a path, so it is recommended to do the following:
To reach the directory on the C:\ drive by using Cygwin, specify the path /cygdrive/c/
, and then the usual path (/cygdrive/c/Users/...).
Upgrading Kaspersky CyberTrace from a previous version
Before upgrading, if you had previously renamed the feeds.pem
file to feeds.pem.0
, rename it back to feeds.pem
.
To upgrade Kaspersky CyberTrace and Feed Utility to newer versions, do the following:
%service_dir%\dmz
directory on the local host, move the kl_feed_util.exe
file to %dmz_fu%\kl_feed_util
on the DMZ host.%service_dir%\dmz\feeds.pem
file to feeds.pem.0
to avoid incorrect feeds updating when clicking the Launch update now button.