All Posts
Anomali Cyber Watch
1
min read

Anomali Cyber Watch: SLEEPWALKER Passive Backdoor, GPUThor Attack Bypasses NVIDIA, Enabling Privilege Escalation and DoS; Fire Ant, TACACS Credential Harvester and more

Published on
September 1, 2026
Table of Contents

At a Glance

Attack Patterns
60
Masquerading: Match Legitimate Name Or Location
3
Reflective Code Loading
2
Traffic Signaling: Socket Filters
2
Encrypted Channel: Symmetric Cryptography
2
Ingress Tool Transfer
2
Target Regions
1
Americas: 100.0% (1)Americas: 100.0% (1)
Hover over the chart to see data
Industries
2
Telecommunications: 50.0% (1)Technology: 50.0% (1)Telecommunications: 50.0% (1)Technology: 50.0% (1)
Hover over the chart to see data
* Frequency counts reflect mentions across collected reports
Story #1  |  August 24, 2026

SLEEPWALKER Passive Backdoor Uses Custom Bytecode Language and Six Covert Transports

▶ expand
SLEEPWALKER is a passive Windows backdoor that makes no outbound connections and opens no obvious listening port by default, giving network monitoring tools nothing to flag. It arrives as a malicious dynamic-link library (DLL) disguised as Microsoft's dpapi.dll with version metadata copied from ESET Management Agent, and side-loads into ERAAgent.exe via Windows' DLL search order. The backdoor activates only when the attacker delivers a single crafted packet that passes a specific validation check while monitoring all traffic on the host's network interfaces. Its built-in configuration, encrypted with AES-256-CCM, holds one instruction: watch every interface indefinitely. Triggered commands arrive as custom bytecode that only the backdoor's interpreter can decode, so recovering the encryption key alone does not reveal what was sent. The 23-instruction language supports task scheduling, staged payload delivery verified against a SHA-256 fingerprint, in-memory shellcode execution, and communication over TCP, UDP, ICMP, SMB named pipes with credentialed lateral movement, raw packet capture, and VMware's Virtual Machine Communication Interface (VMCI), a covert channel that passes traffic between a guest and its host, or between two guests on the same physical host, without touching a physical network adapter. The backdoor also modifies two Windows registry settings to permit unauthenticated named-pipe access. No victim, actor, or delivery chain was identified from the single analyzed sample, and detection coverage was low at publication.
Analyst Comment
SLEEPWALKER is most significant as a case study in deliberate detection gap construction rather than an immediate threat to most organisations. The implant produces no outbound beacon, opens no obvious port in its dormant state, and rides inside a trusted enterprise security process, each mapping, on assessment, to a common detection dependency. For organisations running ESET Management Agent, check for an unexpected dpapi.dll or dpapisvc.dll alongside ERAAgent.exe, review DLL-load telemetry for that process, and run the published PowerShell scanner. There is no patch; side-loading abuses Windows DLL search order rather than a flaw in ESET's software, and a confirmed detection requires incident response and rebuild. Independent of ESET, EveryoneIncludesAnonymous defaults to 0 on modern Windows; any value of 1 is anomalous and directly queryable across an endpoint fleet. NullSessionPipes warrants the same audit but entries must be assessed against a known-good baseline, as legitimate entries can exist and absence does not confirm a clean state. VMCI traffic between VMware guests or between a guest and its host bypasses conventional network adapters, and most organisations are unlikely to have monitoring coverage without deliberate implementation. No confirmed victim, actor, or delivery chain exists and the targeted assessment remains an inference from design.
Story #2  |  August 26, 2026

GPUThor: Non-Uniform Rowhammer Attack Bypasses ECC on NVIDIA GPUs, Enabling Privilege Escalation and DoS

