nerdexam
EC-Council

312-49V11 · Question #133

During a computer hacking forensic investigation, an investigator is tasked with acquiring volatile data from a live Linux system with limited physical access. Which methodology would be the most…

The correct answer is B. Performing remote acquisition of volatile data from a Linux machine using dd and netcat. The key constraint is limited physical access, so a remote volatile acquisition approach is preferred. Using tools like dd to read memory sources (where permitted) and piping via netcat enables collection over the network. Options C and D typically require local…

Digital Evidence Collection and Acquisition

Question

During a computer hacking forensic investigation, an investigator is tasked with acquiring volatile data from a live Linux system with limited physical access. Which methodology would be the most suitable for this scenario?

Options

  • AUsing Belkasoft Live RAM Capturer to extract the entire contents of the computer's volatile
  • BPerforming remote acquisition of volatile data from a Linux machine using dd and netcat
  • CUsing the fmem module and dd command locally to access the RAM and acquire its content
  • DPerforming local acquisition of RAM using the LiME tool

How the community answered

(39 responses)
  • A
    15% (6)
  • B
    74% (29)
  • C
    8% (3)
  • D
    3% (1)

Explanation

The key constraint is limited physical access, so a remote volatile acquisition approach is preferred. Using tools like dd to read memory sources (where permitted) and piping via netcat enables collection over the network. Options C and D typically require local execution/installation; A is primarily oriented toward Windows environments.

Topics

#volatile data acquisition#Linux forensics#remote acquisition#dd and netcat

Community Discussion

No community discussion yet for this question.

Full 312-49V11 Practice