EXPL_Cleo_Exploitation_JAVA_Payloads_Dec24_1_1
Description
Detects characteristics of JAVA files used during Cleo software exploitation (as reported by Huntress in December 2024) - files Cli, ScSlot, Slot, SrvSlot
Query · yara
strings:
$a1 = "java/lang/StringBuffer"
$x1 = "Start-Sleep 3;del " ascii
$x2 = "sleep 3;rm -f '" ascii
$x3 = "powershell -Noninteractive -EncodedCommand " ascii
$x4 = "runDelFileCmd" ascii fullword
condition:
uint16(0) == 0xfeca
and filesize < 50KB
and $a1
and 1 of ($x*)