Security researchers at Fortinet have identified a new cyber-espionage operation attributed to the Iranian state-aligned APT group MuddyWater, targeting organizations across Turkey, Israel, and Azerbaijan. The campaign introduces a previously undocumented backdoor, dubbed UDPGangster, which leverages the User Datagram Protocol (UDP) for command-and-control (C2) communications, enabling a low-profile channel designed to evade traditional network inspection and detection mechanisms.
Campaign Entry Vector
The intrusion chain is initiated through highly targeted spear-phishing emails masquerading as official correspondence from the “Turkish Republic of Northern Cyprus Ministry of Foreign Affairs.” Recipients are invited to attend an online seminar titled “Presidential Elections and Results.” The emails include a malicious ZIP archive (seminer.zip) containing a weaponized Microsoft Word document (seminer.doc).
Infection Workflow
Once the document is opened, victims are prompted to enable macros. If macros are allowed, a VBA routine is triggered via the Document_Open() event. This script decodes an embedded Base64 payload and writes it to C:\Users\Public\ui.txt, which is then executed to install the UDPGangster backdoor.
Deception and Evasion Tactics
To reduce suspicion during execution, the macro displays a decoy image—a Hebrew-language notification purportedly from the Israeli telecommunications provider Bezeq, referencing service disruptions scheduled for November 2025. This visual distraction helps mask the malicious activity occurring in the background.
UDPGangster Capabilities
After successful deployment, UDPGangster provides attackers with a full-featured remote access capability, including:
- Remote command execution
- File exfiltration
- Delivery of additional payloads
- Dynamic updates to C2 configuration parameters
All malicious traffic is transmitted over UDP, a design choice intended to bypass security controls that focus primarily on TCP-based inspection.
Anti-Analysis and Sandbox Evasion
The backdoor incorporates an extensive set of anti-analysis checks to prevent execution in virtualized or sandboxed environments. These include:
- Detection of debuggers and analysis-related processes
- System resource validation, such as RAM checks below 2 GB
- Verification of default Windows workgroup settings
- Identification of virtualization artifacts, including known MAC address prefixes and processes (e.g.,
VBoxService.exe,vmware.exe) - Registry inspection for virtualization vendors such as VBox, QEMU, VMware, and Xen
- Searches for commonly used sandboxing and debugging tools
Only if these checks are passed does the malware proceed to collect host information and establish UDP-based C2 communication with the hardcoded endpoint 157.20.182[.]75 on port 1269.
Operational Context and Defensive Guidance
This activity follows recent disclosures linking MuddyWater to parallel operations targeting multiple Israeli sectors with a different backdoor family, MuddyViper, highlighting the group’s continued tool diversification. Organizations operating in the affected regions should adopt heightened defensive measures, including strict scrutiny of unsolicited emails, disabling or tightly controlling macro execution, deploying robust email and endpoint security controls, and reinforcing user awareness training around phishing threats.
The adoption of UDP-based C2 channels combined with layered anti-analysis logic illustrates MuddyWater’s ongoing efforts to advance stealth, resilience, and operational effectiveness against modern defensive environments.
References:
- Fortinet UDPGangster Campaigns Target Multiple Countries
- The Hacker News MuddyWater Deploys UDPGangster Backdoor in Targeted Turkey-Israel-Azerbaijan Campaign
- ESET Iran’s MuddyWater targets critical infrastructure in Israel and Egypt, masquerades as Snake game
- Group-IB Unmasking MuddyWater’s New Malware Toolkit Driving International Espionage