4

I want to find what antivirus in installed on the server.

There are four approaches that I have come across till now.

  1. There is WMI. But the root/securityCenter and root/securityCenter2 namespaces are not available on the server editions of windows. Detect Antivirus on Windows using C#

  2. Perform a dictionary search after getting the list of the currently installed softwares as it is mentioned here by Leonardo. How to detect antivirus on Windows Server 2008 in C#?

  3. Using the OESIS framework for doing it. The problem with it is that it is licensed. I am looking for an open source framework.

  4. Using the EICAR test file and seeing that the antivirus detects it or not. That would not be a good option for me.

Is there any way I can get the information other than performing a dictionary search.

Community
  • 1
  • 1
bazzinga
  • 219
  • 1
  • 8

0 Answers0