LIVE · cybersecurity feed
Live wire
malwarehigh

TerminalFix campaign deploys a reverse tunnel through multistage intrusion

A sophisticated cyber campaign dubbed TerminalFix, a variant of ClickFix, is targeting organizations by tricking users into executing malicious PowerShell commands via a fake Cloudflare CAPTCHA. This campaign deploys a multi-stage attack involving DLL sideloading, steganographic payload extraction from images, and extensive Active Directory reconnaissance. The ultimate goal is to establish a persistent reverse tunnel, granting attackers network-level proxy access to internal systems for further exploitation.

zeroday.news ·

A new cyber campaign, dubbed TerminalFix, has been reported to be actively targeting organizations through a sophisticated, multi-stage intrusion process. This campaign, identified as a variant of the previously known ClickFix operation, primarily relies on social engineering to initiate the attack chain, specifically by deceiving users into executing malicious PowerShell commands. The initial compromise vector involves a fake Cloudflare CAPTCHA page, which serves as the lure to trick unsuspecting users.

Once the initial PowerShell command is executed, the TerminalFix campaign proceeds through several technical stages designed to establish persistence and expand access within the target network. A key mechanism observed in this campaign is DLL sideloading, a technique where legitimate applications are tricked into loading malicious dynamic-link libraries instead of their intended, legitimate counterparts. This often allows the attackers to execute arbitrary code with the privileges of the legitimate application, bypassing some security controls.

Further into the attack chain, the campaign employs steganography to conceal and extract additional malicious payloads. This involves embedding the hidden payloads within image files, a method that can evade traditional file-based detection mechanisms that might flag executable files or scripts. Once extracted, these payloads contribute to the campaign's objective of establishing a foothold and conducting internal reconnaissance.

A significant aspect of the TerminalFix campaign is its focus on Active Directory reconnaissance. Attackers are reported to be extensively mapping the Active Directory environment, which typically involves querying domain controllers for information about users, groups, computers, and network configurations. This intelligence gathering is crucial for attackers to understand the network topology, identify high-value targets, and plan subsequent lateral movement and privilege escalation.

The ultimate objective of the TerminalFix campaign is to establish a persistent reverse tunnel. This type of tunnel allows an attacker to maintain covert access to internal systems by creating an outbound connection from the compromised network to an attacker-controlled server. This outbound connection can often bypass ingress firewall rules, effectively providing the attackers with network-level proxy access to internal systems, enabling further exploitation and data exfiltration without direct exposure to the internet.

Mitigation strategies for this class of multi-stage attacks typically include robust user awareness training to identify social engineering tactics like fake CAPTCHAs, strict application whitelisting to prevent unauthorized DLLs from loading, and network segmentation to limit the scope of Active Directory reconnaissance. Furthermore, deploying endpoint detection and response (EDR) solutions capable of detecting PowerShell script execution anomalies and monitoring for unusual outbound connections can help identify and disrupt such campaigns early in their lifecycle.

The TerminalFix campaign underscores the evolving sophistication of cyber threats, particularly the integration of social engineering with advanced technical evasion techniques like DLL sideloading and steganography. The focus on establishing persistent reverse tunnels highlights a common attacker goal of maintaining long-term, covert access for sustained exploitation, emphasizing the need for layered security defenses and continuous vigilance against evolving attack methodologies.

malwarephishingpowershelldll sideloadingsteganography
ShareXLinkedInWhatsAppFacebook

More News

view all →
ai

[Virtual Event] What Every Enterprise Should Know About Securing Cloud Assets in the Age of AI

ai

[Virtual Event] Building a Secure AI Strategy for the Enterprise

breach

McKesson discloses breach after ShinyHunters claims patient data theft

Healthcare and pharmaceutical distribution giant McKesson has disclosed a cybersecurity incident involving unauthorized access to third-party applications and data theft, with the ShinyHunters extortion group claiming it stole 284 million patient data records. [...]

aicritical

Perturbation Probing: A New Diagnostic for the Fragility of LLM Safety

New research reveals that AI safety refusal lives in a thin neural layer, highlighting the critical need for external, multi-layered security. The post Perturbation Probing: A New Diagnostic for the Fragility of LLM Safety appeared first on Unit 42.

security

Berlin Refuses to Pay Hackers Who Stole Data From the City's State Network

Berlin's state government has confirmed that it is the target of an extortion attempt following the August compromise of the city's state administrative network, and said it will not meet the extortionists' demands. The same statement disclosed that forensic work had found further data outflows in the portfolio of the Senate Department for Mobility, Transport, Climate Protection and Environment

aihigh

Researcher shows how Claude Code can be tricked simply by asking it to summarize a website

A security researcher has demonstrated a method to trick Anthropic's Claude Code, specifically the Opus 5 model in Auto Mode, into executing arbitrary code. The attack involves prompting the AI to summarize a malicious website, which leads it to bypass its intended tools and use `curl` to download a ZIP archive. This archive contains a Python file that exploits module shadowing to execute a remote payload, potentially leading to further agent creation or system compromise.