使用 Microsoft AntiVirus API 进行文件上传扫描
这里有人使用过 Microsoft Anti-Virus API 来使用任何防病毒软件扫描文件上传吗?你的经验是什么。我想使用 mcafee、trend 或其他众所周知的 AV 进行编程调用。
Has anyone here used Microsoft Anti-Virus API to scan file uploads using any anti-virus ? What is your experience. I want to use mcafee, trend or other well known AV to be called programatically.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Microsoft AntiVirus API 似乎不适合扫描上传的文件。来自 http://msdn.microsoft.com/en -us/library/ms537371(VS.85).aspx
HTH。
It seems that Microsoft AntiVirus API is not suitable for scanning uploaded files. From http://msdn.microsoft.com/en-us/library/ms537371(VS.85).aspx
HTH.
您应该投资恶意软件过滤设备(使用 ICAP 或专有协议等),该设备甚至可以在所有入站流量到达您的应用程序之前扫描病毒/恶意软件。以下是一些示例:
http://www.barracudanetworks.com/ns/products/spam_overview。 php
另一种途径是与 SaaS 提供商(例如 scanii.com)进行 API 级别集成
You should either invest money into a malware filtering appliance (using something like ICAP or a proprietary protocol) that will scan all inbound traffic for virus/malware even before it hits your app. Here are some examples:
http://www.barracudanetworks.com/ns/products/spam_overview.php
Another route is to do API level integration with a SaaS provider such as scanii.com