<?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>Forensics - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/forensics/</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 12:37:20 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/forensics/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 Registry Hive Exfiltration via Volume Shadow Copy</title><link>https://feed.craftedsignal.io/briefs/2026-09-cmd-shadowcopy-access/</link><pubDate>Thu, 03 Sep 2026 12:37:20 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-cmd-shadowcopy-access/</guid><description>Adversaries use the Windows 'copy' command to exfiltrate sensitive files, such as registry hives, by accessing data from Volume Shadow Copy Service snapshots.</description><content:encoded><![CDATA[<p>Threat actors frequently target the Windows registry hives (SAM, SYSTEM, SECURITY) to extract password hashes for offline cracking or lateral movement. Because these files are locked by the operating system during active sessions, attackers utilize the Volume Shadow Copy Service (VSS) to create snapshots of the disk. By mounting these snapshots using the \?\GLOBALROOT device path, attackers can bypass file locks to copy protected files. This technique is commonly observed in post-exploitation phases where attackers aim to escalate privileges or move laterally through the environment. Defending against this requires monitoring for direct command-line access to VSS device paths via common file utilities.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker gains administrative access to the target endpoint.</li>
<li>Attacker executes vssadmin or similar tools to create a new volume shadow copy.</li>
<li>Attacker identifies the device path of the newly created shadow copy (e.g., \?\GLOBALROOT\Device\HarddiskVolumeShadowCopyX).</li>
<li>Attacker constructs a copy command targeting the sensitive file path within the shadow copy device mount.</li>
<li>Attacker executes 'cmd.exe /c copy \?\GLOBALROOT\Device\HarddiskVolumeShadowCopyX\Windows\System32\config\SYSTEM C:\Temp\SYSTEM'.</li>
<li>The OS allows the copy operation because the file is read from a snapshot rather than the live locked registry hive.</li>
<li>Attacker exfiltrates the copied hive files to an external C2 or staging area for local analysis.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful execution of this technique allows attackers to obtain critical credentials (e.g., NTLM hashes or Kerberos keys) stored in the registry. This often leads to full domain compromise, as the attacker can perform pass-the-hash attacks or use the stolen credentials to impersonate high-privilege service accounts.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Deploy the provided Sigma rule to detect the specific use of the 'copy' command against VSS device paths. Configure EDR or Sysmon to log all command-line arguments (Event ID 1). Audit usage of administrative tools like vssadmin to detect the creation of snapshots prior to the file copy operation.</p>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>credential-theft</category><category>persistence</category><category>windows</category><category>forensics</category></item></channel></rss>