Microsoft Sentinel medium experimental kql
Access to AWS without MFA
This detects users with access to AWS (IAM or Federated via Okta) without enabled MFA. This is a default definition by Authomize and can be updated using the edit modal.
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 "Access to AWS without MFA"
| project EventID, Policy, Severity, Description, Recommendation, URL, Category, Tactics Field Validations
Loading…
Comments (0)
Loading comments...