-
Where Have All the Complex Windows Malware and Their Analyses Gone?
You might have also wondered why, especially over the last few years, it has become increasingly rare to read about truly interesting malware and its in-depth analysis. If you’ve been in cybersecurity for more than a decade, you remember the feeling of a true discovery. You’d wake up, grab a coffee, and check the latest from the Kaspersky GReAT team, or other sources like the FireEye (now Mandiant/Google) or the ESET blogs, only to find a sixty-page PDF that read like a high-stakes espionage thriller. One to two decades ago, corporate security blogs, independent researcher sites, and specialized forums like KernelMode.info were an absolute goldmine for malware blockbusters. It wasn’t just the detailed technical teardowns of highly complex, custom-built rootkis that captivated us; it was the thrill of the hunt itself. Threat hunters and malware researchers would publish gripping, step-by-step accounts of how they tracked digital breadcrumbs across obscure infrastructure, pivoting through servers and protocols until they finally uncovered sprawling, modular toolkits complete with intricate custom plugins.
-
🇷🇺 COMmand & Evade: Turla's Kazuar v3 Loader
This blog post analyzes the latest version of Turla’s Kazuar v3 loader, which was previously examined at the beginning of 2024. The upgraded loader heavily utilizes the Component Object Model (COM) and employs patchless Event Tracing for Windows (ETW) and Antimalware Scan Interface (AMSI) bypass techniques, as well as a control flow redirection trick, alongside various other methods to evade security solutions and increase analysis time. It is likely that this malware was used in the same campaign which ESET reported in their Gamaredon and Turla collaboration article, as the loaded Kazuar v3 payloads also use the agent label
AGN-RR-01. -
Malware Sideloading via MFC Satellite DLLs
Originally, this topic should be part of an analysis of Turla’s COM Kazuar loader, but I decided to write a blog post about this DLL sideloading in general instead. Turla uses this technique since at least 2024 and also in newer campaigns. There are also other threat actors like BRONZE BUTLER who are aware of this method too. This sideloading technique affects all MFC applications that have been created with
Visual Studio .NET (2002)-Visual Studio 2010. -
🇺🇦 The ZeroAccess Developer and His Windows Kernel-Mode Debugger
You might remember
ZeroAccess, one of the largest and most advanced P2P botnets that ever existed. It first appeared around 2009 in form of a kernel-mode rootkit focused on click fraud and was later used for bitcoin mining. Later versions appeared without the kernel-mode rootkit. As we found out, the developer of ZeroAccess also created legitimate tools as a freelancer. He also mentioned a self-made Windows kernel-mode debugger in one of his service offerings, but we were unable to find it at that time. I discovered it on Virustotal in 2018, and as of this year, the ZeroAccess developer itself has posted an upgraded version on GitHub. You read correctly: the ZeroAccess developer is still active today, however he most likely does no longer create malware. At least since his last public exposure in 2016, I haven’t come across any new malware samples that use his trademark. -
🇨🇳 More on DreamLand
In April, Kaspersky briefly described a new malware dubbed
DreamLandin their APT trends report Q1 2023. Quote:In March, we discovered a new malware strain actively targeting a government entity in Pakistan. We designated this malware “DreamLand”. The malware is modular and utilizes the Lua scripting language in conjunction with its Just-in-Time (JIT) compiler to execute malicious code that is difficult to detect. It also features various anti-debugging capabilities and employs Windows APIs through Lua FFI, which utilizes C language bindings to carry out its activities. This is the first time we have seen Lua used by an APT threat actor since its use by AnimalFarm and Project Sauron.
R136a1