Example of a WindowsSecurityMonitor configuration

Copy
: SCVEpsNames (
    : (WindowsSecurityMonitor
        :type (plugin)
        :parameters (
            :VirusProtectionRequired (true)
            :VirusProtectionRequiredMismatchMessage ("Please see that your AntiVirus is updated and active")
            :VirusProtectionInstalledPrograms ("Trend Micro OfficeScan Antivirus;Kaspersky Anti-Virus")
            :VirusProtectionInstalledProgramsMismatchMessage ("Please see that your AntiVirus is Trend Micro or Kaspersky")
            :WindowsUpdateRequired (true)
            :WindowsUpdateRequiredMismatchMessage ("Please turn on Windows automatic Updates")
            :SpywareProtectionRequired (true)
            :SpywareProtectionRequiredMismatchMessage ("AntiMalware is not updated or active")
            :SpywareProtectionInstalledPrograms ("none")
            :SpywareProtectionInstalledProgramsMismatchMessage ("")
            :NetworkFirewallRequired (true)
            :NetworkFirewallRequiredMismatchMessage ("Please check the your network firewall is turned on")
            :NetworkFirewallInstalledPrograms ("Kaspersky Anti-Virus")
            :NetworkFirewallInstalledProgramsMismatchMessage ("Please check that Kaspersky Anti-Virus firewall is installed on your machine")
        )
    )
)