The malware was analyzed in infected environments consisting of F5 BIG-IP Access Policy Manager (APM) and was discovered by Sophos as Linux/Agnt-IC. “The malware targets deployments featuring Apache, libphp, APR module loading, BIG-IP APM webtop components, and BIG-IP upgrade workflows, suggesting it was developed for specific environments,” Sophos reported.
The research was posted on September 7, 2026, and shows how the rootkit interferes with the PHP runtime and Apache web server to deploy malicious code without making major modifications to authentic PHP files stored on the device.
One significant feature of the malware is that it can install malicious PHP code directly into the running web server’s memory.
Generally, threat actors planting a PHP web shell would also modify or make a PHP file on the server. Security teams can then detect the malicious file via antivirus scans, manual investigation, or file-integrity monitoring.
The rootkit detailed by Sophos takes another approach. It changes how PHP files are shown to the running Apache process while the original files on disk are left unchanged.
This means that a file scan could demonstrate that a PHP is authentic even when the server is actively running malicious code.
Researchers at Sophos discovered that the implant deploys various sophisticated approaches to take command over the web server. It integrates into the device’s startup process and surveys Apache activity to find out when the PHP module is loaded.
After this, the malware can bring its own web-shell functionality and change the in-memory PHP environment.
The installed web shell gets specially tailored HTTP requests and runs commands given by the threat actor. Sophos also found the implant deploying a Unix domain to socket to offer another path of communicating with an infected system and launching a shell.
This combination allows attackers several ways of maintaining access while covering the traces left on the filesystem.
The attack has become a problem for experts as the malware does not always have to alter files to attack a server. Security teams should check beyond traditional file-integrity check and analyze memory activity, network traffic and running processes.
Sophos recommends that security teams look beyond conventional file-integrity checks and examine network traffic, running processes and memory activity.
A remote access tool built for IT departments and help desks is now being weaponized against them. Researchers at Huntress say they've found hacked versions of ConnectWise's ScreenConnect software that don't just give attackers a foothold on one machine, they use that foothold to infect whoever connects to it next, turning a single compromised endpoint into a launching pad for further attacks.
Huntress said its Security Operations Center issued three critical incident alerts in late August after spotting the same unusual pattern across customer networks that had nothing else in common. In each case, a rogue ScreenConnect client had been planted through social engineering, and once running, it began quietly automating an infection chain that most victims never saw coming.
Three break-ins, one playbook
The entry points varied, but the outcome didn't. On August 20, Huntress caught a case that started with a classic tech support scam: someone called a victim claiming their computer had been hacked, then walked them through opening Quick Assist, the remote help tool that ships with Windows, and handing over control. Once inside, the attacker installed a ScreenConnect client wired to call home to a server at 45.13.237[.]190, an address that VirusTotal had tied to a domain called tele-sync.opik[.]net earlier that same month.
A second incident, logged the same day, took a different path in. The victim ran a file called ScreenConnect.ClientSetup.msi straight out of a Microsoft Edge downloads folder, almost certainly after clicking through a phishing email. That installer set up a client pointed at a separate server, 131.123.40[.]98, over port 8041. Huntress later found the same machine reaching out to several more IP addresses tied to the campaign's infrastructure.
The third case, on August 24, started with something almost mundane: a person searching online for a Geek Squad refund form. Instead of a form, they got a rogue ScreenConnect.Client.exe that connected back to a domain named borertors92.anondns[.]net. Huntress shut this one down quickly enough that it never progressed past the initial script execution.
Different bait, same result. Once the ScreenConnect client landed on a machine, it began repeatedly calling wscript.exe, the built-in Windows scripting engine, to fire off four files named, plainly, 1.vbs, 2.vbs, 3.vbs and 4.vbs.
What the four scripts actually do
Huntress pulled the scripts apart and found a loader designed to feel its way around a system before deciding what to drop on it.
The first script checks whether ScreenConnect is already installed, looks for security software including Huntress's own agent, CrowdStrike, SentinelOne, Sophos, Malwarebytes and Cisco AMP, and checks how much memory the machine has, likely a crude way of ruling out sandboxes and virtual machines used by researchers. It boils all of that down into a three-digit code and drops it into a file called value.txt in the Windows temp folder.
The second script waits for that file to appear, then fetches a link from Dropbox, decodes it and stores the result as a lookup table. Each possible three-digit combination in that table maps to a different payload and a different AES decryption key. The third script reads the table, matches it against the code generated earlier, and downloads whichever payload fits. The fourth script grabs the matching decryption key, builds a PowerShell script from scratch inside the VBScript itself, and runs it with Windows' script execution safeguards switched off.
That PowerShell script does the actual unwrapping, decrypting the downloaded file and handing control to a second, more capable PowerShell script that Huntress found renamed as PyTorchFix.ps1. Depending on which of the three outcomes the profiling scripts settled on, the victim ends up with either a bare-bones backdoored ScreenConnect client, a version bundled with tools for privilege escalation and persistence, or the full package: tunneling software and a cryptocurrency miner thrown in as well.
One small detail stood out to the researchers. A comment buried in the third script spells out the payload table's format in plain, tutorial-style language, the kind of explanatory note that reads less like something a human attacker jotted down and more like something an AI coding tool generated on the fly.
How the infection spreads on its own
This is the part that makes the campaign unusual. Buried in the backdoored ScreenConnect client is code that watches ScreenConnect's own connection list for new sessions. The moment somebody new connects, whether that's another victim, a technician, or anyone else routed through the same infrastructure, the client repackages all four VBScript files, hands them to ScreenConnect's built-in file transfer feature, flags them to run automatically, and pushes them straight to the new arrival.
Huntress described it as the modified client using the server's own connection status data to figure out who just showed up, then quietly loading them up with the same infection. The client keeps a short memory of which sessions it has already hit so it doesn't repeat itself mid-session, but that memory resets once someone disconnects, meaning a second visit from the same person can trigger the whole thing over again.
The heavier version of the payload came with extras: a copy of the tunneling tool wstunnel disguised under the filename Themes.exe, reaching out to homehub.opik[.]net over port 443; an XMRig cryptocurrency miner renamed SearchIndex.exe; and a known vulnerable driver called WinRing0, saved as svcdrv64.sys, which attackers commonly use to get code running with elevated privileges. The malware also went after Windows Defender directly, disabling its reporting and notifications and switching off a hardware-level protection called Hypervisor-Protected Code Integrity. In at least one case, the attackers also dropped a second remote access tool, UltraViewer, apparently as a fallback in case ScreenConnect got pulled.
Huntress caught and stopped all three original incidents before the attackers finished the job, but the firm says it has continued to see the same pattern show up elsewhere since. Because the malware digs in so deep, wiping the affected machines and rebuilding them from clean media is what Huntress is telling customers to do rather than trying to clean an infected system in place.
Where ConnectWise fits in, and where it doesn't
Huntress says it's been talking with ConnectWise throughout the investigation, and on September 3, ConnectWise published its own advisory describing a problem with file transfer behavior in ScreenConnect's Remote Access, Support and Access sessions, affecting both the cloud-hosted version and self-hosted, on-premises deployments.
The company said a CVE number and an official patch are coming within the week. In the meantime, it's telling ScreenConnect administrators to go into Administration, then Security, then Roles, and check whether the TransferFiles permission, called TransferFilesInSession in older builds, is switched on for any assigned role. If it is, ConnectWise says to turn it off, a change that doesn't require updating ScreenConnect itself and can be applied right away.
One thing worth being precise about: ConnectWise has not said the file transfer issue is technically the same vulnerability the Huntress campaign is exploiting. The advisory and the Huntress research came out around the same time and clearly describe related territory, file transfer abuse inside ScreenConnect sessions, but the company has stopped short of confirming a direct link between the two.
Huntress, for its part, is telling anyone running ScreenConnect on-premises to take a closer look at their deployments regardless. The firm recommends digging through ScreenConnect's server-side audit logs for RunFiles or RanFiles entries tied to a Guest process, especially any referencing unfamiliar VBScript or PowerShell activity, and treating that as an immediate red flag. Huntress also cautioned that the exact filenames tied to this campaign will likely change as the attackers adjust, so the underlying behavior, scripted execution launched through a ScreenConnect session, matters more than the specific file names.
Not the first time ScreenConnect has been a target
This isn't ScreenConnect's first brush with mass exploitation. In February 2024, ConnectWise disclosed a pair of vulnerabilities in the product, an authentication bypass rated a perfect 10 on the CVSS scale and a path traversal flaw alongside it, that let attackers create administrator accounts on exposed servers without needing valid credentials. Proof-of-concept code for those bugs went public within days, and Huntress's own CEO at the time called it the makings of what could be the biggest cybersecurity incident of that year, given that a single exploited server could hand attackers control over thousands of downstream endpoints managed through it.
What followed was a scramble. Security vendors including Sophos and Darktrace tracked ransomware built from a leaked LockBit builder tool being dropped through the exploited servers, alongside Cobalt Strike beacons and remote access trojans. The Cybersecurity and Infrastructure Security Agency later added one of the two flaws to its Known Exploited Vulnerabilities catalog. More recently, other research teams have logged waves of signed ScreenConnect droppers used in financial sector phishing campaigns, and industry researchers have generally flagged remote monitoring and management software as one of the more consistently abused categories of legitimate IT tooling over the past couple of years, precisely because it's designed to do the thing attackers want: get full control of a machine without tripping the alarms a piece of unfamiliar malware would.
The current campaign fits that same pattern in terms of how attackers get in, but the automated, self-spreading distribution mechanism built into the client itself is new territory, and it's the detail that has researchers paying closer attention this time around.
As per Elastic Security Labs, the four programs are called LockAppHost, SoftManager, WinUpdate, and ProManager.
Experts found that the components can stay on a computer even when REVSTEALER removes itself. This makes the compromise hard to locate and stop.
“Unlike most commodity stealers, REVSTEALER seems to put more effort into validating its targets; this is evident in its cryptocurrency wallet harvester, which uses a multi-layer architecture with a discovery engine followed by a collector that applies wallet-specific extension filters to extract only relevant files,” Elastic Security Labs reported.
Available as a commercial malware since February 2026, REVSTEALER is a rising Windows information stealer. It can store browser cookies and passwords, messaging data, cryptocurrency wallet details, files from compromised systems, and gaming accounts. Once the information is stolen, the primary malware deletes itself, which results in making the computer look legitimate.
But the four newly discovered programs work distinctly as they can remain on the target's computers by installing themselves.
LockAppHost
LockAppHost is the most disruptive component, because before launching a cryptocurrency miner, it can disable Windows security.
SoftManager
SoftManger turns a compromised system into a reverse proxy. This permits threat actors to direct their network traffic via the target’s internet connection, possibly covering the tracks of the threat actor’s real location.
WinUpdate
WinUpdate surveys the Windows clipboard. The malware can replace the addresses controlled by attackers when a user copies cryptocurrency wallet addresses. This may send cryptocurrency payments to the threat actors
ProManager
Cryptocurrency wallets are the main focus of this program. ProManager can steal browser wallet extensions and wallet files. Experts also discovered that the program can show attacker-controlled content over genuine cryptocurrency wallet apps and store passphrases and passwords typed by users.
LockAppHost can get admin privileges to make major changes in the Windows system, Elastic found.
LockAppHost can also disable five Windows Update services, impact Microsoft Defender, turn off two malware-removal tasks, and shut down 11 scheduled update tasks. It launches a cryptocurrency miner after compromising the computer’s security features.
The miner makes it difficult to detect for users to find out malicious operations and for security software to detect by hiding inside authenticated Windows processes.
An international public-private operation has disrupted Sality, a peer-to-peer botnet that remained active for more than two decades, by seizing domains and redirecting infected computers away from infrastructure controlled by its operator.
The coordinated action took place on August 31, 2026, and involved authorities in the United States, Bulgaria, Hungary and Romania. CrowdStrike and the Shadowserver Foundation provided technical assistance, while Europol and Eurojust supported the international coordination.
According to the US Department of Justice, the DOJ, FBI and the Defense Criminal Investigative Service seized Sality-linked domains in the United States. European authorities took action against additional domains hosted in Bulgaria, Hungary and Romania.
CrowdStrike’s Counter Adversary Operations team simultaneously carried out a peer-to-peer sinkholing operation designed to separate infected computers from the botnet’s operator.
The action disabled Sality’s current command channel, but it did not automatically remove malware from compromised computers.
First observed in 2003, Sality began as a polymorphic file-infecting malware family. It attached malicious code to executable files and could spread through network shares, removable drives and file-sharing systems.
Sality eventually developed into a decentralized botnet in which infected computers communicated directly with one another. Unlike a conventional botnet with one central command-and-control server, Sality’s peer-to-peer architecture did not present investigators with a single server that could be seized to disable the entire operation.
CrowdStrike said two incompatible Sality networks, known as versions 3 and 4, remained active until the disruption. Although they used the same underlying codebase and were operated by the same threat actor, the networks used different protocol versions and cryptographic keys.
The botnet’s main function was to deliver additional malicious software. During its long history, Sality distributed malware associated with credential theft, spam, proxy services, network exploitation and distributed denial-of-service attacks.
For approximately the past eight years, CrowdStrike said its primary payload was EggJagger, a clipboard-hijacking tool that monitored devices for copied cryptocurrency wallet addresses. When it detected a Bitcoin or Ethereum address, the malware replaced it with an address controlled by the attacker.
CrowdStrike estimates that at least $150,000 in cryptocurrency was stolen through EggJagger, although other malware distributed through Sality may have produced additional criminal revenue.
CrowdStrike’s technical account of the disruption states that Sality enabled its operator to distribute malicious payloads to more than 33,000 infected computers worldwide at the time of the operation.
Historical figures are considerably larger. Europol reported that Sality provided access to as many as one million infected machines at its peak. More than 11 million unique IP addresses have been connected to its infrastructure over its lifetime.
The 11 million figure should not be interpreted as the number of simultaneously infected devices. Individual machines can use different IP addresses over time, and the total covers years of recorded activity.
Europol has supported Sality-related investigations since 2017. The agency said international partners held weekly operational calls in the weeks before the latest action to coordinate infrastructure seizures and the technical disruption.
The operation targeted the peer lists that Sality-infected computers used to locate other machines in the botnet.
Each infected computer maintained a limited list of publicly reachable “super peers,” which formed the backbone of the P2P network. Approximately every 40 minutes, the malware checked whether those peers remained available. Responsive peers gained reputation, while unresponsive entries were gradually removed.
CrowdStrike found that the Sality protocol did not authenticate computers joining the network. Any publicly reachable system that completed the required handshake could be accepted as a legitimate peer.
Defenders used this weakness to manipulate the botnet’s peer lists. Legitimate Sality peers were invalidated and replaced with sinkhole nodes operated by CrowdStrike. As the process continued, infected computers lost contact with the criminal network and began communicating with defender-controlled infrastructure instead.
Computers located behind firewalls or network address translation could not always be contacted directly. However, when those devices initiated their routine communications with a sinkhole, their peer lists could also be purged, isolating them from the operator.
Authorities and industry partners also acted against websites hosting Sality’s payloads. Taking those locations offline prevented infected computers with older download instructions from retrieving additional malware during the transition.
CrowdStrike tracks the criminal actor associated with Sality as SALTY SPIDER. The company assesses that the group likely operates from Russia’s Republic of Bashkortostan, near the border with Kazakhstan.
This remains a company attribution rather than a publicly established legal finding. The DOJ and Europol announcements did not identify an individual operator, announce an arrest or disclose criminal charges connected to the disruption.
Although the operator has lost the ability to issue new instructions through the disrupted network, Sality remains installed on affected computers. Additional malware previously delivered by the botnet may also remain active.
CrowdStrike said Sality-infected systems now communicate with its sinkhole infrastructure. The company published a defanged lighthouse IP address, the botnet’s final payload URLs and YARA rules that security teams can use to identify active infections.
Shadowserver is working with internet service providers and national Computer Security Incident Response Teams to identify affected organizations, notify victims and support remediation.
Organizations that detect a Sality infection should isolate the affected device, inspect it for secondary malware and remove or rebuild compromised systems. Security teams should also examine network shares and removable media that may contain infected executable files.
Passwords and other credentials used on an infected device should be considered exposed. However, credential changes should be performed from a clean system after the malware has been removed.
The operation has disabled Sality’s existing command channel and prevented it from distributing new payloads through the disrupted infrastructure. Its long-term impact will now depend on whether remaining infections are found and remediated before the operator can attempt to rebuild part of the network.
Nineteen browser extensions for Google Chrome and Microsoft Edge were used to deliver a modular malware framework capable of draining cryptocurrency wallets, stealing credentials and account data, extracting browser history, and displaying ClickFix-style lures.
Application security company Socket identified 18 malicious Chrome extensions and one Microsoft Edge extension as part of a campaign it says may have been operating since February 2024. The extensions contained separate JavaScript modules for different forms of data theft and could receive additional payloads from attacker-controlled infrastructure.
Several of the extensions initially provided the functionality described on their store listings and did not contain malicious code when first published. Socket found that five legitimate extensions were later acquired from their original developers and modified to include the malware. Malicious functionality was then distributed through updates, allowing existing users to receive the altered code without installing a new extension.
One affected extension, “Enable Right Click & Copy — Smart Unlock + OCR,” had at least 70,000 Chrome users when the malicious version appeared. Its Microsoft Edge version had around 10,000 users at the time.
The extensions connect to command-and-control servers through encrypted WebSocket connections. The servers can provide JavaScript modules to the extensions, allowing the operators to add or change functionality without replacing the entire extension. Socket found that the downloaded modules were encrypted before being stored locally and that the framework could use changing C2 infrastructure.
The malware also interferes with protections built into websites. It removes Content Security Policy headers from pages visited by the user, weakening restrictions that can prevent unauthorized scripts and other resources from executing. It then injects malicious JavaScript into websites using hidden HTML elements, giving the attackers a way to interact with pages opened by the victim.
Socket identified 16 malicious modules with different capabilities.
One group of modules targets cryptocurrency wallets across Ethereum Virtual Machine-compatible networks, Solana and Tron. The malware can interfere with legitimate “Connect Wallet” and “Swap” buttons, redirecting transactions or wallet connections to attacker-controlled destinations.
Another module targets users visiting Ledger and Trezor websites. Instead of allowing the legitimate pages to operate normally, the malware can replace them with convincing phishing pages designed to obtain wallet recovery seed phrases. Access to a seed phrase can give an attacker control over the associated cryptocurrency wallet.
The framework also targets cryptocurrency services including Coinbase, Binance, Kraken, OKX, MEXC, KuCoin, Bybit and MetaMask. Its modules can collect session information, authentication tokens, account details and wallet balances from these services.
Credential theft extends beyond cryptocurrency platforms. A separate component can record information entered into forms across websites, including usernames, passwords and other form data. Additional modules collect information associated with Facebook and LinkedIn accounts, while another extracts browser history.
The campaign also incorporates ClickFix-style social engineering. The malware can display fake browser-update messages that instruct users to perform actions on their computers. In the observed implementation, the attacker can place a command in the clipboard and persuade the victim to paste and execute it. This technique shifts part of the attack from automated browser compromise to user-assisted execution.
The extension acquisition strategy adds another layer to the campaign. Browser extensions can receive updates after installation, meaning users who originally downloaded a legitimate utility may later receive altered code. Chrome's extension update process can automatically check for and install updates, so the user does not necessarily need to revisit the Chrome Web Store for the malicious version to reach an existing installation.
Google removed the identified malicious extensions from the Chrome Web Store. Socket also reported the Microsoft Edge extension to Microsoft. At the time of Socket's investigation, however, the Edge version remained available and its operators had changed the C2 domain used by the malware.
Socket said the 16 modules it identified may not represent the framework's complete capabilities. Its modular design allows operators to introduce additional functionality and deploy new payloads through the C2 infrastructure.
Users who installed any of the affected extensions should remove them and treat credentials entered while the extensions were active as potentially exposed. Passwords for affected accounts should be changed, with additional authentication protections enabled where available.
Cryptocurrency users whose wallets may have been exposed should consider the wallet compromised and transfer remaining assets to a newly created wallet with a newly generated recovery phrase.
Cybersecurity researchers have uncovered new evidence suggesting that the Chinese-linked LightSpy spyware operation has expanded significantly, with infections and infrastructure now spanning more than a dozen countries, including the United States and several European nations.
A report from cybersecurity firm Arctic Wolf describes LightSpy as an increasingly sophisticated commercial surveillance platform whose capabilities appear to be offered to governments, military organisations and private companies. First identified in 2018 and previously linked to Chinese state-backed hacking activity, the spyware is now believed to be controlled by a single threat actor that provides the platform to multiple customers.
The researchers identified at least 117 servers associated with LightSpy across multiple countries. The infrastructure indicates that the operation has developed a much wider global footprint than earlier investigations had revealed.
LightSpy has also evolved beyond targeting individual operating systems. Its modular architecture reportedly allows it to compromise smartphones, Apple devices, Windows computers and Linux servers, while newer versions have introduced the ability to target internet routers.
The router capability represents a particularly concerning development because compromising network equipment could allow attackers to observe or potentially access several devices connected to the same network. Arctic Wolf said some of the compromised routers are associated with NATO member countries, although it did not disclose the specific organisations involved.
The latest versions of LightSpy reportedly offer extensive surveillance capabilities. Once installed, the spyware can collect sensitive information such as precise location data, chat conversations, stored passwords and screen recordings. It can also remotely delete files and potentially make compromised devices unusable, giving operators capabilities that extend beyond surveillance to data destruction.
According to Arctic Wolf, LightSpy's development reflects a wider commercialisation of advanced spyware. Capabilities once primarily associated with intelligence agencies and state-sponsored cyber operations are increasingly being packaged and sold to a broader customer base.
The researchers said LightSpy appears to be marketed as a commercial product, featuring customised branding, demonstrations and billing mechanisms designed for prospective customers. This suggests the operation may function as a structured surveillance business rather than being limited to a single espionage campaign.
Researchers also uncovered a potential link to a Chinese contractor through an operational mistake. According to Arctic Wolf, one of the spyware operators accessed the malware's administration panel and used their real name and office address while ordering Kentucky Fried Chicken. Investigators believe the incident provided an unusual clue that helped connect the infrastructure to its operators.
Despite the findings, several questions surrounding LightSpy remain unanswered. Arctic Wolf said the identities of the platform's customers, the total number of victims and the precise relationship between its operators and the Chinese government have not been publicly established.
The findings nevertheless underscore the growing sophistication and international reach of commercial spyware. As surveillance technologies become increasingly commercialised, advanced cyber capabilities are becoming accessible to a broader range of customers, extending the potential threat well beyond traditional state intelligence operations.
A new Linux botnet named Evooo1Bot is turning internet-facing routers and other gateway devices into SOCKS5 traffic relay nodes, giving attackers a way to route malicious connections through compromised systems while retaining the ability to steal credentials, brute-force SSH accounts, exploit vulnerable devices and launch DDoS attacks.
FortiGuard Labs said it has been tracking the Mirai-based malware since at least July 2026, with activity observed against devices from Alcatel, NETGEAR, Tenda, Mitsubishi Electric, Telesquare and D-Link across multiple regions. Rather than relying on a single attack function, Evooo1Bot combines several capabilities within a modular Linux malware framework.
The malware retains the DDoS engine from the publicly leaked Mirai source code, but expands on the older botnet's approach with encrypted command-and-control communications, an SSH brute-force scanner, a SOCKS5 relay, a credential sniffer and an exploitation module targeting known vulnerabilities.
Mirai's original success was closely tied to internet-connected devices such as routers, cameras and DVRs, many of which were exposed with weak or default credentials. Fortinet previously documented how Mirai could scan for vulnerable systems, brute-force credentials and recruit them into a remotely controlled botnet.
Evooo1Bot takes that model further by adding more ways to use a compromised device after the initial infection.
Its exploit arsenal covers a wide range of internet-facing technologies. Newer builds have been found with modules targeting Hikvision cameras, Atlassian Confluence, Zyxel firewalls, TP-Link routers, D-Link NAS devices, WSO2 products, Kubernetes ingress-nginx and vulnerable PHP-CGI installations. FortiGuard noted, however, that some of the embedded exploits are incorrectly implemented and fail to compromise their intended targets.
When exploitation succeeds, the malware downloads a build suited to the victim's CPU architecture. FortiGuard identified 12 available builds, allowing the operators to target different Linux-based hardware rather than relying on a single binary.
The malware then attempts to make the compromise harder to trace. It clears Bash history and establishes persistence through mechanisms including systemd, SysV init, shell profiles and "rc.local". A cron job also attempts to download the payload again every five minutes, providing another way to restore the malware if it is removed.
Evooo1Bot also checks its surroundings before fully activating. It searches for debuggers, security software, sandboxes, virtual machines, containers and honeypots, indicating that the operators are attempting to distinguish ordinary victims from environments where the malware could be analyzed.
Its encrypted C2 communications operate over port 443, while an interactive shell gives operators direct control over infected systems. The malware also supports file uploads and downloads and uses a 28-command interface for remote operations.
The SOCKS5 component is where Evooo1Bot moves beyond the conventional DDoS-botnet model.
A SOCKS5 proxy can relay network connections through another system. In this case, the infected router becomes the intermediary, allowing attackers to send traffic through the victim's connection. Evooo1Bot supports both direct-listening and reverse-relay modes, which could help operators conceal the origin of malicious traffic, bypass geographic restrictions or reach networks accessible through compromised devices.
Multiple proxy sessions can operate independently, raising another possibility if the botnet expands: monetizing compromised residential connections as proxy infrastructure.
The malware also monitors "/proc/net/tcp" for network activity and attempts to capture HTTP Basic Authentication and Cookie headers. Alongside its shell and file-transfer functions, this gives operators additional opportunities to obtain information from systems positioned behind the compromised gateway.
SSH provides another route into vulnerable systems. Evooo1Bot uses 150 username and password combinations aimed at enterprise-oriented accounts and performs checks after successful authentication to identify possible honeypots.
DDoS remains part of the malware's toolkit, with 16 flood methods inherited from Mirai, including UDP, DNS, SYN, ACK, GRE, fragmented TCP and customizable HTTP floods.
The result is a botnet in which a compromised router can serve several purposes at once: it can participate in DDoS attacks, relay traffic, collect authentication material, provide remote shell access and help operators compromise additional vulnerable systems.
For users and organizations, securing these devices starts with applying firmware and security updates, replacing default administrator credentials and disabling unnecessary remote-access interfaces. Unsupported equipment that no longer receives security updates should also be replaced.
Network defenders should additionally watch for unexpected outbound connections, unusual proxy traffic and unauthorized changes to cron jobs, startup services or shell profiles.
Evooo1Bot shows why internet-facing routers and gateways cannot be treated simply as passive networking equipment. Once compromised, they can become operational infrastructure for an attacker, extending the intrusion far beyond the device itself.
The North Korean hacking group called Lazarus has been linked to the zero-day compromise of a recently patched vulnerability affecting Windows to deploy a new backdoor attacking aerospace and defense organizations throughout India, France, Brazil, and Germany.
According to Check Point Research, the attack is part of Operation Dream Job, a social engineering and cyber espionage campaign run by Pyongyang-backed threat actors to target job seekers globally with fake but promising job opportunities at organizations like Enveil and Lockheed Martin to steal important information and deploy malware by reaching out to professionals on forums such as LinkedIn, mimicking to be job recruiters to gain trust.
The attacks have been discovered to take use of CVE-2026-68820 (CVSS score: 7.0), a privilege escalation vulnerability that affects the Windows Ancillary Function Driver for WinSock ("AFD.sys"), which Microsoft fixed as part of their August 2026 Patch Tuesday upgrades.
As found in earlier campaigns, targets are trapped via fake recruiter messages and lured into opening an infected PDF or deploying a malicious PDF viewer, which then deploys a new backdoor known as Troy that allows remote access to the infected system. The main aim of these hacks is to take complete command of compromised computers and escape security mechanisms.
Since 2022, Lazarus, along with Dream Job, has been using the tried-and-tested trojanized PDF viewer technique to lure victims.
Experts found two separate parallel compromise sequence:
Here, targets are asked to download SecurityPDF from a site mimicking Enveil. When the PDF is installed, it looks for any PDF document opened via it for a particular marker. If it is present, the app decodes an embedded payload that loads a backdoor called Troy straight into memory.
Here, targets are asked to download an encoded archive that launches a DLL side-loading chain. The infected DLL is used to demonstrate a fake job posting trap, while it secretly downloads and runs in memory in a lightweight downloader called MISTPEN. The downloaders work with hacker controlled infrastructure via Microsoft Graph API and OneDrive to extract and run espionage and persistence modules and run the “AFD.sys” driver exploit, before installing ForestTiger, also called ScoringMathTea, which offers remote access to hosts.
Since 2022, the Lazarus group has been using the updated version of the known-kernel-mode rootkit in its attempt to hide the presence of malicious components from security softwares deployed on the host.