<?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>PDQ - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/pdq/</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>Mon, 14 Sep 2026 12:54:37 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/pdq/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 RMM Software Deployment via Internet-Originated MSI Files</title><link>https://feed.craftedsignal.io/briefs/2026-09-rmm-installation-msi/</link><pubDate>Mon, 14 Sep 2026 12:54:37 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-rmm-installation-msi/</guid><description>This detection identifies the download and execution of Windows Installer (MSI) packages from the internet that result in the installation of remote monitoring and management (RMM) software used for persistent system access.</description><content:encoded><![CDATA[<p>Security analysts have observed an increase in threat actors leveraging legitimate Remote Monitoring and Management (RMM) tools as a primary means of establishing persistent, unauthorized remote access to victim environments. Attackers often deliver these tools through social engineering campaigns, where users are induced to download and run seemingly benign MSI installers from the internet. When executed, these packages deploy various RMM agents that grant the actor full administrative control over the compromised endpoint.</p>
<p>Because RMM tools are dual-use software, their presence is not inherently malicious, complicating detection efforts. This intelligence focuses on identifying the specific activity chain where a file of type .msi, originating from a non-reputable internet location, is executed via the Windows Installer process (msiexec.exe), followed shortly by the creation of known RMM-related service or agent executables. Defenders should treat such sequences as potential unauthorized persistence attempts, particularly when the installation was not initiated through managed IT or internal software distribution channels.</p>
<h2 id="impact">Impact</h2>
<p>Successful deployment of RMM tools by unauthorized actors leads to complete loss of confidentiality and integrity on the impacted host. Attackers use these tools for file exfiltration, remote command execution, and as a springboard for further lateral movement within corporate networks. These campaigns have been observed across various sectors as attackers aim to maintain long-term, stealthy access to internal resources.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Detection engineering teams should implement monitoring for the specific sequence of MSI execution followed by RMM agent creation.</p>
<ul>
<li>Deploy the provided ESQL detection logic to identify the correlation between internet-sourced MSI downloads and RMM binary creation.</li>
<li>Establish a baseline for authorized IT RMM deployment to differentiate legitimate administrative activity from unauthorized installations.</li>
<li>Block or monitor downloads from untrusted domains that frequently host these installers, particularly those outside of known developer artifact and cloud storage services.</li>
<li>Audit endpoint logs to verify the parent process for all msiexec.exe executions to ensure they align with established software deployment policies.</li>
</ul>
]]></content:encoded><category domain="severity">low</category><category domain="type">advisory</category><category>defense-evasion</category><category>command-and-control</category><category>windows</category><category>rmm</category></item></channel></rss>