this post was submitted on 06 Jun 2024
23 points (100.0% liked)

technology

23182 readers
458 users here now

On the road to fully automated luxury gay space communism.

Spreading Linux propaganda since 2020

Rules:

founded 4 years ago
MODERATORS
 

and if so any suggestions? i have like 6 on my windows phoenix-bashful

you are viewing a single comment's thread
view the rest of the comments
[–] PorkrollPosadist@hexbear.net 17 points 3 months ago* (last edited 3 months ago) (1 children)

Generally no. If you are installing software from trusted sources (I.e. your distribution's package repository) and applying security updates in a timely manner, there is very little to worry about. If you are processing untrusted files and forwarding them to third parties (I.e. you're running a mail server) there are tools like ClamAV to check for KNOWN viruses.

It is entirely possible to install viruses if you are running software from untrusted sources. This includes viruses designed for Windows by running sketchy things in Wine/Proton. These are compatibility layers, and if they are working correctly that includes compatibility with malware. Isolation is explicitly not a design goal of these projects. If you run a Windows ransomeware in Wine, you WILL lose your data. If you run a naive Limewire worm in Wine, Limewire WILL autostart and spread the worm.

Always be careful with pirated software. It doesn't hurt to run ClamAV on a torrent before trying to use it.

[–] Abracadaniel@hexbear.net 5 points 3 months ago (1 children)

How effective is something like virtual box at isolating windows?

[–] FunkyStuff@hexbear.net 6 points 3 months ago

It's not impossible for malware running in a type 2 hypervisor like Virtual Box to do a guest-to-host attack, but those attacks are pretty specialized and most viruses aren't going to affect the host system.