The images in this article were generated with artificial intelligence. How we publish
Cybersecurity researchers have identified two new malware families - called WordlistLoader and SynkLoader - used as intermediate stages to deploy later loads and, according to public analysis, probably linked to operators selling access to groups of ransomware. The vectors and techniques observed combine social engineering on compromised websites (known abuse of "fake CAPTCHA" or ClickFix), legitimate CDN abuse and remote execution mechanisms that reduce disk prints and evade detection.
What has been confirmed: Documented intrusions use false verification screens (ClickFix) injected into legitimate websites using malicious JavaScript, instruct the victim to paste and run a command in the Run Windows box, and that command launches a chain that ends up downloading and running WordlistLoader; in turn WordlistLoader rebuilds a encoded shellcode (from words in English or UID-type blocks), uses escape techniques like hardware breakpoints to avoid Event Tracing for Windows (ETW) and loading into a critical memory that is also known as Ato Ato / or to a parent (AER). In parallel, SynkLoader has been distributed by phishing in Microsoft Teams that induces the download of an MSI installer hosted in Azure Blob; that installer performs in memory a modular set (profiler, persistence, FishLocker to steal credentials with a false lock screen, backconnect, VNC, etc.). These findings have been published by security companies that have observed infection chains and artifacts in affected systems.

How it works technically (typical running chain): The ClickFix flow starts with JavaScript injected into compromised sites. The script presents a box "I am not a robot" and, after clicking, copies a malicious command to the clipboard and indicates that it is glued to Run. That command can invoke conhost.exe to launch a cmd.exe "headless" (without visible window), map a remote WebDAV resource using pushd and then run rundl32.exe to load a DLL directly from the resource mounted on HTTPS. WordlistLoader gets the shellcode encoded as a sequence of words; a reflective loader uncovers and runs that code in memory. In other cases, the chain uses mshta to run remote HTA content that flows into VBScript / PowerShell that removes a JPEG and loads the payload from memory, reducing traces on disk. These steps match documented techniques in frames such as MITRE ATT & CK for mshta and local command execution (https: / / attack.mitre.org / techniques / T1218 / 005 / and https: / / attack.mitre.org / techniques / T1059 / 003 /).
Exhaust and supply elements: The attackers have used two resources for resilience and stealth. First, they hide the initial JavaScript as Base64 blobs and, in some cases, download another JavaScript stored in a blockchain smart contract (technique some call EtherHelling) to quickly rotate "burned" URLs. Second, they use legitimate CDNs as jsDelivr to host scripts or malicious PowerShell; although the CDN often removes malicious content quickly, the combination with EtherHelling facilitates closed infrastructure changes (https: / / www.jsdelivr.com /).
Those who may be affected: any user who visits the compromised sites and follows the ClickFix instructions (paste / run the command) is at risk. The campaigns use legitimate sites with malicious JavaScript, so it is not an exclusive display of dubious websites; in addition, employees who receive seemingly internal messages on Microsoft Teams and download an unverified MSI are also at risk. Organizations with lax policies on binary execution, no entry / exit control of scripts or no advanced EDR protection are preferred target.
Practical implications: The combination of reflective loaders, memory execution and modular persistence can result in the theft of credentials, lateral movement (through TrafficRedirector / backconnect), data exfiltration and persistent remote access (VNC / RAT). These resources facilitate both stealer operations and the sale of access to Ransomware groups or initial access operators (the latter is an estimate based on the observed functionality, not an unequivocal conclusion on the identity of actors).
What is not yet definitive: Although the tools and chains are well documented, the attribution - who specifically operates WordlistLoader / SynkLoader and whether they act directly as a group of ransomware or as an initial - access brokers - remains without conclusive public confirmation. There is also uncertainty about the total scope of victims and the time length of campaigns with current variants.
Specific and actionable recommendations for managers and users: never run commands glued from web pages or download and install MSI or executables based only on Teams messages without checking the sender. For corporate equipment and environments, apply these specific measures:
- Block or restrict mshta.exe, rundl32.exe and unmanaged PowerShell execution by AppLocker or Windows Defender Application Control (WDAC) policies.
- Disable WebClient service at workstations if WebDAV is not required: run with administrative privileges sc stop WebClient & & sc config WebClient start = disabled.
- Implement white list rules for scripts and memory execution control (EDR that detects reflectors and WoW64 / Heaven's Gate trampoline), as well as monitor the use of conhost.exe and unusual child processes.
- Apply MFA and rotation of credentials if there is a suspicion of commitment; review scheduled tasks and persistence agents after detection.
- Filter and audit the use of CDN and third-party repositories in the web infrastructure; monitor page-loaded external resources and block JS hosted in non-reliable third-party repositories. Review integrity of corporate websites and hardenate content providers.

- Train users against the ClickFix tactic: never run instructions that involve hitting and running commands in the system as a "solution" to a CAPTCHA.
Baseline: to understand specific techniques and associated defense, see Microsoft's technical documentation on Event Tracing for Windows (ETW) and mitigation (https: / / learn.microsoft.com / en-us / windows / win32 / etw / about-event-tracing) and relevant entries in MITre ATT & CK on Windows's mshta and shells execution (https: / / attack.mitre.org / techniques / T1218 / 005 / and https: / attack.ttttttjs / 10). In addition, CDN abuse management and the risk of hosting remote scripts are well documented by the services themselves as jsDelivr (https: / / www.jsdelivr.com /).
In short, recent campaigns show an evolution towards "resilient" infrastructure (CDN and blockchain) delivery chains to make it difficult to remediate. Effective defence combines technical measures (implementation control, EDR, WebDAV blocking), web infrastructure management and user-specific training to prevent ClickFix's initial action.
Related
More news on the same subject.

TikTok will pay 400 million for COPPA; 100 M subject to annulment of decree Musical.ly
The U.S. Department of Justice. United States announced payment of $400 million by TikTok to resolve a 2024 lawsuit that accused the platform - owned by ByteDance - of violating...

Npm campaign installs RedC2 4.0 when importing malicious packages
Cybersecurity researchers have found a malicious package campaign in the npm ecosystem that, at first sight, provide calendar and calculation utilities but actually serve as a v...

Wazuh integrates IA for cloud analysis and reports and local deployment, with governance controls
Wazuh has integrated artificial intelligence capabilities into its security platform, offering a cloud-managed option - called Wazuh AI Analyst - and also supporting integration...

Microsoft Entering ID: vulnerability CVE-2026-69836 exploited and mitigated
Microsoft has reported the existence of a maximum gravity vulnerability in its cloud identity service - Microsoft Entering ID - listed as CVE-2026-69836 and with a CVSS score of...

Rust: commitment of the supply chain to arrayref, internment and append-only-vec
Rust's package ecosystem suffered an attempt to compromise the supply chain on 20 August 2026: three malicious versions of popular crates were published and eliminated within ho...

Isolated-vm Vulnerability allows memory corruption and sandbox escape
Security researchers have revealed critical vulnerability in the open source isolated-vm library - a Node.js binding to run unreliable JavaScript in isolated V8 engine instances...