Skip to Main Content
Liongard Library

Welcome to Liongard Library, where Lions share! This is a community-led space where Liongard users can come to teach and learn from one another.
Share custom Metrics, get inspired and see what’s trending in the Pride.

Pride Etiquette:
➕ Have great custom Metrics? Add them as entries!
🌟 Want to use a Metric? Copy the query and
follow this doc.
👍 Tried a Metric from the Library? Like it!
📣 Have a question or feedback on a Metric? Add a comment!
🔎 Not sure where to start? Learn about Metrics and how to write them.
💬 Need help writing a metric or want to help support others? Join the conversation in our Liongard Lounge #metrics slack channel.


🥴 See something off? Open a support chat to let us know.

Categories Windows Server
Created by Austin Unger
Created on Jan 3, 2025

Windows Server CVE-2024-49113 | CVE-2024-49112

This query searches the available updates on the machine and identifies if an available update exists for the KB's 5048652,5048653,5048654,5048661,5048667,5048671,5048676,5048685,5048695,5048699,5048703,5048710,5048735,5048744,5048794,5048800 and that it is not installed. If it finds a match, then it returns the Available Updates Title to easily find and deploy.


Query

AvailableUpdates[?IsInstalled == `false` && contains(to_string(KBArticleIDs[]), `5048652`) || contains(to_string(KBArticleIDs[]), `5048653`) || contains(to_string(KBArticleIDs[]), `5048654`) || contains(to_string(KBArticleIDs[]), `5048667`) || contains(to_string(KBArticleIDs[]), `5048671`) || contains(to_string(KBArticleIDs[]), `5048676`) || contains(to_string(KBArticleIDs[]), `5048685`) || contains(to_string(KBArticleIDs[]), `5048695`) || contains(to_string(KBArticleIDs[]), `5048699`) || contains(to_string(KBArticleIDs[]), `5048703`) || contains(to_string(KBArticleIDs[]), `5048710`) || contains(to_string(KBArticleIDs[]), `5048735`) || contains(to_string(KBArticleIDs[]), `5048744`) || contains(to_string(KBArticleIDs[]), `5048794`) || contains(to_string(KBArticleIDs[]), `5048800`)].Title

  • Attach files