Get Antivirus Information

Description

Shows basic Antivirus engine information using WMI queries.

Overview

Shows the name, product path, and reporter path for the installed Antivirus engine.

Dependencies

  • recon

Operating Systems

  • Windows

Example Text Output

Name             ProductPath        ReporterPath
----             -----------        ------------
Windows Defender windowsdefender:// %ProgramFiles%\Windows Defender\MsMpeng.exe

Example Json Output

{
  "Name": "Windows Defender",
  "ProductPath": "windowsdefender://",
  "ReporterPath": "%ProgramFiles%\\Windows Defender\\MsMpeng.exe"
}
Scroll to Top