Skip to main content
Mallory
Back to malware
MalwareUsed by 3 actorsExploits 1 CVE

COPPERHEDGE

Also known asManuscrypt

COPPERHEDGE is a Lazarus-linked malware variant in the Manuscrypt family, publicly named by US-CERT/CISA in 2020 and assessed by U.S. government reporting as used by North Korean HIDDEN COBRA actors. It is described as a full-featured remote access trojan/backdoor used to maintain persistence on victim networks, conduct internal reconnaissance, execute arbitrary commands, collect system information, download additional payloads, and exfiltrate data. Reporting in the provided content links Manuscrypt/COPPERHEDGE activity to campaigns targeting cryptocurrency exchanges and related entities, including TraderTraitor operations using trojanized cryptocurrency applications built with Electron and cross-platform JavaScript to deliver Windows and macOS Manuscrypt payloads. The content also places COPPERHEDGE alongside other Lazarus tooling such as SIGNBT, ThreatNeedle, wAgent, Agamemnon downloader, LightlessCan, and FALLCHILL.

The malware has been observed as Windows DLL implants, with a U.S. government malware analysis report identifying six COPPERHEDGE variants (A-F) across 22 submitted Windows DLL samples. Across those variants, documented network behavior includes HTTP POST beaconing, RC4-based obfuscation/encryption, custom datagram encryption, Google-Analytics-like cookie usage, Base64-encoded POST parameters, and multipart POST fields named "_webident_f" and "_webident_s"; one variant used single-byte XOR 0xAA. Hard-coded strings and protocol markers mentioned in the content include "*dJU!*JE&!M@UNQ@" and "t34kjfdla45l." The report also notes retained class-name symbols such as "WinHTTP_Protocol" and later "WebPacket." Associated command-and-control infrastructure explicitly listed in the content includes domains such as 530hr.com, 028xmz.com, 168wangpi.com, marmarademo.com, 33cow.com, 97nb.net, anlway.com, apshenyihl.com, ap8898.com, aloe-china.com, 92myhw.com, aisou123.com, markcoprintandcopy.com, aedlifepower.com, 919xy.com, pakteb.com, nuokejs.com, qdbazaar.com, aurumgroup.co.id, 51shousheng.com, new.titanik.fr, duratransgroup.com, eygingenieros.com, eventum.cwsdev3.biz, theinspectionconsultant.com, danagloverinteriors.com, as-brant.ru, rxrenew.us, creativefishstudio.com, sensationalsecrets.com, rhythm86.com, cabba-cacao.com, 3x-tv.com, castorbyg.dk, matthias-dlugi.de, locphuland.com, streamf.ru, vinhsake.com, bogorcenter.com, stokeinvestor.com, growthincone.com, and inverstingpurpose.com.

The content also describes more recent Lazarus operations in South Korea in which an updated COPPERHEDGE was used as an additional backdoor with a complex infection chain during Operation SyncHole. In that campaign, COPPERHEDGE was used for internal reconnaissance and stored configuration in an NTFS alternate data stream at %appdata%\Microsoft\Internet Explorer\brndlog.txt:loginfo. The same reporting ties Lazarus attribution to malware lineage, overlapping tradecraft, and operational patterns, and notes that custom cryptography and DLL sideloading behavior seen with COPPERHEDGE are consistent with Lazarus preferences and related tools such as SIGNBT and LightlessCan. A 2026 social-media reference in the content additionally cites a Qihoo360 report title alleging Lazarus/APT-C-26 used CVE-2025-55182 together with a Copperhedge component, but the provided content does not include technical details of that claim.

Share:
For your environment

Hunt this family in your stack

Mallory pivots from this family to the IOCs, detections, and named campaigns that touch your stack, and pages you when something new lands.

EXPLOITED CVES

Vulnerabilities exploited

1 CVE Mallory has correlated with this family across public research and vendor advisories. Each row links to the full Mallory page for that vulnerability.

1 CVES
CVE-2025-55182React2ShellExploited in the wild

"APT-C-26(Lazarus)组织利用CVE-2025-55182与Copperhedge组件的攻击行动分析" published by Qihoo360. | "APT-C-26(Lazarus)组织利用CVE-2025-55182与Copperhedge组件的攻击行动分析"

