A sophisticated cybersecurity campaign dubbed “KongTuke” has escalated its tactics, now leveraging DNS TXT records to execute PowerShell commands. This threat actor group, active since mid-2025, has evolved its “ClickFix” social engineering strategy to bypass traditional security measures by embedding malicious staging instructions within the Domain Name System. This evolution of the KongTuke campaign poses a significant challenge for network defenders by obscuring the initial stages of malware deployment.
Discovered by Unit 42 analysts, the latest iterations of the KongTuke campaign involve tricking users into manually executing malicious scripts. Victims encounter simulated website errors or verification captchas on legitimate, yet compromised, websites. Deceptive prompts then instruct users to copy and paste a script into their Windows Run dialog or a PowerShell terminal. This method, often referred to as a “self-infection” or user-execution attack, circumvents automated download defenses by utilizing the user’s own system privileges to initiate unauthorized code execution.
Mechanism of DNS TXT Staging in KongTuke Attacks
The critical innovation in the latest KongTuke campaign lies in how the threat actors retrieve their next-stage malicious payloads. Instead of directly communicating with a potentially flagged web server via HTTP, the initial script now performs a DNS query for a specific TXT record associated with a seemingly legitimate domain. These TXT records, typically used for domain verification and other text-based information, are exploited to stealthily deliver the staged command string required for the subsequent download and execution of the final malware. This technique significantly complicates detection for security teams relying on standard network traffic analysis, as the malicious commands are hidden within the otherwise normal flow of DNS resolution traffic.
By embedding the payload within DNS responses, the KongTuke attackers effectively camouflage their malicious activity amidst the constant background noise of internet queries. This allows them to execute their commands in memory, minimizing on-disk traces and thus adopting a “fileless” approach to malware delivery. The ultimate objective of this sophisticated method is the deployment of severe malware, often leading to the installation of the Interlock remote access trojan or other persistent threats that can grant attackers long-term access to compromised networks. This shift in operational tradecraft highlights the ongoing need for adaptive and advanced cybersecurity defenses to counter evolving threat actor methodologies.
The exploitation of DNS TXT records presents a substantial blind spot for many security controls, as DNS traffic is generally permitted to ensure seamless internet connectivity for legitimate operations. The script parses the text data received from the DNS response and executes it directly in the system’s memory. This fileless retrieval and execution mechanism allows the KongTuke campaign to maintain a low profile, making it more challenging to identify and remediate within an organization’s infrastructure. The continuous refinement of such techniques by threat actors underscores the importance of proactive threat intelligence and layered security strategies.
Organizations seeking to bolster their defenses against these evolving threats are advised to implement several key measures. These include the blocking of newly registered domains, which can serve as indicators of compromise for malicious infrastructure. Additionally, validating DNS traffic for anomalies and deviations from normal patterns can help identify suspicious queries. Critically, strict monitoring of PowerShell execution logs for unusual or unauthorized DNS lookup commands is essential for detecting and preventing the successful execution of KongTuke’s malicious staging instructions. The ongoing evolution of such attack vectors necessitates a vigilant and adaptive approach to cybersecurity.

