Free multiplattform Virus scanner.
Install
apt install -y clamav
freshclam
Use it
clamscan -r -i --exclude-dir="^/sys" --bell /
Use it in the background
clamscan -r -i --exclude-dir="^/sys" --bell / & >/tmp/scan.log
tee /tmp/scan.log