GOFFEE Dissects Custom COW Agent Forked from Poseidon Mythic Implant
Angara Security researchers have published a detailed technical analysis of a custom Go agent for the Mythic C2 framework used by the Russian-oriented APT group GOFFEE (Paper Werewolf). The implant, internally named COW, was discovered on compromised Linux servers during an incident response investigation and represents a standalone development branch forked from the public Poseidon agent rather than its Freyja derivative.
Initial Discovery and Obfuscation
During one investigation, the team identified servers where attackers had established persistence using Go-based Mythic agents. The binaries were protected with Garble obfuscation and packed with a modified version of UPX. Standard UPX unpacking failed because service headers had been partially removed or corrupted, requiring manual restoration of the packer structures. Even after unpacking, Garble had stripped most original function, package, and type names, complicating static analysis.
Origin from Poseidon
Initial indicators pointed to Poseidon, previously observed in GOFFEE operations. Comparison with public Poseidon and Freyja codebases revealed that COW is not a direct copy of either. A surviving file path in an early unobfuscated sample, /Mythic/agent_code/pkg/utils/p2p/poseidon_tcp.go, confirmed the Poseidon codebase as the direct ancestor. Additional architectural similarities in profile handling, Mythic tasking logic, and P2P module structure reinforced this conclusion.
Key Differences and Enhancements
Researchers documented multiple deviations from public Poseidon and Freyja versions:
- Configuration continues to use ldflags instead of the later Base64/JSON approach adopted by the public projects.
- Support for additional addresses inside HTTP profiles not present in Poseidon or Freyja.
- Custom P2P implementation (p2p_tcp) with compatibility for Poseidon and webshell-based communication.
- Expanded Windows capabilities including registry manipulation, .NET execution, screenshot capture, and persistence mechanisms.
- Platform-specific command sets for both Linux and Windows environments.
These changes were observed across multiple related samples, indicating stable, intentional modifications rather than one-off build variations.
Additional Samples and Attribution
Retrospective searches on VirusTotal using surviving strings and build parameters located several additional Linux and Windows builds. Some samples lacked Garble obfuscation, preserving package and function names that aided further comparison. Attribution to GOFFEE was established through matching C2 infrastructure previously linked to the group in public incident reports, not merely code similarity.
Group Context
GOFFEE has conducted targeted espionage operations since at least 2022, primarily via spear-phishing with RAR archives, malicious Office documents, and HTA files. The group targets government organizations, energy, telecom, media, construction, industry, and defense sectors. Its toolkit includes PowerTaskel, PowerModul, MiRat, Sauropsida, BindSycler, DQuic, and a modified Owowa component, with heavy use of Garble, Ebowla, and custom encryption for evasion.
Related articles
Manic Android Malware Steals PINs via Transparent Overlay and Relays Data Through Nearby Infected Devices
A newly identified Android malware strain named Manic merges banking trojan, spyware, and remote access capabilities. The threat has been active since at least February 2026 and continues to receive updates that add anti-analysis features, in-memory code loading, and lock-screen credential theft. Manic monitors 169 financial, messaging, and government applications while using a transparent overlay on legitimate numeric keyboards to capture PINs without displaying a full fake banking screen. Stolen data can be forwarded through other compromised nearby devices even when the original phone lacks internet connectivity. Operators also leverage WebRTC sessions for live screen viewing and remote interaction. The malware additionally functions as a keylogger, intercepts SMS and notifications, and collects passwords, one-time codes, and recovery phrases. Security researchers recommend avoiding unknown APKs and scrutinizing requests for Accessibility Services or broad device control permissions.
Armored Likho Expands Arsenal with BusySnake RAT and AI-Driven Malware Development
The cybercrime group Armored Likho has introduced a new multi-platform trojan called BusySnake RAT that targets Windows, Linux, and macOS systems. Researchers at Kaspersky Lab identified three distinct versions of the malware, evolving from a Python implementation using Telegram bots for command-and-control to a GitLab-based variant and finally a fully rewritten Go version. In addition to custom development, the group has incorporated the open-source Kharon RAT to facilitate remote access and data exfiltration. Armored Likho has also shifted its infrastructure to private GitHub and GitLab repositories to hinder analysis. Most notably, the group now leverages large language models not only for initial access but also to generate tools for persistence and post-exploitation activities. Kaspersky security products continue to detect and block activity linked to the group.
Microsoft Removes WMIC from Windows 11 After Years of Abuse as LOLBIN by Ransomware and Attackers
Microsoft has begun permanently removing the legacy WMIC command-line utility from Windows 11, starting with versions 24H2 and 25H2. The tool is no longer available in fresh installations, has been dropped as an optional component, and is absent from the latest beta builds. WMIC provided text-based access to Windows Management Instrumentation for querying hardware, processes, services, and security software, as well as performing administrative tasks. Although the underlying WMI technology remains untouched, Microsoft has deprecated the command shell due to its long-standing use as a LOLBIN in cyberattacks. Ransomware operators have leveraged WMIC to delete shadow copies and hinder recovery, while other attackers used it to enumerate and disable security tools or add exclusions in Microsoft Defender. Administrators are directed to migrate to PowerShell, COM API, .NET libraries, and modern scripting languages, which will require rewriting legacy automation scripts.
Octagon Malware-as-a-Service Platform Targets Android Banking Apps and Crypto Wallets for $1400 Monthly Subscription
Researchers at iVerify have uncovered the previously unknown Octagon platform, a malware-as-a-service offering sold by a Russian-speaking actor under the handle AndroidKitKat. The service first appeared on underground forums on June 1, 2026, with version 1.2 released by June 29, providing a ready-made control panel for account takeovers across banks, crypto exchanges, messengers, and wallets. Infection starts with a disguised APK that requests Accessibility Services permissions, after which the trojan can read UI elements, simulate taps, launch apps, and overlay phishing screens on services such as Trust Wallet, Binance, and MEXC. The malware also intercepts SMS one-time codes, spoofs the system lock screen to steal PINs or patterns, and supports VNC-style remote control while operating on the victim’s own device to evade anti-fraud systems. Three related builds—Octagon, Lifted Dreams, and BahrDate—were identified, with one variant displaying a visual novel to distract users while the spyware runs in the background. The campaign underscores the growing threat of sophisticated Android remote-access trojans sold on a subscription basis.