Question 1 · 1
DRAG DROP - You are investigating an incident by using Microsoft 365 Defender. You need to create an advanced hunting query to count failed sign-in authentications on three devices named CFOLaptop, CEOLaptop, and COOLaptop. How should you complete the query? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Select and Place:
Choose an option for each prompt.
Select query table
- • DeviceEvents
- • DeviceLogonEvents
Select filter
- • ActionType == "LogonFailed"
- • ActionType == FailureReason
Select device filter
- • I where DeviceName in ("CFOLaptop", "CEOLaptop", "COOLaptop")
- • I summarize LogonFailures=count() by DeviceName, LogonType
Select aggregation
- • I project LogonFailures=count()
- • I summarize LogonFailures=count() by DeviceName, LogonType