SUSP_OBFUSC_SH_Indicators_Mar24_1
Description
Detects characteristics found in obfuscated script (used in the backdoored XZ package, but could match on others, too)
Query · yara
strings:
$s1 = "eval $"
condition:
uint8(1) == 0x3d // an equal sign at byte 2 ; means that the variable is only 1 character long
and $s1 in (filesize-20..filesize) // eval at the very end of the file