All Posts
Anomali Cyber Watch
1
min read

NightEagle GhostContainer Backdoor, SparroWocky Against Government, RatHat Malware Uses AI to Target Banking, Jade Sleet Targets Indian IT, BragJack Hijacks AI Agents, OpenAI Identity Design Flaw, and more

Published on
September 22, 2026
Table of Contents

At a Glance

Attack Patterns
106
Masquerading: Match Legitimate Name Or Location
3
Ingress Tool Transfer
3
Screen Capture
3
Data From Local System
3
Exfiltration Over C2 Channel
3
Target Regions
5
Americas: 60.0% (3)Europe: 20.0% (1)Asia: 20.0% (1)Americas: 60.0% (3)Europe: 20.0% (1)Asia: 20.0% (1)
Hover over the chart to see data
Industries
4
Technology: 50.0% (2)Commercial: 25.0% (1)Government / Government National: 25.0% (1)Technology: 50.0% (2)Commercial: 25.0% (1)Government / Government National: 25.0% (1)
Hover over the chart to see data
* Frequency counts reflect mentions across collected reports
Story #1  |  September 16, 2026  |  EUROPE

NightEagle APT Expands from Asia to Russia Using GhostContainer Backdoor and Tunneling Tools

▶ expand
Commercial
NightEagle (also tracked as APT-Q-95 and APT-C-78), a cyber espionage group active since at least 2023 and originally focused on Chinese government, defense, and technology targets, has expanded operations to businesses in Russia. QiAnXin, which first documented the group, assesses it is likely North American in origin based on operational hours, though this remains circumstantial. The group authenticates to corporate VPNs using compromised credentials, masking connections through Cloudflare WARP and European virtual server providers. Researchers assess with high confidence that GhostContainer reaches Exchange servers via ASP.NET cryptographic key extraction, VIEWSTATE parameter overwriting, and in-memory payload injection. GhostContainer, built from modified open-source components, does not beacon outward; operators connect inbound and embed Command and Control (C2) commands in normal Exchange HTTP requests, a design that analyst assessment indicates defeats outbound traffic monitoring. Tunneling tools staged on GitHub using legitimate-looking filenames combine Microsoft dev tunnels with rdp2tcp for covert Remote Desktop Protocol (RDP) access through trusted cloud infrastructure. In at least one incident the group exploited BlueKeep (CVE-2019-0708) to create a local administrator account; across incidents it requested Kerberos tickets with non-standard flags and attempted DCSync to replicate Active Directory password objects.
Analyst Comment
The most significant finding here is not the tooling but the targeting. NightEagle has been observed targeting Russian organizations for the first time in available reporting, representing a documented expansion of operational scope rather than a confirmed strategic pivot. The underlying motivation for this shift is not established in current sources and remains an open analytical question. The credential abuse vector warrants particular attention. The documented intrusion begins at VPN authentication using compromised valid credentials, but the source does not account for how those credentials were obtained. The visible intrusion likely has an undocumented precursor, whether phishing, prior breach, or purchased access, and defenders should treat the VPN authentication event as a late-stage indicator rather than the point of initial compromise. NightEagle's toolchain is deliberately constructed to blend into normal enterprise activity at every stage. Legitimate credentials, trusted Microsoft cloud infrastructure, standard Windows protocols, and an Exchange-resident implant that generates no outbound traffic collectively mean that signature-based detection is likely to fail. Effective detection depends on behavioral monitoring of inbound Exchange traffic patterns, RDP virtual channel names in Windows event logs, and non-standard Kerberos ticket flag combinations. The successful exploitation of BlueKeep (CVE-2019-0708) in at least one recently investigated incident is itself an intelligence finding, indicating that some targeted environments remain unpatched against a 2019 vulnerability. Defenders should verify exposure rather than assume patch compliance. The North American attribution assessment, based on operational hours and target selection rather than technical indicators, should be treated as a weak hypothesis. Neither factor individually, nor both together, constitutes a strong evidential basis for formal attribution.
MITRE ATT&CK Techniques
Target Industry
Commercial
Target Region
Europe
Target Country
Russian federation
Source Region
Asia
Story #2  |  September 17, 2026  |  AMERICAS

FamousSparrow Deploys SparroWocky Backdoor Against Latin American Government Agencies

