Extracting SMS/MMS

During the course of an investigation, you may be asked to retrieve the text messages that were sent by and delivered to a particular mobile device. Hence, it is important to understand where the details are stored and how to access the data. The mmssms.db file, which is present under /data/data/com.android.providers.telephony/databases, contains the necessary details. As with call logs, you must ensure that applications capable of messaging are examined for relevant message logs by using the following command:

adb.exe pull /data/data/com.android.providers.telephony C:	emp

This will give the following output:


Extracting SMS data

The phone number can be seen under the address column and the corresponding text message can be seen under the body column, as shown in the following screenshot:

The calls table in the contacts2.db file

We will now extract browser history information.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.145.15.205