The Computer Oracle

Should I worry about malware on Linux?

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Hypnotic Orient Looping

--

Chapters
00:00 Should I Worry About Malware On Linux?
00:26 Answer 1 Score 5
00:57 Accepted Answer Score 22
01:52 Answer 3 Score 2
02:25 Answer 4 Score 2
02:38 Thank you

--

Full question
https://superuser.com/questions/11969/sh...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#linux #security #antivirus #malware

#avk47



ACCEPTED ANSWER

Score 22


Yes

I don't run antivirus software on my Linux boxes but that is not the only form of malware.

I do apply patches and updates as soon as they are available, especially for security-critical software (e.g. firefox, ssh, gpg). We could debate whether that is a good or a bad approach but the question here is 'should I be concerned?' ... either way we would be debating the risks because we believe there is a threat. Similarly, I only apply software and patches from repositories and sources I have some trust in.

Web-borne malware is a serious threat so I do run NoScript, for example, and avoid enabling Java and Flash handlers except on sites where I need these and have some trust.

Finally, I check non-text attachments I receive from third parties before forwarding them on to others. In most cases any malware payload would not affect me but it could affect someone I send the file on to.




ANSWER 2

Score 5


Yes. You should worry about malware on pretty much any system.

Your concern and actions should be proportional to the risk (currently very low with Linux) but complacency is a bad idea and you should be periodically reassessing the potential threat, consequences and your response.

EDIT: The fact you point out that you don't run as root suggests that you do worry about malware (sensibly) and take sensible precautions. If you didn't worry about it you wouldn't care what you were running as...




ANSWER 3

Score 2


The usual answer is that you shouldn't because of the access control model that is much more followed in unix-like systems. On Windows systems, this model also exists, but is less followed : ie the user of the system runs with administrator privileges.

That said, even at a user-level you may have malware that harms your account. Mostly in fishing information (banking information) or impersonating you since the malware has access in everything that you have access to.




ANSWER 4

Score 2


Install the grandaddy of malware checkers, chkrootkit, and run it from time to time. There is little to no risk from usual viruses and spywares, though.