A legacy networking feature resurfaced as a modern attack vector during a recent malware campaign. Security researchers linked new activity to ClickFix operators who revived the Finger protocol for command delivery. This Finger protocol abuse shows how outdated tools can become strategic assets for threat actors.
How the attackers used the Finger protocol
The Finger protocol was designed in the 1970s for user information queries. It used TCP port 79 and relied on simple text responses. Attackers now twist that workflow into a covert delivery system.
During the ClickFix campaign, threat actors deployed batch files that executed the finger command against external servers. The attackers then piped those responses directly into the Windows command interpreter. This tactic gave them a flexible and low-visibility channel to run new instructions.
The downloaded instructions triggered further activity. One version retrieved a ZIP file disguised as a PDF. Inside the archive, analysts found a Python-based infostealer and a secondary payload that acted as a remote-access tool. The malware extracted those items, created persistence through scheduled tasks and prepared the system for extended control.
This method replaced more predictable channels like PowerShell downloads or HTTP-based payload delivery. Legacy traffic blended into environments because defenders rarely check port 79 traffic.
Why Finger protocol abuse is effective
The protocol persists on many systems due to old software stacks or misconfigured firewalls. Attackers rely on that oversight. Finger protocol abuse helps them slip under detection layers that focus on modern protocols.
The ClickFix technique also depends on user action. Victims often run commands copied from prompts that appear legitimate. This action bypasses many automated controls. Security tools may not flag the execution because the batch file uses built-in Windows commands.
The combination of outdated network paths and user-driven execution increases infection success. Attackers exploit those gaps to run infostealers, establish remote access and maintain long-term presence.
How organisations can defend against these attacks
Security teams should block traffic on TCP port 79 unless a business need exists. Most organisations do not use the Finger protocol for any normal process.
Monitoring for executions of the finger command on endpoints is essential. That command rarely appears inside modern environments.
Defenders must also train users to avoid running copied commands. Many ClickFix incidents begin when an attacker convinces a user to “fix” an error by executing a provided script.
Endpoint detection tools should watch for batch files that download files, unpack archives or create scheduled tasks. Those signals form a strong indicator of compromise.
Conclusion
Finger protocol abuse within ClickFix malware attacks shows how overlooked technologies still create modern risk. Attackers gain stealth, flexibility and control by reviving legacy protocols and pairing them with social-engineering techniques. Organisations must secure unused services, monitor unusual command activity and maintain strict user-awareness practices. Strong oversight and targeted controls will limit the threat posed by outdated but dangerous network features.


0 responses to “Finger Protocol Abuse Powers New ClickFix Malware Attacks”