Query Details
DeviceImageLoadEvents | where InitiatingProcessFileName contains "svchost.exe" and FileName contains "regsvc.dll" | where InitiatingProcessCommandLine != @"svchost.exe -k LocalService"
This KQL (Kusto Query Language) query is searching through the DeviceImageLoadEvents table for specific events. Here's a simple summary:
In essence, the query is identifying instances where "svchost.exe" is involved in loading "regsvc.dll", but not when "svchost.exe" is running with the command line "svchost.exe -k LocalService".

Ali Hussein
Released: March 20, 2024
Tables
Keywords
Operators