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 backup parsing with AXIOM


The AXIOM program has already been described in Chapter 8, Analyzing Physical Dumps and Backups of Android Devices. In this recipe, we will describe how to analyze an iTunes backup via AXIOM.

How to do it…

  1. Double-click the AXIOM Process icon. In the program’s window, click the CREATE NEW CASE button. In the next window, fill in the case information fields, such as Case number, Folder name, File path, and Scanned by, then click the GO TO EVIDENCE SOURCES button. In the next window, in the SELECT EVIDENCE SOURCE section, click the MOBILE icon. In the next window, click the IOS icon:

SELECT EVIDENCE SOURCE (MOBILE) section

  1. In the next window, click the LOAD EVIDENCE icon. In the next window, click on the FILES & FOLDERS icon. In the opened additional EVIDENCE SOURCES window, click the WINDOWS FOLDER BROWSER button. Specify the path to the iTunes backup to be examined and click the Select Folder button.
  2. Click the GO TO PROCESSING DETAILS button. In the next window...