Query Details
// "Search for Webmail Users" DeviceNetworkEvents | search "webmail" | where TimeGenerated >= ago (30d) | where isnotempty( RemoteUrl) | project TimeGenerated, InitiatingProcessAccountName, InitiatingProcessAccountUpn, InitiatingProcessFileName, RemoteIP, RemotePort, RemoteUrl
This query searches for network events related to webmail users in the past 30 days. It looks for events where a remote URL is not empty and then projects specific information like time, account names, file names, IP addresses, ports, and URLs.

Muzammil Mahmood
Released: June 7, 2024
Tables
Keywords
Operators