<?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>Ma-Ze - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/ma-ze/</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:41:51 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/ma-ze/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 Directory Enumeration via MAZE Ransomware Tactics</title><link>https://feed.craftedsignal.io/briefs/2026-09-powershell-directory-enumeration/</link><pubDate>Thu, 03 Sep 2026 13:41:51 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-powershell-directory-enumeration/</guid><description>Detection of PowerShell scripts utilizing specific cmdlets to recursively enumerate file system directories, a technique historically associated with MAZE ransomware discovery operations.</description><content:encoded><![CDATA[<p>This detection brief addresses the use of PowerShell for unauthorized directory discovery and enumeration. Threat actors, specifically those associated with the MAZE ransomware, have been observed utilizing PowerShell scripts to map local and network file systems. By iterating through directories using cmdlets such as Get-ChildItem and redirecting the output to files, attackers can identify sensitive data for exfiltration or encryption. The technique is typically executed via living-off-the-land binaries to minimize footprint, making the monitoring of PowerShell Script Block Logging essential for identifying post-exploitation discovery activities in enterprise environments.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Initial access is established via phishing or exploitation of internet-facing services.</li>
<li>The attacker executes a PowerShell process via a web shell or other command-line entry point.</li>
<li>A script is invoked to enumerate directories to identify valuable data targets.</li>
<li>The script uses 'Get-ChildItem' with 'foreach' loops to recursively scan folder structures.</li>
<li>The attacker forces suppression of errors using '-ErrorAction SilentlyContinue' to prevent detection of permission issues.</li>
<li>Results of the directory scan are captured and redirected to a local text file using 'Out-File -append'.</li>
<li>The collected metadata is exfiltrated to the attacker's C2 server.</li>
<li>The final objective is reached through the subsequent encryption of identified directories.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful execution of this discovery technique allows attackers to map the environment, prioritize targets for data exfiltration, and systematically prepare for the deployment of ransomware. This increases the risk of data loss and operational downtime for organizations in all sectors.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Enable PowerShell Script Block Logging (Event ID 4104) across all Windows endpoints to capture the full content of executing scripts.</li>
<li>Deploy the provided Sigma rule to identify common patterns of automated directory enumeration via PowerShell.</li>
<li>Investigate the source of PowerShell commands that use redirection to hidden or temporary directories.</li>
<li>Review and restrict execution policy for PowerShell scripts to signed or approved administrative tasks.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">threat</category><category>discovery</category><category>ransomware</category><category>powershell</category><category>windows</category><category>ma-ze</category></item></channel></rss>