▶ expand
University of Toronto researchers have published GPUThor, a Rowhammer attack that defeats error-correcting code (ECC) protections on NVIDIA Ampere-class GPUs, enabling denial-of-service (DoS) and root-level privilege escalation. Rowhammer attacks induce bit flips by repeatedly activating memory rows at high speed until electrical interference corrupts data in neighboring rows. Prior GPU attacks produced too few flips to defeat ECC, which NVIDIA recommended as the primary defense. GPUThor overcomes this by reverse-engineering two undocumented GPU behaviors: how the hardware consolidates repeated memory requests (coalescing), and how frequently its in-DRAM Target Row Refresh (TRR) defense activates, found to fire once every 72 refresh intervals rather than once per interval. This allows aggressor rows to be hammered at 6.6 times the intensity of prior techniques, producing 72,000 to 377,000 bit flips per GB across RTX A4000, A4500, A5000, and A6000 GPUs. At these rates, ECC is bypassed: the campaign produced 387 detectable but uncorrectable double-bit errors and two triple-bit errors ECC silently mis-corrected. Researchers demonstrated privilege escalation to root by corrupting GPU page tables, completing in 0.7 to 1.2 minutes. NVIDIA published guidance on August 25, recommending SYS-ECC, IOMMU/DMA isolation, and restricting untrusted CUDA workloads; complete protection requires stronger multi-bit ECC and hardware-level defenses.
Analyst Comment
ECC remains worth enabling but should no longer be treated as a sufficient standalone defense against GPU Rowhammer; GPUThor has demoted it from a solution to one layer in a defense stack that currently lacks a strong upper layer. The affected GPUs are workstation-class Ampere hardware common in on-premises AI inference deployments, internal ML pipelines, and research environments, not just cloud instances, and any environment where untrusted code executes on affected hardware is in scope. Realistic attacker entry points include compromised containers in shared GPU environments, co-tenants in cloud notebook or inference services, and malicious or compromised dependencies in ML pipelines, the last of which is relevant even on isolated on-premises systems. Organizations using cloud GPU services should ask providers directly whether cross-tenant GPU sharing has been disabled and whether NVIDIA's mitigations have been deployed, as acknowledging the issue and demonstrably mitigating it are not the same thing. November 15, 2026 is a meaningful operational deadline; when the exploit code releases publicly at CCS '26, the accessible attacker pool widens considerably. GPUHammer, GPUBreach, and GPUThor emerged within roughly 15 months; ECC successfully contained the first two, and GPUThor is the first to defeat it; a single paper invalidated NVIDIA's primary recommended defense, and current mitigations should not be treated as permanent.
Story #3  |  August 27, 2026

Fire Ant Pivots to Trusted Infrastructure, Deploying Router Implants and TACACS Credential Harvester

