Hi.
I am looking for assistance on creating a filter that will target all Microsoft patches for last month so I can create a remediation project.
Any assistance is much appreciated.
Thereâs a vulnerability category of âMicrosoft Patchâ so if you filter for this and then filter by published date that might give you what you need.
For example, this will give you all Microsoft patches published in the last 30 days.
vulnerability.categories CONTAINS âMicrosoft Patchâ && vulnerability.datePublished >= /NOW - P30D/
1 Like
This is how itâs been done at our shop under SLA. Should work for Projects. This method uses the exact date of the patch Tuesday.
Remediate 100% of vulnerabilities âwhere vulnerability.datePublished = 2025-03-11 && vulnerability.categories IN [âmicrosoftâ] && vulnerability.categories NOT IN [âmicrosoft out-of-bandâ]â within 30 days of discovery.