KQL 101
Employees
| count



Last updated
Employees
| count



Last updated
Employees
| where name == "Mona Hunter"
| project email_addr
Email
| where recipient == "[email protected]"
| count Email
| where sender has "techinnovators.io"
| distinct sender
| countOutboundNetworkEvents
| where src_ip == "10.10.0.131"
| distinct url
| count