Suspicious Image Load related to IcedId
Description
Use this query to locate suspicious load image events by rundll32.exe or regsvr32.exe, a behavior associated with IcedId, which can lead to ransomware.
Query · kql
DeviceImageLoadEvents
| where InitiatingProcessFileName in~ ('rundll32.exe','regsvr32.exe')
| where FileName endswith '.txt' or FileName endswith '.pdf'