Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_reg_bitlocker.yml
T

37 lines
1001 B
YAML
Raw Normal View History

2021-11-15 13:24:26 +01:00
title: Suspicious Reg Add BitLocker
id: 0e0255bf-2548-47b8-9582-c0955c9283f5
status: experimental
2022-09-09 15:02:31 +02:00
description: Detects suspicious addition to BitLocker related registry keys via the reg.exe utility
2021-11-15 13:24:26 +01:00
references:
- https://thedfirreport.com/2021/11/15/exchange-exploit-leads-to-domain-wide-ransomware/
author: frack113
date: 2021/11/15
2022-09-09 15:02:31 +02:00
modified: 2022/09/09
2022-10-28 15:06:36 +02:00
tags:
- attack.impact
- attack.t1486
2021-11-15 13:24:26 +01:00
logsource:
category: process_creation
product: windows
detection:
2022-09-09 15:02:31 +02:00
selection:
2021-11-15 13:24:26 +01:00
CommandLine|contains|all:
- 'REG'
- 'ADD'
2022-08-05 00:39:32 +01:00
- '\SOFTWARE\Policies\Microsoft\FVE'
2021-11-15 13:24:26 +01:00
- '/v'
- '/f'
CommandLine|contains:
- 'EnableBDEWithNoTPM'
- 'UseAdvancedStartup'
- 'UseTPM'
- 'UseTPMKey'
- 'UseTPMKeyPIN'
- 'RecoveryKeyMessageSource'
- 'UseTPMPIN'
- 'RecoveryKeyMessage'
2022-09-09 15:02:31 +02:00
condition: selection
2021-11-15 13:24:26 +01:00
falsepositives:
2022-09-09 15:02:31 +02:00
- Unlikely
level: high