Hackers Spread GoFlateLoader Through Cracked Software and Malicious TDS Campaigns

Sometimes the most effective malware relies on blunt force rather than technical elegance. GoFlateLoader is a simple, Go-based in-memory loader that deliberately inflates its file size to bypass security scanners.

Despite lacking advanced anti-debugging, anti-VM, or sandbox-evasion techniques, it has successfully targeted over 33,000 users since April 2026.

The campaign heavily impacts users across Brazil, India, Argentina, Mexico, Turkey, and Spain.

Cracked Software Spreads GoFlateLoader

GoFlateLoader operates with a straightforward, linear execution flow that reconstructs the payload entirely in memory so it never touches the disk.

It copies an encoded payload blob from the .rdata section to the stack, decodes it into a valid Portable Executable (PE), and allocates read-write-execute memory.

Global distribution of unique users protected by Gen from GoFlateLoader by country since April 2026 (Source: gendigital)
Global distribution of unique users protected by Gen from GoFlateLoader by country since April 2026 (Source: gendigital)

After mapping the payload and rebuilding the Import Address Table, the loader executes the malware’s final stage using Go’s syscall. Syscall function.

The malware abuses this system call as a generic call gate. It points the function to the payload’s entry point and fills the required parameters with dummy arguments.

The loader consistently sets these arguments to the hardcoded values 1, 2, 3, and 4, providing a strong detection opportunity for threat hunters.

Annotated decompiled code of GoFlateLoader's main routine (Source: gendigital)
Annotated decompiled code of GoFlateLoader’s main routine (Source: gendigital)

The loader’s true evasion capability stems from a massive PE overlay appended to the end of the file. By packing the binary with null bytes or random padding, attackers inflate the file size to 700-950 MB.

This bloated size deliberately crashes automated analysis pipelines and bypasses cloud-based sandboxes. For example, VirusTotal imposes a strict 650 MB upload limit, making the inflated GoFlateLoader easily evade detection on the platform.

Because the padding compresses highly efficiently, attackers face virtually no bandwidth penalties during distribution.

GoFlateLoader transferring execution to the final payload’s entry point via syscall.Syscall with dummy arguments (Source: gendigital)
GoFlateLoader transferring execution to the final payload’s entry point via syscall.Syscall with dummy arguments (Source: gendigital)

According to gendigital research, attackers distribute these payloads through two main vectors: repackaged cracked software and malicious Traffic Direction Systems (TDS).

When using a TDS, victims are redirected to a landing page offering a downloadable archive. The page separately displays a password needed to extract the contents.

This extra step prevents automated antivirus and EDR solutions from decrypting the archive, keeping the massive GoFlateLoader hidden until the user manually triggers the extraction.

Indicators of Compromise

SHA-256 HashFile FormatArchitectureFinal PayloadAdditional Notes
b88c5744975d2abb447aecc6c090fee9f8580413f4612eecdc6ed1973e8a1739Archivex64RemusPassword-protected (pwd: 1234)
ed5ae7f36453c5a23e9868a5729d67e0549a11f6dea54f5f52d654a8f51d4902Archivex64Remus
841c9297cb8a2e0ff89433d13c05bfc760eb2e98e251cb8fa785d2ad7cbac05fArchivex86Amatera
ece7c48eb411b24f26762ede83badb4a644c41d5777129381ac2541804d64fc2Archivex86Lumma
421ce2d2f49c23bbe9f60ef3b9cd38d7eb912ce02e56a61837656210069bd9e2Archivex64Vidar
121c2dc793b3873f75a29ec02241f94136de19c049382a50a50d0d5b99507073Raw Binaryx64StealCExceeds 650 MB limit

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Follow us on Google News , LinkedIn and X to Get More Instant UpdatesSet Cyberpress as a Preferred Source in Google.

Varshini
Varshini
Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies..

Trending News

Related Stories