Ask HN: Which tools and methods do you use to check for malware on your machine?
1–10 of 13 posts
Re: Ask HN: Which tools and methods do you use to check for malware on your machine?
#2And, um, on Ubuntu, apt packages are signed, right?
Re: Ask HN: Which tools and methods do you use to check for malware on your machine?
#3Nice try, FBI. I use none. I am paranoid about what software I download, and I generally don't feel like I'm exposing an attack surface. To be fair, I think Windows Defender is running and Edge has incoming stuff scanned for malware, because I never turned that off. And, um, on Ubuntu, apt packages are signed, right?
Re: Ask HN: Which tools and methods do you use to check for malware on your machine?
#4When I think something's already wrong, I use Malwarebytes (free version) to scan my computer. If I suspect something I've downloaded, I use VirusTotal to check it out.
Re: Ask HN: Which tools and methods do you use to check for malware on your machine?
#5If I know I have something, usually it's because I permit it through Windows Defender and experimenting with problematic file types, then I use Malwarebytes. I also take a good hard look at my programs lists and remove ones I don't need, review my start up programs, and etc.
Re: Ask HN: Which tools and methods do you use to check for malware on your machine?
#6Nice try, FBI. I use none. I am paranoid about what software I download, and I generally don't feel like I'm exposing an attack surface. To be fair, I think Windows Defender is running and Edge has incoming stuff scanned for malware, because I never turned that off. And, um, on Ubuntu, apt packages are signed, right?
Re: Ask HN: Which tools and methods do you use to check for malware on your machine?
#7Re: Ask HN: Which tools and methods do you use to check for malware on your machine?
#8On Linux, there’s no good way to scan for malware because that’s not the focus of most work done on Linux security. Use SELinux (or AppArmor, if that’s your thing), a firewall, and only get software from trusted repositories. Verify the checksums of ISOs for live USBs and use the same sort of common-sense that you would on Windows. Furthermore, you might want to consider moving from Xorg to Wayland since any process running as your user on your display in Xorg can act as a keylogger[0].
[0]: https://security.stackexchange.com/questions/170596/is-it-po...
Re: Ask HN: Which tools and methods do you use to check for malware on your machine?
#9Re: Ask HN: Which tools and methods do you use to check for malware on your machine?
#10I'm more concerned about something like chrome/steam deciding that it's appropriate to start itself on startup and look for updates than malware that labels itself malware and tries to avoid things like ps. If the sort of malware that avoids ps gets on your system you've already lost.