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.
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.
Techniques & procedures
18 distinct techniques documented for this family, organized by ATT&CK tactic.
Execution
1 technique
Execution
Persistence
7 techniques
Persistence
"Persistence: scheduled tasks x3 (a9)... triple-nesting technique... every minute, SYSTEM, highest privileges."
"main.a19 applies a full system lockdown via 16+ registry policies: DisableTaskMgr, DisableRegistryTools, DisableCMD... NoControlPanel..." | "EnableLUA = 0 Disables UAC"
"Persistence: IFEO debugger hijack (a11) sethc.exe, osk.exe, magnify.exe, narrator.exe, utilman.exe"
Privilege Escalation
7 techniques
Privilege Escalation
"Persistence: scheduled tasks x3 (a9)... triple-nesting technique... every minute, SYSTEM, highest privileges."
"Persistence: IFEO debugger hijack (a11) sethc.exe, osk.exe, magnify.exe, narrator.exe, utilman.exe"
"Registry Run/RunOnce keys in four locations. A startup folder copy."
Defense Impairment
2 techniques
Defense Impairment
Command and Control
1 technique
Command and Control
Impact
7 techniques
Impact
"corrupts 30+ system files including the registry hives and boot chain" / "target over 30 files... Registry hives: SAM, SYSTEM, SOFTWARE, SECURITY, DEFAULT"
"...and then encrypts your data with AES... AES-CBC with a random key from the OS, stored via Windows DPAPI..."
"wmic shadowcopy delete" / "vssadmin delete shadows /all /quiet" / "bcdedit ... recoveryenabled no" / "System Restore is disabled..."
"sets the desktop wallpaper... via SystemParametersInfoW and the Control Panel\Desktop\Wallpaper registry key"
"BSOD trigger... calls RtlAdjustPrivilege... then triggers a Blue Screen of Death via NtRaiseHardError."
IOCs tracked for this family
20 indicators attributed across vendor reports, sandbox runs, and researcher write-ups. Full values are available in Mallory.
IPs, domains, and DNS infrastructure linked to this family.
File hashes (MD5, SHA-1, SHA-256) from samples and reports.
Other indicator types observed in public reporting.
Recent activity
3 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
A new Go-based wiper malware that has been mistakenly classified by some as ransomware.
Destructive Go-based wiper that establishes multiple persistence mechanisms, disables user/admin recovery tools, overwrites the MBR and corrupts critical boot/OS components (including registry hives and filesystem drivers), then performs AES-CBC file encryption with a DPAPI-protected key that becomes unrecoverable due to prior system destruction; finally forces a BSOD to render the host unbootable.
Destructive Go-based wiper that (1) deletes shadow copies and disables recovery, (2) establishes multiple persistence mechanisms (Run/RunOnce, Startup folder, scheduled tasks, service, IFEO debugger hijack, BootExecute, fodhelper UAC bypass), (3) overwrites MBR on multiple physical drives and performs raw volume overwrites, (4) corrupts boot chain and Windows registry hives/system files to prevent boot, (5) encrypts files with AES-CBC (DPAPI-protected key) as a cosmetic layer, and (6) triggers a BSOD; also downloads/sets a wallpaper and plays audio.
The version that knows your environment.
Match every observed IP, domain, and hash against your live telemetry.
Named campaigns wielding this family, with evidence pinned to each claim.
CVEs this family uses for access and lateral movement.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Every documented technique, ranked by evidence weight.
Reddit, Mastodon, and CTI community discussion around this family.