Hackers Abuse Microsoft Fondue.exe

Overview

A newly uncovered campaign has turned a rarely noticed Windows utility — Fondue.exe — into a stealthy malware delivery mechanism. Threat actors are exploiting this legitimate Microsoft binary to side‑load a malicious control panel file (APPWIZ.cpl) and execute malware under the guise of trusted system activity.

Researchers at Trend Micro report that this technique is part of a broader trend: attackers increasingly hide behind signed Windows binaries to bypass endpoint defenses. The campaign has targeted government, military, and drone‑engineering sectors, using fake Starlink registration tools and drone pilot training apps as lures.

How Fondue.exe Is Abused

Fondue.exe — officially Features on Demand UX — normally enables or disables optional Windows components. However, when executed, it first checks its local directory for APPWIZ.cpl before searching system paths.

Attackers exploit this behavior by placing a malicious APPWIZ.cpl alongside Fondue.exe in a hidden folder. The trusted binary then loads the rogue file, which is packed with UPX compression and protected by Oreans Code Virtualizer to resist reverse engineering.

Once loaded, the fake applet deploys a Sliver post‑exploitation framework implant, granting attackers remote command execution and lateral movement capabilities.

ComponentLegitimate PurposeAbuse Technique
Fondue.exeEnables Windows optional featuresSide‑loads malicious APPWIZ.cpl
APPWIZ.cplControl Panel appletExecutes Sliver implant under trusted process
Sliver FrameworkAdversary simulation toolUsed for real‑world espionage and persistence

Multi‑Stage Delivery and Persistence

The attack begins with a malicious MSI installer disguised as legitimate software. Once executed, it drops:

  • Fondue.exe and APPWIZ.cpl into a hidden %PROGRAMDATA% directory.
  • PowerShell, VBS, and .NET loader scripts to fetch next‑stage payloads.
  • A scheduled task named like a Windows update (e.g., MicrosoftEdgeUpdateTaskMachineUA{GUID}) to ensure persistence.

The implant connects to the C2 server curtainbeatdisturbance[.]com and creates a mutex named MediumTurquoiseBeige to prevent duplicate execution.

Parallel operations also deploy SoullessRAT, a JavaScript‑based remote access trojan reportedly written using generative AI, capable of file uploads, screenshots, and system reconnaissance.

Indicators of Compromise (IoCs)

TypeIndicatorDescription
Domaincurtainbeatdisturbance[.]comSliver implant C2 server
File NameFondue.exeLegitimate binary abused for side‑loading
File NameAPPWIZ.cplMalicious Control Panel applet
Scheduled TaskMicrosoftEdgeUpdateTaskMachineUA{GUID}Persistence mechanism
Directory%PROGRAMDATA%\29167fc2‑cdc7‑490d‑9c70‑96bfb9b58225Hidden payload staging folder

Defensive Recommendations

Security teams should focus on behavioral detection rather than file signatures.

  • Monitor Fondue.exe Execution → Flag runs from non‑standard directories.
  • Detect CPL Side‑Loading → Alert on unexpected Control Panel applets loaded by trusted binaries.
  • Audit Scheduled Tasks → Look for tasks mimicking Microsoft update names.
  • Restrict Installer Sources → Only allow software from official channels.
  • Implement Endpoint Behavioral Analytics → Correlate binary execution with network activity for early detection.

Expert in the Cloud Insight

The Fondue.exe campaign illustrates how trusted system binaries can be weaponized for stealth and persistence. As attackers increasingly use AI to accelerate tool development, defenders must pivot toward behavior‑based security and continuous threat hunting.

For organizations in critical sectors, the lesson is clear: trust no binary by default. Even signed executables can be turned against you when placed in the wrong context.

Be the first to comment

Leave a Reply

Your email address will not be published.


*


This site uses Akismet to reduce spam. Learn how your comment data is processed.