EXPL_Cleo_Exploitation_PS1_Indicators_Dec24
Description
Detects encoded and decoded PowerShell loader used during Cleo software exploitation (as reported by Huntress in December 2024)
Query · yara
strings:
$xe1 = "Start-Process -WindowStyle Hidden -FilePath jre\\bin\\java.exe" base64 ascii wide
$xe2 = "$f=\"cleo." base64 ascii wide
$xe3 = "<Detail level=\"1\">Executing 'cmd.exe /c \"powershell -NonInteractive -EncodedCommand " base64 ascii wide
$x1 = "$f=\"cleo." ascii wide
$x2 = "<Detail level=\"1\">Executing 'cmd.exe /c \"powershell -NonInteractive -EncodedCommand " ascii wide
condition:
1 of them