HabrJuly 26, 2026🇷🇺Translated from Russian

GitHub Removes 10,000 Malware Repositories After Public Exposure but Takes No Further Action

Thousands of repositories on GitHub are actively distributing trojans through ZIP archives, and any user can locate them using the platform's built-in search without specialized tools. These repositories have remained online for at least two years even though GitHub possesses substantial financial resources, a dedicated security team, and access to artificial intelligence systems.

The malicious repositories share clear structural patterns. Each contains a README file with headings such as "## 📥 Download", "## 📥 Download Now", or "## 📥 Download the Software", followed by a direct link to a ZIP archive hosted on githubusercontent.com or github.com. The archives contain executable files that multiple antivirus engines on VirusTotal flag as malicious.

Researchers refined search queries to surface additional instances. Starting with path:readme.md "## 📥 Download" and adding terms such as ".zip" produced more targeted results. Further refinement using regular expressions for versioned archive links, such as /raw\.githubusercontent\.com\/.*\d+\.\d+\.zip/, isolated repositories that match the malware distribution pattern.

One month earlier, a detailed article describing the scheme and a script that located 10,000 matching repositories were published on Hacker News. The post received significant attention from other security outlets. In response, GitHub deleted the 10,000 repositories identified by the script. No additional repositories matching the same patterns have been removed since, even though new ones continue to appear and the original article remains publicly available.

The limited response raises questions about internal processes at Microsoft, which owns GitHub. Despite having thousands of employees and tools such as Copilot, the company has not deployed sustained detection efforts against this ongoing malware campaign.

Related articles

HabrMalware & Botnets

Drama RAT: Advanced Android Banking Trojan with RAT Capabilities Analyzed by Positive Technologies

Positive Technologies researchers have detailed Drama RAT, a sophisticated Android banking trojan distributed via phishing messages in messengers and disguised as VPN services or banking apps. The malware uses droppers that request installation of fake updates, then deliver a full-featured payload capable of stealing credentials, recording screens, and performing overlay attacks. Drama RAT automatically grants itself Accessibility permissions while hiding the process behind opaque overlays and employs multiple persistence mechanisms including AlarmManager alarms and Doze mode bypass. Communication occurs primarily over mTLS WebSocket with a fallback CDN channel, while anti-analysis features include over 1200 junk artifacts, broken AndroidManifest.xml, Frida hooking detection, and per-class string obfuscation. The trojan supports keylogging, SMS interception, VNC screen sharing, microphone and camera recording without indicators, and participation in DDoS attacks. Positive Technologies notes that removal is extremely difficult without ADB or safe mode because the malware redirects users away from settings screens.

BoletimSecMalware & Botnets

Attackers Abuse Legitimate Node.js Runtime to Deploy Persistent Malware in Targeted Operations

Cybercriminals are increasingly misusing the legitimate Node.js runtime to execute malicious JavaScript scripts and maintain persistence on corporate networks. The technique has been observed since February 2026 against governments, technology firms, hotels, and financial organizations. Attackers favor the signed node.exe binary to evade signature-based detections after initial access via ClickFix social engineering. In one case against an Asian technology company, Node.js was deployed following blocked attempts to install AdaptixC2 and Cobalt Strike. The resulting implant establishes registry persistence and communicates with Ethereum blockchain gateways to retrieve commands hidden in smart contracts. The approach has been linked to multiple tools including ModeloRAT, Mistic, EtherRAT, and a variant of AsukaStealer, with some campaigns attributed to the initial-access broker Woodgnat, also known as KongTuke.

AntiMalwareMalware & Botnets

Buhtrap RAT Resurfaces in New Campaign Targeting Russian Accountants via Search Ads

Specialists from F6 have identified a fresh distribution campaign for the Buhtrap RAT remote access trojan. Attackers continue to lure accountants and lawyers to counterfeit professional websites promoted through search engine advertisements. The latest lure mimics the legitimate resource Glavnaya Kniga Bukhgaltera, where visitors seeking documents instead receive a ZIP archive containing malicious payload delivered through JavaScript interception. The infection chain remains largely unchanged from prior operations, with the primary update being refreshed command-and-control infrastructure. Buhtrap has operated since 2014 as both malware and an associated criminal group; its source code leak in 2016 enabled wider adoption by financially motivated actors. Identified decoy domains include glavaudit.org, buhotchet.com, and audit24.org. Users are advised to verify site addresses carefully and avoid executing disguised EXE files.

BoletimSecMalware & Botnets

Brazilian Malware BraZetsu Uses AI to Map and Sell Compromised Corporate Networks

Researchers have identified a new Windows malware called BraZetsu developed by the Brazilian actor Exilware. The tool maps compromised corporate networks, identifies high-value systems, and prepares access for sale to other criminals. The operation primarily targets Brazil and other countries in Latin America and the Iberian Peninsula. BraZetsu is written in Python with a modular architecture and maintains WebSocket communication with its command-and-control server. It searches for banking software, ERPs, e-commerce platforms, industrial environments, development tools, backup systems, and security solutions. The malware also looks for Brazilian CNAB financial files, digital certificates, and browser history. Evidence suggests heavy use of generative AI during development, with an AI component on the server that may classify stolen files and prioritize valuable machines.