Detection rules › Sigma
BitLocker feature configuration (Reg via command)
Detects scenarios where an attacker configures BitLocker for ransomware purposes.
MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Impact | T1486 Data Encrypted for Impact |
Event coverage
| Provider | Event | Title |
|---|---|---|
| Sysmon | Event ID 1 | Process creation |
| Security-Auditing | Event ID 4688 | A new process has been created. |
Rule body yaml
title: BitLocker feature configuration (Reg via command)
description: Detects scenarios where an attacker configures BitLocker for ransomware purposes.
references:
- https://thedfirreport.com/2021/11/15/exchange-exploit-leads-to-domain-wide-ransomware/
- https://admx.help/?Category=MDOP&Policy=Microsoft.Policies.BitLockerManagement::BMSOSDEncryptionPolicy
- https://www.bleepingcomputer.com/news/microsoft/microsoft-iranian-hackers-encrypt-windows-systems-using-bitlocker/
tags:
- attack.impact
- attack.t1486
author: mdecrevoisier
status: experimental
logsource:
product: windows
category: process_creation
detection:
selection:
NewProcessName|endswith: \reg.exe
CommandLine|contains|all: # Full command: "REG ADD HKLM\SOFTWARE\Policies\Microsoft\FVE /v EnableBDEWithNoTPM /t REG_DWORD /d 1 /f"
- REG ADD
- '\SOFTWARE\Policies\Microsoft\FVE'
CommandLine|contains:
- UseTPM
- UseTPMKey
- UseTPMPIN
- UseTPMKeyPIN
- RecoveryKeyMessage
- EnableBDEWithNoTPM
- UseAdvancedStartup
- RecoveryKeyMessageSource
condition: selection
falsepositives:
- Initial BitLocker configuration via GPO
level: high
Stages and Predicates
Stage 0: condition
selectionStage 1: selection
selection:
NewProcessName|endswith: \reg.exe
CommandLine|contains|all:
- REG ADD
- '\SOFTWARE\Policies\Microsoft\FVE'
CommandLine|contains:
- UseTPM
- UseTPMKey
- UseTPMPIN
- UseTPMKeyPIN
- RecoveryKeyMessage
- EnableBDEWithNoTPM
- UseAdvancedStartup
- RecoveryKeyMessageSource
Indicators
Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.
| Field | Kind | Values |
|---|---|---|
CommandLine | match |
|
NewProcessName | ends_with |
|