5

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?

4

4 回答 4

1

如果我遇到你的情况,我会编写一个解决方案,在你收到文件时在文件上调用ClaimAV 。对于 Windows,如果您正在运行 IIS(或任何 Web 框架),则可能会在文件接收时进行某种回调,您可以将其插入。

于 2010-09-15T16:36:18.420 回答
0

有几种扫描仪按需提供,有一个名为“可能是世界上最好的免费安全列表”的列表,其中列出了一些,抱歉我无法提供链接,因为 StackOverflow 限制了新用户可以发布的超链接数量。

虽然未在该列表中列出,但我使用过的最好的软件之一是 F-Prot Antivirus,它似乎在 Windows Server 2008 中运行良好

https://forum.f-prot.com/index.php?topic=1691.0

干杯

于 2010-09-14T19:05:07.000 回答
0

几乎所有的防病毒程序都为您提供了一个命令行版本(或启动参数)来仅扫描一个文件或一个目录。

于 2010-09-01T16:42:22.180 回答
0

对于您的情况,最好的解决方案是使用http://www.virustotal.com/

于 2010-11-14T19:39:54.437 回答