Microsoft Sentinel informational experimental kql
Lateral Movement Risk - Role Chain Length
The policy detects chains of more than 3 roles in the account, this is a misconfiguration that can enable lateral movement.
Detection Logic
Authomize_v2_CL
| where ingestion_time() >= ago(30m)
| extend EventID = id_s, Policy = policy_name_s, Severity = severity_s,Description = description_s,Recommendation = recommendation_s,URL = url_s,Tactics = tactics_s
| where Policy has "Chain of 3 or more roles"
| project EventID, Policy, Severity, Description, Recommendation, URL, Category, Tactics Field Validations
Loading…
Comments (0)
Loading comments...