1 Star 0 Fork 0

pelin0963 / MemProcFS.wiki

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
FS_BitLocker.md 2.41 KB
一键复制 编辑 原始数据 按行查看 历史
ufrisk 提交于 2023-03-02 18:21 . Guide Update

The misc/bitlocker directory

The directory misc/bitlocker exists as a sub-directory to the file system root.

The directory contains identified bitlocker encryption keys in formats which allows for easy unlocking of the bitlocker volumes.

The files in the misc/bitlocker directory are listed in the table below:

File Description
readme.txt General information about the bitlocker module.
.bin The binary in-memory representation of a key.
.fvek Dislocker unlock key (see below).
.txt Text representation of a key.

Files in the misc/bitlocker directory is read-only.

Information

The bitlocker plugin is loosely based on the excellent bitlocker volatility plugin. The MemProcFS plugin uses the same underlying technique of identifying potential bitlocker keys by pool tagging and other heuristics. The MemProcFS plugin also does some post-processing to increase output quality.

The bitlocker plugin works quite well on Windows 7 and Windows 10/11. Issues however exists on Windows 8 (and early Windows 10) versions where multiple keys may be recovered in error. At least one key should however most often be correct even on Windows 8 and early Windows 10 versions.

In order to mount a recovered bitlocker key it's recommended to use dislocker on a Linux system. Please use the recovered .fvek key.

dislocker -k <recovered_key>.fvek /path/to/disk /path/to/dislocker          
mount /path/to/dislocker/dislocker-file /path/to/mount

Please see an example of the mount process using dislocker in the example section below.

Example

The example shows the misc/bitlocker directory with a recovered bitlocker key.

[[resources/root_misc_bitlocker_1.png]]

The image below shows how its possible to mount a bitlocker encrypted drive by using dislocker and the recovered .fvek key.

[[resources/root_misc_bitlocker_2.png]]

For Developers

The misc/bitlocker sub-directory is implemented as a built-in native C-code plugin. The plugin source is located in the file modules/m_misc_bitlocker.c in the vmm project.

1
https://gitee.com/pelin0963/MemProcFS-wiki.git
git@gitee.com:pelin0963/MemProcFS-wiki.git
pelin0963
MemProcFS-wiki
MemProcFS.wiki
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891