Book Image

Learning Android Forensics

Book Image

Learning Android Forensics

Overview of this book

Table of Contents (15 chapters)
Learning Android Forensics
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

SMS/MMS analysis


SMS and MMS messages are stored in the same database. In our experience, this database is also used, regardless of what application is used to send the SMS/MMS (that is, sending an SMS through Google Hangouts will populate this database, not the Hangouts database examined here). However, third-party apps may also record the data in their own databases.

Package name: com.android.providers.telephony

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

Files of interest:

  • /app_parts

  • /databases/

    • mmssms.db

    • telephony.db

The app_parts directory contains attachments sent as an MMS, both sent and received.

The telephony.db database is small, but contains one potentially useful source of information. The table in telephony.db is described as follows:

Table

Description

siminfo

This contains historical data for all SIMs that have been used in the device, including the ICCID, phone number (if it was stored on the SIM), and the mobile country code (MCC) / mobile network...