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

BlackBerry backup parsing with Oxygen Forensic


The Oxygen Forensic program has been described in Chapter 1, SIM Cards Acquisition and Analysis. In this recipe, we will describe the data extraction from a BlackBerry backup via Oxygen Forensic.

How to do it…

  1. In order to import data from a backup, click the arrow that is located to the right of the Import file button on the Oxygen Forensic toolbar. In the drop-down menu, go to Import Blackberry backup and then Import IPD backup .... If you have a different type of backup, select another option from this menu:

Selection of the type of data import

  1. In the opened window, specify the path to the backup. Select the backup and click the Open button.
  2. In the new window, fill in the details of the case, such as Device alias, Case number, Evidence number, Place, Incident number, Inspector, Device owner, and Owner email. Click the Next button:

Window of the Oxygen Forensic Extractor program with information about the case and extraction options

  1. The program will...