Skip to main content
Live Webinar with SANS (June 25)— Agentic CTI Automation for Fun & ProfitRegister Free
Mallory
Malware

Tranium

Tranium is a destructive Windows wiper written in Go that has been misidentified by some antivirus products as ransomware because it performs real AES-CBC file encryption. The available analysis indicates it is a wiper, not true ransomware, because it first renders the system unbootable and destroys recovery paths before encrypting data, and it lacks any payment mechanism such as a wallet address, contact email, Tor site, or C2-based extortion workflow. The malware is described as a ~6 MB PE32+ x86-64 Go binary compiled from a single source file named wiper.go, with stripped symbols, and no related samples were reportedly found, suggesting a single build from a single author.

Its destructive behavior includes overwriting the master boot record on \.\PhysicalDrive0, \.\PhysicalDrive1, and \.\PhysicalDrive2; performing additional raw overwrite operations against \.\C: and \.\D:; corrupting more than 30 critical system files; destroying Windows boot-chain components including bootmgr, bootmgr.efi, winload.exe/winload.efi, winresume.exe/winresume.efi, and BCD-Template; and corrupting the registry hives SAM, SYSTEM, SOFTWARE, SECURITY, and DEFAULT. It also deletes shadow copies via wmic and vssadmin, disables recovery with bcdedit, disables System Restore, and ultimately forces a BSOD using NtRaiseHardError after acquiring SeShutdownPrivilege. The encryption stage uses AES-CBC with a random key obtained from the operating system and stored via Windows DPAPI, but the malware also destroys the registry hives DPAPI depends on, making recovery impractical in practice.

Tranium implements extensive persistence and system lockdown. Reported persistence mechanisms include Run and RunOnce keys in HKLM and HKCU, copying itself to the Startup folder, three nested scheduled tasks that recreate one another, creation of a Windows service, BootExecute modification for pre-boot execution, and IFEO debugger hijacks for sethc.exe, osk.exe, magnify.exe, narrator.exe, and utilman.exe to trigger execution from the lock screen. It also disables Windows Defender through multiple policy values, turns off UAC, uses the fodhelper UAC bypass for silent privilege elevation, and applies 16+ restrictive registry policies to disable tools and functions such as Task Manager, regedit, cmd, Control Panel, Run, search, folder options, shutdown, log off, and right-click menus.

The malware includes user-facing impact elements. It downloads a wallpaper image and an audio file over HTTPS, sets the desktop wallpaper to a selfie of the American YouTuber 'Tranium,' plays approximately 145.9 seconds of audio, and displays a custom ransom dialog rendered as an image rather than text. Mentioned strings include 'Hello Tranium,' 'Where hath your files gone?', and 'Good luck.' The reported infrastructure consists of a custom domain, autism.lat, behind Cloudflare and several generic file-hosting services used to serve the wallpaper and audio; no broader command-and-control channel was described.

High-confidence indicators and metadata mentioned in the content include SHA-256 06430cf9e0ec9fb5b783db7c01fd59bd651d8877143fc45d2bcd7e4dedaf94a6, MD5 5dc62f4c65df422f1e7a0e691b1a075b, direct drive targets \.\PhysicalDrive0 through \.\PhysicalDrive2, and the published YARA rule name Tranium_Wiper. AV detections cited in the content are generic ransomware labels, including Kaspersky VHO:Trojan-Ransom.Win32.Agent.gen and Microsoft Ransom:Win32/Genasom.

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.

MITRE ATT&CK

Techniques & procedures

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

Execution

1 technique
T1053.005Scheduled TaskEvidence2

"Persistence: scheduled tasks x3 (a9)... triple-nesting technique... every minute, SYSTEM, highest privileges."

Persistence

7 techniques
T1037.005Startup ItemsEvidence1

"A BootExecute entry that runs before Windows loads."

T1053.005Scheduled TaskEvidence2

"Persistence: scheduled tasks x3 (a9)... triple-nesting technique... every minute, SYSTEM, highest privileges."

T1112Modify RegistryEvidence2

"main.a19 applies a full system lockdown via 16+ registry policies: DisableTaskMgr, DisableRegistryTools, DisableCMD... NoControlPanel..." | "EnableLUA = 0 Disables UAC"

T1543.003Windows ServiceEvidence2

"Persistence: Windows service (a10)" / "sc create {C3D4E5F6-...}"

T1546.012Image File Execution Options InjectionEvidence2

