查询防病毒定义日期?
是否可以查询(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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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