查询防病毒定义日期?

发布于 2024-07-08 05:03:22 字数 122 浏览 8 评论 0原文

是否可以查询(WMI?)远程计算机上安装的病毒定义日期? 我想专门从 Symantec Endpoint Protection 开始,然后扩展到其他防病毒产品。

这是一个 WinForms、.NET 项目。

Is it possible at all to query (WMI?) the virus defnintions date of definitions installed on remote computers? I'd like to start specificially with Symantec Endpoint Protection, and then branch out to other antivirus products.

This is a WinForms, .NET project.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

不顾 2024-07-15 05:03:22

Symantec Endpoint Protection

操作系统上没有使用通用库来判断正在使用哪些定义。 但是,对于每个防病毒应用程序,您都可以了解是否有可调用的 API。 Symantec Endpoint Protection 没有,但它将活动存储在符合 Syslog 的日志文件 (syslog.log) 中。 查看该日志文件是否包含有关更新和定义的信息。

Clam AntiVirus

防病毒与 .net 应用程序集成

McAfee VirusScan

Ying Li 编写的 powershell 脚本,用于检查服务器列表中是否安装了 McAfee 病毒定义。

http://www.myitforum.com/articles/40/view。 asp?id=10522

Symantec Endpoint Protection

There is no common library in use on operating systems to tell which definitions are in use. However, for each anti virus application you could find out if there's an API to call. Symantec Endpoint Protection goes without, but it stores activities in a Syslog compliant log file (syslog.log). See if that log file contains information about updates and definitions.

Clam AntiVirus

Anti virus integration with .net application

McAfee VirusScan

A powershell script by Ying Li to check against a list of servers for McAfee virus definitions installed.

http://www.myitforum.com/articles/40/view.asp?id=10522

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