<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>ClickOnce Applications - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/clickonce-applications/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Wed, 08 Jul 2026 08:08:13 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/clickonce-applications/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Understanding ClickOnce Technology Abuse: Part 1</title><link>https://feed.craftedsignal.io/briefs/2026-07-clickonce-abuse-part1/</link><pubDate>Wed, 08 Jul 2026 08:08:13 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-clickonce-abuse-part1/</guid><description>Threat actors are abusing Microsoft's ClickOnce deployment technology to spread malware, allowing malicious applications to be deployed easily with minimal user interaction and without requiring administrative privileges, ultimately delivering malicious payloads onto user endpoints.</description><content:encoded><![CDATA[<p>Microsoft's ClickOnce technology, designed for simplified application distribution and updating, is being actively abused by threat actors to spread malware. This deployment mechanism allows developers to package and deliver applications that users can run, install, and automatically update with minimal interaction and without requiring administrative privileges. While intended to streamline legitimate software deployment, its user-friendly nature makes it a &quot;double-edged sword,&quot; providing an easy vector for malicious payloads. This initial brief, Part 1 of a two-part series, focuses on the internal workings of ClickOnce technology, detailing the process from application publication to installation on the user's endpoint, laying the groundwork for understanding how adversaries weaponize this feature.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Threat actors publish a malicious application using the ClickOnce technology, generating ClickOnce deployment files (e.g., <code>.application</code> manifest) configured for malware delivery.</li>
<li>The malicious ClickOnce deployment files are hosted on attacker-controlled websites or network shares, impersonating legitimate software or updates.</li>
<li>A user is socially engineered or lured to click an &quot;Install&quot; button or a link pointing to the malicious ClickOnce deployment file.</li>
<li>The user's system downloads the <code>.application</code> manifest file and associated application files.</li>
<li>The operating system may display a security prompt or confirmation dialog to the user, especially if the publisher's signature is untrusted or missing.</li>
<li>The user confirms or bypasses the security prompt, which initiates the ClickOnce deployment process via <code>dfsvc.exe</code>.</li>
<li>The malicious ClickOnce application is executed on the user's system and optionally installed into the <code>C:\Users\&lt;user&gt;\AppData\Local\Apps\2.0\</code> directory, often without requiring administrative privileges.</li>
<li>The deployed malicious application proceeds to deliver its payload, leading to unauthorized code execution, system compromise, or further malware installation.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>The abuse of ClickOnce technology allows threat actors to bypass traditional security controls that rely on administrative privileges for software installation. Successful exploitation can lead to the silent deployment of malware, including but not limited to ransomware, infostealers, or remote access Trojans. Victims face potential data exfiltration, system damage, disruption of operations, and further lateral movement within their networks. The seamless, user-driven nature of ClickOnce deployments makes it an effective initial access and execution vector, increasing the risk of widespread compromise.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Enable <code>process_creation</code> logging to monitor for suspicious invocations or child processes of <code>dfsvc.exe</code>, which is integral to ClickOnce deployments.</li>
<li>Implement <code>file_event</code> logging for the <code>C:\Users\*\AppData\Local\Apps\2.0\</code> directory to track the creation and modification of ClickOnce application files, as this is a common installation path.</li>
<li>Monitor <code>network_connection</code> logs for outbound connections initiated by <code>dfsvc.exe</code> or applications installed in <code>C:\Users\*\AppData\Local\Apps\2.0\</code> to unusual or untrusted external destinations.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>clickonce</category><category>malware-delivery</category><category>windows</category><category>endpoint</category></item><item><title>New Abuse of the ClickOnce Technology, Part 2: Stop Threat Actors from Clicking Once and Staying Forever</title><link>https://feed.craftedsignal.io/briefs/2026-07-clickonce-abuse-part2/</link><pubDate>Wed, 08 Jul 2026 08:07:01 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-clickonce-abuse-part2/</guid><description>Threat actors are actively exploiting Microsoft's ClickOnce deployment technology, leveraging its low user interaction, lack of privilege requirements, and built-in update mechanisms to deliver malware, establish persistence, and maintain remote access, often executing payloads within legitimate rundll32.exe and dfsvc.exe processes.</description><content:encoded><![CDATA[<p>CrowdStrike has identified new methods of abusing Microsoft's ClickOnce deployment technology, which threat actors are actively leveraging to deliver malware, achieve persistence, and maintain remote access. This abuse exploits ClickOnce's minimal user interaction, ability to deploy without administrative privileges, and built-in updating mechanism. Actors are observed weaponizing <code>.application</code> files and manipulating <code>.appref-ms</code> shortcuts to stealthily execute payloads within legitimate Microsoft processes such as <code>rundll32.exe</code> and <code>dfsvc.exe</code>. The simplified delivery phase bypasses traditional defenses like email filters, and the lack of user awareness regarding ClickOnce installations contributes to the success of these attacks. This ongoing threat highlights a significant vector for initial access and long-term compromise against Windows endpoints.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li><strong>Initial Access:</strong> Threat actor persuades a user to click a malicious link or button on a webpage, or directly delivers a weaponized <code>.application</code> file via a non-email vector.</li>
<li><strong>Execution (ClickOnce Deployment):</strong> The malicious ClickOnce application is downloaded and executed, initiating the deployment process on the victim's machine.</li>
<li><strong>Execution (Payload Launch):</strong> The malicious payload embedded within the ClickOnce application is launched, often executing discreetly within the context of legitimate Microsoft processes such as <code>rundll32.exe</code> or <code>dfsvc.exe</code>.</li>
<li><strong>Persistence (Shortcut Creation):</strong> An <code>.appref-ms</code> file, configured to launch the malicious ClickOnce application, is created and placed in the user's Start Menu or other auto-run locations (e.g., Startup folder).</li>
<li><strong>Persistence (Update Mechanism Abuse):</strong> The threat actor updates the malicious ClickOnce application on their controlled deployment server with new or modified malicious components, including altered command and control (C2) addresses.</li>
<li><strong>Persistence (Re-execution):</strong> When the user subsequently launches the ClickOnce application from the Start Menu shortcut, the built-in update mechanism automatically downloads and executes the updated malicious payload without further user authorization.</li>
<li><strong>Command and Control:</strong> The executed payload establishes command and control (C2) communications with the attacker's infrastructure, enabling remote access, further lateral movement, or data exfiltration.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>The successful exploitation of ClickOnce technology allows threat actors to bypass common security controls and establish persistent access to compromised systems without requiring administrative privileges. This can lead to the installation of various malware, including remote access tools, information stealers, or ransomware. Organizations face risks of data exfiltration, system takeover, and significant financial or reputational damage, as adversaries can continuously update their malicious applications and maintain a covert presence.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Enable Sysmon <code>FileCreate</code> and <code>ProcessCreate</code> event logging on Windows endpoints to capture activity related to ClickOnce deployment and execution.</li>
<li>Deploy the Sigma rule &quot;Detect ClickOnce .appref-ms Persistence&quot; to identify suspicious creation or modification of <code>.appref-ms</code> files in auto-run directories.</li>
<li>Deploy the Sigma rule &quot;Detect Suspicious Outbound Network Connection from ClickOnce Service&quot; to flag unusual network activity originating from the <code>dfsvc.exe</code> process.</li>
<li>Educate users on the risks associated with clicking suspicious links and executing <code>.application</code> files from untrusted sources, emphasizing that these can trigger software installation.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>clickonce</category><category>microsoft</category><category>persistence</category><category>delivery</category><category>windows</category><category>endpoint</category></item></channel></rss>