Skip to main content
Mallory
Back to malware
MalwareRansomwareUsed by 3 actorsExploits 2 CVEs

Payouts King

Payouts King is a ransomware family/group first observed in April 2025, with increased activity reported in early 2026. Multiple reports link it with high confidence to former BlackBasta affiliates, and some reporting associates the operation with the GOLD ENCOUNTER threat group. Its intrusion tradecraft overlaps with BlackBasta, including spam bombing, Microsoft Teams social engineering in which operators impersonate IT staff, and abuse of Quick Assist for remote access. Additional initial access observed in reporting includes exposed SonicWall VPNs, Cisco SSL VPNs, exploitation of SolarWinds Web Help Desk CVE-2025-26399, and broader vulnerability abuse; one related campaign also used CitrixBleed 2 (CVE-2025-5777) against NetScaler ADC/Gateway.

After access is established, operators deploy malware to gain a foothold, attempt privilege escalation, steal large volumes of sensitive data, and selectively encrypt files. Payouts King supports persistence and elevation through scheduled tasks, including tasks masquerading under Mozilla paths and, in one Sophos-tracked intrusion, a SYSTEM-level task named TPMProfiler used to launch a hidden QEMU virtual machine. The malware and associated intrusions emphasize defense evasion: runtime/stack-based string decryption, API resolution by hash, custom checksum/CRC-based obfuscation, direct system calls resolved from ntdll exports to bypass EDR hooks, and process termination logic targeting a hardcoded list of 131 AV/EDR-related processes. Post-encryption cleanup includes deleting shadow copies, clearing Windows event logs, and emptying the recycle bin.

A notable tradecraft feature associated with Payouts King is abuse of QEMU to run hidden Alpine Linux virtual machines on compromised hosts. Reporting states the operators used QEMU as a reverse SSH backdoor and covert execution environment, with disguised virtual disk files, port forwarding, and outbound SSH tunneling. Tools observed in these hidden VMs or related activity include AdaptixC2, Chisel, BusyBox, Rclone, Havoc, ScreenConnect, and manually compiled post-exploitation tooling such as Impacket, KrbRelayx, Coercer, BloodHound.py, NetExec, Kerbrute, and Metasploit. Observed objectives included credential harvesting, Active Directory reconnaissance, copying NTDS.dit/SAM/SYSTEM hives, and staging/exfiltrating data to SFTP or FTP destinations.

For encryption, Payouts King uses AES-256 in CTR mode with RSA-4096 protection for per-file encryption material, reportedly via a statically linked OpenSSL library. Files smaller than roughly 10 MB are fully encrypted; larger files are partially encrypted in 13 blocks to improve speed. Encrypted files are renamed with the .ZWIAAW extension. The ransom note is readme_locker.txt, and reporting states it is written when the -note parameter is supplied. The note directs victims to contact the operators via TOX and references a Tor-based dark web leak site used to pressure victims with publication of stolen data. Reported SHA-256 samples include 335ad12a950f885073acdfebb250c93fb28ca3f374bbba5189986d9234dcbff4 and d68ce82e82801cd487f9cd2d24f7b30e353cafd0704dcdf0bb8f12822d4227c2.

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

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

2 CVES
CVE-2025-5777CitrixBleed 2Exploited in the wild

The second campaign exploits the CitrixBleed 2 vulnerability to gain access, subsequently deploying a QEMU VM with manually installed tools for reconnaissance and data staging.

via scworldscworld.com
CVE-2025-26399Unauthenticated AjaxProxy deserialization RCE in SolarWinds Web Help Desk

The Payouts King ransomware is using the QEMU emulator as a reverse SSH backdoor to run hidden virtual machines on compromised systems and bypass endpoint security.

via bleeping computerbleepingcomputer.com
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
Payouts King

A new ransomware group known as Payouts King has quietly been building a reputation since it first appeared in April 2025.

via cyber security newscybersecuritynews.com
GOLD ENCOUNTER

