A SOC analyst needs to capture volatile memory for a forensic investigation on a suspected compromised Windows workstation. Which command-line tool, when executed with the appropriate privilege level, allows for the acquisition of a physical RAM image?
Trap 1: Sysmon
Sysmon is used for monitoring and logging system activity, not capturing memory.
Trap 2: Process Explorer
Process Explorer is used for viewing process activity, not memory imaging.
Trap 3: Wireshark
Wireshark is a packet analyzer for network traffic, not memory acquisition.
- A
Sysmon
Why wrong: Sysmon is used for monitoring and logging system activity, not capturing memory.
- B
Process Explorer
Why wrong: Process Explorer is used for viewing process activity, not memory imaging.
- C
FTK Imager CLI
FTK Imager CLI is designed specifically for capturing memory and disk images.
- D
Wireshark
Why wrong: Wireshark is a packet analyzer for network traffic, not memory acquisition.