windows-defender icon indicating copy to clipboard operation
windows-defender copied to clipboard

Windows defender version

Open nramirezuy opened this issue 5 years ago • 2 comments

Is there a way to get the Windows defender version printed on console?

nramirezuy avatar Sep 16 '19 15:09 nramirezuy

I assume you are already aware that the scan results json and markdown output the WinDef engine version?

blacktop avatar Sep 17 '19 00:09 blacktop

You can also just ssh to the container and get windows defender version by executing: $ exiftool /loadlibrary/engine/mpengine.dll | grep 'Product Version Number'

kscieslinski avatar Dec 02 '20 12:12 kscieslinski