I Was Given a “Job Assignment” That Installed Malware
dev.to·6h·
Discuss: DEV
Flag this post

Here’s What Happened and What I Did To Handle It

A few days ago, a supposed recruiter contacted me on LinkedIn for a “Web3 Full Stack Developer” role. Everything seemed normal; the messages were professional, the challenge looked legit, and they shared a Bitbucket link to a Node.js project for a take-home assignment. The PDF instructions looked like a typical coding test: Add wallet connection functionality

  • Build a simple Notes CRUD API
  • Show a demo video via Loom
  • Nothing suspicious; until I ran npm install.

What Happened After Running npm install

Almost instantly, I noticed abnormal activity:

  • Multiple Node processes started in the background
  • nethogs showed outbound traffic even after closing my terminal
  • CPU usage from `/home/michael/Development/poc_v23…

Similar Posts

Loading similar posts...