Difference between revisions of "User:Apriestman"

From SleuthKitWiki
Jump to: navigation, search
(Created page with "<table border=1 cellpadding=5> <tr><th>File name</th><th>Description</th><th>Format</th><th>Tools</th></tr> <tr><td>data/com.android.providers.contacts/databases/contacts2.db...")
(No difference)

Revision as of 08:48, 17 January 2014

File nameDescriptionFormatTools
data/com.android.providers.contacts/databases/contacts2.db Main contacts database, also may contain call logs SQLite SQLite
data/com.sec.android.provider.logsprovider/databases/logs.db Contains call logs SQLite SQLite
data/com.android.providers.telephony/databases/mmssms.db SMS/MMS database SQLite SQLite



contacts.db

Full path

data/com.android.providers.contacts/databases/contacts2.db

Format

SQLite

Parsing tools

SQLite

Known apps that use this file

Anything that can access contacts?

Data of interest

Believe it or not, contacts are in this file.

Additional information

It's a database