▶ expand
Telecommunications � Technology
Fire Ant, a Chinese espionage actor first reported in 2025 and assessed to overlap with UNC3886, expanded from VMware hypervisors in 2026 into Cisco IOS XR routers, Terminal Access Controller Access-Control System (TACACS) authentication servers, and Linux management hosts; the initial access vector was not identified. On compromised routers, malware persisted through a fake startup service running an implant only during odd-numbered hours, selectively suppressed syslog delivery to reduce defender telemetry, filtered command output to conceal tunnel-related configuration, and maintained Telnet connections to actor-controlled infrastructure. The actor captured traffic from multiple routers and exfiltrated PCAP files to external FTP servers. On TACACS servers, a previously undocumented toolset tracked as TacTap injected a malicious library into the authentication process to intercept sessions and write harvested credentials to an obfuscated file on disk. Linux management hosts carried Medusa rootkit components, custom SSH backdoors first deployed in 2025, the BridgeAgent implant disguised as a Zabbix monitoring agent, and a packet-triggered backdoor that activated only on receipt of trigger strings in network traffic. Across all compromised systems, the actor disabled SELinux, redirected selected inbound connections from port 22 to port 443, and altered login records, sudo logs, and file timestamps to obstruct forensic investigation.
Analyst Comment
Fire Ant's targeting logic is the central lesson here: by compromising infrastructure that routes traffic, authenticates administrators, and records activity, the actor converted a single victim into a potential access platform toward connected networks. Organisations with trust relationships to high-value or critical infrastructure environments should assess whether that connectivity makes them a plausible stepping stone regardless of their own perceived target value. The anti-forensic capability is particularly significant. Log tampering and telemetry suppression appear to have been built into the operation by design rather than applied reactively. Standard post-incident workflows that assume log integrity may produce unreliable results when this class of actor has been present. Independent log shipping from network devices and authentication infrastructure to sources those devices cannot modify is a prerequisite for meaningful investigation at this threat level, not an enhancement. For detection, behavioural consistency is more durable than indicator matching. Filenames and hashes will change between operations, but persistence on control-plane devices and selective telemetry suppression have remained consistent across Fire Ant's reported activity, and authentication infrastructure targeting is consistent with the broader cluster's documented tradecraft. Most organisations lack the forensic capability to detect or investigate this activity on network infrastructure without targeted investment. Routers, TACACS servers, and management hosts require monitoring, hardening, and response procedures equivalent to those applied to endpoints.
MITRE ATT&CK Techniques
T1037.004 - Boot or Logon Initialization Scripts: Rc Scripts T1543.002 - Create or Modify System Process: Systemd Service T1601.001 - Modify System Image: Patch System Image T1599 - Network Boundary Bridging T1055.001 - Process Injection: Dynamic-Link Library Injection T1036.005 - Masquerading: Match Legitimate Name Or Location T1036.011 - Masquerading: Overwrite Process Arguments T1562.001 - Impair Defenses: Disable Or Modify Tools T1562.004 - Impair Defenses: Disable Or Modify System Firewall T1562.003 - Impair Defenses: Impair Command History Logging T1070.002 - Indicator Removal on Host: Clear Linux Or Mac System Logs T1070.006 - Indicator Removal on Host: Timestomp T1027 - Obfuscated Files Or Information T1056.004 - Input Capture: Credential Api Hooking T1046 - Network Service Scanning T1040 - Network Sniffing T1572 - Protocol Tunneling T1205.002 - Traffic Signaling: Socket Filters T1090.001 - Proxy: Internal Proxy T1105 - Ingress Tool Transfer T1048.003 - Exfiltration Over Alternative Protocol: Exfiltration Over Unencrypted/Obfuscated Non-C2 Protocol
Target Industry
Telecommunications Technology
Source Country
China
Source Region
Asia
Story #4  |  August 31, 2026

Stolen Claude Sessions Let Attackers Bypass Passwords and Two-Factor Authentication

▶ expand
Anthropic notified an unspecified number of Claude users that a threat actor used active Claude login sessions harvested from infostealer-infected computers to access accounts and consume paid usage. A stolen session cookie proves a login already occurred, so the attacker did not need the account password or a two-factor authentication (2FA) code to get in. Anthropic identified the malware as Vidar, Lumma (LummaC2), StealC, RedLine, and Acreed on Windows, and Atomic Stealer (AMOS) on some Macs; it typically arrives through an unofficial download or malicious app and copies saved passwords, browser cookies, and local credentials. Anthropic said it has no reason to believe the malware is related to Claude or to anything users did within Claude, and that phones and tablets do not appear to have been involved. After detecting the activity, which could appear as usage refilling and draining while the legitimate user was idle, Anthropic invalidated compromised sessions, removed saved payment methods, and refunded charges identified as unauthorized. Because signing out does not remove the malware, Anthropic advised cleaning devices, then securing the email account used for Claude by changing its password, signing out other sessions, enabling 2FA, updating saved browser passwords, and afterward re-adding a payment method.
Analyst Comment
All six malware families identified in this campaign are established commodity infostealers sold or rented through cybercrime markets and malware-as-a-service platforms. The more revealing detail is what the attacker did with the sessions collected: Anthropic said a bad actor had begun selecting Claude sessions from stealer data and reusing them, suggesting AI service accounts now carry operational value beyond being an incidental find. MITRE ATT&CK separates the behavior into two stages, T1539 for acquiring the session cookie and T1550.004 for using it to authenticate as the victim, and password resets or MFA enforcement alone will not terminate an already valid stolen session unless the associated tokens are also revoked. One visible indicator in this incident was abnormal usage consumption rather than a failed login, worth monitoring alongside conventional identity signals. Anthropic's own Enterprise and Console admin settings already allow shortened maximum session durations specifically to limit how long a compromised session stays valid, a control organizations running Claude at scale should confirm is enabled and appropriately configured. Endpoint compromise was the enabling failure here, and password policy alone would not have prevented reuse of a session already in an attacker's hands.
Story #5  |  August 24, 2026  |  AMERICAS

