lab-14-Mobile_App_Investigations_Messaging
lab-14-Mobile_App_Investigations_Messaging
Step 1
• Download Pixel 3 image
Verify hashes
hashdeep Pixel\ 3.zip
1
ls 'Pixel 3/data/data/'
2
• Find the location of Java package
3
• sms: message log
• Only system, phone or the default message app can have full access of sms data
• sms_restricted:
• Only contains sent or received messages.
• threads
• Group all messages based on incoming phone numbers and time period?
• Exam sms table structure
4
• Which message was received on Jan 29, 2020 around 6:20 pm?
https://www.epochconverter.com/
5
Where to find sender’s phone number?
6
• _id: Distinguish between different attachments of a multimedia message (including
text, picture, audio, video and other formats)
• ct: indicates what type of attachment
• data: indicate where the attachment is stored on the phone
• text: Represents the body of the MMS.