viewza565

How to Install and Use Linux Malware Detect (LMD) on CentOS7

Mar 24th, 2016
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. #Download Malware Detect
  2. # wget http://www.rfxn.com/downloads/maldetect-current.tar.gz
  3.  
  4. #Unzip Files
  5. # tar -xvf maldetect-current.tar.gz
  6.  
  7. #Install
  8. # cd maldetect-1.4.2
  9. # ./install.sh
  10.  
  11. # Configure
  12. # vi /usr/local/maldetect/conf.maldet
  13.  
  14. email_alert=1
  15. email_addr=youremail@domain.com
  16. email_subj="Malware alerts for $HOSTNAME - $(date +%Y-%m-%d)"
  17. quar_hits=1
  18. quar_clean=1
  19. quar_susp=1
  20. clam_av=1
  21.  
  22. # Scan Malware
  23. # maldet -a /path
  24.  
  25. Linux Tips: https://www.reddit.com/user/ihotvps/
  26. Web Official: https://www.ihotvps.com
Add Comment
Please, Sign In to add comment