使用 Microsoft AntiVirus API 进行文件上传扫描

发布于 2024-08-12 06:51:19 字数 103 浏览 4 评论 0原文

这里有人使用过 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

無處可尋 2024-08-19 06:51:19

Microsoft AntiVirus API 似乎不适合扫描上传的文件。来自 http://msdn.microsoft.com/en -us/library/ms537371(VS.85).aspx

防病毒 API 支持软件
供应商开发应用程序
扫描 Microsoft Office 2000 文档
在打开它们之前
API 还
支持扫描微软互联网
Explorer 5代码下载,如
Microsoft ActiveX 控件或
安装。但是,请注意,
Windows Internet Explorer 扫描
支持仅适用于自动代码
下载而不是文件下载或
HTML 文档
。主要目的
这个API是为了给一个独立的
软件供应商 (ISV) 的能力
扫描软件的设计与实现
所有应用程序都可以使用。

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

The Antivirus API enables software
vendors to develop applications that
scan Microsoft Office 2000 documents
before opening them
. The API also
supports scanning Microsoft Internet
Explorer 5 code downloads, such as
Microsoft ActiveX Controls or
installs. However, be aware that the
Windows Internet Explorer scanning
support applies only to automatic code
downloads and not to file downloads or
HTML documents
. The primary purpose of
this API is to give an independent
software vendor (ISV) the ability to
design and implement scanning software
that can be used by all applications.

HTH.

随波逐流 2024-08-19 06:51:19

您应该投资恶意软件过滤设备(使用 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文