BitLocker Images¶
Perceptor performs an encryption preflight before mounting or running a profile. When BitLocker is detected, unlocking must be explicit.
Process with Unlock¶
uv run perceptor --root ~/analysis/case-root process \
--path ~/evidence/host.E01 \
--computer-label HOST01 \
--profile windows-full \
--filesystem \
--unlock-bitlocker \
--bitlocker-method recovery-key \
--bitlocker-key-file ~/keys/host01.recovery-key
Tool Chain¶
The default fallback order is:
cryptsetupdislockerbdemount
Choose a specific backend:
--bitlocker-tool auto|cryptsetup|dislocker|bdemount
Choose a protector type:
--bitlocker-method recovery-key|password|bek|fvek
Secret Handling¶
Use --bitlocker-key-file PATH where possible. Perceptor supplies unlock material
through stdin for supported tools and does not log the secret.
If BitLocker is detected without --unlock-bitlocker, processing stops and
records image.encryption_detected.