One Team, Two Payrolls: Jewelbug's Parallel Operations

Amber | Actor

Jewelbug Runs Parallel Espionage and Crypto-Fraud Operations from a Single Control Panel

Jewelbug, a China-based hacker-for-hire group also tracked as Earth Alux, REF7707, CL-STA-0049, and Ink Dragon, has been observed running two concurrent operations from the same small team and shared infrastructure: cyber espionage against government and military organizations across the Middle East, Southeast Asia, and South Asia, and a for-profit cryptocurrency fraud business aimed at Chinese-speaking victims. Both operations are directed from a single control panel, XG-Web, a browser-centric remote-access and information-stealing framework whose developers document it as a penetration-testing tool, although internal function names recorded within it are inconsistent with that description. The group has developed five generations of command-and-control code supporting implants across browsers, Windows endpoints, Linux servers, and network devices, all reporting into a single victim database.

First Seen Targeted Regions Targeted Platforms Motive
2023 Middle East, Southeast Asia, South Asia, Taiwan, United States Windows, Linux, Google Chrome, Mozilla Firefox, x86-64 servers, ARM64 devices, consumer routers Espionage and Financial Gains

Inside Jewelbug's Browser-Centric Espionage and Fraud Operations

1

Two operations, one control panel

Jewelbug is a China-based hacker-for-hire group tracked variously as Earth Alux, REF7707, CL-STA-0049, and Ink Dragon. The group conducts two concurrent operations: cyber espionage against government and military organizations across the Middle East, Southeast Asia, and South Asia, and a for-profit cryptocurrency fraud business directed at Chinese-speaking victims. Both operations are run by the same small team on shared infrastructure and from a single control panel. That panel, XG-Web, is a browser-centric remote-access and information-stealing framework that converts a compromised browser into a remote-control channel and extends access from the browser into the host and the internal network behind it. Its developers document the platform as a penetration-testing tool, although internal function names recorded within it, including browser hijacking, data theft, and man-in-the-middle attack, are inconsistent with that description.

2

Five generations of cross-platform command and control

The group has developed five generations of command-and-control code supporting implants across browsers, Windows endpoints, Linux servers and network devices, all reporting into a single victim database. Observed initial access methods include watering-hole compromise of shared web-hosting infrastructure, malicious HTML Application downloaders themed on current geopolitical events, counterfeit Adobe installers hosted on actor-controlled domains, and search-engine-optimization poisoning that directs cryptocurrency users to fraudulent exchange-download portals.

3

A single script tag compromised more than 15 government webmail tenants

The group's largest reported espionage operation illustrates its methodology. Rather than compromising government ministries individually, Jewelbug compromised the shared web-hosting platform operated by a Middle Eastern state telecommunications provider and national network-services agency, harvested administrator credentials from the provider itself, and inserted a single script tag into the common webmail template. This modification established a watering hole across more than 15 government webmail tenants simultaneously, executing on the login page and on every mailbox view.

4

Session-cookie theft leads to Antino and ClientKing

On victim authentication, the injected script exfiltrated session cookies over a WebSocket channel and labeled each victim according to the government email address read from the webmail interface. Operators subsequently delivered a lure module that validated the target before presenting a counterfeit Adobe Flash update prompt. Victims who accepted the prompt received Antino, the group's primary Windows backdoor, which additionally sideloaded a malicious browser extension named PDF Viewer along with a native-messaging helper that provided operators with command execution on the host. For Linux servers and network devices the group deploys ClientKing, a Rust implant supporting five command-and-control transports including a custom DNS tunnel, accompanied by a kernel-module rootkit and a malicious authentication module hooked into su and sudo for credential theft.

5

Browser-extension collection and trusted-service command and control

Collection is conducted primarily through the browser extension, which hooks login forms, exfiltrates the full cookie store, subscribes to cookie-change events to capture newly issued session tokens, and collects browsing history, screenshots, clipboard contents and intercepted traffic. Command-and-control activity relies on trusted services to reduce the likelihood of detection, with obfuscated payloads staged in public Google Documents, Antino beaconing through the Microsoft Graph API, and a scheduled task querying VirusTotal every twelve hours so that flagged domains could be rotated before access was lost.

Name Origin Target Regions Target Industries
Jewelbug (Earth Alux, REF7707, CL-STA-0049, Ink Dragon) China Middle East, Southeast Asia, South Asia, Taiwan, United States Government, Military, Defense, Law Enforcement, Telecommunications, Aerospace, Industrial Manufacturing, Web Hosting Services, Cryptocurrency

Hardening Browsers and Sessions Against Jewelbug

1

