Ransomware hits healthcare - Robbinhood activity
Description
Find distinct evasion and execution activities. Associated with the Robbinhood ransomware campaign.
Query · kql
DeviceProcessEvents
| where Timestamp > ago(7d)
| where InitiatingProcessFileName =~ "winlogon.exe"
| where FileName == "cmd.exe" and ProcessCommandLine has_any("taskkill", "net",
"robbin", "vssadmin", "bcdedit", "wevtutil")