A Hacker's Own Mistake Opened the Door
For 22 months, Vangelis Stykas watched a North Korean state hacking crew from the inside, not because he broke into their systems, but because their own malware broke into their own workstations first. Stykas, chief technology officer at cybersecurity firm Kumio, told the Black Hat Las Vegas conference in early August 2026 that the operators infected themselves, opening a window into their internal Slack and Discord channels.
That accidental foothold gave him quiet access to roughly 5 terabytes of data the group had stolen from its own victims, plus a rare look at how the operation actually ran day to day, entirely undetected by the hackers themselves.
1,640 Companies, 57 Countries, a Dozen Names
Stykas said the group had compromised 1,640 companies across 57 countries during the period he had access. Between 700 and 800 of those intrusions he classified as severe, meaning the attackers had reached root-level access to servers, AWS cloud environments, or cryptocurrency wallets, well beyond a foothold on a single machine.
In his presentation, Stykas publicly named roughly a dozen of the affected organizations, including smartphone maker Oppo, Coinbase, Uniswap Labs, Boston Children's Hospital, and several government agencies he did not identify by name.
The Way In Was a Job Interview
Separate from Stykas's research, security teams at Elastic Security Labs, Proofpoint, and other firms have spent 2026 tracking a live North Korean campaign known as Contagious Interview, linked to the Lazarus Group. Operators pose as recruiters on platforms such as LinkedIn, approach software developers with what looks like a genuine job opportunity, and then send a coding assessment hosted on a GitHub repository.
The trap sits inside the repository's .githooks folder as a pre-commit hook, so it fires automatically the moment the developer commits their test code, no separate download or double-click required. Other variants of the same campaign have hidden the payload inside SVG image files using steganography, and Proofpoint tracked more than 250 malicious recruitment emails in April and May 2026 alone, concentrated on technology, education, and finance-sector workers, with a particular focus on cryptocurrency-adjacent roles.
What the Malware Actually Does
The malware families used in these campaigns, including OTTERCOOKIE and related tools, are built to steal browser credentials, cryptocurrency wallets, and files, and to hand the operators remote access to the infected machine. For a developer, that access often lands inside the same environment that holds company repositories, cloud credentials, and client data.
That is the link between the two threads. A group shown capable of running intrusions at the scale Stykas documented, 1,640 companies in 57 countries, is also documented running a significant share of its access through the ordinary act of hiring, which makes the vector relevant to any EU or UK company that hires remote developers or contractors, and to any developer currently job hunting.
Three Checks Before You Clone That Repo
The practical defense is specific, not generic phishing advice. Verify a recruiter's identity independently, through the company's own careers page or a known employee, before running any code they send. Treat a coding test that requires cloning a full repository with hooks and setup scripts as more suspect than one delivered through an isolated, sandboxed platform, since the sandbox removes the exact mechanism the .githooks trick depends on.
Treat an unusually fast, high-pressure hiring timeline as a bigger red flag than it would have been a year ago, and never run a setup script, npm install, or build command from a test repository before that identity check is complete. None of this requires new tooling, only a pause before the first command runs.
Read next: The Phone Call That Beats Your Company's MFA | No Human Chose the Exploit, CISA Sets 2 Days



