MAL_JS_NPM_SupplyChain_Attack_Nov25
Description
Detects malicious JavaScript worm bun_environment.js
Query · yara
strings:
$sa1 = "npm publish"
$sa2 = "NPM_TOKEN"
$sa3 = "NPM_CONFIG_TOKEN"
$sb1 = "GITHUB_"
$sb2 = "GITLAB_"
$sb3 = "TEAMCITY_"
condition:
filesize < 20MB
and all of ($sa*)
and 2 of ($sb*)