Skip to content
Tech News
← Back to articles

Hackers abuse FTP server banners to deliver new Windows malware

read original more articles
Why This Matters

Hackers are exploiting FTP server banners to covertly deliver new Windows malware, specifically remote access trojans E4del and PINHOLE, by embedding malicious commands in server responses. This technique highlights a sophisticated method of hiding malware delivery within legitimate server communications, posing a significant threat to organizations and individual users. Recognizing and mitigating such covert channels is crucial for enhancing cybersecurity defenses against evolving attack vectors.

Key Takeaways

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

MalwareHunterTeam observed this unusual technique in July in an attack that used shortcut files (.LNK) and FTP server banners as dead-drop resolvers (DDR) to retrieve commands.

FTP banners are text strings the server uses as a greeting message for connecting hosts before they log in.

By embedding commands in the initial response sent when a compromised system connects to an FTP server, a malware stager can receive instructions from a remote server.

After discovering FTP banners being used to deliver malicious commands during an investigation, researchers at threat intelligence platform SOCRadar expanded their hunt and found that the technique remains in use.

"By utilizing FOFA searches, we determined that this technique has been weaponized since early July 2026 and remains operational, with new infrastructure observed as recently as August 2026."

In a report shared with BleepingComputer, SOCRadar says that the observed attacks start with a ZIP archive that triggers an LNK-based infection chain. The researchers note that the initial compromise likely occurs through phishing.

LNK file retrieving data from FTP server banners

Source: SOCRadar

The infection chain delivers two remote access trojans (RATs) named E4del and PINHOLE via two distinct infection routes, both retrieving a PowerShell script from FTP banners.

... continue reading