RedHat介紹開嗰3款針對Linux惡意程式嘅掃描/消除工具
本帖最後由 Okt04175 於 2020-4-19 04:49 編輯
無論如何Linux的確係有機會畀惡意程式搞裝定防護工具程式冇壞嘅,但係起碼都好過Windows至少唔會有樹大招風嘅問題,Wanna Cry呢啲極品都係多得M$人為留低嘅Windows後門先有得玩到全球大規模奶野。
https://www.redhat.com/sysadmin/3-antimalware-solutions
chkrootkit
I've used good ol' chkrootkit for years. Simply put, it scans important files in your system for rootkits. Rootkits are collections of malicious programs designed to compromise the root user account and keep access for an extended period of time. Rootkits are hard to detect and difficult to remove from a system. I've heard many sysadmins say that if your system is the victim of a rootkit, you should reimage (format and reinstall from media) it and restore all data from a clean backup.
... rkhunter
The RootKit Hunter (rkhunter)is a rootkit detection script that automates scanning for a lot of different rootkits and other local exploits. I love rkhunter. I've used it for years, too. Unlike chkrootkit, rkhunter provides a full log of its findings at /var/log/rkhunter/rkhunter.log. If you install and run only one malware scanning application, rkhunter should probably be it. I'm too paranoid to run just one.
... ClamAV
From the ClamAV about page: ClamAV is an open source (GPL) anti-virus engine used in a variety of situations, including email scanning, web scanning, and endpoint security. It provides a number of utilities, including a flexible and scalable multi-threaded daemon, a command-line scanner, and an advanced tool for automatic database updates.
... |
|
|