tên challenge: Don't forget to lock mô tả: We seiz...
Created on: May 8, 2026
Answered using GPT-5.5 Thinking by Chat01
Created on: May 8, 2026
Answered using GPT-5.5 Thinking by Chat01
tên challenge: Don't forget to lock
mô tả: We seized a suspect's computer and managed to capture a RAM dump before it was powered off, along with an encrypted disk. Your objective is to decrypt the drive.
flag format: THC{...}
solve challenge
Solved.
I decrypted the BitLocker volume using the FVEK recovered from the RAM dump:
93c6450bf0226b49a531fada4f1f5e45fffddbda17fd86e8feff378a21c86142
Inside the decrypted NTFS image, there was a ZIP/carved archive containing flag.txt.
flag.txt contains:
textTHCon{TMTC_B1nwalk_D3t3ct3d}
Note: the challenge statement says THC{...}, but the recovered flag.txt literally contains THCon{...}.