WordlistLoader and SynkLoader Combine Social Engineering With Defense Evasion

▶ expand
Security researchers detailed two separate malware loaders that both rely on tricking users into starting their own infection. The first, WordlistLoader, spreads through compromised websites showing fake CAPTCHA prompts, a technique known as ClickFix, which copies a malicious command to the clipboard and asks the visitor to paste it into the Windows Run dialog. The command maps a remote WebDAV share and executes a hosted DLL, leading to Amatera Stealer (ACR Stealer). The loader hides its shellcode as ordinary English words or UUID strings, attempts to remove hooks from loaded modules' exported functions, and uses a hardware breakpoint to block Event Tracing for Windows (ETW) logging. The second loader, SynkLoader, was distributed through a Microsoft Teams message in which an attacker posed as internal IT support and convinced the victim to install a fake "PowerShell Cleaner" tool hosted on Microsoft Azure. This installs a Python-based loader that can deploy a fake Windows lock screen to steal login passwords, a scheduled task for persistence, a reverse proxy, a remote command shell, and a screen-sharing module. Researchers assessed with low to medium confidence that the toolkit may belong to a ransomware group or an initial access broker that sells access to ransomware operators.
Analyst Comment
Both cases show real engineering effort, but at different stages. In the observed infection chains, neither relied on exploiting a software vulnerability for initial access; each required the victim to execute something they had been persuaded to trust, whether a familiar CAPTCHA prompt or a Teams message posing as internal IT support. Once executed, both employed techniques meant to reduce visibility to endpoint security tooling, from WordlistLoader's hook removal and ETW evasion to SynkLoader's in memory PowerShell execution ahead of its disk based Python components. That evasion effort did not make either intrusion invisible. Expel discovered SynkLoader after an EDR alert fired on its scheduled task persistence, showing that behavioral detection later in the attack chain can still expose an intrusion after the initial social engineering step succeeds. For defenders, the broader pattern matters as much as the malware internals: verify unexpected IT contact through a separate channel, treat legitimate cloud hosting or a compromised genuine website as no guarantee of safety, and keep watching for the behavioral signals both cases left behind. SynkLoader's possible connection to ransomware operations should stay caveated, since researchers assess that link with only low to medium confidence.
MITRE ATT&CK Techniques
T1566.003 - Phishing: Spearphishing Via Service T1566.004 - Phishing: Spearphishing Voice T1204.002 - User Execution: Malicious File T1218.007 - Signed Binary Proxy Execution: Msiexec T1059.001 - Command and Scripting Interpreter: Powershell T1059.006 - Command and Scripting Interpreter: Python T1053.005 - Scheduled Task/Job: Scheduled Task T1656 - Impersonation T1036.005 - Masquerading: Match Legitimate Name Or Location T1620 - Reflective Code Loading T1027.010 - Obfuscated Files or Information: Command Obfuscation T1027.013 - Obfuscated Files or Information: Encrypted/Encoded File T1056.002 - Input Capture: Gui Input Capture T1082 - System Information Discovery T1057 - Process Discovery T1007 - System Service Discovery T1033 - System Owner/User Discovery T1018 - Remote System Discovery T1071.001 - Application Layer Protocol: Web Protocols T1573.001 - Encrypted Channel: Symmetric Cryptography T1090 - Proxy T1105 - Ingress Tool Transfer T1113 - Screen Capture
Target Region
Americas
Target Country
United states
Story #6  |  August 26, 2026

SharePoint Authentication Bypass and RCE Flaws Chained for Unauthenticated Code Execution

