Skip to main content

Sample Azure Events RQL Queries

note

The following guide will walk you through Azure Event RQL Query Examples, based on audit logs

Alert on suspicious Azure RDP login events

event from cloud.audit_logs where cloud.type = 'azure' AND operation IN ( 'Activate Alert (Suspicious incoming RDP network activity from multiple sources)',
'Activate Alert ((Preview) Remote Desktop Login from unusual location)' )