Book Image

Mobile Forensics Cookbook

By : Igor Mikhaylov
Book Image

Mobile Forensics Cookbook

By: Igor Mikhaylov

Overview of this book

Considering the emerging use of mobile phones, there is a growing need for mobile forensics. Mobile forensics focuses specifically on performing forensic examinations of mobile devices, which involves extracting, recovering and analyzing data for the purposes of information security, criminal and civil investigations, and internal investigations. Mobile Forensics Cookbook starts by explaining SIM cards acquisition and analysis using modern forensics tools. You will discover the different software solutions that enable digital forensic examiners to quickly and easily acquire forensic images. You will also learn about forensics analysis and acquisition on Android, iOS, Windows Mobile, and BlackBerry devices. Next, you will understand the importance of cloud computing in the world of mobile forensics and understand different techniques available to extract data from the cloud. Going through the fundamentals of SQLite and Plists Forensics, you will learn how to extract forensic artifacts from these sources with appropriate tools. By the end of this book, you will be well versed with the advanced mobile forensics techniques that will help you perform the complete forensic acquisition and analysis of user data stored in different devices.
Table of Contents (18 chapters)
Title Page
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

A sample Windows Phone device JTAG


Using JTAG and chip-off methods is, in fact, the only way to get the physical dumps from Windows Phone mobile devices. Also, these methods are used to extract data from screen-locked mobile devices. In this recipe, we will describe a sample of data extraction from Nokia Lumia 925 (RM-892) using the JTAG method.

How to do it...

  1. Before data extraction, disassemble the smartphone and get the access to it system board:

System board of Nokia Lumia 925

  1. Double-click on the Z3X EasyJTAG BOX control program icon - Z3X EasyJtag BOX JTAG Classic Suite. In the opened window, select the model of the mobile device - Nokia Lumia 925. The interface circuit of the device with the flasher will be displayed in the main window of the program:

The interface circuit of Z3X EasyJTAG BOX and Nokia Lumia 925

  1. Using short copper wires, connect the Z3X EasyJTAG BOX with Nokia Lumia 925:

Connection of Z3X EasyJTAG BOX with Nokia Lumia 925

  1. Switch on the flasher. In the main window of the Z3X...