A Pakistan-based threat actor known as Transparent Tribe, also identified as APT36, has undergone a significant operational shift, moving from the development of sophisticated, custom malware to a strategy dubbed “vibeware.” This new approach leverages AI-assisted malware generation, resulting in a high volume of less polished, disposable implants. The primary targets remain Indian government agencies, military personnel, and diplomatic missions, with secondary operations directed at Afghanistan’s government and select private businesses.
According to analysis by Bitdefender, Transparent Tribe is now utilizing AI coding tools to rapidly produce numerous new malware samples, prioritizing quantity over individual code quality. This tactic aims to overwhelm security defenders by making it difficult to track and respond to the constant influx of unique threats. The group has been observed using professional networking platforms like LinkedIn to identify and profile high-value targets, with recovered screenshots revealing employee lists from military-affiliated government entities.
The Rise of AI-Generated Malware and Transparent Tribe’s “Vibeware”
The core of Transparent Tribe’s new strategy, termed “vibeware,” involves the mass production of AI-generated malware. This approach contrasts sharply with their prior methodology of investing considerable time into developing complex, bespoke tools. Evidence of AI integration has been found within the group’s project files, including metadata that points to AI-enhanced code editors and Unicode emojis embedded in binary strings, which Bitdefender analysts cite as clear indicators of this “vibe-coded” development process.
The threat actor maintains a near-daily production pace of new malware variants, utilizing multiple programming languages. Despite this high volume, the generated tools are often found to be error-prone and incomplete. For instance, a credential-stealing implant written in Go was discovered with a blank placeholder for its command-and-control server address, rendering it non-functional from the outset. A recurring internal username, “Nightmare,” has been noted across the group’s systems, suggesting a centralized operator or a closely coordinated team is behind these operations.
Initial access to victim systems is typically achieved through malicious emails containing ZIP or ISO archives. These archives bundle shortcut (.LNK) files, which, when executed, initiate a chain of events. A particularly convincing lure employs a PDF document that impersonates a professional resume, complete with a prominent “Download Document” button.
Upon clicking this button, victims are redirected to an attacker-controlled server, which then delivers a malicious archive. Once the shortcut file is active, PowerShell scripts execute silently in memory, downloading and activating the main backdoor. Following this automated infection stage, human operators manually connect to the compromised machine to conduct further malicious activities, underscoring that while the malware deployment pipeline is AI-driven, the subsequent exploitation remains a human-led operation.
The campaign’s efficacy is amplified by its extensive reliance on legitimate cloud services for command and control (C2) communications. Transparent Tribe routes its traffic through platforms such as Discord, Slack, Google Sheets, Supabase, and Firebase. These services are routinely trusted by corporate firewalls, making it challenging for security teams to distinguish malicious traffic from legitimate network activity.
Exploiting Trusted Cloud Platforms for Command and Control
CrystalShell, a backdoor written in the Crystal programming language, utilizes Discord channels for issuing commands to infected machines and collecting their outputs. Its counterpart, ZigShell, performs a similar function using Slack. SheetCreep, a C#-based backdoor, transforms a Google Drive spreadsheet into a live control hub. It polls the spreadsheet for encrypted instructions and writes encrypted responses back into designated cells.
LuminousStealer, developed in Rust, transmits stolen file metadata to Firebase while uploading the actual file contents to Google Drive. This process is authenticated using standard Google OAuth credentials. The presence of Unicode emojis within LuminousStealer’s code strings, such as messages confirming data transfers, serves as additional evidence of AI-generated code powering this extensive malware fleet. The public availability of SDKs and extensive online documentation for these cloud services provides AI coding assistants with sufficient training data to generate functional integration code, minimizing the need for deep technical expertise from the attackers.
To counter campaigns that employ this “Distributed Denial of Detection” (DDoD) strategy, security teams are advised to prioritize behavioral detection methods over traditional file-signature scanning. The use of less common programming languages like Nim, Zig, and Crystal can disrupt standard detection baselines. Outbound connections to trusted cloud platforms originating from unsigned or unverified binaries should be flagged as potential indicators of compromise.
Additionally, any unusual activity, including the creation of scheduled tasks, process injection, fileless execution chains, and atypical PowerShell operations, warrants immediate investigation, as these are common tactics within this campaign. Maintaining a robust endpoint detection and response (EDR) capability that monitors for suspicious process behavior, irrespective of the binary’s programming language, remains the most dependable defense against a threat model focused on overwhelming volume rather than advanced evasion techniques.

