Skip to content
Threat Feed
high advisory

Suspicious BitLocker Registry Configuration via Reg.exe

Detection of unauthorized modifications to BitLocker registry keys using the Windows command-line utility reg.exe, a technique used by ransomware actors to alter encryption settings.

This brief addresses the unauthorized modification of Windows BitLocker Drive Encryption (BDE) registry policies via the native reg.exe utility. Threat actors, specifically those deploying ransomware, may attempt to modify these registry keys to bypass security requirements, such as forcing the use of BitLocker without a TPM, or changing startup and recovery authentication settings. Monitoring these changes is critical for identifying potential persistence mechanisms or pre-ransomware staging activities where an attacker prepares an environment for full-disk encryption or key recovery manipulation. These modifications typically occur within \SOFTWARE\Policies\Microsoft\FVE.

Impact

Successful manipulation of BitLocker policies can lead to the weakening of system encryption security, unauthorized access to recovery keys, or the preparation for widespread ransomware deployment. These actions serve as a key indicator that an adversary has established sufficient local administrative access to influence critical host-level security configurations.

Recommendation

Detection engineering teams should implement monitoring for registry-based modifications to BitLocker policies.

  • Deploy the provided Sigma rule to detect reg.exe commands targeting BitLocker registry keys.
  • Baseline legitimate administrative changes to FVE policies to reduce noise.
  • Investigate any process creating or modifying these registry keys when performed by non-standard management processes (e.g., unexpected CMD/PowerShell scripts).

Immediate actions

Deploy the Sigma rule for BitLocker registry modification monitoring.

Detection Engineering 48h

Mitigations

Restrict local administrative rights to prevent unauthorized modification of system registry policies.

medium_term IT Operations

T1486

Detection coverage 1

Detect Suspicious BitLocker Policy Modification

high

Detects suspicious addition to BitLocker related registry keys via the reg.exe utility which may indicate ransomware preparation.

sigma tactics: impact techniques: T1486 sources: process_creation, windows

Detection queries are available on the platform. Get full rules →