rkhunter scans your system for rootkits, backdoors, and other malware.
Install
apt install rkhunter -yUpdate and Scan
rkhunter --update
rkhunter --checkAutomated Scans
Run weekly via cron:
crontab -e
# Add:
0 3 * * 0 /usr/bin/rkhunter --check --cronjob --report-warnings-only | mail -s "rkhunter report" admin@example.comHandle False Positives
After reviewing warnings, update the baseline:
rkhunter --propupd