2026-08-08 · view entry permalink →
A ScreenConnect distribution campaign fronts fake Microsoft Store and App Store update dialogs, and binds each installer to its operator's relay with an embedded key
LevelBlue's SpiderLabs OpsCTI team is tracking a ScreenConnect distribution campaign whose lure has moved past the static fake-update page. Instead, it "recreates convincing software update and installation alerts by impersonating the Microsoft Store and Apple App Store while reproducing the look and behavior of trusted applications through dynamic modal dialogs and other interactive web elements", also imitating the Google Meet pre-join screen, with progress bars and camera and microphone permission prompts that behave the way the real dialogs do (LevelBlue SpiderLabs, 2026-08-07).
The installation chain is a batch script into PowerShell into an MSI installed silently through msiexec.exe /quiet with UAC elevation. The operational detail worth carrying is what happens next: "Because each installer is cryptographically bound to its corresponding relay server through the embedded public key, it automatically registers with the attacker's ScreenConnect instance once installed" (LevelBlue SpiderLabs, 2026-08-07). The agent is deployed at guest-level permission rather than full administrative rights, which keeps its footprint small and its behaviour closer to a legitimate support install.
The delivery infrastructure is built to survive the loss of any single component: thousands of near-identical phishing-framework deployments, payloads hosted on legitimate cloud object storage (AWS S3, Cloudflare R2), anti-automation gating through honeypot form fields, artificial delays and User-Agent filtering to Windows desktop clients only, and full victim fingerprinting — address, geolocation, ISP, browser, timezone, screen resolution — before an installer is served at all. Successful infections notify the operator in real time through the Telegram Bot API. LevelBlue assesses the supporting scripts as AI-assisted on the basis of unusually verbose documentation-style inline comments and emoji markers (LevelBlue SpiderLabs, 2026-08-07).
Triage: the benign lookalike is a real support session, and it is common. The discriminators the cited mechanics support, in order of strength: the relay hostname the client registers to; installation at guest-level permission with no corresponding helpdesk ticket; and the process lineage — a browser spawning a batch script or PowerShell that calls msiexec.exe /quiet, which is not how a user or an administrator installs remote-support software deliberately. The fingerprinting gate also means an analyst re-visiting the lure URL from a sandbox or a non-Windows client will usually be served a decoy rather than the installer, so failure to reproduce the payload is not evidence the report is wrong.
impersonating the Microsoft Store and Apple App Store
Because each installer is cryptographically bound to its corresponding relay server through the embedded public key, it automatically registers with the attacker's ScreenConnect instance once installed.