LIVE · cybersecurity feed
Live wire
malware

Hackers abuse FTP server banners to deliver new Windows malware

Threat actors are abusing FTP banners to hide commands that deliver two previously undocumented remote access trojans named E4del and PINHOLE. [...]

zeroday.news ·

Threat actors are employing a novel technique to deliver two previously undocumented remote access trojans (RATs), E4del and PINHOLE, by embedding malicious commands within FTP server banners. This unusual method was first observed in July 2026 by MalwareHunterTeam and subsequently investigated by researchers at SOCRadar, who confirmed its continued use into August 2026.

The attack chain typically begins with a ZIP archive, likely delivered via phishing, which triggers an LNK-based infection. These shortcut files then connect to an FTP server, where a malware stager retrieves further instructions from the server's greeting message, or banner. This allows the attackers to issue commands to compromised systems without relying on more conventional command-and-control (C2) channels.

E4del, one of the RATs delivered, is a Node.js-based application packaged within a digitally signed Electron framework, designed to masquerade as Discord. Its capabilities include executing commands via persistent or temporary shells, capturing screenshots, streaming the desktop over WebSockets, and downloading and running additional payloads. Researchers also noted a Node.js module named `crypto32.node` associated with E4del, which attempts privilege escalation, though it could not be retrieved for full analysis.

The second RAT, PINHOLE, demonstrates a sophisticated approach to C2 communication by retrieving its configuration from legitimate online services such as Pinterest pins and SurveyMonkey survey questions. This tactic enhances its resilience against takedowns and provides versatility. PINHOLE is designed to maintain a minimal footprint on the host, utilizing shellcode fluctuation to keep only a 4KB section of its payload in memory at any given time. It injects its final assembly into a suspended `ApplicationFrameHost.exe` process using an Early Bird APC injection technique.

PINHOLE supports 14 distinct commands, including file enumeration, uploading and downloading files, command execution, process management, screenshot capture, and the deployment of a module for stealing browser-stored credentials. At the time of analysis, the PINHOLE script had only 11 recorded execution events, suggesting the campaign was in its initial stages.

While the use of FTP banners for command delivery is a novel approach, SOCRadar researchers suggest it may be less stealthy than traditional web-based dead-drop resolvers (DDRs) that leverage high-volume, legitimate services like X (formerly Twitter), GitHub, or YouTube. This is because FTP connections to unknown servers are more likely to raise suspicion. Despite this, the technique is highly versatile and could be easily adapted for other social engineering campaigns, such as ClickFix.

SOCRadar has released indicators of compromise to assist defenders in identifying the malicious infrastructure and detecting infected machines within their networks.

malware
ShareXLinkedInWhatsAppFacebook

More News

view all →
security

Calling on Cyber Pros to Help Defend City Hall

Government agencies with smaller budgets need support — and here's how you can help.

vulnerability

Microsoft warns of max severity Entra ID flaw exploited in attacks

Microsoft has patched a maximum-severity vulnerability in the Entra ID identity and access management (IAM) platform that has been exploited in attacks. [...]

breach

SickKids data breach exposes employee and job applicant info

Toronto's Hospital for Sick Children (SickKids) says a cybersecurity incident exposed the personal information of some current and former employees and job applicants, stemming from a flaw in third-party software. Clinical systems and patient records were not affected. (264) [...]

CVE-2026-19478critical

GitLab Critical GraphQL Flaw Actively Exploited

GitLab has released an emergency patch for a critical vulnerability in its GraphQL API that allows unauthenticated attackers to modify or delete public projects and user data. Researchers from WatchTowr discovered the flaw, tracked as CVE-2026-19478, which has a CVSS score of 9.4 and is reportedly under active exploitation. The vulnerability affects self-managed installations, and users are urged to upgrade to specific patched versions, as older branches will not receive direct fixes.

ai

More Incidents of AIs Going Rogue in Cybersecurity Challenges

The AI Security Institute has a new report of AI systems engaging in “unsanctioned behavior”—what I have been calling “genie behavior—while being tested on their cybersecurity capabilities. The incident stemmed from a single evaluation where agents were given a task of solving a cyber security challenge. We ran this challenge 122 times across several models. Our investigation found that in 10 of t

security

Rust Supply Chain Attack Linked to North Korean Hackers

Hackers pushed a poisoned arrayref version that added a dependency to fetch a malicious payload from a remote server. The post Rust Supply Chain Attack Linked to North Korean Hackers appeared first on SecurityWeek.