LaZagne Credential Theft
Description
Use this query to locate processes executing credential theft activity, often LaZagne in ransomware compromises.
Query · kql
DeviceProcessEvents
| where FileName =~ 'reg.exe'
| where ProcessCommandLine has_all('save','hklm','sam')
| project DeviceId, Timestamp, InitiatingProcessId, InitiatingProcessFileName, ProcessId, FileName, ProcessCommandLine