The Payouts King ransomware, associated with a threat actor group (GOLD ENCOUNTER, with links to former BlackBasta affiliates), demonstrates a clear advancement toward virtualization-based evasion and covert execution strategies.

via cyfirma othercyfirma.com
BlackBasta

A relatively unknown ransomware group called Payouts King has emerged as a serious cybersecurity threat... Once a foothold is established on the victim’s network, Payouts King deploys its ransomware payload, steals large volumes of sensitive data, and then selectively encrypts files.

via cyber security newscybersecuritynews.com
MITRE ATT&CK

Techniques & procedures

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

Reconnaissance

1 technique
T1598.004Spearphishing VoiceEvidence1

The technique of spam bombing combined with phishing and vishing continues to be an effective technique...

Initial Access

3 techniques
T1133External Remote ServicesEvidence1

The Payouts King ransomware... exhibits maturity through diverse initial access methods (including VPN exploitation, social engineering via Microsoft Teams, and vulnerability abuse)...

T1566PhishingEvidence1

The technique of spam bombing combined with phishing and vishing continues to be an effective technique...

T1566.003Spearphishing via ServiceEvidence1

The Payouts King ransomware... exhibits maturity through diverse initial access methods (including VPN exploitation, social engineering via Microsoft Teams, and vulnerability abuse)...

Execution

3 techniques
T1053.005Scheduled TaskEvidence1

If the -nopersist parameter is not passed on the command-line, persistence is established using scheduled tasks... If the -noelevate parameter is not specified, Payouts King will schedule another task to elevate privileges and run as the SYSTEM user...

T1059.003Windows Command ShellEvidence1
TacticExecution

The code then calls CreateProcess to launch cmd.exe without any arguments and redirects standard input and output to one end of the pipe. The ransomware code then writes the commands to the other end of the cmd.exe pipe...

T1106Native APIEvidence1
TacticExecution

However, instead of using standard Windows API calls, the ransomware uses low-level direct system calls to evade antivirus and EDR hooks.

Persistence

3 techniques
T1053.005Scheduled TaskEvidence1

If the -nopersist parameter is not passed on the command-line, persistence is established using scheduled tasks... If the -noelevate parameter is not specified, Payouts King will schedule another task to elevate privileges and run as the SYSTEM user...

T1133External Remote ServicesEvidence1

The Payouts King ransomware... exhibits maturity through diverse initial access methods (including VPN exploitation, social engineering via Microsoft Teams, and vulnerability abuse)...

T1543Create or Modify System ProcessEvidence1

If the -nopersist parameter is not passed on the command-line, persistence is established using scheduled tasks...

T1053.005Scheduled TaskEvidence1

If the -nopersist parameter is not passed on the command-line, persistence is established using scheduled tasks... If the -noelevate parameter is not specified, Payouts King will schedule another task to elevate privileges and run as the SYSTEM user...

T1543Create or Modify System ProcessEvidence1

If the -nopersist parameter is not passed on the command-line, persistence is established using scheduled tasks...

Stealth

6 techniques
T1027Obfuscated Files or InformationEvidence2
TacticStealth

It builds and decrypts strings on the fly rather than storing them as readable text, making static analysis much harder.

T1027.007Dynamic API ResolutionEvidence1
TacticStealth

It also resolves Windows functions using hash values instead of plain names, and applies a custom checksum algorithm with a unique seed per value, defeating tools that rely on pre-built hash tables to identify malware.

T1070.001Clear Windows Event LogsEvidence2
TacticStealth

It attempts to gain full system-level privileges, deletes Windows shadow copies to block recovery, clears event logs to slow forensic investigations, and empties the recycle bin before starting encryption.

T1070.004File DeletionEvidence2
TacticStealth

It attempts to gain full system-level privileges, deletes Windows shadow copies to block recovery, clears event logs to slow forensic investigations, and empties the recycle bin before starting encryption.

T1497Virtualization/Sandbox EvasionEvidence2

