惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

MongoDB | Blog
MongoDB | Blog
V
V2EX
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
有赞技术团队
有赞技术团队
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
罗磊的独立博客
月光博客
月光博客
爱范儿
爱范儿
D
Docker
U
Unit 42
P
Proofpoint News Feed
I
InfoQ
腾讯CDC
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
L
LangChain Blog
V
Visual Studio Blog
IT之家
IT之家
Vercel News
Vercel News
G
Google Developers Blog
M
MIT News - Artificial intelligence
美团技术团队
The GitHub Blog
The GitHub Blog
阮一峰的网络日志
阮一峰的网络日志
MyScale Blog
MyScale Blog

Cyber Security News

AIRecon: AI-Powered Penetration Testing Tool with Kali Linux Sandbox Critical Chrome Vulnerabilities Allow Attackers to Execute Arbitrary Code - Update Now! UNC3753 Uses Screen-Sharing Sessions and RMM Tools to Exfiltrate Sensitive Legal Data New OnionDrop Loader Campaign Uses gainmsg C2 to Deliver LegionLoader Payloads ClickFix Campaign Uses EtherHiding and GULoader to Infect Windows Users via Fake CAPTCHA Ghostwriter Hackers Abuse Gmail Admin-Themed Emails to Steal Credentials and 2FA Codes The Half-Life of Threat Intelligence: When Does an IOC Stop Being Useful? Critical Fortinet FortiSandbox Vulnerabilities Actively Exploited in Attacks Aembit Extends IAM for Agentic AI to Microsoft Copilot Studio India Temporarily Bans Telegram Messenger Over Medical Exam Fraud Microsoft 365 Device Code Phishing Campaign Bypasses Password Theft With Legitimate Login Flow AppViewX Launches Agent Identity Security to Govern Agents for the AI and Quantum Era Hackers Weaponize Microsoft Teams Relay to Hide Ransomware Traffic Developer laptops are the credential store attackers are picking through in 2026, GitGuardian announces Endpoint Protection Interlock and Rhysida Ransomware Operations Share Supper Backdoor and Malware Codebase Novo Nordisk Confirms Cyber Attack — Hackers Accessed Patient Medical Data and Internal AI Assets Russian and Chinese Influence Actors Use AI to Evade Bot Detection and Mimic Human Behavior Microsoft Teams Analyze the Wi-Fi Hotspot Data Connected to an Employee’s Device PRC-Nexus Hackers Exploit REDCap Servers to Spy on US Medical Research Institutions Infinite Campus Data Breach Exposes 137,000 Users Personal Details OptinMonster Plugin Hack Exposes 1.2 Million Wordpress Sites to Cyberattack Ransomware Ecosystem Consolidates Around LockBit Alumni, Qilin, Hyflock, and The Gentlemen Hackers Abuse Legitimate RMM Tools in The Quarry IRS and SSA Phishing Campaigns LiteSpeed cPanel Plugin 0-Day Vulnerability Actively Exploited in the Wild Cisco SD-WAN vManage Vulnerability Exploited in Zero-Day Attacks Nearly 14,000 SimpleHelp Servers Exposed Amid Critical Authentication Bypass Disclosure Microsoft Site Showing Warning Following Certificate Expiry DPAPISnoop Tool Extracts CREDHIST Hashes for Offline Windows Credential Recovery SHADOWBYT3$ Allegedly Claim Breach of Nintendo, Stealing Sensitive Data Anthropic Updated Privacy Policy to Include Identity Verification for Claude Users
Hackers Abuse Microsoft Fondue.exe to Side-Load APPWIZ.cp...
Tushar Subhra Dutta · 2026-06-18 · via Cyber Security News

A newly uncovered attack campaign has brought a rarely scrutinized Windows executable into the spotlight.

Threat actors are actively abusing Fondue.exe, a legitimate Microsoft utility built into the Windows operating system, to side-load a malicious control panel file named APPWIZ.cpl and silently deploy dangerous malware on victim machines.

