You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project implements a continuous Threat & Vulnerability Management (TVM) programme using Microsoft Defender for Endpoint Plan 2 across the Patchthecloud.onmicrosoft.com tenant. TVM replaces point-in-time vulnerability scanning with a continuous, risk-based model: the Defender sensor on each endpoint streams real-time vulnerability telemetry to the TVM engine, which scores and prioritises findings by exploitability, exposure, and business impact.
The implementation demonstrates the full remediation lifecycle: baseline assessment (57/100 Medium exposure score), vulnerability analysis across 33 detected CVEs, Windows OS update to resolve the highest-impact finding, vendor-managed risk exception handling for OpenSSL, and Attack Surface Reduction (ASR) rule deployment alongside PUA protection to reduce attack surface independent of patching.
Business Problem
Problem
Enterprise Impact
Point-in-time scanning misses emerging CVEs
Vulnerabilities discovered between scan cycles remain undetected
Export device exposure scores and TVM recommendations to CSV
Lessons Learned
TVM prioritises by exploitability, not CVSS alone. A CVSS 7.8 vulnerability with no known exploit may rank lower than a CVSS 5.9 with active exploit code. Do not use CVSS as the sole remediation priority signal.
Third-party vulnerabilities in Microsoft components require a formal exception process. OpenSSL embedded in OneDrive cannot be independently patched. Document the risk, monitor for vendor updates, and accept the residual risk — do not leave it in an unacknowledged state.
ASR rules and PUA protection reduce attack surface without waiting for patches. These configuration-based controls are deployable immediately and address known attack techniques that patches alone do not block.
Exposure score decreases after remediation but not instantly. Defender TVM telemetry refreshes on a schedule — allow up to 24 hours after applying a fix before expecting score movement.
Partial exceptions are visible in TVM. When a vulnerability is marked as a partial exception, the exposure score reflects the remaining accepted risk rather than removing it entirely.
Troubleshooting
Symptom
Likely Cause
Resolution
Device not appearing in TVM
Device not onboarded to Defender for Endpoint
Verify Defender sensor status in Intune → Device health
Exposure score not decreasing after patch
Defender telemetry refresh delay
Wait 24h; force device sync in Intune
OpenSSL CVEs appearing after Windows update
Vendor-bundled component, not OS component
Accept exception in TVM → Remediation → Exceptions
ASR rule blocking legitimate email attachment
Business process using executable email attachments
Create per-rule exclusion for specific application path
PUA detection blocking legitimate software
Software classified as PUA by Defender
Submit for review to Microsoft at security.microsoft.com
Future Improvements
Configure TVM email notifications for new critical vulnerabilities
Add additional ASR rules: Block Office from creating child processes, Block macro content
Integrate TVM exposure score trends into a Power BI dashboard for leadership reporting
Onboard additional devices to increase coverage and representativeness of the exposure score
Configure remediation task workflow: assign findings to IT operations team via Intune
Continuous Threat & Vulnerability Management (TVM) using Microsoft Defender for Endpoint — risk-based exposure scoring, CVE prioritisation, ASR rule deployment, and PUA protection via Intune.