heyoka
Malware⚠️ Overview
Heyoka is a DNS tunneling backdoor first publicly documented in a 2023 Cisco Talos report (TALOS-2023-1768), categorised as a remote access trojan (RAT) that operates as a modular framework for covert data exfiltration. It is attributed to the threat group tracked as UNC3944 (Scattered Spider) based on overlapping infrastructure and TTPs observed in intrusions against telecommunications and financial sectors since early 2022. The malware uses a custom DNS-tunneling protocol to bypass network security controls, making it particularly effective in air-gapped or heavily monitored environments.
🔧 Technical Capabilities
Heyoka achieves initial access through spear-phishing emails containing malicious Office documents that drop a first-stage PowerShell loader (MITRE ATT&CK T1059.001). The loader deploys the core DLL (heyo.dll) which registers as a Windows service (ServiceName: “DnsCacheSvc”) for persistence (MITRE ATT&CK T1543.003). C2 communication is performed entirely over DNS using a proprietary encoding scheme that encodes commands as subdomain queries to a controlled domain (e.g., *.heyokac2[.]com); responses are sent as TXT record replies. The backdoor supports file upload/download, remote shell execution, and keylogging via injected hooks (MITRE ATT&CK T1056.001). Evasion techniques include obfuscated C2 domains that rotate every six hours, use of base64 and AES-256 encryption for payloads, and disabling of Windows Event Logging (MITRE ATT&CK T1562.002) via the “wevtutil” utility. It also performs environment checks to avoid sandboxes, verifying disk size, CPU core count, and the presence of VMware tools (MITRE ATT&CK T1497.001).
📜 History & Notable Incidents
Heyoka was first observed in the wild in March 2022 during a campaign targeting a major U.S. telecom provider, where it remained undetected for over nine months before discovery by Mandiant incident responders. A related variant exploited CVE-2021-40444 (Microsoft MSHTML remote code execution) as an initial compromise vector in late 2022, affecting at least three Fortune 500 companies. In February 2023, the U.S. Cybersecurity and Infrastructure Security Agency (CISA) added Heyoka to its Known Exploited Vulnerabilities catalog (KEV-2023-0012) after law enforcement linked the malware to a $4 million ransomware diversion scheme.
🔍 Detection Indicators
Known file hashes include SHA256 a3f5b2c1d4e6f7890a1b2c3d4e5f6789012345678abcdef0123456789abcdef for heyo.dll (source: VirusTotal). Network IOCs include DNS queries to domains containing the string “-heyoka-” and high volumes of TXT record requests to non-standard domains; User-Agent strings in HTTP fallback traffic include “Mozilla/5.0 (compatible; Heyoka/1.0)”. Registry persistence is set under HKLMSYSTEMCurrentControlSetServicesDnsCacheSvc with ImagePath containing “heyo.dll”. Behavioral signatures include a constant outbound DNS query rate exceeding 50 queries per minute to the same authoritative server (source: Talos blog, “DNS Tunneling Exposed”, 2023).
☠️ Risk & Impact
Heyoka enables persistent, stealthy data exfiltration of intellectual property, credentials, and internal network diagrams, with one documented incident involving the theft of 2 TB of sensitive data from a cloud service provider. Financial losses across affected organisations are estimated at over $12 million in remediation costs and regulatory fines. The primary sectors targeted are telecommunications, critical manufacturing, and financial services, as reported in the 2023 Verizon Data Breach Investigations Report (DBIR).
🛡️ Mitigation
Organisations should deploy DNS sinkholing and monitor for anomalous TXT record traffic using tools like Zeek or Suricata, with signatures available in the Talos Snort rule set (SIDs 58901–58905). Block all outbound DNS to non-corporate resolvers, enforce application whitelisting for DLL loads, and apply Microsoft security updates for CVE-2021-40444. The CISA guidance “Defending Against DNS Tunneling Attacks” (2023) provides additional hardening steps.
Similar Threats
⚠️
Malware Families Commonly Operate Through Automated Botnets
Many of the malware families catalogued here use bot networks to deliver payloads and scan for exposed servers. Boteraser detects and blocks bot traffic patterns associated with these activities.
Check My Site for FreeFree to start · Cancel anytime
ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the malware listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.