Scanning Windows clients from FreeBSD server for viruses and malware

I'm running FreeBSD 9.3-RELEASE which acts as a Samba server for several Windows clients.

I'm looking for a way to scan those clients for viruses and/or malware from the server so I can see the log for the scans from the server.

Do you have any recommendations?

Thanks in advance
 
Use one of your Windows clients to scan the files served by your Samba server. You could even install a Windows VirtualBox guest on your FreeBSD computer to perform the scan. Obviously, your scanning process should have access to your Windows clients disk space as well.
 
If it has to be done from the server, then the clients will have to share their drives so the server can get to them. But maybe you mean that the server just needs to receive results of the clients' own antivirus scans of their drives. That would depend on what antivirus software is being used, but there are monitoring framework things like http://www.nsclient.org/ that might work.
 
Back
Top