<?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>Windows-Installer - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/windows-installer/</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>Tue, 01 Sep 2026 12:20:25 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/windows-installer/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>Detection of MsiExec Web-based Remote Installations</title><link>https://feed.craftedsignal.io/briefs/2026-09-msiexec-web-install/</link><pubDate>Tue, 01 Sep 2026 12:20:25 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-msiexec-web-install/</guid><description>Adversaries leverage the Windows Installer service (msiexec.exe) to download and execute malicious MSI packages directly from remote web URLs to facilitate stage-two payload delivery.</description><content:encoded><![CDATA[<p>The Windows Installer binary, msiexec.exe, provides functionality to install software from local or network-accessible packages. Adversaries often abuse this legitimate utility by providing a remote URL as a parameter, forcing the process to fetch a malicious Microsoft Installer (MSI) package from an attacker-controlled web server. This technique allows for fileless delivery of second-stage payloads, such as the LokiBot infostealer, by executing code directly within the memory context of the installer process. Defenders should monitor for command-line arguments that include HTTP or HTTPS prefixes combined with calls to msiexec.exe, as this is rarely required for standard administrative software deployment in secure environments.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker stages a malicious MSI file on an external web server</li>
<li>Victim receives a lure (e.g., email attachment or browser-based download) that executes a dropper script</li>
<li>Dropper script invokes 'msiexec.exe' via the command line</li>
<li>The command line includes a remote URL string pointing to the hosted MSI package</li>
<li>MsiExec establishes an outbound network connection to the attacker-controlled host</li>
<li>MsiExec downloads the malicious MSI package into a temporary directory</li>
<li>Windows Installer service executes the package, which may contain embedded scripts or binaries</li>
<li>Final objective (e.g., malware persistence or information theft) is achieved</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in the execution of arbitrary code with the privileges of the invoking user. This has been documented in malware campaigns such as the delivery of LokiBot, which leads to the theft of credentials, exfiltration of sensitive data, and potential lateral movement within the network.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Deploy the provided Sigma rule to monitor for suspicious process executions involving remote URL parameters in the command line. Validate the rule against administrative automation scripts to prevent false positives and tune by allowlisting legitimate internal software distribution servers.</p>
<h2 id="tags">Tags</h2>
<ul>
<li>living-off-the-land</li>
<li>command-and-control</li>
<li>windows-installer</li>
<li>msiexec</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>living-off-the-land</category><category>command-and-control</category><category>windows-installer</category><category>msiexec</category></item></channel></rss>