"Persistence: IFEO debugger hijack (a11) sethc.exe, osk.exe, magnify.exe, narrator.exe, utilman.exe"

T1547.001Registry Run Keys / Startup FolderEvidence2

"Registry Run/RunOnce keys in four locations. A startup folder copy."

T1547.010Port MonitorsEvidence1

"Persistence: BootExecute (a12) autocheck autochk * Tranium.exe -- runs pre-boot"

Privilege Escalation

7 techniques
T1037.005Startup ItemsEvidence1

"A BootExecute entry that runs before Windows loads."

T1053.005Scheduled TaskEvidence2

"Persistence: scheduled tasks x3 (a9)... triple-nesting technique... every minute, SYSTEM, highest privileges."

T1543.003Windows ServiceEvidence2

"Persistence: Windows service (a10)" / "sc create {C3D4E5F6-...}"

T1546.012Image File Execution Options InjectionEvidence2

"Persistence: IFEO debugger hijack (a11) sethc.exe, osk.exe, magnify.exe, narrator.exe, utilman.exe"

T1547.001Registry Run Keys / Startup FolderEvidence2

"Registry Run/RunOnce keys in four locations. A startup folder copy."

T1547.010Port MonitorsEvidence1

"Persistence: BootExecute (a12) autocheck autochk * Tranium.exe -- runs pre-boot"

T1548.002Bypass User Account ControlEvidence2

"UAC bypass via fodhelper (a4)" / "ms-settings\Shell\Open\command + DelegateExecute"

Defense Impairment

2 techniques
T1112Modify RegistryEvidence2

"main.a19 applies a full system lockdown via 16+ registry policies: DisableTaskMgr, DisableRegistryTools, DisableCMD... NoControlPanel..." | "EnableLUA = 0 Disables UAC"

T1553.004Install Root CertificateEvidence1

"Certificate manipulation occurs in main.a24 and main.a25 -- certificates are added to both the ROOT and AuthRoot stores."

Command and Control

1 technique
T1105Ingress Tool TransferEvidence2

"Then it downloads a wallpaper and an audio file from the internet..."

Impact

7 techniques
T1485Data DestructionEvidence1

"corrupts 30+ system files including the registry hives and boot chain" / "target over 30 files... Registry hives: SAM, SYSTEM, SOFTWARE, SECURITY, DEFAULT"

T1486Data Encrypted for ImpactEvidence2

"...and then encrypts your data with AES... AES-CBC with a random key from the OS, stored via Windows DPAPI..."

T1490Inhibit System RecoveryEvidence2

"wmic shadowcopy delete" / "vssadmin delete shadows /all /quiet" / "bcdedit ... recoveryenabled no" / "System Restore is disabled..."

T1491.001Internal DefacementEvidence1

"sets the desktop wallpaper... via SystemParametersInfoW and the Control Panel\Desktop\Wallpaper registry key"

T1529System Shutdown/RebootEvidence2

"BSOD trigger... calls RtlAdjustPrivilege... then triggers a Blue Screen of Death via NtRaiseHardError."

T1561.001Disk Content WipeEvidence1

"main.a16 performs a second raw disk overwrite pass on the C: and D: volumes... targets the volume data directly."

T1561.002Disk Structure WipeEvidence2

"overwrites the MBR on three physical drives" / "main.a15 opens \\.\PhysicalDrive0...1...2 for direct write access... The MBR is overwritten on all three drives."

Other

1 technique
T1562.001Disable or Modify ToolsEvidence2

"It also disables Windows Defender (four separate policy values)..." | "Tranium disables every tool a user might reach for: Task Manager, regedit, cmd, Control Panel, Run dialog..."

INDICATORS OF COMPROMISE

IOCs tracked for this family

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

View more in app
Network
9 tracked

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

Hashes
5 tracked

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

Other
6 tracked

Other indicator types observed in public reporting.

TypeValueLatest sighting
domain●●●●●●●●●●●●View more in app3 months ago
domain●●●●●●●●●●●●View more in app3 months ago
hash.sha256●●●●●●●●●●●●View more in app3 months ago
hash.sha1●●●●●●●●●●●●View more in app3 months ago
hash.sha256●●●●●●●●●●●●View more in app3 months ago
hash.sha256●●●●●●●●●●●●View more in app3 months ago
ACTIVITY FEED

Recent activity

3 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 matching20

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

Threat actor attribution

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

Exploited vulnerabilities

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 mapping18

Every documented technique, ranked by evidence weight.

Researcher chatter

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