SUSP_BAT_OBFUSC_Jul24_1
Description
Detects indicators of obfuscation in Windows Batch files
Query · yara
strings:
$s1 = "&&set "
condition:
filesize < 300KB
and uint32(0) == 0x20746573 // "set " at the beginning of the file
and $s1 in (0..32) // "&&set " in the first 32 bytes