▶ expand
Government / Government National
FamousSparrow, a China-aligned espionage group some researchers associate with Salt Typhoon, though the link lacks confirming technical indicators, shifted its targeting almost exclusively to Latin American government agencies in July 2025 and has been deploying a new custom backdoor called SparroWocky against organizations in Argentina, Ecuador, Guatemala, Honduras, Panama, Peru, Puerto Rico, and Venezuela since at least August 2025. From mid-2025 into 2026, 90 percent of the group's recorded victims were in the region, which researchers assess likely reflects China's effort to monitor how local governments are responding to increased US political and economic pressure in the area. The initial access vector used in these attacks has not been publicly confirmed. SparroWocky is a modular C++ backdoor delivered via DLL side-loading, a technique that conceals malicious code inside a process that appears legitimate, and establishes persistence through a Windows service or registry Run key. Once active, it supports nearly 30 operator commands covering system reconnaissance, file theft, live screen capture, token-based account impersonation, in-memory code execution, and network proxying. Communications are encrypted over Transport Layer Security (TLS) on port 443 or 8080, with exfiltrated data further protected by RC4 encryption. Researchers attribute the campaign to FamousSparrow with high confidence.
Analyst Comment
SparroWocky represents a meaningful capability step for FamousSparrow. The shift from deploying open-source tools alongside its previous implant to integrating them directly into custom malware indicates active development investment, and the result is a backdoor built with specific awareness of how modern endpoint detection works. The evasion techniques documented here are not generic; they are designed to prevent the alerts that endpoint security products are supposed to generate, and defenders should not assume existing tooling will catch this without validation. For most organisations, direct exposure to this campaign is unlikely given the deliberate, narrow targeting of specific Latin American government entities, though the open-source components integrated into SparroWocky are publicly available and already present across the broader threat ecosystem. The integration approach itself, embedding these tools directly into a custom implant rather than deploying them alongside it, is the element most likely to be adopted more widely over time. The actionable priority for defenders is posture review rather than incident response: endpoint detection coverage should be validated against reflective code loading, DLL side-loading, and token manipulation activity, and ESET has published indicators of compromise and decryption tooling in their public GitHub repository for those wishing to hunt for evidence of SparroWocky in their environments. The broader intelligence picture warrants attention: FamousSparrow's targeting pivot closely followed specific geopolitical developments, and at least one confirmed target was directly involved in an active commercial dispute tied to Chinese economic interests. Organisations with exposure to Latin American energy, mining, telecommunications, or port infrastructure should treat this as an elevated threat environment. Whether the group's focus on Latin America reflects a durable strategic mandate or a temporary response to current geopolitical circumstances remains an open question, but the targeting in this campaign tracks political events rather than technical opportunity either way.
MITRE ATT&CK Techniques
T1587.001 - Develop Capabilities: Malware T1190 - Exploit Public-Facing Application T1059.003 - Command and Scripting Interpreter: Windows Command Shell T1569.002 - System Services: Service Execution T1106 - Native Api T1543.003 - Create or Modify System Process: Windows Service T1547.001 - Boot or Logon Autostart Execution: Registry Run Keys / Startup Folder T1134.002 - Access Token Manipulation: Create Process With Token T1574.002 - Hijack Execution Flow: Dll Side-Loading T1036.001 - Masquerading: Invalid Code Signature T1036.004 - Masquerading: Masquerade Task Or Service T1036.008 - Masquerading: Masquerade File Type T1140 - Deobfuscate/Decode Files Or Information T1480.002 - Execution Guardrails: Mutual Exclusion T1564.010 - Hide Artifacts: Process Argument Spoofing T1027.007 - Obfuscated Files or Information: Dynamic Api Resolution T1620 - Reflective Code Loading T1070.004 - Indicator Removal on Host: File Deletion T1070.009 - Indicator Removal: Clear Persistence T1082 - System Information Discovery T1033 - System Owner/User Discovery T1083 - File And Directory Discovery T1680 - Local Storage Discovery T1120 - Peripheral Device Discovery T1113 - Screen Capture T1005 - Data From Local System T1573.002 - Encrypted Channel: Asymmetric Cryptography T1573.001 - Encrypted Channel: Symmetric Cryptography T1090.001 - Proxy: Internal Proxy T1090.002 - Proxy: External Proxy T1095 - Non-Application Layer Protocol T1041 - Exfiltration Over C2 Channel
Target Industry
Government / government national
Target Region
Americas
Target Country
Argentina
Source Country
China
Source Region
Asia
Story #3  |  September 16, 2026

RatHat Android Malware Uses AI Automation to Target Banking Credentials

