Book Image

Practical Mobile Forensics

Book Image

Practical Mobile Forensics

Overview of this book

Table of Contents (20 chapters)
Practical Mobile Forensics
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
10
Android Data Recovery Techniques
Index

Data acquisition


Acquiring data from a Windows Phone is challenging for forensic examiners, as physical and logical methods defined in previous chapters are not commonly supported. One of the most common techniques in data acquisition is to install an application or agent on the device, which extracts as much data as possible from the device. This could result in certain changes on the device but nevertheless, it is still forensically sound if the examiner follows standard protocols. These protocols include proper testing to ensure no user data is changed, validation of the method on a test device, and documenting all steps taken during the acquisition process. For this acquisition method to work, the app needs to be installed with the privileges of Standard Rights Chamber. This may require the examiner to copy the manufacturer's DLLs, which have higher privileges into the user app. This allows the app to access methods and resources that are usually limited to native apps.

Most examiners...