Feed
HighPublished 11 Feb 202630 packages · 44 versions

Lazarus "graphalgo" fake-recruiter campaign (npm + PyPI)

Summary

ReversingLabs attributed an ongoing fake-recruiter campaign (active since May 2025, reported Feb 2026) to North Korea's Lazarus Group (overlapping Jade Sleet / UNC4899). Crypto, JavaScript, and Python developers are lured via LinkedIn/Reddit/Facebook into interview "coding tasks" that pull a token-protected RAT loader from npm and PyPI. ~192 malicious packages attributed in total; bigmathutils alone passed 10,000 downloads.

credential-theftinfostealercrypto-wallet-drain
Threat actor
Lazarus Group (Jade Sleet / UNC4899)
Detected by
ReversingLabs
Also known as
Contagious Interview · Famous Chollima · fake recruiter campaign
Ecosystems
npmPyPI
Packages tracked
30

What happened

ReversingLabs published this attribution write-up on February 11, 2026, covering activity that had been running since at least May 2025. The cluster overlaps with what other vendors call Jade Sleet, UNC4899, and the Contagious Interview / Famous Chollima subsets of North Korea's broader Lazarus Group.

The social-engineering vector is the consistent thread: targets - typically crypto, Web3, JavaScript, or Python developers - are approached on LinkedIn, Reddit, or Facebook with a recruiter pitch. The "interview" includes a coding task hosted in a public repo. That repo pulls a private npm or PyPI dependency that the attacker controls, and the dependency carries a token-protected RAT loader. The token gate is the giveaway: it means casual npm install outside the live interview window resolves a clean package, so casual third-party inspection misses it.

ReversingLabs catalogued roughly 192 malicious packages across npm and PyPI in this cluster. bigmathutils alone passed 10,000 downloads - uncharacteristically high for a Contagious Interview package, suggesting it caught accidental installs from name-overlap with legitimate utilities. Most other packages stayed in the low double or triple digits, consistent with targeted delivery.

The stealer toolkit enumerates browser-wallet extensions (MetaMask, Phantom, etc.), exfiltrates seed material and credentials, and establishes a foothold for follow-on hands-on-keyboard work. Treat any unsolicited "coding task" repo as malware delivery and run installs in disposable sandboxes.

Affected packages (30)

These are usually pulled in as transitive dependencies rather than installed directly. Check your whole tree at once - it runs in your browser and nothing is uploaded.

Impact

  • MetaMask and other browser-wallet enumeration plus credential theft
  • Token-protected C2 enables targeted post-exploitation
  • Persistent foothold via interview tasks disguised as coding challenges

What to do

  1. 1Audit dependency trees for any package name in the graph* or big*math/num* families
  2. 2Treat unsolicited interview-task repos as malware delivery vehicles
  3. 3Run installs in disposable sandboxes when evaluating third-party challenges

References

multi-2026-02-11-lazarus-graphalgo