Ask HN: What do you use to protect your Linux box from malware?
After seeing the (Dutch) documentary 'Rats & Slaves' [0] about Remote Access Trojans, and finding that they also exist for Linux [1] I am going to do some scanning today on my systems.
Question is: What tools are best to use here to ensure I can sleep safely knowing no viruses, trojans, rootkits and other filth have nestled in my systems?
Also curious what are best, reliable websites to keep up-to-date on security best-practices related to this.
PS. I intend to start my scan with ClamAV, followed by chkrootkit and rkhunter as outlined here [2].
[0] https://youtube.com/watch?v=BGsw_l0tT10
[1] https://www.bleepingcomputer.com/news/security/lazarus-hackers-target-linux-windows-with-new-dacls-malware/
[2] https://www.linux.com/tutorials/security-tools-check-viruses-and-malware-linux/
3 comments
[ 2.5 ms ] story [ 21.2 ms ] threadOnce you have clean system, you have to follow a discipline - do not work as root, restrict ssh access to specific users, don't run unnecessary services. Far too many to list here. Unfortunately, that is how the world is. Be paranoid. May be even use a VM to run software you don't trust. Always install software using package managers or at least do basic sanity checks like checksums on anything you download.
There is no software that will run a scan and give you a green check. If there is one like that, I wouldn't trust it either.
> There is no software that will run a scan and give you a green check. If there is one like that, I wouldn't trust it either.
Are you advising against running ClamAV, chkrootkit and rkhunter? I know they won't give 100% guarantee, but something better than nothing, I thought.
I am most worried about my developer machine, as I have testdrived numerous OSS projects, with different stacks, package managers, etc. Fetched billions of npm packages, and browsed gazillion sites for tech advice (using FF, Privacy Badger, uBlock, but still).
A clean reinstall may be in order, but it'll cost so much time getting all config I now have in place again.