The technique is deceptively clever because it relies entirely on a trusted system binary, making it far harder for standard security tools to detect.

The attack chain begins with a malicious MSI installer, disguised as a legitimate software application, delivered to targeted users through deceptive websites mimicking real developer tools.

Once the victim runs the installer, it quietly drops several files into a hidden directory on the compromised machine, including both the legitimate Fondue.exe binary and a malicious version of APPWIZ.cpl packed with obfuscation tools.

The attacker’s goal is to make the entire process look like normal system activity from the very start.

Trend Micro said in a report shared with Cyber Security News (CSN) that they have noted this pattern of abusing legitimate Windows binaries as a growing and highly effective tactic among advanced threat groups, allowing attackers to bypass security controls by hiding behind trusted processes.

The specific cluster behind the Fondue.exe campaign, tracked by threat intelligence teams, has been observed using generative AI to accelerate the development of its attack tools, reflecting a troubling evolution in adversary capabilities.

The campaign has primarily targeted government organizations, military personnel, and individuals involved in drone manufacturing and engineering.

Attackers leveraged fake Starlink device registration services and drone pilot training applications as lures to trick victims into running the malicious installers.

These socially engineered decoys are designed to appear completely credible to their intended targets, making them especially dangerous in high-stakes operational environments.

Once inside a system, the malware establishes persistence, communicates with attacker-controlled servers, and positions itself for long-term espionage activity.

The attackers have demonstrated a sophisticated understanding of their targets, crafting convincing fake applications that align closely with the tools and workflows their victims use daily.

Security teams and organizations operating in sensitive sectors are urged to exercise extreme caution when downloading and running software outside of verified, official channels.

How Fondue.exe Is Abused to Side-Load Malicious Code

Fondue.exe is a legitimate Windows system utility officially named the “Features on Demand UX” application, version 10.0.19041.1. Its normal purpose is to enable or disable optional Windows operating system components.

Attackers exploited the fact that when Fondue.exe runs, it looks for APPWIZ.cpl in its local directory before checking the standard Windows system paths.

By placing a malicious copy of APPWIZ.cpl in the same hidden folder as Fondue.exe, the attackers force the trusted binary to load their rogue file instead of the real one.

The malicious APPWIZ.cpl file is packed with UPX compression and further protected using Oreans Code Virtualizer, a tool commonly used to make reverse engineering extremely difficult.

Infection chain of the Claude malvertising campaign (Source - Trend Micro)
Infection chain of the Claude malvertising campaign (Source – Trend Micro)

Once loaded into the memory space of Fondue.exe, the rogue control panel file deploys a Sliver post-exploitation framework implant.

Sliver is an open-source adversary simulation tool that gives attackers a powerful foothold on the infected machine, allowing them to issue remote commands and move through compromised networks with ease.

To maintain persistence, the malicious applet creates a scheduled task in Windows Task Scheduler that runs every minute.

The task is named in a format designed to blend in with legitimate Windows update activity, such as MicrosoftEdgeUpdateTaskMachineUA{GUID}, making it easy to overlook during routine system audits.

The implant connects to the attacker’s command-and-control server at curtainbeatdisturbance[.]com and creates a mutex named MediumTurquoiseBeige to avoid running duplicate instances on the same machine.

Multi-Stage Delivery and Espionage Objectives

The malware delivery process is notably multi-staged and carefully layered. The initial MSI installer drops a PowerShell script, a VBS helper file, and a .NET loader, which work together to download and execute the next-stage payload without triggering obvious alerts.

The inner Inno Setup installer, named testexe.exe, is responsible for unpacking the final components into a hidden directory under %PROGRAMDATA%, where both Fondue.exe and the rogue APPWIZ.cpl are quietly placed.

Alongside the Fondue.exe-based attack path, the same threat cluster also deployed a separate JavaScript-based remote access trojan named SoullessRAT against other targets.