When a file cannot be opened for encryption since a security tool has locked it, the ransomware scans all running processes and checks them against a list of 131 known antivirus and endpoint detection software processes. | the ransom note named readme_locker.txt is only dropped when a specific command-line flag is provided at runtime, making automated sandbox analysis considerably harder.

T1497.001System ChecksEvidence1

By default the ransomware will not perform file encryption unless the -i parameter is specified with a value whose CRC checksum matches an expected value. This is likely an anti-sandbox evasion technique.

Credential Access

2 techniques
T1003OS Credential DumpingEvidence1

This is complemented by the use of Cobalt Strike, Mimikatz...

T1003.003NTDSEvidence1

The campaign also exhibits maturity through diverse initial access methods ... and extensive post-compromise activity, such as credential extraction (e.g., NTDS.dit)...

Discovery

5 techniques
T1018Remote System DiscoveryEvidence1
TacticDiscovery

...extensive post-compromise activity, such as credential extraction (e.g., NTDS.dit), Active Directory reconnaissance, and controlled data exfiltration.

T1057Process DiscoveryEvidence1
TacticDiscovery

If opening fails due to an error code 32 (ERROR_SHARING_VIOLATION), the ransomware will enumerate the running processes and compute a checksum value for each process name...

T1083File and Directory DiscoveryEvidence1
TacticDiscovery

The following files are not encrypted... The following directories are also skipped... After the content of a file is encrypted, the file is renamed...

T1497Virtualization/Sandbox EvasionEvidence2

When a file cannot be opened for encryption since a security tool has locked it, the ransomware scans all running processes and checks them against a list of 131 known antivirus and endpoint detection software processes. | the ransom note named readme_locker.txt is only dropped when a specific command-line flag is provided at runtime, making automated sandbox analysis considerably harder.

T1497.001System ChecksEvidence1

By default the ransomware will not perform file encryption unless the -i parameter is specified with a value whose CRC checksum matches an expected value. This is likely an anti-sandbox evasion technique.

Lateral Movement

1 technique
T1021Remote ServicesEvidence1

They then impersonate an IT support employee, reaching out via Microsoft Teams and convincing the victim to initiate a Quick Assist session. Once access is granted, the attacker drops malware on the system, quietly establishing a foothold inside the organization’s network.

T1219Remote Access ToolsEvidence1

The victim is instructed to join a Microsoft Teams call and initiate Quick Assist. If the victim falls for the ruse, the threat actor deploys malware onto the victim’s system...

Exfiltration

2 techniques
T1041Exfiltration Over C2 ChannelEvidence1

...extensive post-compromise activity, such as credential extraction (e.g., NTDS.dit), Active Directory reconnaissance, and controlled data exfiltration.

T1537Transfer Data to Cloud AccountEvidence1

The group targets organizations through well-worn but effective tactics, stealing large volumes of sensitive data before selectively encrypting files on compromised systems.

Impact

2 techniques
T1486Data Encrypted for ImpactEvidence3
TacticImpact

The group targets organizations through well-worn but effective tactics, stealing large volumes of sensitive data before selectively encrypting files on compromised systems.

T1657Financial TheftEvidence1
TacticImpact

The group also operates a dark web data leak site, adding pressure on victims to pay by threatening to publish stolen information.

Other

2 techniques
T1562Impair DefensesEvidence2

Rather than using standard Windows API calls to terminate these tools, it uses direct system calls that bypass the hooks most endpoint detection products depend on to catch suspicious activity.

T1562.001Disable or Modify ToolsEvidence1

Many of these process checksums correspond to antivirus and EDR applications... If the process name checksum value matches, Payouts King will attempt to terminate the process.

INDICATORS OF COMPROMISE

IOCs tracked for this family

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

View more in app
Hashes
2 tracked

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

TypeValueLatest sighting
hash.sha256●●●●●●●●●●●●View more in apptoday
hash.sha256●●●●●●●●●●●●View more in apptoday
ACTIVITY FEED

Recent activity

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

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 matching2

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 vulnerabilities2

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 mapping27

Every documented technique, ranked by evidence weight.

Researcher chatter

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