SUSP_JS_Dropper_Mar26
Description
Detects suspicious JavaScript dropper used in plain-crypto-js supply chain attacks
Query · yara
strings:
$sa1 = "Buffer.from("
$sa2 = "FileSync("
$sa3 = ".replaceAll("
$sb1 = ".arch()"
$sb2 = ".platform()"
$sb3 = ".release()"
$sb4 = ".type()"
condition:
filesize < 10KB
and all of ($sa*)
and 2 of ($sb*)