SPLK-5002 · Question #84
An engineer has been asked to build a new dashboard after an increase in login failures across the organization's Microsoft Azure domain. They need to construct a search to only display failed…
The correct answer is D. Search: index="main" sourcetype="ms:aad: signin" loginStatus=Failure | geostats. The correct sourcetype for Azure Active Directory sign-ins is ms:aad:signin, and filtering on loginStatus=Failure ensures only failed logins are shown. Using geostats with latitude and longitude fields allows plotting login attempts geographically, and a Cluster Map…
Question
An engineer has been asked to build a new dashboard after an increase in login failures across the organization's Microsoft Azure domain. They need to construct a search to only display failed logins for their Azure Active Directory users, and choose a visualization that will help analysts quickly identify failed logins that originate outside of North America. Which of the following search and visualization type combinations will achieve this?
Options
- ASearch: index="main" sourcetype="WinEventLog" | geostats latfield=geoCoordinates.latitude
- BSearch: index="main" sourcetype="ms:aad:signin" | geostats latfield=geoCoordinates.latitude
- CSearch: index="main" sourcetype="WinEventLog" loginStatus=Failure | geostats
- DSearch: index="main" sourcetype="ms:aad: signin" loginStatus=Failure | geostats
How the community answered
(20 responses)- A5% (1)
- B10% (2)
- C10% (2)
- D75% (15)
Explanation
The correct sourcetype for Azure Active Directory sign-ins is ms:aad:signin, and filtering on loginStatus=Failure ensures only failed logins are shown. Using geostats with latitude and longitude fields allows plotting login attempts geographically, and a Cluster Map visualization is best for quickly identifying failed logins originating outside of North America.
Topics
Community Discussion
No community discussion yet for this question.