Last updated: May 2026
SC-200 — Security Operations Analyst Associate
Test your knowledge with official exam-style questions
Questions and options are shuffled each attempt
▶Microsoft Certified: Security Operations Analyst Associate — Practice Set 1: All Questions & Explanations
Full question text, answer options, and explanations for this practice set — a spoiler-free alternative is the interactive quiz above for scored, shuffled practice.
1. Your organization has deployed Microsoft Sentinel. The SOC team wants to visualize the number of security incidents by severity over the past 30 days in a dashboard that can be shared with management. Which Microsoft Sentinel feature should you use?
- A. Microsoft Sentinel analytics rules
- B. Microsoft Sentinel workbooks(correct)
- C. Microsoft Sentinel hunting queries
- D. Microsoft Sentinel automation rules
Explanation: Microsoft Sentinel workbooks provide interactive dashboards and visualizations built on Azure Monitor workbooks. You can create charts, tables, and graphs showing incident counts by severity, trends over time, and other operational metrics, and share them with stakeholders. Analytics rules create incidents from alerts. Hunting queries are used for proactive threat detection. Automation rules respond to incidents automatically.
2. Your organization is onboarding data sources to Microsoft Sentinel. You need to ingest Windows Security events from Azure virtual machines using the currently recommended agent. Which connector should you use?
- A. Windows Security Events via the legacy Log Analytics agent (MMA)
- B. Windows Security Events via AMA with a data collection rule(correct)
- C. Azure Diagnostics connector pulling Security events from Azure Monitor
- D. Syslog connector with Windows Event Forwarding to a Linux collector
Explanation: The Windows Security Events via AMA connector uses the Azure Monitor Agent (AMA), which is Microsoft's current recommended agent. It uses Data Collection Rules (DCRs) to specify exactly which events to collect, reducing ingestion costs. The legacy Log Analytics (MMA) agent is deprecated. Azure Diagnostics captures Azure platform logs, not VM guest OS events. Syslog is for Linux systems; Windows Event Forwarding to a Linux collector is an unnecessary workaround when AMA is available.
3. Your SOC team uses Microsoft Defender XDR and Microsoft Sentinel. A security analyst needs to create a custom detection rule that runs every hour and generates an alert when more than 10 failed sign-in attempts occur from the same IP address within a 5-minute window. The rule should correlate data from multiple Defender products. Where should you create this rule?
- A. As a scheduled analytics rule in Microsoft Sentinel
- B. As a custom detection rule in Microsoft Defender XDR Advanced Hunting(correct)
- C. As an alert rule in Azure Monitor
- D. As an anomaly detection rule in Microsoft Sentinel
Explanation: Custom detection rules in Microsoft Defender XDR Advanced Hunting are designed for creating detections that run on a scheduled basis against the unified schema that spans data from Defender for Endpoint, Defender for Identity, Defender for Office 365, and Microsoft Entra ID. Running hourly and correlating across Defender products is precisely the use case for Defender XDR custom detections. Sentinel analytics rules are the right tool for Sentinel-ingested data. Azure Monitor alert rules are for infrastructure metrics. Anomaly detection rules use ML-based detection, not custom threshold logic.
4. Your organization's Microsoft Sentinel workspace is generating significant costs due to high data ingestion volumes. The SOC manager asks you to review which data sources are contributing most to cost and to optimize data retention tiers. Which Microsoft Sentinel feature should you use to get ingestion cost insights and configure retention tiers?
- A. Microsoft Sentinel workbooks with the Workspace Usage Report template
- B. SOC optimization recommendations in Microsoft Sentinel(correct)
- C. Azure Cost Management filtered by Log Analytics workspace resource
- D. Microsoft Defender for Cloud regulatory compliance dashboard
Explanation: SOC optimization in Microsoft Sentinel provides data-driven recommendations to improve the value-to-cost ratio of the workspace. It identifies data tables with high ingestion that contribute little detection value, recommends adjusting retention tiers (Analytics, Data lake/Basic), and helps optimize the deployment. The workspace usage workbook shows ingestion trends but does not provide actionable optimization recommendations with retention tier guidance. Azure Cost Management shows billing data but not Sentinel-specific optimization guidance. Defender for Cloud is a separate service focused on security posture.
5. Your organization uses Microsoft Defender for Endpoint. The security team wants to automatically isolate a device from the network when an active ransomware alert is triggered on that device, without requiring manual analyst intervention. Which Microsoft Defender XDR feature should you configure?
- A. Configure a Microsoft Sentinel playbook triggered by a Defender for Endpoint alert
- B. Enable automatic attack disruption in Microsoft Defender XDR(correct)
- C. Create a custom detection rule in Defender XDR that tags the device for isolation
- D. Configure automated investigation and response (AIR) to isolate devices automatically
Explanation: Automatic attack disruption in Microsoft Defender XDR uses high-confidence signals to automatically take containment actions (such as isolating devices or disabling user accounts) when an active attack like ransomware is detected, without waiting for analyst approval. This provides near-real-time response to active threats. While automated investigation and response (AIR) can also take remediation actions, automatic attack disruption is specifically designed for high-confidence, high-impact active attack scenarios like ransomware and human-operated attacks. Sentinel playbooks introduce latency. Custom detection rules generate alerts but do not natively execute remediation actions.
6. Your organization is configuring Microsoft Sentinel for data ingestion from various sources. You need to ingest threat intelligence indicators (such as malicious IP addresses and domains) to enrich alerts and enable threat intelligence-based detection. Which two methods can you use to ingest threat indicators into Microsoft Sentinel? Choose 2.
- A. Microsoft Defender Threat Intelligence (MDTI) data connector(correct)
- B. Threat Intelligence TAXII data connector for STIX/TAXII feeds(correct)
- C. Azure Monitor data collection rule for threat intelligence tables
- D. Windows Security Events via AMA connector with threat intelligence filtering
- E. Microsoft Defender for Cloud workload protection plans
Explanation: Microsoft Sentinel supports multiple methods for ingesting threat intelligence indicators. The Microsoft Defender Threat Intelligence connector imports curated Microsoft threat intelligence directly into Sentinel's ThreatIntelligenceIndicator table. The Threat Intelligence TAXII connector allows you to connect to any TAXII 2.x server that exposes STIX-formatted threat intelligence, enabling integration with commercial and open-source feeds. Azure Monitor DCRs are for log data collection, not threat intelligence indicators. The Windows Security Events connector ingests Windows logs, not threat indicators. Defender for Cloud is a security posture and workload protection service.
7. Your organization uses Microsoft Sentinel and needs to ensure that security alerts generated by a Scheduled analytics rule create incidents only when the same alert fires multiple times within a 24-hour period, grouping them into a single incident. Which setting in the analytics rule should you configure?
- A. Configure the analytics rule query to count alerts and only trigger when count exceeds a threshold
- B. Configure the event grouping setting to group all events into a single alert, then configure alert grouping to group alerts into a single incident(correct)
- C. Create an automation rule that merges duplicate incidents within 24 hours
- D. Enable Fusion rule correlation for the analytics rule
Explanation: Microsoft Sentinel analytics rules have two distinct grouping settings: Event grouping (which controls how query result rows are grouped into individual alerts) and Alert grouping (which controls how multiple alerts from the same rule are grouped into a single incident within a time window). Configuring alert grouping with a 24-hour time window will group repeated alerts from the same rule into a single incident. Modifying the query adds complexity. Automation rules for merging incidents is a post-creation workaround. Fusion rules correlate alerts across different data sources for multi-stage attacks — they cannot be applied to a specific analytics rule.
8. Your organization uses Microsoft Sentinel and ingests data from multiple sources. The SOC team wants to analyze which MITRE ATT&CK techniques are covered by the current active analytics rules and identify gaps in detection coverage. Which Microsoft Sentinel feature provides this visualization?
- A. Microsoft Sentinel Threat Intelligence workbook
- B. MITRE ATT&CK matrix view in Microsoft Sentinel(correct)
- C. Microsoft Sentinel hunting queries with MITRE tag filtering
- D. Microsoft Defender XDR threat analytics report
Explanation: Microsoft Sentinel includes a MITRE ATT&CK matrix view that visually maps active analytics rules and hunting queries to MITRE ATT&CK tactics and techniques, allowing the SOC team to see which techniques are covered by current detections and identify gaps. The Threat Intelligence workbook shows indicator data, not detection coverage. Hunting queries with MITRE tags provide a list view but not the matrix visualization. Defender XDR threat analytics shows information about specific threats, not a coverage map of analytics rules.
9. Your organization's Microsoft Sentinel workspace has grown significantly. The security operations team needs to ingest large volumes of verbose network flow logs for threat hunting purposes, but these logs are not needed for real-time analytics rules. You want to minimize cost while retaining these logs for 90 days. Which Sentinel data tier should you use for these logs?
- A. Analytics tier with a 90-day workspace retention setting
- B. Data lake tier (Auxiliary Logs)(correct)
- C. Archive tier with a 90-day retention policy
- D. A separate Log Analytics workspace with basic SKU
Explanation: The Data lake tier (also known as Auxiliary Logs or Basic Logs in Log Analytics) is designed for verbose, high-volume logs that are used infrequently for hunting or investigation rather than real-time analytics. It offers significantly lower ingestion costs than the Analytics tier but with limited query capabilities. For 90-day retention of non-analytics data, this tier provides the right cost-performance balance. The Analytics tier is priced for full query support and real-time detection, which is unnecessary for verbose network logs. Archive tier is for long-term cold storage beyond the retention period of other tiers. Separate workspaces add management complexity.
10. Your organization has a Microsoft Sentinel workspace that ingests logs from multiple Azure subscriptions. You need to restrict access so that analysts from Team A can only query and view incidents from Subscription A's logs, while analysts from Team B can only access Subscription B's logs. Both teams share the same Sentinel workspace. Which Sentinel feature enables this resource-based access control?
- A. Create separate Microsoft Sentinel workspaces per subscription and use workspace-level RBAC
- B. Configure Microsoft Sentinel resource-context RBAC by granting teams access to the specific Azure resources that generate the logs(correct)
- C. Create separate Sentinel analytics rules per team and use rule-level permissions
- D. Use Log Analytics table-level RBAC to restrict which tables each team can query
Explanation: Microsoft Sentinel resource-context RBAC allows users to access only the data in the Sentinel workspace that is associated with Azure resources they have access to. By granting Team A Reader access on Subscription A's resources, they can only see and query data from those resources in Sentinel, even though all data resides in a single workspace. Separate workspaces per subscription would work but defeats the purpose of a centralized SIEM and increases management overhead. Analytics rule permissions are not a data access control mechanism. Table-level RBAC in Log Analytics restricts access to entire tables, not to specific subscription data within a table.
11. Your organization uses Microsoft Defender for Endpoint and needs to create a custom data collection configuration that gathers additional process creation events with full command-line arguments from Windows endpoints that are not captured by the default sensor configuration. Which Defender for Endpoint feature allows you to define this custom event collection?
- A. Configure a custom analytics rule in Microsoft Sentinel to parse process events
- B. Configure custom data collection rules in Microsoft Defender for Endpoint(correct)
- C. Deploy the Azure Monitor Agent with a custom data collection rule on the endpoints
- D. Enable Microsoft Defender Antivirus advanced scanning options
Explanation: Microsoft Defender for Endpoint supports custom data collection configuration that allows security teams to define additional event types and data to be collected by the MDE sensor beyond the default telemetry, including process creation events with full command-line arguments. This is configured within the Defender for Endpoint settings. Sentinel analytics rules process already-ingested data and cannot define what the endpoint sensor collects. Azure Monitor Agent is a separate agent for log forwarding; it does not configure MDE sensor behavior. Defender Antivirus scanning options relate to malware detection, not event telemetry collection.
12. Your organization uses Microsoft Defender XDR. A security analyst receives an alert about a phishing email that was delivered to multiple users. The analyst needs to quickly remove the malicious email from all affected users' mailboxes. Which action in Microsoft Defender for Office 365 should the analyst take?
- A. Configure a mail flow rule in Exchange Online to block the sender domain
- B. Use Threat Explorer to locate the emails and perform a soft delete action(correct)
- C. Run a Content Search in Microsoft Purview and delete the items from the results
- D. Create a custom block entry for the sender in the Tenant Allow/Block List
Explanation: Microsoft Defender for Office 365 Threat Explorer allows security analysts to search for and analyze email messages based on various criteria (subject, sender, recipient, URL, file hash). From Threat Explorer, analysts can select the affected emails and perform a soft delete (moves to Deleted Items) or hard delete (permanently removes) action directly on the messages across all affected mailboxes. A mail flow rule blocks future messages but does not remove already-delivered emails. Content Search in Purview can also locate and delete messages but requires additional steps and eDiscovery permissions. The Tenant Allow/Block List prevents future delivery but does not remediate delivered messages.
13. Your organization uses Microsoft Defender for Identity. An alert indicates that a domain user account has been identified as performing suspicious LDAP reconnaissance activities. A security analyst needs to investigate the account's recent activity and understand which systems it has authenticated to in the past 48 hours. Which Microsoft Defender XDR capability should the analyst use?
- A. Microsoft Sentinel hunting query on SecurityEvent logs
- B. The entity page for the user account in Microsoft Defender XDR(correct)
- C. Microsoft Defender for Identity sensor logs on the domain controller
- D. Azure Active Directory sign-in logs for the account
Explanation: Microsoft Defender XDR entity pages provide a comprehensive view of a user's activity across all Defender products, including sign-ins, devices accessed, alerts associated with the account, and lateral movement paths detected by Defender for Identity. This gives analysts a unified view of the account's activity in the past 48 hours without having to pivot across multiple tools. Sentinel hunting queries require the data to already be ingested. Sensor logs on the domain controller require direct server access. Azure AD sign-in logs show cloud authentication but not on-premises Kerberos/NTLM authentication activity captured by Defender for Identity.
14. Your organization uses Microsoft Sentinel. A security analyst is investigating a high-severity incident involving suspicious PowerShell execution on multiple endpoints. The incident contains alerts from Microsoft Defender for Endpoint and Microsoft Entra ID. The analyst needs to understand the full attack chain across these signals in a single view. Which Microsoft Sentinel capability should the analyst use?
- A. Run separate hunting queries against MDE and Entra ID tables and correlate results manually
- B. Open the incident in Microsoft Sentinel and use the investigation graph to visualize entities and connections(correct)
- C. Navigate to the Microsoft Defender XDR portal and review the unified incident timeline
- D. Export the incident data to Microsoft Excel for correlation analysis
Explanation: The Microsoft Sentinel investigation graph provides an interactive, visual representation of the entities (users, devices, IPs, files) involved in an incident and the relationships and alerts connected to them. This allows analysts to follow the attack chain across multiple data sources (MDE, Entra ID) and understand the full scope of the incident. While Defender XDR's unified incident timeline is also valuable for Defender-specific signals, the Sentinel investigation graph encompasses all ingested data sources. Manual query correlation and Excel export are inefficient and error-prone for complex multi-source investigations.
15. Your organization uses Microsoft Defender for Endpoint. During an incident investigation, a security analyst suspects that a device has been compromised and needs to collect forensic evidence including running processes, network connections, and scheduled tasks without disrupting the user's work. Which Defender for Endpoint capability should the analyst use?
- A. Isolate the device from the network and review the device timeline
- B. Use Live Response to run commands on the device and collect an investigation package(correct)
- C. Offboard the device from Defender for Endpoint and collect logs manually
- D. Run a full antivirus scan on the device via the Defender for Endpoint portal
Explanation: Live Response in Microsoft Defender for Endpoint provides a remote shell connection to a device, allowing analysts to run commands, upload and download files, and collect an investigation package (which includes running processes, network connections, scheduled tasks, prefetch files, and more) without interrupting the user's work. Device isolation is disruptive and prevents user access to network resources. Offboarding destroys the agent connection and is irreversible for forensic purposes. An antivirus scan detects malware but does not collect the broad forensic artifacts needed for investigation.
16. Your organization uses Microsoft Sentinel and needs to automate incident response. When a new high-severity incident is created, the team wants to automatically assign the incident to an analyst and post a notification in a Microsoft Teams channel. Which two Microsoft Sentinel components are required to implement this automation? Choose 2.
- A. An automation rule to trigger when a new incident is created(correct)
- B. A Microsoft Sentinel playbook (Logic App) with Teams connector actions(correct)
- C. An analytics rule with an alert grouping configuration
- D. A Microsoft Sentinel workbook with Teams integration
- E. A Microsoft Defender XDR custom detection rule
Explanation: Automation in Microsoft Sentinel requires two components working together: an automation rule that defines the trigger (e.g., when a new incident is created with high severity) and the action to take (e.g., run a playbook), and a playbook (Azure Logic App) that contains the actual response steps (assign the incident and post a Teams notification using the Teams connector). Analytics rules with alert grouping control incident creation, not automation responses. Workbooks are for visualization. Defender XDR custom detection rules generate alerts in the Defender portal, not Sentinel automation.
17. Your organization uses Microsoft Defender XDR. A security analyst is investigating a complex, multi-stage attack involving initial access via phishing, credential theft from memory, lateral movement using pass-the-hash, and data exfiltration. The analyst needs to understand the complete attack sequence and identify all affected assets quickly. Which Microsoft Defender XDR capability provides the most comprehensive view of this type of attack?
- A. Review individual Defender for Endpoint, Defender for Identity, and Defender for Office 365 alerts separately
- B. Use the Microsoft Defender XDR incident page with the attack story and entity graph(correct)
- C. Run a KQL Advanced Hunting query correlating tables from all Defender products
- D. Enable Microsoft Sentinel Fusion rule for multi-stage attack correlation
Explanation: The Microsoft Defender XDR incident page with the attack story view and entity graph provides an automatically correlated, visual representation of the complete attack chain across all Defender products. It shows the sequence of events from initial access through lateral movement to exfiltration, links all affected entities (users, devices, mailboxes), and maps the tactics and techniques to MITRE ATT&CK. Reviewing individual product alerts requires manual correlation. Advanced Hunting KQL queries provide deep investigation capability but require the analyst to manually construct the correlation logic. Sentinel Fusion rules detect multi-stage attacks in Sentinel but provide less interactive drill-down than the Defender XDR incident story.
18. Your organization uses Microsoft Sentinel with embedded Copilot for Security. During an active incident investigation, a security analyst needs to quickly summarize all the evidence associated with a suspicious IP address that appears in multiple alerts, understand what the IP address is known for based on threat intelligence, and get suggested investigation steps — all without leaving the Sentinel incident page. Which feature should the analyst use?
- A. Open the IP address entity page in Microsoft Defender XDR and review threat intelligence
- B. Use the embedded Copilot for Security experience within the Microsoft Sentinel incident page(correct)
- C. Run a KQL query in Log Analytics to find all occurrences of the IP address and correlate with threat intelligence tables
- D. Search the IP address in Microsoft Defender Threat Intelligence standalone portal
Explanation: Copilot for Security embedded in the Microsoft Sentinel incident page provides an AI-assisted investigation experience that can summarize incident evidence, explain entity context (including threat intelligence about an IP address), and suggest next investigation steps in natural language — all within the context of the open incident without requiring the analyst to leave the page or write queries. The Defender XDR entity page provides threat intelligence but requires navigating away. A KQL query requires technical expertise and manual correlation. The MDTI standalone portal provides deep intelligence but is separate from the active incident context.
19. Your organization's security team is responding to a suspected insider threat incident. An analyst needs to determine if a specific user exfiltrated files via email over the past 60 days. The analyst needs to search email messages and attachment content across the entire organization. Which Microsoft service should the analyst use?
- A. Microsoft Defender for Office 365 Threat Explorer
- B. Content Search in Microsoft Purview(correct)
- C. Microsoft Sentinel hunting query on EmailEvents table
- D. Microsoft Defender XDR Advanced Hunting on EmailAttachmentInfo table
Explanation: Content Search in Microsoft Purview is the purpose-built tool for searching across Exchange Online mailboxes, SharePoint sites, and OneDrive accounts for specific content including message bodies and attachment content. It supports complex search queries and can return results going back to the beginning of the mailbox, well beyond 60 days. Threat Explorer is designed for analyzing malware and phishing threats, not for broad insider threat investigations of email content. Sentinel hunting queries require the email data to be ingested into the workspace. Advanced Hunting in Defender XDR covers email metadata (header information, sender, recipient, attachment names) but not full content search of email bodies and attachments.
20. Your organization uses Microsoft Sentinel for threat hunting. A threat analyst wants to search for evidence of the Mimikatz credential dumping tool being executed on endpoints based on process creation events. The analyst needs to write a query against the data ingested from Windows Security Events. Which table in Microsoft Sentinel contains Windows process creation events (Event ID 4688)?
- A. SecurityAlert
- B. SecurityEvent(correct)
- C. AuditLogs
- D. DeviceProcessEvents
Explanation: The SecurityEvent table in Microsoft Sentinel (populated by the Windows Security Events via AMA or legacy MMA connector) contains Windows Security event log data including Event ID 4688 (process creation). Threat analysts can query this table to search for specific process names, command-line arguments, or parent-child process relationships. SecurityAlert contains alerts generated by Defender products and analytics rules. AuditLogs contains Microsoft Entra ID directory audit events. DeviceProcessEvents is the Microsoft Defender XDR Advanced Hunting table for process creation events from MDE-onboarded devices.
21. You are a security analyst using Microsoft Sentinel for threat hunting. You want to find all DNS queries to domain names that match a known domain generation algorithm (DGA) pattern — specifically, domains longer than 20 characters with high entropy that were queried in the past 7 days. Which KQL function helps you identify high-entropy domain names?
- A. parse_url()
- B. bag_keys()
- C. array_length()
- D. log() combined with string manipulation to calculate character frequency(correct)
Explanation: Entropy calculation for domain names in KQL requires computing the Shannon entropy of the string, which involves calculating character frequency distribution using string manipulation functions and the log() mathematical function. There is no built-in entropy function in KQL, so analysts implement it using countof(), strlen(), and log() to compute the -sum(p * log(p)) formula. parse_url() parses URL components but does not compute entropy. bag_keys() returns keys from a dynamic object. array_length() returns the length of an array, not string entropy.
22. Your organization uses Microsoft Defender XDR for threat hunting. A threat analyst is investigating a suspected supply chain compromise and needs to identify all processes that were spawned by a specific suspicious binary across all endpoints in the organization. Which two Microsoft Defender XDR Advanced Hunting tables should the analyst query? Choose 2.
- A. DeviceProcessEvents(correct)
- B. DeviceFileEvents
- C. DeviceNetworkEvents
- D. DeviceImageLoadEvents(correct)
- E. AlertEvidence
Explanation: To investigate processes spawned by a suspicious binary, DeviceProcessEvents is the primary table — it records process creation events including the parent process filename and SHA256, allowing you to identify all child processes. DeviceImageLoadEvents records DLL/module loads by processes, which is critical for supply chain compromise investigation where the suspicious binary may inject DLLs or load malicious modules. DeviceFileEvents tracks file creation and modification, useful but not primary for process spawning. DeviceNetworkEvents tracks network connections. AlertEvidence links evidence to existing alerts but does not contain raw process telemetry for hunting.
23. Your organization uses Microsoft Sentinel. A threat analyst is hunting for evidence of credential access techniques. The analyst writes a KQL hunting query that returns results showing suspicious LSASS memory access patterns on 15 different endpoints. The analyst wants to save this finding so that it can automatically create incidents for future occurrences and be tracked over time as part of the detection library. What should the analyst do?
- A. Save the hunting query as a bookmark and create a Sentinel incident manually from the bookmark
- B. Promote the hunting query to an analytics rule and configure it to run on a schedule to generate incidents automatically(correct)
- C. Export the hunting query results to CSV and create a manual incident from the support portal
- D. Add the hunting query to a Sentinel workbook for ongoing visualization
Explanation: Once a hunting query has proven its value in detecting malicious activity, the standard practice is to promote it to a Microsoft Sentinel analytics rule. Analytics rules run on a schedule, automatically query the data, and generate alerts and incidents when conditions are met — converting the one-time hunt into an ongoing detection. Bookmarks are for capturing specific result rows of interest during an active investigation session. Manual incident creation from a bookmark is for immediate triage, not automated ongoing detection. Exporting to CSV and creating manual incidents is not scalable. Workbooks are for visualization, not detection.
24. Your organization uses Microsoft Defender XDR. You are hunting for lateral movement involving pass-the-ticket attacks in your environment. You want to identify Kerberos ticket requests where the logon was performed using an existing Kerberos ticket (TGT) from a different device than where it was originally issued. Which Advanced Hunting table and approach would best identify this activity?
- A. Query DeviceLogonEvents for Kerberos logons where the RemoteIP does not match the DeviceName's IP address
- B. Query IdentityLogonEvents for Kerberos authentication events where the DestinationDeviceName differs from the LogonType source and correlate with Defender for Identity signals(correct)
- C. Query DeviceNetworkEvents for lateral movement traffic on SMB port 445 from endpoints
- D. Query AlertEvidence for existing Defender for Identity pass-the-ticket alerts only
Explanation: Pass-the-ticket attacks involve using a stolen Kerberos ticket on a different device from where it was originally issued. The IdentityLogonEvents table (populated by Microsoft Defender for Identity) captures Kerberos authentication events at the domain controller level including source device, destination device, and authentication details. Correlating these events to find cases where a ticket is used from an unexpected source device compared to where it was issued — especially in conjunction with Defender for Identity signals — provides the highest fidelity detection. DeviceLogonEvents captures endpoint-level logons but not the full Kerberos ticket issuance context. NetworkEvents on port 445 detects SMB traffic but not Kerberos ticket misuse specifically. Querying only existing alerts limits the hunt to already-detected cases.
25. Your organization uses Microsoft Sentinel for long-term threat hunting. The data lake contains two years of historical network flow logs. A threat analyst needs to run a one-time, complex analytical query across the full two-year dataset to identify beaconing behavior by correlating time intervals between outbound connections. The query may take several minutes to complete. Which Microsoft Sentinel feature should the analyst use to run this resource-intensive query efficiently?
- A. Run the query directly in the Log Analytics query editor with a 90-day time range filter
- B. Create a KQL job in Microsoft Sentinel Data lake to run the query asynchronously over the full dataset(correct)
- C. Create a Sentinel workbook with the query and schedule it to run daily
- D. Use the Microsoft Sentinel hunting query blade and add the query as a saved hunting query
Explanation: KQL jobs in Microsoft Sentinel Data lake (previously known as Search jobs) are designed for running long-running, resource-intensive queries over large historical datasets in the Data lake/Auxiliary tier that exceed the standard interactive query limits. They run asynchronously and write results to a new table in the workspace. This allows analysts to perform deep historical analysis over multi-year datasets without hitting interactive query timeouts. The Log Analytics query editor has a 10-minute timeout for interactive queries. Sentinel workbooks are for visualization dashboards. The hunting query blade is for defining and running standard hunting queries that return results within interactive query limits.