SolarWinds Inventory (Normalized Process Events)
Description
'Beyond your internal software management systems, it is possible you may not have visibility into your entire footprint of SolarWinds installations. This is intended to help use process exection information to discovery any systems that have SolarWinds processes'
Query · kql
imProcessCreate | where Process has 'solarwinds' | extend MachineName = DvcHostname , Process = TargetProcessName | summarize StartTime = min(TimeGenerated), EndTime = max(TimeGenerated), MachineCount = dcount(Dvc), AccountCount = dcount(User), MachineNames = make_set(Dvc, 200), Accounts = make_set(User, 200) by Process, EventVendor, EventProduct