I've setup a cron job to run a nightly scan at 1am. However, throughout the day our server shows clamscan processes running. We've disabled the "ClamAV Daemon" in Service Configuration » Service Manager and nothing is checked in the ClamAV Scanner Configuration. Why are we seeing clamscan processes like during the day?
top
crontab
top
28019 root 38 18 796308 555960 4264 R 99.3 14.3 0:05.84 /usr/local/cpanel/3rdparty/bin/clamscan
28019 root 38 18 1302712 989684 4428 R 99.7 25.5 0:17.75 /usr/local/cpanel/3rdparty/bin/clamscan
28189 root 38 18 693904 461972 4260 R 99.7 11.9 0:04.11 /usr/local/cpanel/3rdparty/bin/clamscan --max-filesize=6947618 --max-scansize+
30720 root 38 18 1415568 1.0g 4772 R 97.0 28.3 0:25.15 /usr/local/cpanel/3rdparty/bin/clamscan --max-filesize=6947618 --max-scansize+
crontab
0 1 * * * /usr/local/cpanel/3rdparty/bin/clamscan -i -r /home/home_directory/public_html/ | mail -s "ClamAV Scan" [email protected]
47 21 * * * /usr/local/cpanel/3rdparty/bin/freshclam --quiet --no-warnings
0 1 * * * /usr/local/maldetect/maldet -a /home/umuajtmy | mail -s "maldet scan" [email protected]