It’s been a long while since i used a desktop and honestly can’t remember what antivirus software i used, and even then, probably the landscape has changed over the years.

Atm i’ve been winging it with just Windows Defender (no custom configuration) and scanning any thing that looks suspicious on VirusTotal, but probably that would be not enough.

I’m thinking on get a couple of pirated files, so i’d like to be as secure as possible.

    • Takumidesh@lemmy.world
      link
      fedilink
      arrow-up
      28
      ·
      edit-2
      1 year ago

      Bad advice!

      There is plenty of malware that targets Linux due to its prevalence in mission critical architecture! Also, someone who is recently returning to desktops and likely new to Linux as a whole will be more likely to blindly run windows executables with a compatibility layer like wine, which can still infect the system.

      https://www.microsoft.com/en-us/security/blog/2022/05/19/rise-in-xorddos-a-deeper-look-at-the-stealthy-ddos-malware-targeting-linux-devices/

      If you are using Linux, I recommend clamAV.

      Edit: to add, recommending Linux to someone as the end all be all to an unrelated question is just needless proselytizing and generally unhelpful.

      • nakal@kbin.social
        link
        fedilink
        arrow-up
        5
        ·
        edit-2
        1 year ago

        The only case where I’d use a virus scanner is when I’d host a file server for Windows systems.

        Btw, ClamAV is slow and generally awful. It has many false positives that you get spammed all the time. There are also cases where it doesn’t really find the virus (false negatives). It’s also buggy and it’s not a good sign for security product.

        I’d still recommend Linux, if you want to be safe. Windows has never been designed with security in mind. It’s not even a proper multiuser system.

        • TOR-anon1@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          ClamAV is fine as an AV. (Albeit, Designed for mail.)

          As long as you aren’t downloading anyting stupid, you should be fine.

          Plus, Common Sense is the best AV.

            • Crazyroostereye@discuss.tchncs.de
              link
              fedilink
              arrow-up
              3
              ·
              edit-2
              1 year ago

              Wine = Wine is not an Emulator

              It’s a compatibility layer.

              Your files are still fully visible to the Malware so if it is trying for example to encrypt all of them it can. If it targets smth like System32 then you would be safe since that would only affect wine and apps running under it. So depends on the Type of Malware.

              Edit: Most Malware Target the entire System so exes are a danger for Linux when using WINE