Do you have any antivirus recomendations for Linux.

  • Skull giver
    link
    fedilink
    132 years ago

    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.

      • Skull giver
        link
        fedilink
        12 years ago

        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.

    • Ghost
      link
      fedilink
      12 years ago

      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.

    • @[email protected]
      link
      fedilink
      12 years ago

      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

      • Skull giver
        link
        fedilink
        12 years ago

        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.