CS0-003 · Question #142
Some hard disks need to be taken as evidence for further analysis during an incident response. Which of the following procedures must be completed FIRST for this type of evidence acquisition?
The correct answer is B. Build the chain-of-custody document, noting the media model, serial number, size, vendor, date,. Chain of custody should be done before taking a copy of data, because this defines what tools were used to obtain the data/who handled the copying. This is a crucial step for submitting data to court because this can help (along with hashing obv) prove the integrity of data.
Question
Some hard disks need to be taken as evidence for further analysis during an incident response. Which of the following procedures must be completed FIRST for this type of evidence acquisition?
Options
- AExtract the hard drives from the compromised machines and then plug them into a forensics
- BBuild the chain-of-custody document, noting the media model, serial number, size, vendor, date,
- CPerform a disk sanitization using the command #dd if=/dev/zero of=/dev/sdc bs=1M over the
- DExecute the command #dd if-/dev/sda of=/dev/sdc bs=512 to clone the evidence data to external
How the community answered
(40 responses)- A3% (1)
- B78% (31)
- C5% (2)
- D15% (6)
Explanation
Chain of custody should be done before taking a copy of data, because this defines what tools were used to obtain the data/who handled the copying. This is a crucial step for submitting data to court because this can help (along with hashing obv) prove the integrity of data.
Topics
Community Discussion
No community discussion yet for this question.