MAL_JS_NPM_SupplyChain_Attack_Sep25
Description
Detects obfuscated JavaScript in NPM packages used in supply chain crypto stealer attacks in September 2025
Query · yara
strings:
$x1 = "const _0x112fa8=_0x180f;(function(_0x13c8b9" ascii
$fp1 = "<html"
$fp2 = "<xml "
$fp3 = "<?xml"
condition:
filesize < 200KB
and 1 of ($x*)
and not 1 of ($fp*)