Fake Download Sites Push Malware Installers

Microsoft Security · High sophistication
Last updated September 2, 2026

Microsoft reports an active campaign where attackers set up counterfeit software download pages that mimic well-known brands and trick users into installing malware. Victims visit a look-alike vendor site, click “Download now,” then run a bundled installer that drops persistent malware and connects to attacker-controlled servers. The activity primarily impacts China-based operations of multinational organizations and Chinese-speaking users across many industries.

How the attack worked

This campaign relies on counterfeit software download pages that closely mimic well-known vendors. Victims typically search for a popular application or driver, land on a high-fidelity look-alike site, and are presented with a prominent Download now button. Clicking it delivers a ZIP archive from rotating delivery hosts. Notably, the archive filename stays consistent across downloads while the file hash changes, suggesting the payload is regenerated server-side each time.

Once extracted and run, the archive's wrapper installer drops a stage-one payload into randomized paths, often under world-writable or system locations such as C:\Users\Public. The executable names follow generated patterns, making them harder to flag through simple allowlists or signature matching.

Why it succeeded

The look-alike pages clone real product branding closely enough to pass a casual glance, and the domains embed the real brand name even though they are not official vendor domains. This makes the sites convincing to users searching for legitimate software or drivers. The campaign also spans a large, uniform set of vendor impersonations, increasing the odds that a given user's search lands on one of the fraudulent pages rather than the genuine vendor site.

After installation, the malware establishes persistence through scheduled tasks with names that imitate routine IT or productivity jobs, such as "Deadline Mission Target." This blends the malicious activity into normal-looking system administration and reduces the chance a user or admin notices anything unusual.

What to watch for

  • Domains that embed a real brand name but use unfamiliar suffixes or are not the vendor's official domain
  • Downloads served from unrelated third-party hosts rather than the vendor's own infrastructure
  • Archive filenames that repeat across downloads while their contents differ
  • Installers or executables placed in unusual folders like C:\Users\Public\ or random subfolders
  • Scheduled tasks with generic, IT-sounding names that repeatedly launch programs from C:\ProgramData\
  • Attempts to create Microsoft Defender exclusions via short-lived tasks running as SYSTEM

How to build resistance

Organizations should reinforce that software should only be downloaded from official vendor sites or approved internal portals, regardless of how convincing an unfamiliar page looks. Employees should be encouraged to report suspicious download pages or unexpected installer behavior to security teams rather than proceeding on their own.

On the technical side, enabling protections such as SmartScreen, network protection, tamper protection, and Microsoft Defender XDR helps reduce the impact of a malicious download that does get through. Combining user awareness with these endpoint protections addresses both the social engineering entry point and the technical execution stage of this type of campaign.

Key findings

  • Attackers used counterfeit software-download websites that impersonate trusted vendors and present a prominent “Download now” button.
  • Users downloaded malicious ZIP archives (for example, app_setup.6653004.zip) from rotating delivery hosts; the same filename was reused while the hash changed on each download, indicating server-side payload regeneration.
  • After execution, a wrapper installer dropped and launched randomized payload names/paths (for example under C:\Users\Public\<random>\) while keeping stable malicious content.
  • Persistence was achieved via scheduled tasks with legitimate-sounding names (for example “Deadline Mission Target” and “Hierarchy Tools Smooth Inventory”) that repeatedly launched payloads from C:\ProgramData\.
  • Malware attempted to weaken defenses (for example creating Defender exclusions) using a short-lived scheduled task configured to run as SYSTEM.
  • Command-and-control included connections to an attacker-controlled Alibaba Cloud OSS bucket over TLS (upitem.oss-cn-hangzhou.aliyuncs.com:443).

Who’s being targeted

  • Commonly targeted roles: All employees, Executives, IT support/Helpdesk, IT administrators, Security operations (SOC), Engineering/technical teams.
  • Affected industries: Healthcare / medical devices, Manufacturing, Gaming, Technology, Logistics, Government, Education (higher education).
  • Attack channels: website.
  • Impersonated: Razer (spoofed Razer download site), Microsoft Edge (counterfeit download page).

Red flags to watch for

  • Look-alike domain uses .com.cn and embeds the brand name (not the real vendor domain).
  • Downloaded archive name stays similar while content changes (hash changes) across downloads.
  • Installer drops and runs executables from unusual folders like C:\Users\Public\ or random folders under Program Files (x86).
  • Domain is not an official Microsoft domain (uses app-microsoft-edge[.]com[.]cn).
  • The download is delivered from unrelated third-party hosts (for example, gehie246[.]com/712down).
  • Extracted executable names look autogenerated (for example, a_instapp83353001.exe).
