KQL
2 TopicsKQL looking for Sysmon
I'm trying to get a list of boxes that have sysmon running on them. Any reason this won't work? DeviceFileEvents | where FolderPath contains @"\Windows\System32\winevt\Logs" | where FileName contains @"Sysmon" | project DeviceName, FolderPath | limit 100 Thanks!1.9KViews0likes1Comment