We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f838b85 commit 59904adCopy full SHA for 59904ad
yara/mal_npm_supply_chain_sep25.yar
@@ -25,8 +25,15 @@ rule MAL_JS_NPM_SupplyChain_Compromise_Sep25 {
25
date = "2025-09-16"
26
score = 80
27
strings:
28
- $s1 = "curl -d \"$CONTENTS\" https://webhook.site/" ascii
29
- $s2 = " | base64 -w 0 | " ascii
+ $x1 = "if (plat === \"linux\") return \"https://github.com/trufflesecurity/trufflehog/releases"
+
30
+ $sa1 = "curl -d \"$CONTENTS\" https://webhook.site/" ascii
31
+ $sa2 = "curl -s -X POST -d \"$CONTENTS\" \"https://webhook.site/"
32
33
+ $sb1 = " | base64 -w 0 | " ascii
34
+ $sb2 = " | base64 -w0)"
35
condition:
- all of them
36
+ 1 of ($sa*)
37
+ and 1 of ($sb*)
38
+ or 1 of ($x*)
39
}
0 commit comments