▶ expand
RatHat is a new Android malware strain linked to threat actors appearing to operate in China, based on Mandarin-language prompts in its code. Distributed through smishing, malvertising, and third-party forums, victims are socially engineered into installing malicious Android package kits (APKs) disguised as legitimate applications. A dropper exploits SessionInstaller APIs to bypass Android's restricted settings; its second stage loads in memory via reflection, with the final payload staged to disk. Four anti-analysis layers and one anti-debug layer obstruct examination. Using Accessibility Service access, the malware self-pairs with the device's own Android Debug Bridge (ADB) daemon to gain shell-level access, deploying a Go-based command-and-control (C2) agent and a reverse proxy client that tunnels persistently to attacker infrastructure. The application steals banking credentials via HTML overlay injection, intercepts two-factor authentication (2FA) and one-time-password (OTP) codes, and uses an AI engine that serialises the device's live Accessibility tree, querying an external model in Mandarin to direct real-time navigation. A hardware-level keylogger reconstructs PINs, passwords, and unlock patterns from raw touch input, bypassing FLAG_SECURE, custom keyboards, and lock screen defences. A fake Google Play overlay blocks uninstall attempts; if removed regardless, a background agent outside the app's lifecycle silently reinstalls it.
Analyst Comment
RatHat's most operationally significant characteristic is not any single technique but the combination of capabilities that persist below the app layer. Once ADB self-pairing completes, the malware operates with shell-level privileges outside the Android application sandbox, and removing the app does not remediate the infection. Defenders should treat any suspected infection as a full device compromise requiring isolation; the appropriate remediation response is likely a factory reset, though this is not explicitly stated in source reporting and should be confirmed against organisational incident response procedures. The use of wireless ADB to achieve shell-level access without a connected computer is already documented across multiple Android malware families and represents a confirmed trend in mobile threat development. What appears more distinctive to RatHat is the AI-assisted navigation component, which replaces fixed automation scripts with a model that interprets the live interface in real time, making behaviour harder to fingerprint; whether that specific capability signals broader adoption across other mobile malware families cannot be determined from current reporting. Attribution to China-based threat actors rests primarily on Mandarin-language prompts and should be weighted accordingly as a reasonable indicator rather than a confirmed finding. For most organisations, practical exposure sits in BYOD and personal mobile devices accessing corporate authentication apps, email, or financial systems, with the 2FA interception capability particularly relevant given how widely that control is relied upon. Organisations without MDM visibility into mobile endpoints should treat this as a prompt to assess that gap.
Story #4  |  September 18, 2026  |  ASIA

Jade Sleet Targets Indian IT Provider With FLATROOF and ROOFDECK Backdoors