Try Mirage

Mirage safely runs attacks like this one against your own team, so you find out what happens before a real adversary does.

Get a demo

Frequently asked questions

How do fake download sites deliver malware?

Attackers clone legitimate vendor pages with a prominent Download now button. When clicked, users receive a ZIP archive containing a wrapper installer that drops persistent malware on the device.

What are the warning signs of a counterfeit download page?

Look-alike domains that embed the brand name but use unusual suffixes, download files coming from unrelated third-party hosts, and archive filenames that stay similar even though the underlying content changes on each download.

How does the malware stay persistent after installation?

It creates scheduled tasks with legitimate-sounding names that repeatedly relaunch payloads, and it can create Microsoft Defender exclusions using a short-lived task running as SYSTEM to weaken defenses.

Who is affected by this campaign?

The activity primarily impacts China-based operations of multinational organizations and Chinese-speaking users across industries including healthcare, manufacturing, gaming, technology, logistics, government, and higher education.

Read the video transcript

You Google a driver, land on a Razer download page, big green “Download now” button… looks perfect, right? Behind that button is a fake download site. It pulls a ZIP called app_setup.6653004.zip from gehie246.com, then a wrapper installer hides malware in C:\Users\Public\random-folder and C:\ProgramData, and phones home to an Alibaba Cloud OSS bucket. On infected machines we see weird scheduled tasks like “Deadline Mission Target” or “Hierarchy Tools Smooth Inventory” that keep relaunching those files, while a short-lived SYSTEM task quietly weakens Defender with exclusions. If you see a download page on a look-alike domain like app-microsoft-edge.com.cn or pc-razerzone.com.cn, don’t click, close it and grab the software only from the official vendor site or our approved portal.

Similar attacks

APT28 Uses Diplomatic Word Lures to Drop HOOKEDGE

APT28 Uses Diplomatic Word Lures to Drop HOOKEDGE

Researchers report real-world campaigns targeting European government and diplomatic organizations using diplomatic-themed Microsoft Word documents. Victims are prompted to click “Enable Content,” which runs malicious macros that install the HOOKEDGE backdoor and connect to webhook-based…

August 28, 2026
Fake CAPTCHA ‘ClickFix’ Drops Cruciferra Malware

Fake CAPTCHA ‘ClickFix’ Drops Cruciferra Malware

A real malware campaign used compromised websites to show fake CAPTCHA/verification pages that tricked people into copying and running a PowerShell command themselves. That manual “copy/paste” step helped the attackers bypass normal download defenses and install the Cruciferra loader, which then…

August 25, 2026
“TTF Trap” Uses Fake Font Files to Drop Malware

“TTF Trap” Uses Fake Font Files to Drop Malware

FortiGuard Labs reports an active phishing operation (“TTF Trap”) where emails posing as invoices, shipping documents, or business proposals deliver an archive that ultimately runs malware on Windows. The trick is a file ending in .ttf (TrueType font) that is actually a malicious script executed by…

July 17, 2026
ClickFix Trick Spreads ACR Stealer via Paste-Run

ClickFix Trick Spreads ACR Stealer via Paste-Run

Microsoft observed real-world campaigns where victims were tricked by “ClickFix” prompts into pasting a command into Windows Run, which then installed ACR (Amatera) Stealer. The malware steals saved browser passwords, live session tokens, and Microsoft 365/OneDrive/SharePoint files, meaning…

July 17, 2026
BengalSEO: Search Lures to Malware & Scam Calls

BengalSEO: Search Lures to Malware & Scam Calls

Investigators described a real, long-running SEO poisoning operation (“BengalSEO”) that manipulates search results to push victims to fake support and activation pages. The pages impersonate well-known consumer brands, then route visitors through redirects and CAPTCHA checks to either download…

September 1, 2026
Fake Recruiters Push “Coding Tests” as RAT Traps

Fake Recruiters Push “Coding Tests” as RAT Traps

Researchers say the Iran-linked group Nimbus Manticore posed as recruiters on LinkedIn and job platforms to send developers “technical challenge” ZIP files that secretly installed cross-platform remote access trojans. The lures used urgency (short test windows) and realistic developer workflows…

September 1, 2026