Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Mobile Forensics Cookbook

You're reading from  Mobile Forensics Cookbook

Product type Book
Published in Dec 2017
Publisher
ISBN-13 9781785282058
Pages 302 pages
Edition 1st Edition
Languages
Concepts
Author (1):
Igor Mikhaylov Igor Mikhaylov
Profile icon Igor Mikhaylov

Table of Contents (18) Chapters

Title Page
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface
1. SIM Card Acquisition and Analysis 2. Android Device Acquisition 3. Apple Device Acquisition 4. Windows Phone and BlackBerry Acquisition 5. Clouds are Alternative Data Sources 6. SQLite Forensics 7. Understanding Plist Forensics 8. Analyzing Physical Dumps and Backups of Android Devices 9. iOS Forensics 10. Windows Phone and BlackBerry Forensics 11. JTAG and Chip-off Techniques

Introduction


Property lists (plist) are system files that are used in the iOS and macOS operating systems for different kinds of data storage. They can be used by both operating systems and applications. Plists are good for storing arrays, dictionaries, and strings.

Plists are XML files, but with some differences. For example, the order of tags in this file is determined by some rules: they are key-value pairs, but tags of the key type and tags of the value type are on the same level. For example:

<key>Device Name</key>
<string>iPhone Olja</string>
<key>GUID</key>
<string>D526CA3328B0A964372B4E93C12D5C74</string>
<key>ICCID</key>
<string>897010220192766690f</string>
<key>IMEI</key>
<string>013429003240443</string>

In order to speed up the process of reading and writing, plist are often made binary by converting them into binary plist (bplist) format. An expert has to decode this kind of file by using...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}