Enforce Extension Allowlisting

Move browsers to an enterprise-managed allowlist so only approved extension IDs can install, and block sideloading from local profile directories. Jewelbug's backdoor writes the extension into the browser profile directly rather than going through a store, so store-level policy alone will not stop it.

2

Hunt for Malicious Native Messaging Hosts

Search the registry for native-messaging host registrations under Chrome and Firefox, specifically the value HKCU\SOFTWARE\Google\Chrome\NativeMessagingHosts\com.microsoft.runedge, and validate every remaining host manifest against its signing publisher. This registration is what lets the extension break out of the browser sandbox and run commands on the host.

3

Revoke Sessions and Rotate Credentials for Exposed Webmail Users

For any user whose browser is suspect, invalidate all active web sessions server-side, force a password reset and re-enroll multi-factor authentication. Stolen cookies and live session tokens let operators reuse authenticated sessions without ever needing the password, so a password change alone leaves access intact.


Potential MITRE ATT&CK TTPs

T1583 / T1583.001
Resource Development
Acquire Infrastructure — Domains
T1583 / T1583.006
Resource Development
Acquire Infrastructure — Web Services
T1584 / T1584.004
Resource Development
Compromise Infrastructure — Server
T1587 / T1587.001
Resource Development
Develop Capabilities — Malware
T1608 / T1608.001
Resource Development
Stage Capabilities — Upload Malware
T1608 / T1608.004
Resource Development
Stage Capabilities — Drive-by Target
T1608 / T1608.006
Resource Development
Stage Capabilities — SEO Poisoning
T1189
Initial Access
Drive-by Compromise
T1566 / T1566.002
Initial Access
Phishing — Spearphishing Link
T1078
Initial Access
Valid Accounts
T1204 / T1204.002
Execution
User Execution — Malicious File
T1204 / T1204.001
Execution
User Execution — Malicious Link
T1059 / T1059.007
Execution
Command and Scripting Interpreter — JavaScript
T1059 / T1059.003
Execution
Command and Scripting Interpreter — Windows Command Shell
T1176 / T1176.001
Persistence
Software Extensions — Browser Extensions
T1556 / T1556.003
Persistence
Modify Authentication Process — Pluggable Authentication Modules
T1547 / T1547.006
Persistence
Boot or Logon Autostart Execution — Kernel Modules and Extensions
T1112
Defense Evasion
Modify Registry
T1014
Defense Evasion
Rootkit
T1027 / T1027.013
Defense Evasion
Obfuscated Files or Information — Encrypted/Encoded File
T1036 / T1036.005
Defense Evasion
Masquerading — Match Legitimate Resource Name or Location
T1218 / T1218.005
Defense Evasion
System Binary Proxy Execution — Mshta
T1539
Credential Access
Steal Web Session Cookie
T1056 / T1056.003
Credential Access
Input Capture — Web Portal Capture
T1185
Credential Access
Browser Session Hijacking
T1217
Discovery
Browser Information Discovery
T1082
Discovery
System Information Discovery
T1550 / T1550.004
Lateral Movement
Use Alternate Authentication Material — Web Session Cookie
T1114 / T1114.002
Collection
Email Collection — Remote Email Collection
T1113
Collection
Screen Capture
T1115
Collection
Clipboard Data
T1557
Collection
Adversary-in-the-Middle
T1074 / T1074.002
Collection
Data Staged — Remote Data Staging
T1102 / T1102.001
Command and Control
Web Service — Dead Drop Resolver
T1102 / T1102.002
Command and Control
Web Service — Bidirectional Communication
T1071 / T1071.001
Command and Control
Application Layer Protocol — Web Protocols
T1071 / T1071.004
Command and Control
Application Layer Protocol — DNS
T1572
Command and Control
Protocol Tunneling
T1090 / T1090.001
Command and Control
Proxy — Internal Proxy
T1105
Command and Control
Ingress Tool Transfer
T1041
Exfiltration
Exfiltration Over C2 Channel
T1657
Impact
Financial Theft

Observed Indicators of Compromise

