<?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>ShrinkLocker - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/actors/shrinklocker/</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, 17 Aug 2026 18:37:23 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/actors/shrinklocker/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>ShrinkLocker Ransomware BitLocker Registry Tampering</title><link>https://feed.craftedsignal.io/briefs/2026-08-shrinklocker-bitlocker-tampering/</link><pubDate>Mon, 17 Aug 2026 18:37:23 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-shrinklocker-bitlocker-tampering/</guid><description>The ShrinkLocker ransomware actor exploits native Windows registry configurations to manipulate BitLocker encryption behavior, bypassing security requirements to facilitate unauthorized data encryption.</description><content:encoded><![CDATA[<p>ShrinkLocker is a ransomware strain that abuses the native BitLocker Drive Encryption (BDE) functionality to lock victim systems. Rather than relying solely on external encryption tools, the malware manipulates Windows Registry keys under <code>HKLM\Software\Policies\Microsoft\FVE\</code> to reconfigure how the operating system handles disk encryption. By programmatically modifying these policies, ShrinkLocker can bypass TPM requirements, force the creation of partial encryption keys, or enforce specific PIN-based startup configurations. This approach allows the actor to weaponize built-in system security features against the host, effectively locking the system and demanding a ransom. Defenders must monitor for unauthorized modifications to these sensitive security registry paths to detect early-stage tampering before the encryption process completes.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The malware gains initial access to the Windows host through a spearphishing attachment or drive-by download.</li>
<li>The process elevates privileges to administrative levels to perform system-wide registry modifications.</li>
<li>The malware queries the <code>HKLM\Software\Policies\Microsoft\FVE\</code> registry path to check current encryption policies.</li>
<li>The process executes registry writes to set <code>EnableBDEWithNoTPM</code> or <code>EnableNonTPM</code> to <code>1</code>, lowering the barrier for BitLocker deployment.</li>
<li>The malware further enforces configurations by setting values such as <code>UsePIN</code> or <code>UseTPMPIN</code> to <code>2</code> to dictate the encryption unlocking mechanism.</li>
<li>ShrinkLocker triggers the built-in <code>manage-bde.exe</code> utility or the underlying BitLocker API to initiate disk encryption using the newly applied policy constraints.</li>
<li>The system is rebooted or encryption finishes, resulting in a locked machine requiring the attacker-defined key or PIN to access files.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful deployment of ShrinkLocker leads to the complete encryption of enterprise data via native Windows features. This technique causes significant operational downtime, as it prevents legitimate system access and renders local data inaccessible without the actor-controlled key. The ransomware has been observed targeting various Windows environments, and the nature of the encryption makes recovery difficult without established backups or the specific keys generated during the tampering process.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Deploy the Sigma rules below to monitor for unauthorized modifications to BitLocker registry keys; focus on any process (other than authorized management tools) attempting to set <code>FVE</code> policy values.</li>
<li>Implement registry auditing (Sysmon Event ID 13) specifically for the <code>HKLM\Software\Policies\Microsoft\FVE\</code> registry tree.</li>
<li>Restrict administrative rights to ensure only authorized IT management software can modify system-wide encryption policies.</li>
<li>Monitor for the execution of <code>manage-bde.exe</code> by processes not associated with standard system administration tasks.</li>
</ol>
]]></content:encoded><category domain="severity">high</category><category domain="type">threat</category><category>ransomware</category><category>defense-evasion</category><category>registry-tampering</category></item></channel></rss>