ShrinkLocker Ransomware BitLocker Registry Tampering
The ShrinkLocker ransomware actor exploits native Windows registry configurations to manipulate BitLocker encryption behavior, bypassing security requirements to facilitate unauthorized data encryption.
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 HKLM\Software\Policies\Microsoft\FVE\ 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.
Attack Chain
- The malware gains initial access to the Windows host through a spearphishing attachment or drive-by download.
- The process elevates privileges to administrative levels to perform system-wide registry modifications.
- The malware queries the
HKLM\Software\Policies\Microsoft\FVE\registry path to check current encryption policies. - The process executes registry writes to set
EnableBDEWithNoTPMorEnableNonTPMto1, lowering the barrier for BitLocker deployment. - The malware further enforces configurations by setting values such as
UsePINorUseTPMPINto2to dictate the encryption unlocking mechanism. - ShrinkLocker triggers the built-in
manage-bde.exeutility or the underlying BitLocker API to initiate disk encryption using the newly applied policy constraints. - The system is rebooted or encryption finishes, resulting in a locked machine requiring the attacker-defined key or PIN to access files.
Impact
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.
Recommendation
- 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
FVEpolicy values. - Implement registry auditing (Sysmon Event ID 13) specifically for the
HKLM\Software\Policies\Microsoft\FVE\registry tree. - Restrict administrative rights to ensure only authorized IT management software can modify system-wide encryption policies.
- Monitor for the execution of
manage-bde.exeby processes not associated with standard system administration tasks.
Immediate actions
Deploy the BitLocker registry monitoring Sigma rule
Mitigations
Review Group Policy configurations for BitLocker to ensure they cannot be overridden by standard user-level processes
T1112
Detection coverage 1
Detect BitLocker Registry Policy Tampering
highDetects suspicious modification of BitLocker registry keys often used by ransomware to bypass TPM or enforce encryption requirements
Detection queries are available on the platform. Get full rules →