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

Apple device acquisition with Oxygen Forensics


The Oxygen Forensics program has been already described previously in Chapter 1SIM Cards Acquisition and Analysis in the recipe SIM cards Acquisition and Analysis with Oxygen Forensics. In this chapter, the process of making a logical copy of an Apple mobile device's data via the Oxygen Forensic program will be shown.

Getting ready

In order to extract data from an Apple device, you will need to install the iTunes program, which will also be described in this chapter, in the recipe Apple devices acquisition with iTunes. Without iTunes, you can not create the device's backup. The only thing that will be available is the function of copying media files from the device.

How to do it…

  1. In the Oxygen Forensics program, click the Connect device button located on the toolbar. It will launch Oxygen Forensic Extractor:

The main window of Oxygen Forensic Extractor

  1. Click Device Acquisition. The program will automatically search for the connected device. If the...