🔥 40% Off Crucial Exams Memberships — This Week Only

3 days, 10 hours remaining!

Microsoft Security Operations Analyst Associate SC-200 Practice Question

While performing Advanced Hunting in Microsoft Defender XDR, you need to find every event where the RemoteUrl field exactly matches "evil.example.com", regardless of letter casing (for example, "Evil.Example.com" should also be returned). Your current query is:

DeviceNetworkEvents
| where RemoteUrl == "evil.example.com"
| project DeviceName, FileName, RemoteUrl

Which modification will meet the requirement without returning partial matches such as "not-evil.example.com"?

  • Change the equality operator to "has_cs" so the line reads | where RemoteUrl has_cs "evil.example.com".

  • Change the equality operator to "=~" so the line reads | where RemoteUrl =~ "evil.example.com".

  • Change the equality operator to "contains" so the line reads | where RemoteUrl contains "evil.example.com".

  • Replace the comparison with a regular expression: | where RemoteUrl matches regex @"(?i)evil\.example\.com".

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