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

Introduction


In this chapter, we will describe methods of data extraction from mobile devices that are used only in cases when you cannot get the intended result using other methods. For example, you can use the method (chip-off) for extracting data from physical damaged devices or water damaged devices. Also, these methods are used when a mobile device is not supported by commercial mobile forensics tools or when you need to examine a damaged mobile device or even a fragment of it that has a memory chip.

These methods are:

  • JTAG – This method is named after the name of the industry standard. Joint Test Action Group (JTAG) is a standard used for testing system boards. There is a contact pad on a system board. Using the JTAG interface, you cannot only test a system board, but you can also make a physical dump of a memory chip. This method is not destructive. The examined mobile device has to be in working order if you want to use this method.
  • Chip-off is a destructive method, which is based on...