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
Learning Android Forensics, - Second Edition

You're reading from  Learning Android Forensics, - Second Edition

Product type Book
Published in Dec 2018
Publisher
ISBN-13 9781789131017
Pages 328 pages
Edition 2nd Edition
Languages
Concepts
Authors (2):
Donnie Tindall Donnie Tindall
Profile icon Donnie Tindall
Rohit Tamma Rohit Tamma
Profile icon Rohit Tamma
View More author details

Table of Contents (12) Chapters

Preface 1. Introducing Android Forensics 2. Setting up the Android Forensic Environment 3. Understanding Data Storage on Android Devices 4. Extracting Data Logically from Android Devices 5. Extracting Data Physically from Android Devices 6. Recovering Deleted Data from an Android Device 7. Forensic Analysis of Android Applications 8. Android Forensic Tools Overview 9. Identifying Android Malware 10. Android Malware Analysis 11. Other Books You May Enjoy

Extracting data physically with dd

The dd command should be familiar to any examiner who has done traditional hard drive forensics. dd is a Linux command-line utility used by definition to convert and copy files, but is frequently used in forensics to create bit-by-bit images of entire drives. Many variations of dd also exist and are commonly used, such as dcfldd, dc3dd, ddrescue, and dccidd. As dd is built for Linux-based systems, it is frequently included on Android platforms. This means that a method for creating an image of the device often already exists on the device!

The dd command has many options that can be set; only the forensically important options are going to be covered in the following list. A full list of command options can be found at http://man7.org/linux/man-pages/man1/dd.1.html. The format of the dd command is as follows:

dd if=/dev/block/mmcblk0 of=/sdcard...
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 €14.99/month. Cancel anytime}