Computer Hacking Forensic Investigator (CHFI v10) — Question 422

A forensic investigator is tasked with logically acquiring data from an Android device involved in a cybercrime incident. The device is passcode protected, and the suspect refuses to reveal the passcode. How should the investigator proceed?

Answer options

Correct answer: A

Explanation

The correct choice is A because enabling USB debugging allows the investigator to leverage adb commands for root access, which is crucial for data extraction when the device is locked. Options B and C won't work as iTunes is not compatible with Android devices, and adb pull requires prior access that isn't possible without the passcode. Option D also fails as it does not provide a means to bypass the passcode for data access.