Skip to content

Instantly share code, notes, and snippets.

@Torxsmind
Created June 15, 2020 12:49
Show Gist options
  • Select an option

  • Save Torxsmind/b7b4c183fc02bc95f6a4364dafbc307f to your computer and use it in GitHub Desktop.

Select an option

Save Torxsmind/b7b4c183fc02bc95f6a4364dafbc307f to your computer and use it in GitHub Desktop.
PCI Requirement2 MFA Proof Azure KQL
SigninLogs
| where Status contains "MFA"
| project TimeGenerated,OperationName,ResultDescription,AuthenticationRequirement,Status.additionalDetails,AuthenticationDetails,ConditionalAccessPolicies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment