<?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/"><channel><title>APT37 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/actors/apt37/</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>Thu, 28 May 2026 18:01:21 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/actors/apt37/feed.xml" rel="self" type="application/rss+xml"/><item><title>Windows Cabinet File Extraction via Expand.exe</title><link>https://feed.craftedsignal.io/briefs/2026-05-windows-cabinet-extraction/</link><pubDate>Thu, 28 May 2026 18:01:21 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-windows-cabinet-extraction/</guid><description>Detection of expand.exe being used to extract Microsoft Cabinet (CAB) archives, specifically when extracting to C:\ProgramData or similar staging locations, potentially indicating ingress tool transfer and payload staging by threat actors like APT37.</description><content:encoded><![CDATA[<p>This detection focuses on identifying the use of <code>expand.exe</code>, a legitimate Windows utility, for the extraction of Microsoft Cabinet (CAB) archives into suspicious directories. Threat actors may use this technique to bypass security controls and stage malicious payloads. The activity is considered suspicious when the destination path is <code>C:\\ProgramData</code> or other similar staging locations. In particular, APT37 has been observed using this method, expanding CAB files (e.g., wonder.cab) into <code>C:\\ProgramData</code> before establishing persistence and executing the payload. The technique is a strong indicator of initial access via tool transfer and subsequent payload staging, allowing attackers to execute further malicious actions on the compromised system. This detection is based on behavioral analysis, specifically focusing on the combination of <code>expand.exe</code> execution and the extraction path.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker gains initial access to a system (e.g., through phishing).</li>
<li>The attacker transfers a malicious CAB archive (e.g., wonder.cab) to the compromised system, potentially using tools like <code>certutil.exe</code> or <code>bitsadmin.exe</code>.</li>
<li>The attacker uses <code>expand.exe</code> with the <code>-F:*</code> or <code>/F:*</code> option to extract the contents of the CAB archive.</li>
<li>The destination directory for the extraction is set to <code>C:\\ProgramData</code> or a similar staging location.</li>
<li>The extracted files may include malicious executables, scripts, or configuration files.</li>
<li>The attacker establishes persistence by creating a scheduled task or registry entry that points to the extracted malicious executable.</li>
<li>The malicious executable is launched, initiating further stages of the attack, such as establishing a command-and-control (C2) connection.</li>
<li>The attacker achieves their final objective, which may include data exfiltration, ransomware deployment, or lateral movement within the network.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation can lead to the compromise of endpoints and subsequent data theft, ransomware deployment, or lateral movement within the network. The use of <code>expand.exe</code> for malicious purposes can bypass traditional security measures, as it is a legitimate Windows utility. The impact is heightened when threat actors like APT37 employ this technique to deliver and stage sophisticated malware. This activity can affect any Windows endpoint within an organization, potentially leading to significant operational disruption and financial losses.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Enable process creation logging with full command-line auditing (e.g., Sysmon Event ID 1 or Windows Event Log Security 4688) to capture <code>expand.exe</code> arguments, including <code>/F:*</code> or <code>-F:*</code>, and destination paths, as described in the <strong>How To Implement</strong> section.</li>
<li>Deploy the provided Sigma rule, <strong>Detect Windows Cabinet File Extraction to ProgramData</strong>, to your SIEM and tune it based on your environment. Pay special attention to potential false positives, as outlined in the <strong>Known False Positives</strong> section.</li>
<li>Monitor parent processes of <code>expand.exe</code> to identify potential ingress tools or delivery mechanisms (e.g., <code>certutil.exe</code>, <code>powershell.exe</code>, <code>bitsadmin.exe</code>).</li>
<li>Investigate any instances of <code>expand.exe</code> being executed with a destination path of <code>C:\\ProgramData</code> or similar staging directories.</li>
<li>Review and update endpoint detection and response (EDR) policies to specifically detect and alert on <code>expand.exe</code> being used to extract CAB archives into suspicious locations.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">threat</category><category>cabinet_extraction</category><category>expand.exe</category><category>apt37</category><category>windows</category><category>endpoint</category></item></channel></rss>