via lazarusholic blueskybsky.app
THREAT ACTORS

Groups observed using it

3 distinct threat actors attributed by public researchers. Open in Mallory to see the full evidence chain and overlapping campaigns.

View more details
Lazarus

"APT-C-26(Lazarus)组织利用CVE-2025-55182与Copperhedge组件的攻击行动分析"

via lazarusholic blueskybsky.app
APT38

using the Electron framework and cross-platform JavaScript code to deliver the Manuscrypt RAT

via sekoia blogblog.sekoia.io
Contagious Interview

Listed in the Wiz “TraderTraitor: Deep Dive” entry alongside GolangGhost and other tooling.

MITRE ATT&CK

Techniques & procedures

31 distinct techniques documented for this family, organized by ATT&CK tactic.

T1584.001DomainsEvidence1

"...most of the C2 servers were legitimate but compromised websites in South Korea (T1584.001)..."

Initial Access

2 techniques
T1189Drive-by CompromiseEvidence1

"...utilizing a watering-hole attack to deliver it."

T1566.001Spearphishing AttachmentEvidence1

"...utilizes macro-embedded Office documents..."

Execution

4 techniques
T1053Scheduled Task/JobEvidence1

“Registry keys, scheduled tasks… keep the beachheads…”

T1059.003Windows Command ShellEvidence1
TacticExecution

The response is written to disk and executed in a new shell using the child_process.exec() method in Node.js.

T1059.004Unix ShellEvidence1
TacticExecution

The decrypted data is written as a file to the system’s temporary directory... and executed using the child_process.exec() method of Node.js, which spawns a shell as a child process of the current Electron application.

T1569.002Service ExecutionEvidence1
TacticExecution

"...create a malicious service (T1569.002, T1007)..."

Persistence

3 techniques
T1053Scheduled Task/JobEvidence1

“Registry keys, scheduled tasks… keep the beachheads…”

T1543Create or Modify System ProcessEvidence1

“…and hijacking services keep the beachheads…”

T1547.001Registry Run Keys / Startup FolderEvidence1

“Registry keys… keep the beachheads for future callback usage…”

T1053Scheduled Task/JobEvidence1

“Registry keys, scheduled tasks… keep the beachheads…”

T1543Create or Modify System ProcessEvidence1

“…and hijacking services keep the beachheads…”

T1547.001Registry Run Keys / Startup FolderEvidence1

“Registry keys… keep the beachheads for future callback usage…”

Stealth

6 techniques
T1027Obfuscated Files or InformationEvidence1
TacticStealth

Variant A uses RC4 encryption to obfuscate import loading... Variant B datagrams are RC4 encrypted... Variant D ... Datagrams are encrypted with a combination of RC4 and differential XOR... Variant E ... Base64 encoded data... Variant F ... Datagrams are encoded using a single byte XOR with the value "0xAA".

T1027.002Software PackingEvidence1
TacticStealth

9e4bd9676bb3460be68ba4559a824940a393bde7613850eda9196259e453b9f3 ... Ikarus Trojan.Win64.Themida

T1027.007Dynamic API ResolutionEvidence1
TacticStealth

Variant A uses RC4 encryption to obfuscate import loading... Variant B performs the same RC4 key as variant A for Application Programming Interface (API) obfuscation... Variant C performs API loading at runtime but does not obfuscate the strings.

T1221Template InjectionEvidence1
TacticStealth

"...adopting remote template injection techniques."

T1564.004NTFS File AttributesEvidence1
TacticStealth

"...retrieves configuration information... from the ADS ... (T1564.004)."

T1620Reflective Code LoadingEvidence1
TacticStealth

"...executes it in memory."

Discovery

9 techniques
T1007System Service DiscoveryEvidence1
TacticDiscovery

"...create a malicious service (T1569.002, T1007)..."

T1016System Network Configuration DiscoveryEvidence1
TacticDiscovery

"...gather basic system information (T1082, T1083, T1057, T1049, T1016, T1087.001)..."

T1049System Network Connections DiscoveryEvidence1
TacticDiscovery

