Supported Malware tools and their configurations
Table: Malware supported tools and their configurations.
|
Malware tool name
|
Platform
|
Configuration steps
|
|---|
|
NetBackup Malware Scanner
|
Windows
|
Download NetBackup Malware Scanner from Veritas Download Center Extract the downloaded zip files. Extracted files must have the following structure: NBAntiMalwareClient
Client_1.0
Readme.txt
NBAntiMalwareClient_
1.0_AMD64
savapi-sdk-win64.zip
setup.bat
cleanup.batRead Readme.txt file for the install or the uninstall processes. To install NetBackup Malware Scanner on windows computer: In case you want to uninstall NetBackup Malware Scanner from windows computer.
|
|
Linux
|
Download NetBackup Malware Scanner from Veritas Download Center Extract the downloaded zip file. Files must contain the following structure; NBAntiMalwareClient
Client_1.0_LinuxR_x86
savapi-sdk-linux64.zip
setup.sh
cleanup.sh
NBAntiMalwareClient_
1.0_LinuxS_x86 -> NBAntiMalwareClient
_1.0_LinuxR_x86
savapi-sdk-linux64.zip
setup.sh
cleanup.shRead the Readme.txt file for the install or uninstall processes. To install NetBackup Malware Scanner on Linux RHEL computer. To install NetBackup Malware Scanner on Linux SUSE computer: In case you want to uninstall NetBackup Malware Scanner from Linux computer.
|
|
Symantec Protection Engine
|
Windows
|
Set Command-line executable path in path environment variable. For example: C:\Program Files
\Symantec\Scan Engine\
CmdLineScanner \C Run command on cmd ssecls -mode scan -scantype S C:\ and check the result is proper. For the license error, apply the updated licenses. Optional setting environment variable SCAN_FILE_BUCKET_SIZE For example: SCAN_FILE_BUCKET_SIZE
= 40
If SCAN_FILE_BUCKET_SIZE not set
then default SCAN_FILE_BUCKET_
SIZE is 20.
|
|
Linux
|
Set executable path to LD_LIBRARY_PATH and path in
bashrc file.
For example: export
LD_LIBRARY_PATH=/opt/
SYMCScan/ssecls/C:/root/
clientserver-2.10.97.234/
bin
export PATH="$PATH:
/Symantec_Protection_
Engine_NAS_8.2.0.35_
Linux_IN/SPE_NAS/
Command_Line_Scanner/
C/64_Bit/RedHat" Run command on cmd ssecls -mode scan -scantype F / and check the result is proper. For license error, apply the updated licenses. Optional setting environment variable SCAN_FILE_BUCKET_SIZE For example: SCAN_FILE_BUCKET_SIZE
= 40
If SCAN_FILE_BUCKET_SIZE not set
then default SCAN_FILE_BUCKET_
SIZE is 20.
|
|
Microsoft Defender Antivirus
|
Windows
|
Set executable path in PATH environment variable. For example: C:\Program Files\
Windows Defender Run command in command prompt MpCmdRun -Scan -ScanType 3 -DisableRemediation -File <filepath>' check if result is proper
For example: C:\Program
Files\Windows Defender>
MpCmdRun -Scan -ScanType 3
-DisableRemediation -File
"C:\Program Files\Windows
Defender"
Scan starting...
Scan finished.
Scanning C:\Program Files
\Windows Defender found no
threats.
|