▶ expand
Technology
TraderTraitor (also tracked as Jade Sleet, UNC4899, PUKCHONG, and Slow Pisces), a Democratic People's Republic of Korea (DPRK)-linked financially motivated group, compromised an India-based information technology (IT) services provider with no cryptocurrency ties. The affected machine was a DevOps engineer's MacBook with cloud and pipeline access across AWS, OVH, and OpenStack; the exact delivery mechanism is unconfirmed, though the campaign uses fake job interview lures delivering malicious Terraform dependency lock files that silently redirect terraform init to attacker-controlled provider domains. Two Rust-based macOS backdoors were deployed: FLATROOF, which uses Telegram for command and control (C2) and collects browser data, terminal histories, system profile information, running process data, and the macOS login keychain; and ROOFDECK, a second-stage implant that locates its C2 server by reading an attacker-controlled profile on Nostr, a decentralized social protocol, avoiding reliance on a fixed C2 domain. ROOFDECK also supports remote shell access, lateral movement, and cryptographically verified command execution. Both backdoors were present from March 18, 2026, but remained inactive until March 29. On April 20, one day after LayerZero's public disclosure of the related KelpDAO attack, the actor pushed a detection-hardened ROOFDECK update and deleted the original implants.
Analyst Comment
This incident is notable primarily for its victim profile. TraderTraitor has an established pattern of targeting cryptocurrency and blockchain organizations, but the affected organization here had no documented cryptocurrency ties. Researchers assessing this specific intrusion concluded the organization likely yielded insufficient value to sustain it. Whether the targeting reflects a deliberate supply chain approach, given that IT services providers with cross-cloud DevOps access represent indirect routes to downstream client environments, or simply opportunistic selection based on the engineer's accessible infrastructure, cannot be determined from the available source material. The actor's own documented history of targeting vendors used by cryptocurrency firms makes the supply chain hypothesis worth considering, but it should not be treated as confirmed. Organizations that rely on third-party IT providers with privileged cross-cloud access should weigh that exposure regardless of which explanation proves correct. The confirmed delivery mechanism for this specific victim remains unknown, though the campaign more broadly uses weaponized Terraform dependency lock files as a documented lure; defenders should treat developer toolchain review as a priority without treating Terraform workflows as the only vector of concern. The developer endpoint as the primary attack surface for cloud-native intrusions is not a new observation, but this incident provides a concrete non-crypto example: the compromised laptop held cloud credentials and pipeline access across three infrastructure environments. Two details carry specific detection implications. The implants were present and inactive for eleven days before any behavioral activity began, meaning hunts based on active beaconing or anomalous process behavior would have missed the staged deployment entirely. Additionally, the actor deployed an updated, detection-hardened implant within 24 hours of a public disclosure naming their tooling. The timing is notable, though whether the update was a direct response to that disclosure cannot be confirmed from the available evidence. Defenders should not assume that public disclosure of an actor's tools terminates an active intrusion.
MITRE ATT&CK Techniques
T1583.001 - Acquire Infrastructure: Domains T1608.001 - Stage Capabilities: Upload Malware T1195.001 - Supply Chain Compromise: Compromise Software Dependencies And Development Tools T1566.003 - Phishing: Spearphishing Via Service T1204.002 - User Execution: Malicious File T1543.001 - Create or Modify System Process: Launch Agent T1036.005 - Masquerading: Match Legitimate Name Or Location T1553.001 - Subvert Trust Controls: Gatekeeper Bypass T1070.004 - Indicator Removal on Host: File Deletion T1555.001 - Credentials from Password Stores: Keychain T1555.003 - Credentials from Password Stores: Credentials From Web Browsers T1082 - System Information Discovery T1057 - Process Discovery T1083 - File And Directory Discovery T1518 - Software Discovery T1005 - Data From Local System T1115 - Clipboard Data T1071.001 - Application Layer Protocol: Web Protocols T1102.001 - Web Service: Dead Drop Resolver T1573.002 - Encrypted Channel: Asymmetric Cryptography T1104 - Multi-Stage Channels T1105 - Ingress Tool Transfer T1567 - Exfiltration Over Web Service T1041 - Exfiltration Over C2 Channel
Target Industry
Technology
Target Region
Asia
Target Country
India
Source Country
Korea, democratic people's republic of
Source Region
Asia
Story #5  |  September 16, 2026  |  AMERICAS

BragJack Proof-of-Concept Hijacks AI Browser Agents via Malicious Extensions

▶ expand
Security researcher Gal Weizman disclosed BragJack, a proof-of-concept that exploits the channel between browser AI models and their privileged components (which read files, capture screenshots, and act on websites) to hijack agents in five Chromium-based environments via a single malicious extension. The access mechanism varied by target: Chrome and Comet used declarativeNetRequest (DNR) to redirect trusted resources; Edge combined DNR header modification with a race condition; Opera Neon and Claude in Chrome were accessed through content script injection. The technique, called Prompt Forcing, supplies a complete prompt and follow-up instructions directly to an AI agent, which executes them using existing browser privileges without user interaction. Affected environments include Google Chrome's Gemini Live, Perplexity Comet, Microsoft Edge, Opera Neon, and Claude in Chrome, a browser extension rather than a native browser. Comet was the most severe case, enabling local file access, browsing history exposure, and full agent control. The research produced CVE-2026-0628 (CVSS 8.8, Chrome, attributed to Weizman at Unit 42) and CVE-2026-55945 (CVSS 4.2, Edge), earning $20,500 in bounties from five vendors. Google and Microsoft have patched their flaws; Comet, Opera Neon, and Claude in Chrome have no announced fix. Neither CVE has been reported as exploited in the wild.
Analyst Comment
BragJack points to a structural problem affecting a growing number of products, not just five specific ones. As browsers absorb AI agents with broad local privileges, a compromised extension can instruct a trusted AI agent to read local files, access authenticated sessions, and act on the user's behalf, a capability that sits outside what extension-based threats have historically implied. Chrome and Edge make this enterprise-relevant; the other three targets confirm the pattern is not vendor-specific. The precondition is a malicious extension already installed; how it arrives is not addressed by the research, but in the analyst's assessment the installation path is probably more relevant to control selection than the exploit mechanics. Extension allowlisting via group policy or mobile device management is the analyst's recommended priority control, consistent with enterprise hardening frameworks. The technique produces no malicious code for an endpoint detection tool to identify. Analyst-derived investigative signals include unprompted file access from browser agent sessions, extensions combining declarativeNetRequest permissions with broad host access, and agent network traffic to unexpected destinations. BragJack is proof-of-concept research with no in-the-wild exploitation reported; patch Chrome and Edge as the near-term priority, and treat extension hygiene as the primary control for the three unpatched environments.
Story #6  |  September 19, 2026  |  AMERICAS

