Scanning for Malware and Rootkits
Regularly scanning your server for malicious software is a critical security practice.
Installing Maldet (Linux Malware Detect)
wget http://www.rfxn.com/downloads/maldetect-current.tar.gz
tar -zxvf maldetect-current.tar.gz
cd maldetect-* && sudo ./install.sh
CopyInstalling rkhunter (Rootkit Hunter)
sudo apt install rkhunter -y
sudo rkhunter --update
CopyIf you suspect a breach, it is often best to (Link to: Backup and Disaster Recovery Strategies|restore from a clean backup not found) and change all credentials.