Created
July 7, 2025 17:58
-
-
Save CarissaDurko/f542c89ac39d946b26b1c8567574f4d9 to your computer and use it in GitHub Desktop.
KQL Malicious IP Blocks by Domain
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| AADSignInEventsBeta | |
| | where ErrorCode == 50053 | |
| | where TimeStamp > ago(30d) | |
| | where AccountUPN has "enterdomainhere.com" | |
| | project AccountDisplayName, AccountUPN, AccountObjectId, DeviceName, UserAgent, ClientAppUsed, Browser, Country |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment