Step 1: Identify Malicious Files
sudo clamscan -r / --exclude-dir=/sys --exclude-dir=/proc | grep FOUNDStep 2: Automatic Removal
sudo clamscan -r --remove /path/to/suspected/directoryStep 3: Manual Removal
sudo rm -f /path/to/malicious/fileStep 4: Check Running Processes
ps aux | grep -i suspicious
sudo kill -9 [PID]Step 5: Check Cron Jobs
crontab -l
sudo crontab -l