Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

On-demand virus scanning Windows

I'm wanting to scan files a user uploads to our websites on the server-side. I'd prefer it to be something we can run on-demand that doesn't have to be running all the time on the server. What solutions are available for Windows Server 2008 R2? Which products specifically would you recommend?

like image 722
Ryan Avatar asked Nov 15 '22 07:11

Ryan


1 Answers

If I were in your situation, I would script up a solution to call ClaimAV on the file, whenever you receive the file. For Windows, if you are running IIS, (or any web framework) there is probably some sort of callback on file reception you can plug this into.

like image 69
Brian Stinar Avatar answered Dec 16 '22 20:12

Brian Stinar