MAL_ZIP_SocGholish_Mar21_1
Description
Triggers on small zip files with typical SocGholish JS files in it
Query · yara
strings:
$a1 = /\.[a-z0-9]{6}\.js/ ascii
$a2 = "Chrome" ascii
$a3 = "Opera" ascii
$b1 = "Firefox.js" ascii
$b2 = "Edge.js" ascii
condition:
uint16(0) == 0x4b50 and filesize < 1600 and (
2 of ($a*) or
any of ($b*)
)