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

iOS physical dump and backup parsing with Oxygen Forensic


The Oxygen Forensic program has already been described in Chapter 1, SIM Cards Acquisition and Analysis. In this recipe, we will show how to analyze an iTunes backup via Oxygen Forensic.

How to do it…

  1. In order to import data from an iTunes backup, click the arrow to the right of the Import file button on the Oxygen Forensic toolbar. In the drop-down menu, go to Import Apple backup/image and then Import iTunes backup ....

Selection of the data import type

  1. In the opened window, specify the path to the backup copy. Select the Manifest.plist file and click the Open file.
  1. In the new window, fill in the details of the case, such as Case number, Evidence number, Place, Incident number, Backup password (optional), Inspector, Device owner, Owner email, and so on. If you need to recover deleted data, tick Search and recover deleted data from applications. The process of data restoration will take additional time. Click the Next button:

Window of...