Hi,
can anyone assist in integrating Eset Antivirus with PMG. Talking about
https://www.eset.com/de/business/server-antivirus/file-security-linux/
Pricing is very attractive (against e.g. Avast), product is still official supported (accessible through sitemap/navigation, not only deep links to a near 5 years old product as e.g. Avast), results are reasonable better than ClamAV.
See https://help.eset.com/efs/4/en-US/command_line.html there is a CLI meanwhile eset is running as a service (daemon), so scan is fast.
Steps performed to install (to prepare, you need to register for the trial, get download credentials as well as a license file, need to upload then both to the server):
Steps performed to scan:
Result on Test virus:
Result on clean file:
BTW, scanning is also possible in root folder with Eset meanwhile Avast didn't work there.
Can anyone assist with the RegEx to use Eset similar to Avast with PMG?
Regards,
Christian
can anyone assist in integrating Eset Antivirus with PMG. Talking about
https://www.eset.com/de/business/server-antivirus/file-security-linux/
Pricing is very attractive (against e.g. Avast), product is still official supported (accessible through sitemap/navigation, not only deep links to a near 5 years old product as e.g. Avast), results are reasonable better than ClamAV.
See https://help.eset.com/efs/4/en-US/command_line.html there is a CLI meanwhile eset is running as a service (daemon), so scan is fast.
Steps performed to install (to prepare, you need to register for the trial, get download credentials as well as a license file, need to upload then both to the server):
Code:
apt-get install libc6-i386
chmod +x esets.amd64.deb.bin
./esets.amd64.deb.bin
/opt/eset/esets/sbin/esets_lic --import ESET_File_Security_for_Linux.lic
vi /etc/opt/eset/esets/esets.cfg
/etc/init.d/esets start
Steps performed to scan:
Code:
/opt/eset/esets/sbin/esets_scan --clean-mode=none eicar.com
Result on Test virus:
Code:
ESET Command-line scanner, version 4.5.11, (C) 1992-2018 ESET, spol. s r.o.
Using license: Negecy (/etc/opt/eset/esets/license/esets_a8eade.lic)
Module loader, version 1072 (20180813), build 1118
Module perseus, version 1546 (20181127), build 1996
Module scanner, version 18549 (20181215), build 39732
Module archiver, version 1280 (20181128), build 1362
Module advheur, version 1191 (20181106), build 1171
Module cleaner, version 1172 (20181113), build 1247
Command line: --clean-mode=none index.html?file=files%2Fetes%2Fdownloads%2Fanwenden%2Feicar.com
Scan started at: Sat 15 Dec 2018 01:04:39 PM CET
name="eicar.com", threat="Eicar test file", action="", info=""
Scan completed at: Sat 15 Dec 2018 01:04:39 PM CET
Scan time: 0 sec (0:00:00)
Total: files - 1, objects 1
Infected: files - 1, objects 1
Cleaned: files - 0, objects 0
Code:
/opt/eset/esets/sbin/esets_scan --clean-mode=none esets.amd64.deb.bin
Result on clean file:
Code:
ESET Command-line scanner, version 4.5.11, (C) 1992-2018 ESET, spol. s r.o.
Using license: Negecy (/etc/opt/eset/esets/license/esets_a8eade.lic)
Module loader, version 1072 (20180813), build 1118
Module perseus, version 1546 (20181127), build 1996
Module scanner, version 18549 (20181215), build 39732
Module archiver, version 1280 (20181128), build 1362
Module advheur, version 1191 (20181106), build 1171
Module cleaner, version 1172 (20181113), build 1247
Command line: esets.amd64.deb.bin
Scan started at: Sat 15 Dec 2018 01:02:03 PM CET
Scan completed at: Sat 15 Dec 2018 01:02:03 PM CET
Scan time: 0 sec (0:00:00)
Total: files - 1, objects 1
Infected: files - 0, objects 0
Cleaned: files - 0, objects 0
BTW, scanning is also possible in root folder with Eset meanwhile Avast didn't work there.
Can anyone assist with the RegEx to use Eset similar to Avast with PMG?
Regards,
Christian