Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Learning Android Forensics

You're reading from  Learning Android Forensics

Product type Book
Published in Apr 2015
Publisher
ISBN-13 9781782174578
Pages 322 pages
Edition 1st Edition
Languages
Concepts

Table of Contents (15) Chapters

Learning Android Forensics
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
1. Introducing Android Forensics 2. Setting Up an 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 Index

Google Hangouts analysis


Hangouts is a chat/SMS application provided by Google. Hangouts is the default SMS client on Android devices.

Package name: com.google.android.gm

Version: Default version with Android 5.0.1 (not listed within the app)

Files of interest:

  • /cache/volleyCache/

  • /databases/babel#.db (our device had babel0.db and babel1.db)

  • /shared_prefs/accounts.xml

The cache directory contains .0 files, as discussed in the Google Maps example earlier. The files contain a URL to fetch the profile pictures of contacts, as well as a .jpg embedded within the file. Visiting the URL or carving the .jpg from the file will recover the contact's picture.

The babel#.db file contains all messaging data. On our test device, babel0.db was blank, and babel1.db had all of the data for the active account. There are many tables within this database worth looking at:

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}

Table

Description

conversations

This contains conversation data. There is a unique conversation_id value for each chat. The latest_message_timestamp...