"...gather basic system information (T1082, T1083, T1057, T1049, T1016, T1087.001)..."

T1057Process DiscoveryEvidence1
TacticDiscovery

"...gather basic system information (T1082, T1083, T1057, T1049, T1016, T1087.001)..."

T1082System Information DiscoveryEvidence3
TacticDiscovery

Manuscrypt is a full-featured Remote Access Tool (RAT) capable of running arbitrary commands, performing system reconnaissance, and exfiltrating data.

T1083File and Directory DiscoveryEvidence1
TacticDiscovery

"...gather basic system information (T1082, T1083, T1057, T1049, T1016, T1087.001)..."

T1087.001Local AccountEvidence1
TacticDiscovery

"...gather basic system information (T1082, T1083, T1057, T1049, T1016, T1087.001)..."

T1087.002Domain AccountEvidence1
TacticDiscovery

"...attempt to find valuable hosts to perform lateral movement (T1087.002, T1135)."

T1135Network Share DiscoveryEvidence1
TacticDiscovery

"...attempt to find valuable hosts to perform lateral movement (T1087.002, T1135)."

T1001Data ObfuscationEvidence1

This variant also obfuscates Hypertext Transfer Protocol (HTTP) header strings using a custom character manipulation where the certain ranges of characters are modified by either adding or subtracting a constant value 9.

T1071Application Layer ProtocolEvidence1

The update function makes an HTTP POST request to a PHP script hosted on the TraderTraitor project’s domain at either the endpoint /update/ or /oath/checkupdate.php.

T1071.001Web ProtocolsEvidence2

Variant A will generate HTTP POST requests with the following format... POST /<uri> HTTP/1.1 ... Content-Type: multipart/form-data ... Host: <domain> ... Variant B generates an HTTP POST request similar to Variant A... Variant C ... use of a generated cookie to pass certain information instead of multi-part HTTP POST requests... Variant E ... uses a single HTTP POST body with four parameters of Base64 encoded data... Variant F ... uses multi-part HTTP POST messages consisting of three parts holding the victim id, response code, and datagram.

T1090.003Multi-hop ProxyEvidence1

FBI has high confidence that HIDDEN COBRA actors are using malware variants in conjunction with proxy servers to maintain a presence on victim networks and to further network exploitation.

T1105Ingress Tool TransferEvidence2

This file is a 32-bit Windows executable and has been identified as Variant D.

T1219Remote Access ToolsEvidence1

Observed payloads include updated macOS and Windows variants of Manuscrypt, a custom remote access trojan (RAT), that collects system information and has the ability to execute arbitrary commands and download additional payloads.

Exfiltration

1 technique
T1041Exfiltration Over C2 ChannelEvidence1

Manuscrypt is a full-featured Remote Access Tool (RAT) capable of running arbitrary commands, performing system reconnaissance, and exfiltrating data.

INDICATORS OF COMPROMISE

IOCs tracked for this family

310 indicators attributed across vendor reports, sandbox runs, and researcher write-ups. Full values are available in Mallory.

View more in app
Network
61 tracked

IPs, domains, and DNS infrastructure linked to this family.

Hashes
242 tracked

File hashes (MD5, SHA-1, SHA-256) from samples and reports.

Other
7 tracked

Other indicator types observed in public reporting.

TypeValueLatest sighting
hash.md5●●●●●●●●●●●●View more in app1 year ago
domain●●●●●●●●●●●●View more in app4 years ago
hash.sha256●●●●●●●●●●●●View more in app4 years ago
uri●●●●●●●●●●●●View more in app4 years ago
uri●●●●●●●●●●●●View more in app4 years ago
domain●●●●●●●●●●●●View more in app4 years ago
What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets match these IOCs, which detections are missing, which campaigns to expect next, and what to do in the next 30 minutes.
IOC matching310

Match every observed IP, domain, and hash against your live telemetry.

Threat actor attribution3

Named campaigns wielding this family, with evidence pinned to each claim.

Exploited vulnerabilities1

CVEs this family uses for access and lateral movement.

Detection signatures

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

MITRE ATT&CK mapping31

Every documented technique, ranked by evidence weight.

Researcher chatter

Reddit, Mastodon, and CTI community discussion around this family.