Skip to content

Commit 9402b9b

Browse files
authored
Refactor BitLocker COM Hijacking dataset YAML
Updated the BitLocker COM Hijacking dataset YAML file to streamline the structure and remove redundant entries.
1 parent bf2d87e commit 9402b9b

File tree

1 file changed

+8
-20
lines changed

1 file changed

+8
-20
lines changed
Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,17 @@
1-
---
2-
name: BitLocker COM Hijacking Lateral Movement
1+
author: Ali Atashgar (AAtashGar)
32
id: b8f4c2a1-9e7d-4f3b-8a1c-5d9e7f2b6a3e
4-
version: 1
53
date: '2025-11-25'
6-
author: Ali Atashgar (AAtashGar)
7-
type: dataset
8-
description: Simulated Windows Security and System events demonstrating the
9-
BitLocker Network Unlock COM Object Hijacking lateral movement technique
10-
(T1574.015 / T1546.015) using RemoteRegistry service enablement, HKCU CLSID
11-
manipulation, and execution via baaupdate.exe or BdeUISrv.exe.
4+
description: Simulated Windows Security and System events demonstrating the BitLocker Network Unlock COM Object Hijacking lateral movement technique (T1574.015 / T1546.015) using RemoteRegistry service enablement, HKCU CLSID manipulation, and execution via baaupdate.exe or BdeUISrv.exe.
125
environment: NA
136
directory: bitlocker_com_hijacking
147
mitre_technique:
158
- T1546.015
16-
references:
17-
- https://ipurple.team/2025/08/04/lateral-movement-bitlocker/
18-
- https://github.com/rtecCyberSec/BitlockMove
199
attack_data:
20-
- file_name: windows-security.log
21-
data: datasets/attack_techniques/T1546.015/
22-
bitlocker_com_hijacking/windows-security.log
10+
- name: windows-security.log
11+
data: datasets/attack_techniques/T1546.015/bitlocker_com_hijacking/windows-security.log
2312
source: XmlWinEventLog:Security
24-
sourcetype: XmlWinEventLog:Security
25-
- file_name: windows-system.log
26-
data: datasets/attack_techniques/T1546.015/
27-
bitlocker_com_hijacking/windows-system.log
13+
sourcetype: XmlWinEventLog
14+
- name: windows-system.log
15+
data: datasets/attack_techniques/T1546.015/bitlocker_com_hijacking/windows-system.log
2816
source: XmlWinEventLog:System
29-
sourcetype: XmlWinEventLog:System
17+
sourcetype: XmlWinEventLog

0 commit comments

Comments
 (0)