Researchers linked 601 cases across 46 countries to a single operation, with 45% of observed activity in the United States. The URLs vanished within a day.
What happened
A phishing operation first thought to be regionally focused because it used tax agency forms as bait turned out to span 46 countries once researchers connected 601 separate cases to it. The Hacker News reported on September 3, 2026. The United States accounted for roughly 45% of observed activity, making it the largest single target. Lures are adapted per recipient and have included shipping and delivery notices, Adobe PDF prompts, tax correspondence, Social Security Administration themes, and invoices. Each one leads to the installation of legitimate remote monitoring and management software, the kind IT departments use to administer machines remotely. Education, technology, and government rank among the most targeted sectors, with banking, finance, and manufacturing also appearing.
Going deeper
Researchers catalogued 425 kit URLs spread across 240 hosts, and 94% of those were visible for only a single day. Delivery ran through Vercel, GitHub Pages, Netlify, and compromised legitimate websites, while the payloads themselves were staged on Amazon S3, Cloudflare R2, GitHub, DigitalOcean Spaces, Dropbox, and GoFile. Every one of those platforms carries a clean reputation and is used daily by ordinary businesses, so blocking any of them wholesale is not an option for most organizations. Domain age checks find nothing to flag either, since a host that exists for a day and a host registered last week produce a similar signal. The remote management products themselves get swapped between vendors as well, which removes the software name as a reliable indicator.
What was said
Individual domains and remote management products are disposable while the underlying delivery chain stays stable, researchers noted in findings published September 3, 2026. They identified shared assets that recur across otherwise unconnected infrastructure, including a specific web font file and repeated image resources, along with a consistent delivery path running from a page named secure.html to a compressed archive stored under a project directory. Those fingerprints allowed separate sets of hosts to be tied to the same operation.
In the know
CISA, the NSA, the FBI, and the Multi-State Information Sharing and Analysis Center set out layered controls for exactly this problem in their phishing guidance, which covers secure email gateway configuration, outbound web-browsing protections, endpoint hardening, and endpoint protection as four separate categories rather than one. The guidance recommends a protective DNS resolver service, blocking macros by default, application allowlisting, and stripping hyperlinks from inbound mail where the workflow permits it. Application allowlisting deserves particular attention against this campaign, since the payload is legitimate signed software that no signature-based tool will reject. Deciding in advance which remote access products are authorized, and alerting when any other appears, converts an unremarkable installation into an event worth investigating.
The big picture
Password-protected archives are part of the delivery chain here, and CISA addresses them directly in the #StopRansomware Guide, noting that malware compressed in this way avoids antivirus scanning and email filters. The password sits in the message body, so the recipient performs the extraction the gateway could not. CISA's recommendation is to enable attachment filters restricting file types that commonly carry malware and to review that filter list at least twice a year as new formats become attack vectors. Healthcare organizations receive shipping notices, invoices, and benefits correspondence continuously from outside parties, which matches the lure set this operation uses, and the administrative staff handling that mail are the people an archive prompt reaches. Reviewing what the mail gateway currently does with encrypted attachments, and whether anyone has updated the blocked file type list this year, addresses the gap at the point the campaign depends on.
FAQs
Why does infrastructure that lasts one day defeat reputation filtering?
Reputation systems build a verdict from observed behavior over time, and a host retired before that history accumulates never acquires a bad score. Blocklists distributed to customers also lag the rotation, so an indicator published today points to infrastructure the operators abandoned yesterday.
What is a kit fingerprint and how do teams use one?
Phishing kits reuse code, images, fonts, and directory structures across deployments because rebuilding them for each campaign costs effort. Those static elements can be turned into detection rules that survive domain changes, letting a team identify new infrastructure belonging to a known operation.
Should organizations block hosting platforms like Vercel or GitHub Pages?
Rarely, since developers, marketing teams, and vendors use them legitimately. The workable approach monitors for specific paths and asset patterns rather than blocking domains, and pairs that with controls further along the chain, such as restricting which software can execute.
How does application allowlisting help when the payload is legitimate software?
The control does not judge whether software is malicious, only whether it is approved. A remote management product an organization never authorized fails the check regardless of its signature or reputation, which is what makes the approach effective against this delivery method.
What should staff do with an unexpected password-protected attachment?
Report it without extracting the file, since the password in the message is what completes the attack. Legitimate senders rarely need to encrypt routine correspondence, and where they genuinely do, the password normally arrives through a separate channel rather than in the same email.
