During a forensic investigation, an analyst needs to acquire data from a live Windows system without altering the system's state. Which tool should the analyst use to capture the contents of RAM?
Trap 1: dd
dd is used for disk imaging, not RAM capture.
Trap 2: EnCase
EnCase is a comprehensive forensic suite but not ideal for live RAM capture without system alteration.
Trap 3: WinHex
WinHex can capture RAM but may alter the system state.
- A
dd
Why wrong: dd is used for disk imaging, not RAM capture.
- B
FTK Imager Lite
FTK Imager Lite is designed to capture RAM from a live system without altering the system's state.
- C
EnCase
Why wrong: EnCase is a comprehensive forensic suite but not ideal for live RAM capture without system alteration.
- D
WinHex
Why wrong: WinHex can capture RAM but may alter the system state.