Configuring the general settings for Anti-Phishing scans
4 July 2024
ID 76601
You can configure general Anti-Phishing scan settings. These settings apply to all message processing rules according to which the application performs scanning of messages.
To configure general Anti-Phishing scan settings:
- Export the
ScanLogic
task settings to an XML file using the command:# /opt/kaspersky/klms/bin/klms-control \
--get-settings <
ScanLogic taskID> -f <
name of the settings file>
or--get-settings ScanLogic -n -f <
name of the settings file>
- Open the XML file of the
ScanLogic
task to edit the task settings. - In the
<apSettings>
section, specify the values of the relevant Anti-Phishing scan settings:- In the
<scanTimeLimit>
subsection, specify the maximum duration of Anti-Phishing scanning of a message in seconds. If the message has not been scanned during this time, the application issues an Error verdict — the message scan has returned an error.The default maximum duration of scanning is
30
seconds. - In the
<enableHeuristic>
subsection, specify the value1
to enable Heuristic Analyzer during Anti-Phishing scanning, or0
to disable Heuristic Analyzer.The use of Heuristic Analyzer is enabled by default.
- In the
<useKsnStatus>
subsection, specify the value1
if you want the application to use information from Kaspersky Security Network when issuing a phishing verdict on the message, or0
if you do not want the application to use information from Kaspersky Security Network.The use of information from Kaspersky Security Network is enabled by default.
- In the
- Save the changes made.
- Import the ScanLogic task settings from an XML file using the command:
# /opt/kaspersky/klms/bin/klms-control \
--set-settings <ScanLogic task ID> -f <settings file name>
or--set-settings ScanLogic -n -f <settings file name>