Detect the amount of ASR events that have been triggered for each device
Description
This query gives an overview of the amount of ASR triggers for each device. A high amount of triggers can indicate that suspicious activities are performed on a device. Both audited and blocked events are listed.
Query · kql
DeviceEvents | where ActionType startswith "Asr" | summarize count() by DeviceName | sort by count_