Security1 publisher3 min readPublished
Needle Stealer clears SmartScreen by shipping a Microsoft-signed OLEView copy in the ZIP
HP tracked the campaign from April to June 2026, in which a fake AI crypto trading agent shipped a genuine Microsoft utility to satisfy Windows reputation checks before the DLL loaded beside it stole browser wallet passwords.
The Watch · Security desk
What happened
- HP tracked a fake AI crypto trading agent site that installed Needle Stealer between April and June 2026, reaching victims who found AI agents through search results or ads.
- The ZIP's Trading Agent.exe is a Microsoft-signed copy of OLEView, and running it side-loads the malicious iviewers.dll placed next to it.
- Separate HP cases emailed PDF invoices showing a blurred document behind a QR code, with a note telling the recipient to scan it with a smartphone.
- Phantom Stealer is sold openly as a penetration testing tool with a crypter, feature updates and 24/7 support, and HP isolated several email campaigns delivering it.
Compiled by The WatchSomething wrong?How this is made
Why it matters
- constraint Signature and reputation checks cannot rule on this download at all. The verdict has to come from what the trusted process loads and the process it starts, which is detection engineering work.
- exposure Every seed phrase held in one of the seven extensions is one unverified installer away from the attacker, and the victim's only visible cue is the browser closing on its own.
- capability An operator buying Phantom Stealer gets analysis-resistant packaging and support hours, so running these chains does not require building or maintaining the loader.
- decision Domain blocklists enforced on the corporate desktop do not cover the scan-it-with-your-phone step. That puts phishing-resistant sign-in and mobile management ahead of gateway tuning in the queue.
SmartScreen's reputation check asks whether a file has been seen and trusted before. A Microsoft-signed utility answers yes, and HP says getting past that check is the executable's only job in this download [3]. The malicious code sits next to it in iviewers.dll, which the signed program loads when it runs [4]. Any control that decides on the signature or the reputation of the executable clears this ZIP [25].
The DLL then starts a fresh legitimate process and runs Needle Stealer inside it, a technique called process hollowing [5]. Needle looks for any of seven wallet extensions, among them MetaMask, Coinbase Wallet and Phantom [7], kills the browser, and unpacks its own copy into the extension's folder [6]. The unlock screen the victim sees after that looks like the one they installed [23]. With the wallet ID and the password, the attacker controls the funds [8]. The researchers advise keeping wallet passwords and payment work out of agent apps that cannot be verified [9].
The QR campaigns move the victim off the managed device. Scanning the code runs through redirects, including a fake email security scanner and a Cloudflare Turnstile check that confirms a person is loading the page, then onto a page resembling OneDrive that asks for Microsoft credentials [12]. A work PC has the email gateway and the browser protections; a phone usually carries fewer, so a link the desktop would stop opens [13].
Phantom Stealer's sellers require buyers to agree not to use it for malicious purposes [14]. In HP's samples, a VBScript built a PowerShell command that fetched an ordinary-looking image and pulled a .NET loader out of it. A component called Phantom Gate started that loader, which downloaded the stealer, decoded it and injected it into RegAsm, a legitimate .NET Framework process [16]. HP's researchers assess that one threat actor is behind both tools, on the strength of the shared name and delivery chain [17].
A perceptual-hash search of VirusTotal, which matches images by how they look, turned up about 400 distinct images tied to these campaigns over three months [18], roughly 133 a month [19]. Other invoice runs used HTML smuggling, which assembles the malicious file on the victim's machine so it can slip past email gateway scanners, or search results leading to lookalike domains; both routes ended with loaders that decoded payloads hidden in images and installed XWorm, PureLogs Stealer or Formbook [20].
HP also traced a Russian-language imitation of Microsoft's site whose installer bundles other products for affiliate payouts and never installs Word, and the security product it bundles then flags that installer as dangerous and deletes it [22].
"Users move constantly between devices and applications, like browsers or new AI tools, and attackers are quick to follow," said James Wright, HP's Global Head of Security for Personal Systems [21]. HP's published account of the Needle campaign does not include victim counts, losses or a named actor [24].
What to watch
- Whether Microsoft or endpoint vendors start scoring the signed-exe plus unsigned-DLL pair instead of the executable alone.
- Whether any of the seven targeted wallet vendors adds an extension-integrity check that a swapped folder would fail.
- Whether a second research team confirms HP's single-actor assessment linking Phantom Gate and Phantom Stealer.