AntiMalwareSeptember 9, 2026🇷🇺Translated from Russian

Reconstructed Stuxnet Source Code Published on GitHub with Build Instructions

An unknown researcher has published a reconstructed version of the Stuxnet source code on GitHub, complete with reverse-engineering findings and detailed build instructions. The repository effectively turns one of the most famous pieces of cyber weaponry into an open digital artifact that can now be examined component by component.

Stuxnet was first detected in 2010, although it is believed to have been developed as part of the joint US-Israeli Olympic Games operation. Its primary target was the uranium enrichment plant in Natanz, Iran, which relied on Siemens industrial controllers. Once inside the facility, the worm modified the operation of frequency converters, causing centrifuge rotors to fail while presenting normal readings to operators. Estimates suggest the attack damaged roughly 10 percent of the plant’s centrifuges.

Propagation methods included USB drives, network shares, and exploitation of the Windows Print Spooler vulnerability. Simply opening a compromised USB drive was enough to trigger the previously unknown flaw. Stolen digital certificates from Realtek and JMicron were used to bypass driver signature checks. The malware further embedded itself into Siemens WinCC software and Step 7 projects, allowing it to intercept and manipulate communications with programmable logic controllers.

This combination of capabilities made Stuxnet the first widely known malware capable of causing physical damage to industrial equipment rather than merely corrupting data. The operation was not flawless: an error in environment validation allowed the worm to escape the intended network and spread across the internet, where it was eventually discovered. The original code contained a self-destruct date of 24 June 2012.

Anyone studying the reconstruction is strongly advised to do so only inside a completely isolated virtual machine with no network connectivity. The repository is not a harmless retro computing project but a disassembled digital weapon.

Related articles

AntiMalwareMalware & Botnets

Researchers Create 0-Click WeChat Worm That Hijacks Accounts via Incoming Calls

Security researchers at Calif have developed a 0-click worm capable of compromising WeChat accounts through incoming voice calls without any user interaction. The exploit requires only that the attacker already exists in the victim's contact list and works across Android and iOS devices. In demonstrations, an infected Android device called an iPhone to seize control of its WeChat account while the call continued ringing, after which the compromised iPhone targeted another Android device. The worm spreads automatically between trusted contacts, functioning like a classic network worm but using WeChat profiles as propagation nodes. Even if the victim answers or declines the call, the exploit can persist or be retried, for example during nighttime hours. After account takeover, attackers gain full control to read and send messages, make calls, and impersonate the owner, while the underlying smartphone itself remains unaffected. Tencent received notification in July, released patches in versions 8.0.77 for Android and 8.0.76 for iOS, and server-side blocking was confirmed by late August, with no real-world attacks observed so far.

HabrMalware & Botnets

Website Protection Against Bots: Six Years of Traffic Filtering Evolution from Behavioral Bots to Multi-Layer Analytics

The article traces the author's journey starting in 2020 when anomalous traffic from social networks began flooding websites, initially appearing as visits from Twitter, Instagram, YouTube, and VKontakte. Early attempts using .htaccess rules to block referrers failed as bots dynamically switched to direct or external domain transitions. Server-side JavaScript and cookie checks altered bot behavior but did not stop the flow, revealing that successful browser checks only confirm technical capability rather than human presence. IP blocking of ranges like 31.173.80.0/21 and 178.176.64.0/19 provided temporary relief until mobile proxies rotated addresses, exposing the limits of static blacklists. IPv6 adoption further demonstrated how address-family-specific rules quickly become obsolete. Fingerprint spoofing and constant rotation of digital prints made single-signal identification unreliable. The core lesson emphasizes real-time filtering at the edge over post-hoc analytics exclusion to prevent bots from reaching the web server at all.

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.