Creating a scheduled query rule from a hunting query so detections generate incidents
You have an Azure subscription that contains a Microsoft Sentinel workspace named WS1. You create a hunting query that detects a new attack vector. The attack vector maps to a tactic listed in the MITRE ATT&CK database. You need to ensure that an incident is created in WS1 when the new attack vector is detected. What should you configure?
Community Votes
100% of anonymous learners picked answer C. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
A scheduled query (analytics) rule is the mechanism that turns a detection query into recurring automated incidents; hunting livestreams and bookmarks are investigative aids that do not by themselves generate incidents.
After a hunting query finds a new MITRE-mapped attack vector, convert it into a scheduled query rule so it runs on a schedule and automatically creates a Microsoft Sentinel incident whenever the vector is detected.
Using a hunting livestream or a bookmark — those help analysts hunt and save findings but do not create incidents automatically when the query matches.
Community Discussion (3 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
To have Microsoft Sentinel automatically create an incident when a detection fires, you configure a scheduled query rule (a type of analytics rule) that runs the KQL on a schedule and generates an incident on match. The hunting query you built becomes the basis of that rule.Why the Other Options Are Wrong
A hunting livestream session (A) is a live, session-scoped query feed and does not create incidents. A query bookmark (B) saves specific results for later investigation, not incidents. A Fusion rule (D) is a specific ML correlation rule and is not how you operationalize an arbitrary custom hunting query.Community Comment Notes
The community is unanimous (C 100). 90158a0 and 12369b6 explain that scheduled query rules run KQL at intervals and can auto-create incidents, which is exactly the requirement.Official Reference
Related Analysis
Practice All SC-200 Questions
Access 80 questions with complete answers and detailed explanations.
View Full SC-200 Practice Test →