A new phishing scheme is targeting software engineers through LinkedIn, presenting attractive job opportunities with remote work and high compensation. Recruiters, impersonating legitimate companies, initiate contact and quickly move to a coding challenge without initial screening calls, which is a red flag for potential victims.
The coding challenge involves a TypeScript codebase with approximately 180 files, containing a mix of functional and dead code. This project includes calls to external API endpoints, which are used to download further malicious packages onto the developer's system. The code is hosted on Bitbucket, and the initial contact often comes from a non-company email address.
When the developer executes the provided code, such as with 'npm run dev' or 'npm start', an internal function is triggered. This function uses Node.js modules like 'child_process', 'fs', and 'net'/'https' to shell out commands, read/write the filesystem, and establish exfiltration channels. The malware can also directly read process environment variables, including sensitive data like 'MONGO_URI', 'JWT_SECRET', and various API keys.
Developers should be wary of job offers where the recruiter is not officially listed with the company on LinkedIn, there's no initial 'get to know you' call, the coding test is in an unfamiliar language, or the sender's email address is generic. The presence of external API calls in a coding challenge, especially to unknown services, should also raise suspicion.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
A new phishing scam targets software engineers with fake job offers on LinkedIn, distributing malicious coding challenges that compromise systems. The scam leverages a seemingly legitimate coding test to install malware capable of exfiltrating sensitive data and credentials from the victim's machine.