Created
July 7, 2025 19:10
-
-
Save CarissaDurko/b2f5723903eeb9fdb359e97b252329f8 to your computer and use it in GitHub Desktop.
KQL User Click Events
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
| UrlClickEvents | |
| | where AccountUPN == "user@domain.com" | |
| | project TimeStamp, Url, IsClickedThrough, UrlChain, Workload, DetectionMethods, ThreatTypes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment