Sponsored by Hudson Rock – Use Hudson Rock's free cybercrime intelligence tools to learn how Infostealer infections are leading to ransomware attacks
DeviceImageLoadEventsDeviceImageLoadEvents
| where Timestamp > ago(1d)
| where InitiatingProcessFileName in~ ("consent.exe","icardagt.exe","mfpmp.exe")
| where FileName in~ ("msimg32.dll","wmsgapi.dll","version.dll","rtworkq.dll")
| where FolderPath !startswith @"C:\Windows\System32" and FolderPath !startswith @"C:\Windows\SysWOW64"
| project Timestamp, DeviceName, InitiatingProcessFileName, InitiatingProcessFolderPath, SideloadedDll = FileName, FolderPath, InitiatingProcessAccountName
Hunting queries are starting points for threat hunting & detection engineering — validate table/column names against your own workspace schema and tune thresholds before turning any of these into a production alert rule.