Additional Microsoft Defender tools and services that provide security across various platforms and environments
Dear @First23
Yes, you're correct that Microsoft Defender Vulnerability Management doesn't work like a traditional network vulnerability scanner.
The main difference is that MDVM gets a lot of its information directly from the endpoint through the Microsoft Defender for Endpoint sensor.
For example, if an application is installed, the MDE sensor can collect information about the application and its version. MDVM then uses that software inventory and compares it with Microsoft's vulnerability intelligence to determine whether that particular version is affected by a known vulnerability/CVE.
So, conceptually, it's something like:
Endpoint --› MDE sensor --› Software inventory --› Vulnerability intelligence --› Vulnerability assessment
This is quite different from a traditional scanner that would connect to the host, enumerate ports/services, fingerprint applications and potentially perform specific vulnerability checks.
There are also situations where MDVM can identify vulnerabilities without relying solely on an application being actively running. The endpoint telemetry provides Microsoft with information about the software and OS state that can be evaluated centrally.
One important point, though: MDVM isn't simply "scanning the machine from the cloud." The MDE sensor is a key part of the visibility that makes this possible.
If this answers your query, please click Accept Answer and Upvote if you found it helpful. If you have any further questions, feel free to let us know.