Book Image

Mastering Mobile Forensics

By : Soufiane Tahiri
Book Image

Mastering Mobile Forensics

By: Soufiane Tahiri

Overview of this book

Mobile forensics presents a real challenge to the forensic community due to the fast and unstoppable changes in technology. This book aims to provide the forensic community an in-depth insight into mobile forensic techniques when it comes to deal with recent smartphones operating systems Starting with a brief overview of forensic strategies and investigation procedures, you will understand the concepts of file carving, GPS analysis, and string analyzing. You will also see the difference between encryption, encoding, and hashing methods and get to grips with the fundamentals of reverse code engineering. Next, the book will walk you through the iOS, Android and Windows Phone architectures and filesystem, followed by showing you various forensic approaches and data gathering techniques. You will also explore advanced forensic techniques and find out how to deal with third-applications using case studies. The book will help you master data acquisition on Windows Phone 8. By the end of this book, you will be acquainted with best practices and the different models used in mobile forensics.
Table of Contents (14 chapters)
Mastering Mobile Forensics
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
Preparing a Mobile Forensic Workstation
Index

Windows phone 8 security models


Windows Phone 8.x is a very closed operating system. Documenting its internals and security model is usually a painful task, but like all other operating systems, WP 8.x provides many key platform security features to protect OS integrity, user's data, and privacy.

To ensure system and user's data integrity, Windows Phone 8 mainly relies on Secure Boot and the application platform security.

Windows Phone 8 Secure Boot

Windows Phone validates firmware images before loading the main operating system using the Secure Boot technology, which is built on a chain of trust extended to hardware and firmware. During manufacturing, a "root of trust" is made by provisioning the hash of the public key used by the SoC vendors and original manufacturers to sign the initial bootloaders. Thus, Secure Boot cryptographically validates all the boot components from the pre-UEFI bootloader to the UEFI environment followed by the main operating system and all the drivers and applications...