Ecco come installare Linux Malware Detect (LMD) su CentOS.
Scrivo in maniera sintetica le info riprese dal seguente articolo.
http://www.howtoforge.com/install-linux-malware-detect-lmd-on-centos
Notare che tale software permette di effettuare la scansione di Spyware sotto linux:
cd /tmp
wget http://www.rfxn.com/downloads/maldetect-current.tar.gz
tar zxvf maldetect-current.tar.gz
cd cd maldetect-*
./install.sh
Editare il file di configurazione modificando le seguenti sezioni:
vi /usr/local/maldetect/conf.maldet
·1 email_alert –- If you would like to receive email alerts, then it should be set to 1.
·2 email_subj –- Set your email subject here.
·3 email_addr -- Add your email address to receive malware alerts.
·4 quar_hits –- The default quarantine action for malware hits, it should be set 1.
·5 quar_clean –- Cleaing detected malware injections, must set to 1.
·6 quar_susp -- The default suspend action for users wih hits, set it as per your requirements.
·7 quar_susp_minuid –- Minimum userid that can be suspended.
Per fare scansioni manuali:
maldet --scan-all /home
maldet --quarantine SCANID
oppure
maldet --clean SCANID
vi /etc/cron.daily/maldet