▶ expand
Two Microsoft SharePoint vulnerabilities can be chained to reach unauthenticated remote code execution on unpatched on-premises servers, and attackers are now probing the chain in the wild. The first, CVE-2026-55040, is a flaw in SharePoint's JSON Web Token (JWT) validation pipeline that lets an unauthenticated attacker forge a token and impersonate a SharePoint user, potentially an administrator, given a known target account identifier. Microsoft patched the flaw on July 14, 2026, and a threat intelligence firm reported the August 11 proof-of-concept exploit was weaponized within a day. The second flaw, CVE-2026-63520, lets an authenticated attacker execute arbitrary code with SharePoint service account privileges through Business Connectivity Services. Microsoft patched it on August 11, 2026; chained after the first flaw, it enables unauthenticated code execution. Researchers published a working exploit for the chain on August 24. The same firm reported on August 25 that its honeypots recorded the chain being probed, including the authentication bypass and reconnaissance, though it observed no code execution. The Cybersecurity and Infrastructure Security Agency added CVE-2026-55040 to its Known Exploited Vulnerabilities catalog on August 18. More than 8,700 SharePoint servers were tracked exposed online, though how many remain vulnerable to it is unclear.
Analyst Comment
Patching CVE-2026-55040 disrupts the unauthenticated path into this chain by removing the authentication-bypass step, but that should not substitute for patching CVE-2026-63520 as well, since an attacker with sufficient authenticated SharePoint access can still reach that flaw independently. The honeypot activity shows attackers actively testing the complete chain, and while CVE-2026-55040 exploitation is confirmed strongly enough for its inclusion in CISA's Known Exploited Vulnerabilities catalog, successful code execution through the full chain has not been observed. No public attribution exists for who is behind the scanning. Detection teams should note that Rapid7 and VulnCheck independently built different gadget chains for the same RCE bug, so signature-based hunting alone may miss variants; monitoring for unusual Business Data Catalog model activity and unexpected process execution from SharePoint service accounts offers broader coverage. Organizations still running SharePoint Server 2016 or 2019 should treat this as a signal to accelerate migration, since both products reached end of extended support in July 2026, before Microsoft's August fix for CVE-2026-63520 shipped. For most defenders, the practical takeaway is straightforward: confirm exposure, patch both flaws, reduce direct internet access where possible, and watch for updates as this remains an evolving situation.

FEATURED RESOURCES

September 1, 2026
Anomali Cyber Watch

Anomali Cyber Watch: SLEEPWALKER Passive Backdoor, GPUThor Attack Bypasses NVIDIA, Enabling Privilege Escalation and DoS; Fire Ant, TACACS Credential Harvester and more

SLEEPWALKER Passive Backdoor Uses Custom Bytecode Language and Six Covert Transports; GPUThor: Non-Uniform Rowhammer Attack Bypasses ECC on NVIDIA GPUs, Enabling Privilege Escalation and DoS; Fire Ant Pivots to Trusted Infrastructure, Deploying Router Implants and TACACS Credential Harvester; Stolen Claude Sessions Let Attackers Bypass Passwords and Two-Factor Authentication; WordlistLoader and SynkLoader Combine Social Engineering With Defense Evasion; SharePoint Authentication Bypass and RCE Flaws Chained for Unauthenticated Code Execution
Read More
August 27, 2025
Cyber Threat Intelligence
Operationalized Threat Intelligence

Chinese-Made Components in Military Drones: What the MoD Data Breach Near-Miss Reveals About Hardware Supply Chain Risk

Royal Navy K3 Scout cameras signaled a Chinese IP despite passing NDAA checks. Why hardware supply chain risk hides below tier-1 compliance.
Read More
August 25, 2026
Anomali Cyber Watch

Sapphire Sleet Linked to Supply Chain Compromise of Rust arrayref Crate, New SynkLoader Malware Pushed in Microsoft Teams Phishing Campaign, MacSync Stealer: Tracking Rotating macOS Infrastructure Through Behavioral Patterns, and more

Sapphire Sleet Linked to Supply Chain Compromise of Rust arrayref Crate, New SynkLoader Malware Pushed in Microsoft Teams Phishing Campaign, MacSync Stealer: Tracking Rotating macOS Infrastructure Through Behavioral Patterns, Suspected Ransomware Affiliate Behind Fake "Rescue" Offer to Victims, Manic: New Android Malware Blending Banking Fraud, Spyware, and Peer-to-Peer Data Relay
Read More
Explore All