Oct 1, 2025

CHKROOTKIT

 

# Install security scanning tools for future use
apt update
apt install -y debsums rkhunter chkrootkit fail2ban

# Run rootkit scanner
rkhunter --check --sk

# Enable fail2ban for brute-force protection
systemctl enable --now fail2ban