mirror of
https://github.com/marcredhat/kql
synced 2026-06-10 05:57:15 +00:00
Initial commit: KQL ↔ SDL PowerQuery proof of equivalence
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
CommonSecurityLog
|
||||
| where TimeGenerated > ago(1d)
|
||||
| summarize Count = count(),
|
||||
DistinctDestinationIps = dcount(DestinationIP),
|
||||
NoofBytesTransferred = sum(SentBytes),
|
||||
NoofBytesReceived = sum(ReceivedBytes)
|
||||
by SourceIP, DeviceVendor
|
||||
Reference in New Issue
Block a user