SoullessRAT was reportedly written using generative AI, and it supports a broad range of espionage capabilities including remote command execution, file uploads to the attacker’s server, screenshot capture, and harvesting of system information.

The use of AI-generated malware code signals that the barriers to creating capable custom implants are dropping rapidly for threat actors.

Threat intelligence researchers recommend that organizations monitor for unexpected execution of Fondue.exe from non-standard directories, especially outside of C:\Windows\System32.

Deploying endpoint detection that flags DLL and CPL side-loading behavior, combined with alerts for new scheduled tasks using Microsoft Edge or Microsoft Office naming patterns, can help defenders catch this threat early.

Users and administrators should also avoid running software installers obtained from unofficial sources, even when those sources appear visually convincing.

The abuse of legitimate Windows binaries for DLL and CPL side-loading continues to be one of the most effective techniques used by advanced persistent threat actors, and that detections should focus on behavioral indicators rather than file-level signatures alone.

Indicators of Compromise (IoCs):-

TypeIndicatorDescription
SHA256 Hashdf1d20e392f7b7c5c408bdda317e0733e5ec27a973e3bf75034c6566343aa67fVersatile Werewolf MSI installer (StarDebug)
SHA256 Hash677c5ad47c8feaf6a5c0b084060347bcf48f0ccadcdf951b3d48553f4520feaaVersatile Werewolf MSI installer (AlphaFly)
SHA256 Hash82254b86590762b2946c6584db35d3872a5d6b85d30e8c07adb95de2126a4f97Malicious PowerShell script
SHA256 Hasha20870bee771efe1ea01761d7978cc7b68b0a3c32c617675464f9c4dbe0a5d66Malicious PowerShell script (variant)
SHA256 Hash88ebed34ab9ff0e16dc32b789fc25295ea570f86244e89cb68803c517597cfddMalicious VBS helper file
SHA256 Hash3d280f5bb4e1eba8c1a65c7d17411286f7b3dbe7db48130f7d5a3be421ffc2aeC# loader
SHA256 Hash34db59b663c15cd03cdd92bf24bdff25b756dd51f0540fecaac2a0cab4748...Inno Setup installer (testexe.exe)
Domaincurtainbeatdisturbance[.]comSliver implant C2 server
Domainstardebug[.]appThreat actor malware distribution site
Domainalphafly-drones[.]comFake drone application distribution site
Domainnewfolder[.]clickSoullessRAT payload delivery domain
URLhxxps://stardebug[.]app/static/files/StarDebug_1.0.1.msiMalicious MSI download URL
URLhxxps://www.alphafly-drones[.]com/downloads/AlphaFlyInstallV1-2.msiMalicious MSI download URL
File NameFondue.exeLegitimate Windows binary abused for side-loading
File Nameappwiz.cplMalicious control panel applet (DLL side-load payload)
File Nametestexe.exeInno Setup installer that unpacks Fondue.exe and malicious CPL
File NameStarDebug_1.0.1.msiMalicious MSI installer disguised as StarDebug app
File NameAlphaFlyInstallV1-2.msiMalicious MSI installer disguised as drone simulator
MutexMediumTurquoiseBeigeMutex created by the Sliver implant
Scheduled TaskMicrosoftEdgeUpdateTaskMachineUA{GUID}Persistence mechanism created by malicious APPWIZ.cpl
Directory%PROGRAMDATA%\29167fc2-cdc7-490d-9c70-96bfb9b58225Hidden directory used to stage Fondue.exe and payload

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Follow us on Google NewsLinkedIn, and X to Get More Instant UpdatesSet CSN as a Preferred Source in Google.

Tushar Subhra Dutta

Tushar Subhra Dutta

Tushar is a senior cybersecurity and breach reporter. He specializes in covering cybersecurity news, trends, and emerging threats, data breaches, and malware attacks. With years of experience, he brings clarity and depth to complex security topics.