mirror of
https://github.com/marcredhat/kql
synced 2026-06-08 21:27:09 +00:00
Initial commit: KQL ↔ SDL PowerQuery proof of equivalence
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
SecurityEvent
|
||||
| where TimeGenerated > ago(1d)
|
||||
| where EventID == 4688
|
||||
| summarize Count = count(),
|
||||
DistinctComputers = dcount(Computer),
|
||||
DistinctAccounts = dcount(Account),
|
||||
DistinctParent = dcount(ParentProcessName),
|
||||
NoofCommandLines = dcount(CommandLine)
|
||||
by NewProcessName
|
||||
Reference in New Issue
Block a user