Researchers Chain libheif Over-Read and OpenAI Identity Design Flaw to Reach Internal Code Repository

▶ expand
Technology
On July 25, 2026, three security researchers chained a heap buffer over-read in the libheif image-decoding library with a design flaw in OpenAI's identity infrastructure to take over multiple OpenAI employee accounts and reach an internal code repository. OpenAI's help forum runs on Discourse, which passes HEIC and HEIF uploads through ImageMagick to libheif for decoding. CVE-2026-32882 (CVSS 7.1 upstream; 8.8 in Discourse's advisory GHSA-vhm9-85gw-x335) provided the memory primitives used to defeat ASLR and achieve remote code execution. The forum ran libheif 1.19.7 on Debian 12; the fix in libheif 1.22.0, available since May 2026, had not been backported, and a standard web update would not have replaced it. The forum's shared SSO system translated that server access directly into staff ChatGPT and Codex accounts with no victim interaction required. Using an employee's Codex connected to OpenAI's GitHub organization, the team opened a single pull request in the internal monorepo as proof of access, then stopped. Claude Opus 5, released the previous evening, produced the working ASLR-bypass exploit within hours after Claude Opus 4.8 had failed across multiple sessions. OpenAI confirmed a fix roughly 14 hours after the report and paid a $6,500 bounty on September 1, 2026.
Analyst Comment
The headline finding is not the AI-assisted exploitation. Two defensive failures created the exposure: a native image-decoding library outside the application update path without a security backport, and an identity trust boundary connecting a public-facing service to internal staff tooling, which defined what was reachable. Native image-decoding libraries often sit beneath the application layer, outside the standard update path. Pipelines processing user-supplied HEIC, HEIF, or AVIF files should be verified at the library level. The SSO observation is likely the most transferable finding for most organisations. Identity trust boundaries are commonly documented at initial deployment and, consistent with broader industry experience, rarely revisited systematically thereafter; services accumulate and integrations are added without formal trust review. Any service sharing authentication with higher-trust tooling extends that boundary; compromise of that surface reaches everything the shared identity can access. Between model generations, one model failed where its successor produced a working ASLR-bypass exploit within hours, suggesting the skill floor for weaponising known memory corruption is declining. The full two-month multi-target campaign ran at under $3,000 in compute. Close the exposure classes this research relied on before investing in AI-specific detection capability. OpenAI confirmed a fix within 14 hours of a structured disclosure.
MITRE ATT&CK Techniques
Target Industry
Technology
Target Region
Americas
Target Country
United states
Source Country
India
Source Region
Asia

FEATURED RESOURCES

September 22, 2026
Anomali Cyber Watch

NightEagle GhostContainer Backdoor, SparroWocky Against Government, RatHat Malware Uses AI to Target Banking, Jade Sleet Targets Indian IT, BragJack Hijacks AI Agents, OpenAI Identity Design Flaw, and more

NightEagle APT Expands from Asia to Russia Using GhostContainer Backdoor and Tunneling Tools. FamousSparrow Deploys SparroWocky Backdoor Against Latin American Government Agencies. RatHat Android Malware Uses AI Automation to Target Banking Credentials. Jade Sleet Targets Indian IT Provider With FLATROOF and ROOFDECK Backdoors. BragJack Proof-of-Concept Hijacks AI Browser Agents via Malicious Extensions. Researchers Chain libheif Over-Read and OpenAI Identity Design Flaw to Reach Internal Code Repository.
Read More
September 16, 2026
No items found.

Ransomware's New Hire: Why Criminal Groups Are Recruiting Your Employees Instead of Hacking Them

Read More
September 15, 2026
Anomali Cyber Watch

Anomali Cyber Watch: Blob URL Phishing, Attackers Probing GitLab, WeChat Worm, Hackers Abused Claude, Rogue ScreenConnect Clients, Cisco Vulnerabilities

Blob URL Phishing Builds Login Pages Inside the Browser, Limiting URL-Based Detection. GitLab Patches Maximum-Severity File-Read Flaw, Attackers Probing Within a Day. Researchers Demonstrate Zero-Click WeChat Worm Capable of Autonomous Spread Across iOS and Android via Calls. Hackers Abused Claude to Extract Secrets from 1.8M Android Apps. Rogue ScreenConnect Clients Spread Four-Stage VBScript Chain to Newly Connected Hosts. Active Exploitation of Cisco Secure Firewall Management Center Vulnerabilities.
Read More
Explore All