EXT_MAL_SystemBC_Mar22_1
Description
Detects unpacked SystemBC module as used by Emotet in March 2022
Query · yara
strings:
$sx1 = "-WindowStyle Hidden -ep bypass -file" ascii
$sx2 = "BEGINDATA" ascii
$sx3 = "GET %s HTTP/1.0" ascii
/*
$s1 = "TOR:" ascii
$s2 = "PORT1:" ascii
$s3 = "HOST1:" ascii
*/
$s5 = "User-Agent:" ascii
/* $s6 = "powershell" ascii */
$s8 = "ALLUSERSPROFILE" ascii
condition:
( uint16(0) == 0x5a4d and filesize < 30KB and 2 of ($sx*) ) or all of them