Detection Enrichment - Entra User
Description
Sentinel Data Lake job to put an aggregated table of entra users in LAW for filtering/enrichment in detections and automations.
Query · kql
EntraUsers | where TimeGenerated > ago(3d) | summarize arg_max(TimeGenerated, * ) by id | project-away _* | project-rename ObjectId = id