Online API for querying Microsoft Defender's latest antivirus pattern version?

57 views Asked by At

Is there an online API from Microsoft where I can query what version the newest available AV pattern file is - so it can be compared with the locally installed pattern version?

With Powershell, for the locally installed versions, I use:

Get-MpComputerStatus | select AntivirusSignatureVersion

What I am looking for

Something similar (can also be a REST api - anything) to retrieve the most current versions available at Microsoft.

The version info for the newest antivirus pattern is available on the below website - but I don't want to parse the HTML - as this can change any time.

Defender Pattern info

0

There are 0 answers