Socket

3K posts

Socket banner
Socket

Socket

@SocketSecurity

Socket is the #1 software supply chain security platform. Next-gen SCA + SBOM + 0-day prevention. LOVED BY DEVELOPERS. 👀 @npm_malware

https://socket.dev/careers Katılım Kasım 2021
4.6K Takip Edilen15.9K Takipçiler
Sabitlenmiş Tweet
Socket
Socket@SocketSecurity·
🚀 We’re thrilled to announce Socket’s $40M Series B led by @AbstractVC with participation from @eladgil and @a16z!
Socket tweet media
English
17
17
111
68.4K
Socket retweetledi
François Best
François Best@fortysevenfx·
Hackers behind Shai-Hulud are now offering crypto bounties to their mates for the trophy of highest vuln on OSS packages. socket.dev/blog/teampcp-s… I’m tired, boss 😓
English
1
6
12
1K
Socket retweetledi
Feross
Feross@feross·
Another day, another MASSIVE npm supply chain attack. If you haven't installed @SocketSecurity yet (it's free!), you should have done this yesterday. The second best time to install it is today!
Socket@SocketSecurity

🚨 Socket detected malicious activity in newly published versions of node-ipc, an npm package with 822K weekly downloads. Affected versions: node-ipc@9.1.6 node-ipc@9.2.3 node-ipc@12.0.1 Socket’s AI scanner flagged the malware within ~3 minutes of publication. Early analysis shows obfuscated stealer/backdoor behavior, including host fingerprinting, local file enumeration, payload wrapping, and attempted exfiltration.

English
8
21
281
276.3K
Circumjovial
Circumjovial@CircumjovialLLC·
@SocketSecurity Excellent work, Socket! If it doesn't exist already, it'd be great if there was a hook during "npm install" to check all package version for such flags and fail the install if found? If this exists, can someone reply with a "how to"?
English
2
0
5
2K
Socket
Socket@SocketSecurity·
🚨 Socket detected malicious activity in newly published versions of node-ipc, an npm package with 822K weekly downloads. Affected versions: node-ipc@9.1.6 node-ipc@9.2.3 node-ipc@12.0.1 Socket’s AI scanner flagged the malware within ~3 minutes of publication. Early analysis shows obfuscated stealer/backdoor behavior, including host fingerprinting, local file enumeration, payload wrapping, and attempted exfiltration.
Socket tweet media
English
23
114
548
352.2K
Socket
Socket@SocketSecurity·
Update: We added our technical analysis. Notable findings: → Likely dormant maintainer account takeover → Payload appended to the CommonJS entrypoint, node-ipc.cjs → Steals developer/CI secrets from env vars and config files → Exfiltrates via DNS TXT queries, not HTTP socket.dev/blog/node-ipc-…
English
1
5
21
6.5K
Socket
Socket@SocketSecurity·
@TekDefense Thanks, the post has been updated and we cited you in our technical analysis!
English
1
0
1
126
1aN0rmus
1aN0rmus@TekDefense·
Looking like domain takeover to get this one: Domain expired 2025-01-10, Attacker re-registered it 2026-05-07 via NameCheap. 2001-01-10 atlantis-software[.]net registered (legitimate, OVH) 2025-01-10 Domain expires (not renewed) 2026-05-07 Attacker re-registers domain via NameCheap 2026-05-07+ Attacker sets up email (mx records), receives npm password reset // A little speculation 2026-05-14 Three malicious versions published (14:25-14:26 UTC)
English
1
1
9
418
Socket
Socket@SocketSecurity·
Developers should avoid installing these versions and audit recent installs. Technical analysis to follow: socket.dev/blog/node-ipc-…
English
2
2
18
7.2K
Socket
Socket@SocketSecurity·
🏁 TeamPCP and BreachForums are running a supply chain attack contest: $1,000 in Monero for the biggest haul of compromised open source packages, measured by download counts. The group open sourced Shai-Hulud as attack tooling and requires it for entry. socket.dev/blog/teampcp-s…
English
1
12
35
8.1K
Socket retweetledi
Samuel Umoren
Samuel Umoren@saameeey·
This is how I set up Socket Firewall to protect my local dev environment from supply chain attacks. The core idea is simple: package installs are now part of the attack surface. npm install, pip install, CI jobs, and LLM agent workspaces can all execute attacker-controlled code before anything reaches production. So I wrapped my package managers with @SocketSecurity’s sfw, cleared local caches, and made normal commands like npm, pnpm, yarn, pip, uv, and cargo route through Socket Firewall by default. The article covers: 1. Why the TanStack npm compromise made this urgent 2. How install-time protection differs from auditing after the fact 3. The shell wrapper setup 4. What LLM coding agents should do before installing packages Supply chain security cannot depend on everyone remembering to be careful at the exact moment they are trying to move fast. The safer path has to become the default path.
Samuel Umoren@saameeey

x.com/i/article/2054…

English
0
5
42
9.2K
Socket
Socket@SocketSecurity·
Yep, that works as a lightweight local guardrail. It makes Socket Firewall the default path for everyday installs. For macOS/Linux users, the equivalent in zsh/bash would be: alias npm="sfw npm" alias yarn="sfw yarn" alias pnpm="sfw pnpm" alias pip="sfw pip" alias uv="sfw uv" alias cargo="sfw cargo"
English
7
6
97
7.9K
Jeremy
Jeremy@JeremyDc4·
Hey @SocketSecurity, would it be considered good practice to auto-wrap package manager commands with an sfw prefix so they always go through the Socket Firewall? E.g. via PowerShell Profile Functions on Windows (see image)
Jeremy tweet media
English
1
0
21
3.8K
Socket retweetledi
The Hacker News
The Hacker News@TheHackersNews·
⚠️ GemStuffer used more than 150 RubyGems packages to exfiltrate scraped U.K. council portal data, not distribute malware. The gems collected ModernGov pages, built .gem archives, and published them to RubyGems with hardcoded credentials. Read: thehackernews.com/2026/05/gemstu…
English
2
18
43
20.3K
Socket retweetledi
Socket
Socket@SocketSecurity·
💎 New GemStuffer Campaign: Socket detected a RubyGems registry abuse campaign stuffing scraped UK council portal pages into junk gems. PoC worm, scraper, or spam? Low downloads, repeated publishing, and 155 artifacts tracked so far. New Research → socket.dev/blog/gemstuffer
English
2
15
30
5.7K
Socket
Socket@SocketSecurity·
🐘 @packagist is urging #PHP projects to update Composer after a GitHub token format change caused some GitHub Actions tokens to be exposed in CI logs. GitHub has rolled back the token change for now, but affected projects still need to update Composer. socket.dev/blog/packagist…
English
0
22
60
10.6K
Socket
Socket@SocketSecurity·
It’s not every day a competitor promotes your product in their launch image. Thanks for the endorsement, Endor Labs. 😅 For anyone wondering, sfw is Socket Firewall, and yes, you can install it from npm today: npm install -g sfw
Socket tweet media
English
11
14
189
18K
Socket
Socket@SocketSecurity·
@peer_rich Only if it’s not another obituary. 🙃
English
0
0
3
581