Step 1: Run Standard Check
sudo rkhunter --checkStep 2: Run with All Tests
sudo rkhunter --check --skip-keypress --report-warnings-onlyStep 3: Schedule Daily Scan (Cron)
sudo crontab -eAdd:
0 2 * * * /usr/bin/rkhunter --check --cronjob --report-warnings-only | mail -s "RKHunter Daily Scan" admin@example.com