Skip to content

Commit

Permalink
Demo
Browse files Browse the repository at this point in the history
  • Loading branch information
cybermohr authored Apr 17, 2024
1 parent d230728 commit e66802e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Azure Active Directory/Audit-BreakGlassAccountSignIn.kql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//Detects if the Break Glass Account(s) have been used for Sign-in.
//Break Glass Accounts should be highly protected in only used incase of emergency lockout from tenant.
//This query is based on a Watchlist that is using the VIPUsers template schema.
//This query is based on a Watchlist that is using the VIPUsers template schema..
let watchlist = (_GetWatchlist('BreakGlassAccounts') | project SearchKey);
SigninLogs
| where TimeGenerated >= ago(24h)
Expand Down

0 comments on commit e66802e

Please sign in to comment.