muaddib-scanner 2.10.39 → 2.10.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/integrations/canary-tokens.js +53 -0
- package/src/monitor/classify.js +1 -0
- package/src/response/playbooks.js +9 -0
- package/src/rules/index.js +23 -0
- package/src/sandbox/gvisor-parser.js +348 -0
- package/src/sandbox/index.js +133 -21
- package/src/sandbox/network-allowlist.js +162 -0
- package/iocs/builtin.yaml +0 -239
- package/iocs/hashes.yaml +0 -214
- package/iocs/packages.yaml +0 -481
- package/scripts/analyze-score0.js +0 -190
- package/scripts/archive-cleanup.sh +0 -7
- package/scripts/audit-archive.sh +0 -45
- package/scripts/benchmark.js +0 -326
- package/scripts/cleanup-fp-labels.js +0 -81
- package/scripts/ossf-benchmark.js +0 -548
- package/scripts/sample-npm-random.js +0 -339
- package/src/ioc/data/.ossf-tree-sha +0 -1
package/iocs/hashes.yaml
DELETED
|
@@ -1,214 +0,0 @@
|
|
|
1
|
-
# MUAD'DIB IOCs - Hashes SHA256 malveillants
|
|
2
|
-
# Contribuez via PR: https://github.com/DNSZLSK/muad-dib
|
|
3
|
-
|
|
4
|
-
version: "1.0.0"
|
|
5
|
-
updated: "2026-01-01"
|
|
6
|
-
|
|
7
|
-
hashes:
|
|
8
|
-
# ============================================
|
|
9
|
-
# SHAI-HULUD v2 - bun_environment.js
|
|
10
|
-
# ============================================
|
|
11
|
-
- id: HASH-SHAI-V2-001
|
|
12
|
-
sha256: "62ee164b9b306250c1172583f138c9614139264f889fa99614903c12755468d0"
|
|
13
|
-
file: "bun_environment.js"
|
|
14
|
-
source: shai-hulud-v2
|
|
15
|
-
severity: critical
|
|
16
|
-
confidence: high
|
|
17
|
-
description: "Payload Shai-Hulud v2 - exfiltration credentials"
|
|
18
|
-
references:
|
|
19
|
-
- https://www.wiz.io/blog/shai-hulud-npm-supply-chain-attack
|
|
20
|
-
|
|
21
|
-
- id: HASH-SHAI-V2-002
|
|
22
|
-
sha256: "cbb9bc5a8496243e02f3cc080efbe3e4a1430ba0671f2e43a202bf45b05479cd"
|
|
23
|
-
file: "bun_environment.js"
|
|
24
|
-
source: shai-hulud-v2
|
|
25
|
-
severity: critical
|
|
26
|
-
confidence: high
|
|
27
|
-
description: "Variante Shai-Hulud v2"
|
|
28
|
-
references:
|
|
29
|
-
- https://www.wiz.io/blog/shai-hulud-npm-supply-chain-attack
|
|
30
|
-
|
|
31
|
-
- id: HASH-SHAI-V2-003
|
|
32
|
-
sha256: "f099c5d9ec417d4445a0328ac0ada9cde79fc37410914103ae9c609cbc0ee068"
|
|
33
|
-
file: "bun_environment.js"
|
|
34
|
-
source: shai-hulud-v2
|
|
35
|
-
severity: critical
|
|
36
|
-
confidence: high
|
|
37
|
-
description: "Variante Shai-Hulud v2"
|
|
38
|
-
references:
|
|
39
|
-
- https://www.wiz.io/blog/shai-hulud-npm-supply-chain-attack
|
|
40
|
-
|
|
41
|
-
# ============================================
|
|
42
|
-
# SHAI-HULUD v2 - setup_bun.js
|
|
43
|
-
# ============================================
|
|
44
|
-
- id: HASH-SHAI-V2-004
|
|
45
|
-
sha256: "a3894003ad1d293ba96d77881ccd2071446dc3f65f434669b49b3da92421901a"
|
|
46
|
-
file: "setup_bun.js"
|
|
47
|
-
source: shai-hulud-v2
|
|
48
|
-
severity: critical
|
|
49
|
-
confidence: high
|
|
50
|
-
description: "Loader Shai-Hulud v2"
|
|
51
|
-
references:
|
|
52
|
-
- https://www.wiz.io/blog/shai-hulud-npm-supply-chain-attack
|
|
53
|
-
|
|
54
|
-
- id: HASH-SHAI-V2-005
|
|
55
|
-
sha256: "f1df4896244500671eb4aa63ebb48ea11cee196fafaa0e9874e17b24ac053c02"
|
|
56
|
-
file: "setup_bun.js"
|
|
57
|
-
source: shai-hulud-v2
|
|
58
|
-
severity: critical
|
|
59
|
-
confidence: high
|
|
60
|
-
description: "Variante Shai-Hulud v2"
|
|
61
|
-
references:
|
|
62
|
-
- https://blog.phylum.io/shai-hulud-npm-worm
|
|
63
|
-
|
|
64
|
-
- id: HASH-SHAI-V2-006
|
|
65
|
-
sha256: "9d59fd0bcc14b671079824c704575f201b74276238dc07a9c12a93a84195648a"
|
|
66
|
-
file: "setup_bun.js"
|
|
67
|
-
source: shai-hulud-v2
|
|
68
|
-
severity: critical
|
|
69
|
-
confidence: high
|
|
70
|
-
description: "Variante Shai-Hulud v2"
|
|
71
|
-
references:
|
|
72
|
-
- https://blog.phylum.io/shai-hulud-npm-worm
|
|
73
|
-
|
|
74
|
-
- id: HASH-SHAI-V2-007
|
|
75
|
-
sha256: "e0250076c1d2ac38777ea8f542431daf61fcbaab0ca9c196614b28065ef5b918"
|
|
76
|
-
file: "setup_bun.js"
|
|
77
|
-
source: shai-hulud-v2
|
|
78
|
-
severity: critical
|
|
79
|
-
confidence: high
|
|
80
|
-
description: "Variante Shai-Hulud v2"
|
|
81
|
-
references:
|
|
82
|
-
- https://blog.phylum.io/shai-hulud-npm-worm
|
|
83
|
-
|
|
84
|
-
# ============================================
|
|
85
|
-
# NODE-IPC PROTESTWARE
|
|
86
|
-
# ============================================
|
|
87
|
-
- id: HASH-PROTEST-001
|
|
88
|
-
sha256: "4b2399646573bb737c4969563303d8ee2e9ddbd1b271f1ca9e35ea78062538db"
|
|
89
|
-
file: "peacenotwar.js"
|
|
90
|
-
source: protestware
|
|
91
|
-
severity: critical
|
|
92
|
-
confidence: high
|
|
93
|
-
description: "Payload node-ipc peacenotwar"
|
|
94
|
-
references:
|
|
95
|
-
- https://snyk.io/blog/peacenotwar-malicious-npm-node-ipc-package-vulnerability/
|
|
96
|
-
|
|
97
|
-
- id: HASH-PROTEST-002
|
|
98
|
-
sha256: "46faab8ab153fae6e80e7cca38eab363075bb524edd79e42269217a083628f09"
|
|
99
|
-
file: "peacenotwar.js"
|
|
100
|
-
source: protestware
|
|
101
|
-
severity: critical
|
|
102
|
-
confidence: high
|
|
103
|
-
description: "Variante node-ipc peacenotwar"
|
|
104
|
-
references:
|
|
105
|
-
- https://snyk.io/blog/peacenotwar-malicious-npm-node-ipc-package-vulnerability/
|
|
106
|
-
|
|
107
|
-
markers:
|
|
108
|
-
# ============================================
|
|
109
|
-
# SHAI-HULUD MARKERS
|
|
110
|
-
# ============================================
|
|
111
|
-
- id: MARKER-SHAI-001
|
|
112
|
-
pattern: "Sha1-Hulud"
|
|
113
|
-
source: shai-hulud-v1
|
|
114
|
-
severity: critical
|
|
115
|
-
confidence: high
|
|
116
|
-
description: "Signature Shai-Hulud v1"
|
|
117
|
-
|
|
118
|
-
- id: MARKER-SHAI-002
|
|
119
|
-
pattern: "Shai-Hulud"
|
|
120
|
-
source: shai-hulud-v1
|
|
121
|
-
severity: critical
|
|
122
|
-
confidence: high
|
|
123
|
-
description: "Signature Shai-Hulud"
|
|
124
|
-
|
|
125
|
-
- id: MARKER-SHAI-003
|
|
126
|
-
pattern: "The Second Coming"
|
|
127
|
-
source: shai-hulud-v2
|
|
128
|
-
severity: critical
|
|
129
|
-
confidence: high
|
|
130
|
-
description: "Signature Shai-Hulud v2"
|
|
131
|
-
|
|
132
|
-
- id: MARKER-SHAI-004
|
|
133
|
-
pattern: "Goldox-T3chs"
|
|
134
|
-
source: shai-hulud-v3
|
|
135
|
-
severity: critical
|
|
136
|
-
confidence: high
|
|
137
|
-
description: "Signature Shai-Hulud v3 Golden Path"
|
|
138
|
-
|
|
139
|
-
- id: MARKER-SHAI-005
|
|
140
|
-
pattern: "Only Happy Girl"
|
|
141
|
-
source: shai-hulud-v2
|
|
142
|
-
severity: critical
|
|
143
|
-
confidence: high
|
|
144
|
-
description: "Signature Shai-Hulud v2 variante"
|
|
145
|
-
|
|
146
|
-
# ============================================
|
|
147
|
-
# PROTESTWARE MARKERS
|
|
148
|
-
# ============================================
|
|
149
|
-
- id: MARKER-PROTEST-001
|
|
150
|
-
pattern: "peacenotwar"
|
|
151
|
-
source: protestware
|
|
152
|
-
severity: critical
|
|
153
|
-
confidence: high
|
|
154
|
-
description: "Signature node-ipc protestware"
|
|
155
|
-
|
|
156
|
-
# ============================================
|
|
157
|
-
# GENERIC MALWARE MARKERS
|
|
158
|
-
# ============================================
|
|
159
|
-
- id: MARKER-GENERIC-001
|
|
160
|
-
pattern: "/dev/tcp"
|
|
161
|
-
source: generic
|
|
162
|
-
severity: critical
|
|
163
|
-
confidence: high
|
|
164
|
-
description: "Reverse shell bash"
|
|
165
|
-
|
|
166
|
-
- id: MARKER-GENERIC-002
|
|
167
|
-
pattern: "discord.com/api/webhooks"
|
|
168
|
-
source: generic
|
|
169
|
-
severity: high
|
|
170
|
-
confidence: medium
|
|
171
|
-
description: "Exfiltration via Discord webhook"
|
|
172
|
-
|
|
173
|
-
files:
|
|
174
|
-
# ============================================
|
|
175
|
-
# FICHIERS SUSPECTS SHAI-HULUD
|
|
176
|
-
# ============================================
|
|
177
|
-
- id: FILE-SHAI-001
|
|
178
|
-
name: "setup_bun.js"
|
|
179
|
-
source: shai-hulud-v2
|
|
180
|
-
severity: critical
|
|
181
|
-
confidence: high
|
|
182
|
-
description: "Loader Shai-Hulud"
|
|
183
|
-
|
|
184
|
-
- id: FILE-SHAI-002
|
|
185
|
-
name: "bun_environment.js"
|
|
186
|
-
source: shai-hulud-v2
|
|
187
|
-
severity: critical
|
|
188
|
-
confidence: high
|
|
189
|
-
description: "Payload Shai-Hulud"
|
|
190
|
-
|
|
191
|
-
- id: FILE-SHAI-003
|
|
192
|
-
name: "bundle.js"
|
|
193
|
-
source: shai-hulud-v2
|
|
194
|
-
severity: high
|
|
195
|
-
confidence: medium
|
|
196
|
-
description: "Payload obfusque potentiel"
|
|
197
|
-
|
|
198
|
-
# ============================================
|
|
199
|
-
# FICHIERS SUSPECTS GENERIQUES
|
|
200
|
-
# ============================================
|
|
201
|
-
- id: FILE-GENERIC-001
|
|
202
|
-
name: "stealer.js"
|
|
203
|
-
source: generic
|
|
204
|
-
severity: critical
|
|
205
|
-
confidence: high
|
|
206
|
-
description: "Token stealer potentiel"
|
|
207
|
-
|
|
208
|
-
- id: FILE-GENERIC-002
|
|
209
|
-
name: "token-grabber.js"
|
|
210
|
-
source: generic
|
|
211
|
-
severity: critical
|
|
212
|
-
confidence: high
|
|
213
|
-
description: "Token stealer potentiel"
|
|
214
|
-
|
package/iocs/packages.yaml
DELETED
|
@@ -1,481 +0,0 @@
|
|
|
1
|
-
# MUAD'DIB IOCs - Packages malveillants
|
|
2
|
-
# Contribuez via PR: https://github.com/DNSZLSK/muad-dib
|
|
3
|
-
|
|
4
|
-
version: "1.0.0"
|
|
5
|
-
updated: "2026-01-01"
|
|
6
|
-
|
|
7
|
-
packages:
|
|
8
|
-
# ============================================
|
|
9
|
-
# SHAI-HULUD v1 (Septembre 2025)
|
|
10
|
-
# ============================================
|
|
11
|
-
- id: SHAI-HULUD-V1-001
|
|
12
|
-
name: "@ctrl/tinycolor"
|
|
13
|
-
version: "4.1.1"
|
|
14
|
-
severity: critical
|
|
15
|
-
confidence: high
|
|
16
|
-
source: shai-hulud-v1
|
|
17
|
-
introduced: "2025-09-01"
|
|
18
|
-
description: "Package compromis par Shai-Hulud v1 - vol de credentials npm/GitHub"
|
|
19
|
-
references:
|
|
20
|
-
- https://blog.phylum.io/shai-hulud-npm-worm
|
|
21
|
-
- https://www.wiz.io/blog/shai-hulud-npm-supply-chain-attack
|
|
22
|
-
mitre: T1195.002
|
|
23
|
-
|
|
24
|
-
- id: SHAI-HULUD-V1-002a
|
|
25
|
-
name: "ng2-file-upload"
|
|
26
|
-
version: "7.0.2"
|
|
27
|
-
severity: critical
|
|
28
|
-
confidence: high
|
|
29
|
-
source: shai-hulud-v1
|
|
30
|
-
introduced: "2025-09-01"
|
|
31
|
-
description: "Package compromis par Shai-Hulud v1"
|
|
32
|
-
references:
|
|
33
|
-
- https://blog.phylum.io/shai-hulud-npm-worm
|
|
34
|
-
mitre: T1195.002
|
|
35
|
-
|
|
36
|
-
- id: SHAI-HULUD-V1-002b
|
|
37
|
-
name: "ng2-file-upload"
|
|
38
|
-
version: "7.0.3"
|
|
39
|
-
severity: critical
|
|
40
|
-
confidence: high
|
|
41
|
-
source: shai-hulud-v1
|
|
42
|
-
introduced: "2025-09-01"
|
|
43
|
-
description: "Package compromis par Shai-Hulud v1"
|
|
44
|
-
references:
|
|
45
|
-
- https://blog.phylum.io/shai-hulud-npm-worm
|
|
46
|
-
mitre: T1195.002
|
|
47
|
-
|
|
48
|
-
- id: SHAI-HULUD-V1-002c
|
|
49
|
-
name: "ng2-file-upload"
|
|
50
|
-
version: "8.0.1"
|
|
51
|
-
severity: critical
|
|
52
|
-
confidence: high
|
|
53
|
-
source: shai-hulud-v1
|
|
54
|
-
introduced: "2025-09-01"
|
|
55
|
-
description: "Package compromis par Shai-Hulud v1"
|
|
56
|
-
references:
|
|
57
|
-
- https://blog.phylum.io/shai-hulud-npm-worm
|
|
58
|
-
mitre: T1195.002
|
|
59
|
-
|
|
60
|
-
- id: SHAI-HULUD-V1-002d
|
|
61
|
-
name: "ng2-file-upload"
|
|
62
|
-
version: "8.0.2"
|
|
63
|
-
severity: critical
|
|
64
|
-
confidence: high
|
|
65
|
-
source: shai-hulud-v1
|
|
66
|
-
introduced: "2025-09-01"
|
|
67
|
-
description: "Package compromis par Shai-Hulud v1"
|
|
68
|
-
references:
|
|
69
|
-
- https://blog.phylum.io/shai-hulud-npm-worm
|
|
70
|
-
mitre: T1195.002
|
|
71
|
-
|
|
72
|
-
- id: SHAI-HULUD-V1-002e
|
|
73
|
-
name: "ng2-file-upload"
|
|
74
|
-
version: "8.0.3"
|
|
75
|
-
severity: critical
|
|
76
|
-
confidence: high
|
|
77
|
-
source: shai-hulud-v1
|
|
78
|
-
introduced: "2025-09-01"
|
|
79
|
-
description: "Package compromis par Shai-Hulud v1"
|
|
80
|
-
references:
|
|
81
|
-
- https://blog.phylum.io/shai-hulud-npm-worm
|
|
82
|
-
mitre: T1195.002
|
|
83
|
-
|
|
84
|
-
- id: SHAI-HULUD-V1-002f
|
|
85
|
-
name: "ng2-file-upload"
|
|
86
|
-
version: "9.0.1"
|
|
87
|
-
severity: critical
|
|
88
|
-
confidence: high
|
|
89
|
-
source: shai-hulud-v1
|
|
90
|
-
introduced: "2025-09-01"
|
|
91
|
-
description: "Package compromis par Shai-Hulud v1"
|
|
92
|
-
references:
|
|
93
|
-
- https://blog.phylum.io/shai-hulud-npm-worm
|
|
94
|
-
mitre: T1195.002
|
|
95
|
-
|
|
96
|
-
- id: SHAI-HULUD-V1-003a
|
|
97
|
-
name: "ngx-bootstrap"
|
|
98
|
-
version: "18.1.4"
|
|
99
|
-
severity: critical
|
|
100
|
-
confidence: high
|
|
101
|
-
source: shai-hulud-v1
|
|
102
|
-
introduced: "2025-09-01"
|
|
103
|
-
description: "Package compromis par Shai-Hulud v1"
|
|
104
|
-
references:
|
|
105
|
-
- https://blog.phylum.io/shai-hulud-npm-worm
|
|
106
|
-
mitre: T1195.002
|
|
107
|
-
|
|
108
|
-
- id: SHAI-HULUD-V1-003b
|
|
109
|
-
name: "ngx-bootstrap"
|
|
110
|
-
version: "19.0.3"
|
|
111
|
-
severity: critical
|
|
112
|
-
confidence: high
|
|
113
|
-
source: shai-hulud-v1
|
|
114
|
-
introduced: "2025-09-01"
|
|
115
|
-
description: "Package compromis par Shai-Hulud v1"
|
|
116
|
-
references:
|
|
117
|
-
- https://blog.phylum.io/shai-hulud-npm-worm
|
|
118
|
-
mitre: T1195.002
|
|
119
|
-
|
|
120
|
-
- id: SHAI-HULUD-V1-003c
|
|
121
|
-
name: "ngx-bootstrap"
|
|
122
|
-
version: "19.0.4"
|
|
123
|
-
severity: critical
|
|
124
|
-
confidence: high
|
|
125
|
-
source: shai-hulud-v1
|
|
126
|
-
introduced: "2025-09-01"
|
|
127
|
-
description: "Package compromis par Shai-Hulud v1"
|
|
128
|
-
references:
|
|
129
|
-
- https://blog.phylum.io/shai-hulud-npm-worm
|
|
130
|
-
mitre: T1195.002
|
|
131
|
-
|
|
132
|
-
- id: SHAI-HULUD-V1-003d
|
|
133
|
-
name: "ngx-bootstrap"
|
|
134
|
-
version: "20.0.3"
|
|
135
|
-
severity: critical
|
|
136
|
-
confidence: high
|
|
137
|
-
source: shai-hulud-v1
|
|
138
|
-
introduced: "2025-09-01"
|
|
139
|
-
description: "Package compromis par Shai-Hulud v1"
|
|
140
|
-
references:
|
|
141
|
-
- https://blog.phylum.io/shai-hulud-npm-worm
|
|
142
|
-
mitre: T1195.002
|
|
143
|
-
|
|
144
|
-
- id: SHAI-HULUD-V1-003e
|
|
145
|
-
name: "ngx-bootstrap"
|
|
146
|
-
version: "20.0.4"
|
|
147
|
-
severity: critical
|
|
148
|
-
confidence: high
|
|
149
|
-
source: shai-hulud-v1
|
|
150
|
-
introduced: "2025-09-01"
|
|
151
|
-
description: "Package compromis par Shai-Hulud v1"
|
|
152
|
-
references:
|
|
153
|
-
- https://blog.phylum.io/shai-hulud-npm-worm
|
|
154
|
-
mitre: T1195.002
|
|
155
|
-
|
|
156
|
-
- id: SHAI-HULUD-V1-003f
|
|
157
|
-
name: "ngx-bootstrap"
|
|
158
|
-
version: "20.0.5"
|
|
159
|
-
severity: critical
|
|
160
|
-
confidence: high
|
|
161
|
-
source: shai-hulud-v1
|
|
162
|
-
introduced: "2025-09-01"
|
|
163
|
-
description: "Package compromis par Shai-Hulud v1"
|
|
164
|
-
references:
|
|
165
|
-
- https://blog.phylum.io/shai-hulud-npm-worm
|
|
166
|
-
mitre: T1195.002
|
|
167
|
-
|
|
168
|
-
- id: SHAI-HULUD-V1-003g
|
|
169
|
-
name: "ngx-bootstrap"
|
|
170
|
-
version: "20.0.6"
|
|
171
|
-
severity: critical
|
|
172
|
-
confidence: high
|
|
173
|
-
source: shai-hulud-v1
|
|
174
|
-
introduced: "2025-09-01"
|
|
175
|
-
description: "Package compromis par Shai-Hulud v1"
|
|
176
|
-
references:
|
|
177
|
-
- https://blog.phylum.io/shai-hulud-npm-worm
|
|
178
|
-
mitre: T1195.002
|
|
179
|
-
|
|
180
|
-
# ============================================
|
|
181
|
-
# SHAI-HULUD v2 "The Second Coming" (Novembre 2025)
|
|
182
|
-
# ============================================
|
|
183
|
-
- id: SHAI-HULUD-V2-001a
|
|
184
|
-
name: "@asyncapi/specs"
|
|
185
|
-
version: "6.8.2"
|
|
186
|
-
severity: critical
|
|
187
|
-
confidence: high
|
|
188
|
-
source: shai-hulud-v2
|
|
189
|
-
introduced: "2025-11-01"
|
|
190
|
-
description: "Package compromis par Shai-Hulud v2 - inclut dead man's switch"
|
|
191
|
-
references:
|
|
192
|
-
- https://www.wiz.io/blog/shai-hulud-npm-supply-chain-attack
|
|
193
|
-
mitre: T1195.002
|
|
194
|
-
|
|
195
|
-
- id: SHAI-HULUD-V2-001b
|
|
196
|
-
name: "@asyncapi/specs"
|
|
197
|
-
version: "6.8.3"
|
|
198
|
-
severity: critical
|
|
199
|
-
confidence: high
|
|
200
|
-
source: shai-hulud-v2
|
|
201
|
-
introduced: "2025-11-01"
|
|
202
|
-
description: "Package compromis par Shai-Hulud v2 - inclut dead man's switch"
|
|
203
|
-
references:
|
|
204
|
-
- https://www.wiz.io/blog/shai-hulud-npm-supply-chain-attack
|
|
205
|
-
mitre: T1195.002
|
|
206
|
-
|
|
207
|
-
- id: SHAI-HULUD-V2-001c
|
|
208
|
-
name: "@asyncapi/specs"
|
|
209
|
-
version: "6.9.1"
|
|
210
|
-
severity: critical
|
|
211
|
-
confidence: high
|
|
212
|
-
source: shai-hulud-v2
|
|
213
|
-
introduced: "2025-11-01"
|
|
214
|
-
description: "Package compromis par Shai-Hulud v2 - inclut dead man's switch"
|
|
215
|
-
references:
|
|
216
|
-
- https://www.wiz.io/blog/shai-hulud-npm-supply-chain-attack
|
|
217
|
-
mitre: T1195.002
|
|
218
|
-
|
|
219
|
-
- id: SHAI-HULUD-V2-001d
|
|
220
|
-
name: "@asyncapi/specs"
|
|
221
|
-
version: "6.10.1"
|
|
222
|
-
severity: critical
|
|
223
|
-
confidence: high
|
|
224
|
-
source: shai-hulud-v2
|
|
225
|
-
introduced: "2025-11-01"
|
|
226
|
-
description: "Package compromis par Shai-Hulud v2 - inclut dead man's switch"
|
|
227
|
-
references:
|
|
228
|
-
- https://www.wiz.io/blog/shai-hulud-npm-supply-chain-attack
|
|
229
|
-
mitre: T1195.002
|
|
230
|
-
|
|
231
|
-
- id: SHAI-HULUD-V2-002
|
|
232
|
-
name: "get-them-args"
|
|
233
|
-
version: "1.3.3"
|
|
234
|
-
severity: critical
|
|
235
|
-
confidence: high
|
|
236
|
-
source: shai-hulud-v2
|
|
237
|
-
introduced: "2025-11-01"
|
|
238
|
-
description: "Package compromis par Shai-Hulud v2"
|
|
239
|
-
references:
|
|
240
|
-
- https://www.wiz.io/blog/shai-hulud-npm-supply-chain-attack
|
|
241
|
-
mitre: T1195.002
|
|
242
|
-
|
|
243
|
-
- id: SHAI-HULUD-V2-003a
|
|
244
|
-
name: "kill-port"
|
|
245
|
-
version: "2.0.2"
|
|
246
|
-
severity: critical
|
|
247
|
-
confidence: high
|
|
248
|
-
source: shai-hulud-v2
|
|
249
|
-
introduced: "2025-11-01"
|
|
250
|
-
description: "Package compromis par Shai-Hulud v2"
|
|
251
|
-
references:
|
|
252
|
-
- https://www.wiz.io/blog/shai-hulud-npm-supply-chain-attack
|
|
253
|
-
mitre: T1195.002
|
|
254
|
-
|
|
255
|
-
- id: SHAI-HULUD-V2-003b
|
|
256
|
-
name: "kill-port"
|
|
257
|
-
version: "2.0.3"
|
|
258
|
-
severity: critical
|
|
259
|
-
confidence: high
|
|
260
|
-
source: shai-hulud-v2
|
|
261
|
-
introduced: "2025-11-01"
|
|
262
|
-
description: "Package compromis par Shai-Hulud v2"
|
|
263
|
-
references:
|
|
264
|
-
- https://www.wiz.io/blog/shai-hulud-npm-supply-chain-attack
|
|
265
|
-
mitre: T1195.002
|
|
266
|
-
|
|
267
|
-
- id: SHAI-HULUD-V2-004a
|
|
268
|
-
name: "posthog-node"
|
|
269
|
-
version: "4.18.1"
|
|
270
|
-
severity: critical
|
|
271
|
-
confidence: high
|
|
272
|
-
source: shai-hulud-v2
|
|
273
|
-
introduced: "2025-11-01"
|
|
274
|
-
description: "Package compromis par Shai-Hulud v2"
|
|
275
|
-
references:
|
|
276
|
-
- https://www.wiz.io/blog/shai-hulud-npm-supply-chain-attack
|
|
277
|
-
mitre: T1195.002
|
|
278
|
-
|
|
279
|
-
- id: SHAI-HULUD-V2-004b
|
|
280
|
-
name: "posthog-node"
|
|
281
|
-
version: "5.11.3"
|
|
282
|
-
severity: critical
|
|
283
|
-
confidence: high
|
|
284
|
-
source: shai-hulud-v2
|
|
285
|
-
introduced: "2025-11-01"
|
|
286
|
-
description: "Package compromis par Shai-Hulud v2"
|
|
287
|
-
references:
|
|
288
|
-
- https://www.wiz.io/blog/shai-hulud-npm-supply-chain-attack
|
|
289
|
-
mitre: T1195.002
|
|
290
|
-
|
|
291
|
-
- id: SHAI-HULUD-V2-004c
|
|
292
|
-
name: "posthog-node"
|
|
293
|
-
version: "5.13.3"
|
|
294
|
-
severity: critical
|
|
295
|
-
confidence: high
|
|
296
|
-
source: shai-hulud-v2
|
|
297
|
-
introduced: "2025-11-01"
|
|
298
|
-
description: "Package compromis par Shai-Hulud v2"
|
|
299
|
-
references:
|
|
300
|
-
- https://www.wiz.io/blog/shai-hulud-npm-supply-chain-attack
|
|
301
|
-
mitre: T1195.002
|
|
302
|
-
|
|
303
|
-
- id: SHAI-HULUD-V2-005
|
|
304
|
-
name: "posthog-js"
|
|
305
|
-
version: "1.297.3"
|
|
306
|
-
severity: critical
|
|
307
|
-
confidence: high
|
|
308
|
-
source: shai-hulud-v2
|
|
309
|
-
introduced: "2025-11-01"
|
|
310
|
-
description: "Package compromis par Shai-Hulud v2"
|
|
311
|
-
references:
|
|
312
|
-
- https://www.wiz.io/blog/shai-hulud-npm-supply-chain-attack
|
|
313
|
-
mitre: T1195.002
|
|
314
|
-
|
|
315
|
-
# ============================================
|
|
316
|
-
# SHAI-HULUD v3 "Golden Path" (Decembre 2025)
|
|
317
|
-
# ============================================
|
|
318
|
-
- id: SHAI-HULUD-V3-001
|
|
319
|
-
name: "@vietmoney/react-big-calendar"
|
|
320
|
-
version: "0.26.2"
|
|
321
|
-
severity: critical
|
|
322
|
-
confidence: high
|
|
323
|
-
source: shai-hulud-v3
|
|
324
|
-
introduced: "2025-12-01"
|
|
325
|
-
description: "Package compromis par Shai-Hulud v3 Golden Path"
|
|
326
|
-
references:
|
|
327
|
-
- https://socket.dev/npm/package/@vietmoney/react-big-calendar
|
|
328
|
-
mitre: T1195.002
|
|
329
|
-
|
|
330
|
-
# ============================================
|
|
331
|
-
# ATTAQUES HISTORIQUES
|
|
332
|
-
# ============================================
|
|
333
|
-
- id: EVENT-STREAM-001
|
|
334
|
-
name: "flatmap-stream"
|
|
335
|
-
version: "0.1.1"
|
|
336
|
-
severity: critical
|
|
337
|
-
confidence: high
|
|
338
|
-
source: event-stream-2018
|
|
339
|
-
introduced: "2018-11-01"
|
|
340
|
-
description: "Payload malveillant de l'attaque event-stream - vol de Bitcoin wallets"
|
|
341
|
-
references:
|
|
342
|
-
- https://blog.npmjs.org/post/180565383195/details-about-the-event-stream-incident
|
|
343
|
-
mitre: T1195.002
|
|
344
|
-
|
|
345
|
-
- id: EVENT-STREAM-002
|
|
346
|
-
name: "event-stream"
|
|
347
|
-
version: "3.3.6"
|
|
348
|
-
severity: critical
|
|
349
|
-
confidence: high
|
|
350
|
-
source: event-stream-2018
|
|
351
|
-
introduced: "2018-11-01"
|
|
352
|
-
description: "Version compromise de event-stream"
|
|
353
|
-
references:
|
|
354
|
-
- https://blog.npmjs.org/post/180565383195/details-about-the-event-stream-incident
|
|
355
|
-
mitre: T1195.002
|
|
356
|
-
|
|
357
|
-
- id: ESLINT-SCOPE-001
|
|
358
|
-
name: "eslint-scope"
|
|
359
|
-
version: "3.7.2"
|
|
360
|
-
severity: critical
|
|
361
|
-
confidence: high
|
|
362
|
-
source: eslint-scope-2018
|
|
363
|
-
introduced: "2018-07-01"
|
|
364
|
-
description: "Version compromise de eslint-scope - vol de tokens npm"
|
|
365
|
-
references:
|
|
366
|
-
- https://eslint.org/blog/2018/07/postmortem-for-malicious-package-publishes
|
|
367
|
-
mitre: T1195.002
|
|
368
|
-
|
|
369
|
-
# ============================================
|
|
370
|
-
# PROTESTWARE
|
|
371
|
-
# ============================================
|
|
372
|
-
- id: PROTESTWARE-001
|
|
373
|
-
name: "node-ipc"
|
|
374
|
-
version: "10.1.1"
|
|
375
|
-
severity: critical
|
|
376
|
-
confidence: high
|
|
377
|
-
source: protestware
|
|
378
|
-
introduced: "2022-03-01"
|
|
379
|
-
description: "Protestware - supprime fichiers sur machines avec IP russe/bielorusse"
|
|
380
|
-
references:
|
|
381
|
-
- https://snyk.io/blog/peacenotwar-malicious-npm-node-ipc-package-vulnerability/
|
|
382
|
-
mitre: T1485
|
|
383
|
-
|
|
384
|
-
- id: PROTESTWARE-002
|
|
385
|
-
name: "node-ipc"
|
|
386
|
-
version: "10.1.2"
|
|
387
|
-
severity: critical
|
|
388
|
-
confidence: high
|
|
389
|
-
source: protestware
|
|
390
|
-
introduced: "2022-03-01"
|
|
391
|
-
description: "Protestware - version modifiee"
|
|
392
|
-
references:
|
|
393
|
-
- https://snyk.io/blog/peacenotwar-malicious-npm-node-ipc-package-vulnerability/
|
|
394
|
-
mitre: T1485
|
|
395
|
-
|
|
396
|
-
- id: PROTESTWARE-002b
|
|
397
|
-
name: "peacenotwar"
|
|
398
|
-
version: "*"
|
|
399
|
-
severity: critical
|
|
400
|
-
confidence: high
|
|
401
|
-
source: protestware
|
|
402
|
-
introduced: "2022-03-01"
|
|
403
|
-
description: "Protestware dependency - deposite fichier texte sur le bureau via node-ipc"
|
|
404
|
-
references:
|
|
405
|
-
- https://snyk.io/blog/peacenotwar-malicious-npm-node-ipc-package-vulnerability/
|
|
406
|
-
mitre: T1485
|
|
407
|
-
|
|
408
|
-
- id: PROTESTWARE-003
|
|
409
|
-
name: "colors"
|
|
410
|
-
version: "1.4.1"
|
|
411
|
-
severity: high
|
|
412
|
-
confidence: high
|
|
413
|
-
source: protestware
|
|
414
|
-
introduced: "2022-01-01"
|
|
415
|
-
description: "Protestware - boucle infinie intentionnelle"
|
|
416
|
-
references:
|
|
417
|
-
- https://www.bleepingcomputer.com/news/security/dev-corrupts-npm-libs-colors-and-faker-breaking-thousands-of-apps/
|
|
418
|
-
mitre: T1499
|
|
419
|
-
|
|
420
|
-
- id: PROTESTWARE-004
|
|
421
|
-
name: "faker"
|
|
422
|
-
version: "6.6.6"
|
|
423
|
-
severity: high
|
|
424
|
-
confidence: high
|
|
425
|
-
source: protestware
|
|
426
|
-
introduced: "2022-01-01"
|
|
427
|
-
description: "Protestware - sabotage intentionnel"
|
|
428
|
-
references:
|
|
429
|
-
- https://www.bleepingcomputer.com/news/security/dev-corrupts-npm-libs-colors-and-faker-breaking-thousands-of-apps/
|
|
430
|
-
mitre: T1499
|
|
431
|
-
|
|
432
|
-
# ============================================
|
|
433
|
-
# TYPOSQUATS
|
|
434
|
-
# ============================================
|
|
435
|
-
- id: TYPOSQUAT-001
|
|
436
|
-
name: "crossenv"
|
|
437
|
-
version: "*"
|
|
438
|
-
severity: high
|
|
439
|
-
confidence: high
|
|
440
|
-
source: typosquat
|
|
441
|
-
introduced: "2017-08-01"
|
|
442
|
-
description: "Typosquat de cross-env - vol de variables d'environnement"
|
|
443
|
-
references:
|
|
444
|
-
- https://blog.npmjs.org/post/163723642530/crossenv-malware-on-the-npm-registry
|
|
445
|
-
mitre: T1195.002
|
|
446
|
-
|
|
447
|
-
- id: TYPOSQUAT-002
|
|
448
|
-
name: "mongose"
|
|
449
|
-
version: "*"
|
|
450
|
-
severity: high
|
|
451
|
-
confidence: high
|
|
452
|
-
source: typosquat
|
|
453
|
-
introduced: "2017-08-01"
|
|
454
|
-
description: "Typosquat de mongoose"
|
|
455
|
-
references:
|
|
456
|
-
- https://blog.npmjs.org/post/163723642530/crossenv-malware-on-the-npm-registry
|
|
457
|
-
mitre: T1195.002
|
|
458
|
-
|
|
459
|
-
- id: TYPOSQUAT-003
|
|
460
|
-
name: "babelcli"
|
|
461
|
-
version: "*"
|
|
462
|
-
severity: high
|
|
463
|
-
confidence: high
|
|
464
|
-
source: typosquat
|
|
465
|
-
introduced: "2017-08-01"
|
|
466
|
-
description: "Typosquat de babel-cli"
|
|
467
|
-
references:
|
|
468
|
-
- https://blog.npmjs.org/post/163723642530/crossenv-malware-on-the-npm-registry
|
|
469
|
-
mitre: T1195.002
|
|
470
|
-
|
|
471
|
-
- id: TYPOSQUAT-004
|
|
472
|
-
name: "lodahs"
|
|
473
|
-
version: "*"
|
|
474
|
-
severity: high
|
|
475
|
-
confidence: high
|
|
476
|
-
source: typosquat
|
|
477
|
-
introduced: "2019-01-01"
|
|
478
|
-
description: "Typosquat de lodash"
|
|
479
|
-
references:
|
|
480
|
-
- https://snyk.io/blog/malicious-code-found-in-npm-package-event-stream/
|
|
481
|
-
mitre: T1195.002
|