Microsoft Security Operations Analyst Associate SC-200 Practice Question

You are writing a custom hunting query in Microsoft Defender XDR. You need to find PowerShell command events that downloaded content from an external URL during the last 24 hours and produce a list showing each DeviceId with the number of such events. Which KQL snippet meets the requirement?

  • DeviceNetworkEvents | where Timestamp > ago(24h) | where ActionType == "powershell-command" and RemoteUrl !startswith "http://internal" | project DeviceId, count()

  • DeviceNetworkEvents | where Timestamp > ago(24h) | where ActionType == "powershell-command" and RemoteUrl !startswith "http://internal" | summarize Events = count() by DeviceId

  • DeviceNetworkEvents | where Timestamp > ago(24h) | where FileName endswith ".ps1" | summarize count() by DeviceId

  • DeviceNetworkEvents | where Timestamp > ago(24h) | where ActionType == "powershell-command" and RemoteUrl !startswith "http://internal" | summarize DeviceId by count()

Microsoft Security Operations Analyst Associate SC-200
Manage security threats
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot