ClamAV works and even has live scan these days, with a performance impact similar to that on Windows and MacOS. It’s not as advanced as many Windows antivirus programs, but it does the job.
There are also enterprise antivirus products, but I don’t think they’ll work well on Linux. I would avoid free, proprietary antivirus products (like Avast) like the plague because all of them have had some kind of data collection/data selling controversy or have one coming up for sure.
I used to consider ESET to be quite good, but they dropped their Linux product it seems.
If you want to scan suspicious files, try virustotal.com. That’ll run the file through a wide range of antivirus products, including products you wouldn’t normally have access to as a consumer.
They dropped Linux support for their home offering in 2022. Corporate probably still works (or you would’ve received an email about it) but they’re not exactly targeting individual consumers with their corporate suite.
If you use a ClamAV GUI, you’ll probably have a toggle for this.
If you use the command line version, you can find the documentation for on-access scanning here. Basically: open /etc/clamav/clamav.conf, set ScanOnAccess and OnAccessPrevention to yes and make sure OnAccessExcludeUname is set to clamd or whatever clam system user your system uses.
ClamAV is really only used to check for cross virus contamination. It’s a tool that checks for windows malware inside of Linux.
Linux doesn’t need any malware software. The way Linux runs and works is already way more secure in itself, almost everything you’ll ever download is pre compiled intro software repositories that are checked constantly.
The only way you’ll catch a virus on Linux is being dumb and clicking ads or downloading something from untrusted sources like websites that could be fake but look real.
ClamAV works and even has live scan these days, with a performance impact similar to that on Windows and MacOS. It’s not as advanced as many Windows antivirus programs, but it does the job.
There are also enterprise antivirus products, but I don’t think they’ll work well on Linux. I would avoid free, proprietary antivirus products (like Avast) like the plague because all of them have had some kind of data collection/data selling controversy or have one coming up for sure.
I used to consider ESET to be quite good, but they dropped their Linux product it seems.
If you want to scan suspicious files, try virustotal.com. That’ll run the file through a wide range of antivirus products, including products you wouldn’t normally have access to as a consumer.
I’m using since corporate Eset on Linux. When did they drop support?
They dropped Linux support for their home offering in 2022. Corporate probably still works (or you would’ve received an email about it) but they’re not exactly targeting individual consumers with their corporate suite.
I have clamav installed, can I disable livescan? I use it mainly for data I will transfer to windows computers to make sure it’s safe
If you use a ClamAV GUI, you’ll probably have a toggle for this.
If you use the command line version, you can find the documentation for on-access scanning here. Basically: open
/etc/clamav/clamav.conf
, setScanOnAccess
andOnAccessPrevention
toyes
and make sureOnAccessExcludeUname
is set toclamd
or whatever clam system user your system uses.ESET Endpont Antivirus for Linux
I haven’t used on-access scanning for years but I remember Dazuko was used by multiple AV devs to provide it.
That ESET page is their business offering, quite expensive for antivirus in my opinion.
This was their home Linux product, which they discontinued.
ClamAV is really only used to check for cross virus contamination. It’s a tool that checks for windows malware inside of Linux.
Linux doesn’t need any malware software. The way Linux runs and works is already way more secure in itself, almost everything you’ll ever download is pre compiled intro software repositories that are checked constantly.
The only way you’ll catch a virus on Linux is being dumb and clicking ads or downloading something from untrusted sources like websites that could be fake but look real.