<?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>Staging - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/staging/</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, 03 Sep 2026 13:43:24 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/staging/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>PowerShell Data Staging via Compress-Archive</title><link>https://feed.craftedsignal.io/briefs/2026-09-zip-staging-powershell/</link><pubDate>Thu, 03 Sep 2026 13:43:24 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-zip-staging-powershell/</guid><description>Adversaries frequently use the PowerShell Compress-Archive cmdlet to stage sensitive data for exfiltration within common temporary directories, a technique used to consolidate and obfuscate collected information.</description><content:encoded><![CDATA[<p>Adversaries often utilize native administrative tools such as PowerShell to stage collected data prior to unauthorized exfiltration. A common tactic involves identifying sensitive files or directories and compressing them using the Compress-Archive cmdlet. By directing the output of these compression operations to standard temporary locations like %TEMP%, AppData\Local\Temp, or C:\Windows\Temp, attackers attempt to blend in with legitimate system activities or transient application data. This staging process is a critical precursor to exfiltration, as it minimizes the total volume of data, enables the use of archiving formats for easier transport, and can potentially bypass basic inspection mechanisms that monitor for individual file transfers rather than consolidated archives.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker identifies sensitive directories containing user data or configuration files on a compromised host.</li>
<li>The attacker executes a PowerShell script, often embedded within a malicious payload or run interactively via a remote shell.</li>
<li>The script invokes the Compress-Archive cmdlet to recursively bundle the targeted files into a single archive file (e.g., .zip).</li>
<li>The archive is written to a temporary directory such as $env:TEMP or C:\Windows\Temp to avoid immediate detection in user-monitored folders.</li>
<li>The attacker may then perform obfuscation, such as renaming the archive extension, to bypass simple file-type filtering.</li>
<li>The final archive is staged and prepared for exfiltration to an attacker-controlled C2 server or cloud storage bucket.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful staging enables efficient exfiltration of sensitive organizational data, increasing the risk of data breaches, intellectual property theft, and exposure of PII. While this technique is a component of the collection phase, its prevalence in ransomware and espionage campaigns makes it a high-value indicator of malicious intent when observed in non-administrative contexts.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritize the deployment of script block logging to monitor for suspicious command execution.</p>
<ul>
<li>Enable PowerShell Script Block Logging (Event ID 4104) across all Windows endpoints to capture the full command context, including the parameters used with Compress-Archive.</li>
<li>Implement the provided Sigma rule in your SIEM to trigger alerts when Compress-Archive is directed to sensitive temporary paths.</li>
<li>Monitor for the creation of archive files in temporary directories, specifically flagging files with high entropy or those created by non-standard parent processes.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>data-collection</category><category>powershell</category><category>staging</category></item></channel></rss>