← All briefs
high August 12, 2026

SMOKE#SCREEN: ScreenConnect RMM Abuse via Trusted Software Lures and Cloudflare Tunnels

Source report →

A multi-wave intrusion campaign was identified delivering ConnectWise ScreenConnect remote monitoring and management (RMM) agents under the guise of routine software updates, document reviews, and system maintenance. What began with the analysis of a single VBScript dropper expanded after investigators discovered a live staging server exposing fifteen payloads, enabling the reconstruction of five distinct execution chains and three ScreenConnect relay clusters. Despite differences in delivery and execution, every chain converges on the same objective: silently installing a ScreenConnect client configured to connect to attacker-controlled infrastructure, providing persistent remote access while blending with legitimate IT administration software.

Initial access depends on user execution and a rotating collection of social-engineering lures and loaders, including obfuscated VBScript droppers, WMI-based scripts, batch files, compiled .NET loaders, and HTML pages impersonating Zoom and Adobe update prompts. Earlier VBScript variants use hex-encoded XOR encryption, control-flow flattening, junk arithmetic that alters byte-level signatures between builds, and sandbox checks that terminate execution on systems with limited memory or known analysis tools. One variant decrypts a PowerShell command that retrieves remote C# source code and compiles it in memory. A later WMI-based variant launches processes through the Win32_Process class with hidden windows, avoiding more conventional script-host execution paths commonly monitored by endpoint security products.

Over time, the operators shifted from passive evasion toward actively degrading endpoint protections. A batch-based loader bypasses the Antimalware Scan Interface (AMSI) through in-memory reflection, weakens SmartScreen through registry modifications, creates Windows Defender exclusions for temporary and payload directories, and removes the Mark-of-the-Web from the downloaded installer before launching it silently. A subsequent compiled C# loader takes a more aggressive approach, excluding the entire system drive from Defender scanning, stopping the WinDefend service, and configuring it to remain disabled after reboot. Regardless of the loader used, the final payload is a ScreenConnect installer carrying a valid ConnectWise digital signature, executed silently from a user-writable directory and removed from disk after installation.

Shared delivery and command-and-control infrastructure links the individual waves. One host operates simultaneously as the WsgiDAV staging server and the primary ScreenConnect relay, while two additional relay clusters, each configured with separate key material, provide compartmentalized alternative access. One cluster listens on port 80, potentially allowing ScreenConnect traffic to traverse environments with restrictive outbound filtering. The operators also rotate payload hashes between sessions and distribute installers through Dropbox shared links and Cloudflare Quick Tunnels, leveraging trusted services as intermediary delivery infrastructure. A macOS package variant connects to the same primary relay used by the Windows installers, indicating cross-platform targeting within the same operation. In a later loader, the operators introduce a deliberate delay between installation and service startup; an accompanying source-code comment explicitly references evading detection by a commercial security product.

Beyond the indicators published in the original reporting, Vega threat research pivoted on the identified infrastructure and surfaced additional related indicators, including further relay and staging IP addresses, Cloudflare Quick Tunnel domains, and payload hashes; these indicators appear in the indicator list below.

IP ADDRESS 5
207.174.0.143
142.202.191.225
207.189.11.170
207.174.1.249
172.81.61.100
DOMAIN 6
blog.derrspecial-onlinedmin.live
crestmarkhq.com
subscription-magnetic-recommended-meat.trycloudflare.com
sporting-delhi-cork-pursuit.trycloudflare.com
delayed-earthquake-personnel-asset.trycloudflare.com
sun-cheats-scientists-pastor.trycloudflare.com
URL 1
https://dropbox.com/scl/fi/a0hp9g4w2ddkb3ggnkivx/
SHA256 FILE HASH 23
9161a8f7f07741db06b9f9a87b6ec7f277faf2ae3a3a661d6eb09cec4e12b920
35be1b070f06eb313c3cb818c74aa0a9c2d9f39a05621dac4de6cff6067a5d12
31260c37cc442719ac84540f4159dd9d4738575d2ab05e92c751a9b4b5f9b91b
371166ebd83e8318b49ba71321396524fbca7dc42fe1ca4badda8af794bf5a59
63c46b3c090a4b1efef146f2f1efc4f93d44f21db21d7825f43e02c3c5c89de6
433b61c29aefaa5b55fe78063e6ad8597d3835f36e1242d5402ab23e6dc61194
c8695906dcefc64becb3123fa0a8058278c8c2f9c86130956b6b10d49c1a35dc
9d9f3fa5aaf6bc91091873bd7ee04f0cc23e8709e4ad20c61d2779ff1a43c4b4
873011c181d00709fdf66f32bb3cca0c5ff3147d00ef818fef72987a6773ea66
2423decbfcf820f41bc356547e4e18e61d60c9829421d7121c374dcef88577f7
8e87a734daddd95322b3f18f71eb9275219e244aac4f62b8dc6da6e2e91525e9
dd23012b4dc29cf7901185ae4fb2d507e737e9ea4d467846eafd6a86b26486bf
3cd9b7d583442963261f9985128042bf45d25482efcbf903c9248837cb0d744b
01e4cb3c60fa50b2927daa11f25a3c412549680406fc121a3d1870a9a33f5d38
60c730addd2a15e4213a1d37f55186686976de73a106317b5a258fe0121cfd5c
dc8b056dd6eb75df21e9721ac2e340f91bb5e94d5a6ff412d7d0c7539e0f06e2
aa84e2ac68f7fc18f4927b89be7b4a7739f2eaf099e489aa0f65c1d3913ce62a
639430a33c0ecdf5a134501788a3a40f065ae4232efc66e1b82eca2b355e0606
aefac65c42c0c72ed3e08b32774fa1b902f4fd1d53de189d50f38130cc357764
88dfa217ef342de56b73625a64196b30aed7ac18dbe3d6d046408f3646146a07
ad9794b209b7b1d09b2247b87e0762a6d63d082f97788cc1f07ca7782b84011a
fecdf82a8a8100e5e848f3380ebba7718e80a352c781216dd1f896021311686d
28287d944654bc5cd118ea37f93903adf327459ce51c1042633d3725d39eeea2
FILE NAME 14
zoom-update.vbs
RSKAdvGrpSupportingdocuments.vbs
SystemCheck.gzip
WindowsExplorerSupport.msi
working_payload.cs
AdobeReader_Update.exe
Document-Viewer.exe
ZoomUpdateInstaller.pkg
Zoomupdateinstaller.msi
Zoomupdateinstaller.exe
Document-review.msi
DocumentReview.msi
SystemCheck.msi
MemoryLoader.cs

Detections (10)

Enable detections →

Connect your environment for suggestions and queries personalized to your security telemetry.

  • Windows Defender Exclusions Manipulation by PowerShell
  • PowerShell Compiling Downloaded Source Code In Memory
  • Silent MSI Install From User Writable Path via Script Host or Shell
  • RMM Agent Spawning Command Interpreter or Script Host
  • RMM Agent Spawning Burst of Discovery Commands
  • ScreenConnect Client Connecting to Raw IP Relay
  • Monitor for sandbox evasion checks — VM detection, timing analysis, environment fingerprinting
  • Monitor for files that bypass Mark-of-the-Web protections via container formats or ADS manipulation
  • Detect executables masquerading as legitimate system files in non-standard directories