Type Value
SHA256 e6ff096a0562c0042b09d250bd60272ffcd8d72bd95c563842acf765a8dc8bcf, 01b5c6acb20e41799a0e96d9d1d6e1c44791883706b6285e874fcb15cc93b31a, e809da86bd81463347fa7f922d3e088755a94a331889d32acb55aa8f57778a34, f1ef5fe4c0cdcff13cc750c867728b89719f81437bdc49041edd1ae1f3edb4e8, e2eb7703047b37b28dc34e6990205d758a2454b39bc655b460606745fadcb530, e7e3b0bcd6798634adf8b49d305f3a7b7682e4b76db549682a183c5a186df4bb, 09ef7c736bccfafefc44d9910d499173b88063b73b221fc0dc9e9105107e5cff, c11714f9fe2df1ca906585c81498cd77f5ec05b132aab73fa3a71d71d71e42cc, b90a4e770869c28fd2140acb3ebdc50c113bb6f096b4bbdb9ac87c349c70e85e, 0c39264337a1186b2e765e24073399cbdcba118306614eb411e315887af578bd, 9b7df409c9a89f7536d3ba7b6d43fb6dbac618c8bb52615ba34cc971ad71bbf3, 153d077bcb58e00f5746573cba25f6b0788b809bf7b2a52fca0dc22d3bb5c94e, 297413a3e49e7353bf484a3eb15ec647de729211059df8fc68678d2378b6f561, 30f5122cc199b9c2e524503b343a9ee13a6f9773dcbc1df82c8b25ad20bca61d, 430f12970f8d58f12edccee9019a1aa90fa232c961449bdcc69c8d348a52cf55, 5ccdf53881f6c758af8d94fe67066af209b4bc0a3cb80b6a4c724fad86eb97ef, 5edb8d1023b8babf302871b68fa2b26d5ca57633f64951922998e8f1d6c8f7ac, 6d5fe6b6a34eeb470798b970b70f41a07ccf59b22f49ad9b3dfff7aa3256f3c2, 97c3a6be1711c5340d8806e4a54f7297f3f763d0aa4240b667f1e4e1f98f2aad, ac3d453d3c9b0310ebb8a67cef35e2ac954d4acdf70cf497fe43a02c7a510813, e782a6d4919f194d41e524ebd6df5894197043cf772fcf60455127b246f302c0, ea893abf20b00d9bfc042a88fbf7b4bd42e68ce07c116d3e3b002e5b4a853877, ed96e7f1085a50251eb8967ac53777272a617831084f0edad8a769c583a18869
Domains fonts[.]tarotfree101[.]top, fonts[.]chrorne[.]com, robot[.]avbliud[.]com, microsoft-flash[.]com, www[.]wps-cn[.]com, www[.]f1ash[.]org[.]cn, browser-update[.]pages[.]dev, eastus2[.]wac-azure[.]com, mailbycloud[.]com, www[.]jkskhei[.]com, ns1[.]jkskhei[.]com, dns[.]wizkidblogger[.]com, r6fi2yvqql[.]execute-api[.]ap-southeast-2[.]amazonaws[.]com
IPv4 103[.]87[.]9[.]62, 152[.]42[.]174[.]151, 43[.]246[.]208[.]236, 43[.]246[.]208[.]179, 47[.]84[.]37[.]113, 47[.]84[.]51[.]173, 167[.]71[.]195[.]255, 38[.]12[.]1[.]47, 129[.]212[.]237[.]224, 47[.]87[.]71[.]167, 47[.]250[.]208[.]35, 219[.]76[.]254[.]184
URLs hxxp[:]//d2nq35tel3ucuo[.]cloudfront[.]net/LtVGUSsyUTDA[.]log, hxxps[:]//pub-abfa7742e315485a98a5fafd6dbfb68e[.]r2[.]dev/hjgzBskgslc[.]dll[.]iwq, hxxps[:]//microsoftflash[.]com/download/flashcenter_pp_ax_install_en[.]exe, hxxps[:]//www[.]f1ash[.]org[.]cn/flashcenter_pp_ax_install_cn[.]exe, hxxps[:]//microsoft-flash[.]com/download/Adobeinstall[.]exe, hxxps[:]//fonts[.]chrorne[.]com/dist/js/12[.]qgfvjzvs[.]chunk[.]js
Filename flashcenter_pp_ax_install_en.exe, flashcenter_pp_ax_install_cn.exe, Adobeinstall.exe, Adobe_installer (1).exe, TEST.hta, slc.dll, Vb0c44dfslc.dll.wxb
Registry Key HKCU\SOFTWARE\Google\Chrome\NativeMessagingHosts\com.microsoft.runedge

References

The following sources detail Jewelbug's parallel espionage and cryptocurrency-fraud operations, the XG-Web control panel, and the group's earlier activity tracked as Earth Alux.

What Next?

At Hive Pro, it is our mission to detect the most likely threats to your organization and to help you prevent them from happening.

TA2026237 • Report Generated On August 19, 2026 • 04:00 AM © 2026 All Rights are Reserved by Hive Pro • www.hivepro.com

Reduce real exposure. Not just vulnerability volume.