±Your Account
Membership:
New Today: 0
New Yesterday: 7
Overall: 24203
Visitors: 38±Latest Webinar
±Latest Articles
· Android Forensics
· Geo-tagging & Photo Tracking On iOS
· KS – an open source bash script for indexing data
· Mobile Device Geotags & Armed Forces
· Categorization of embedded system forensic collection methodologies
· Interpretation of NTFS Timestamps
· What are ‘gdocs’? Google Drive Data – part 2
· What are ‘gdocs’? Google Drive Data
· Bad Sector Recovery
· Forensic Artifact: Malware Analysis in Windows 8
· Geo-tagging & Photo Tracking On iOS
· KS – an open source bash script for indexing data
· Mobile Device Geotags & Armed Forces
· Categorization of embedded system forensic collection methodologies
· Interpretation of NTFS Timestamps
· What are ‘gdocs’? Google Drive Data – part 2
· What are ‘gdocs’? Google Drive Data
· Bad Sector Recovery
· Forensic Artifact: Malware Analysis in Windows 8
±Follow Us
±Latest Jobs
Back to top
Skip to content
Skip to menu
Back to top
Back to main
Skip to menu
Go to page 1, 2 Next
Adding to what Alex has said, Android devices have a couple of directories you will want to look at however this can vary between manufactures.
Directories of note are;
data
data/data
dbdata
Galaxy S III SCH-1535 Android 4.1
Galaxy S III SCH-1535 Android 4.1
Posted: Sun Jan 13, 2013 11:07 pm
Need to find forensic software to investigate Galaxy S III SCH-1535 Android 4.1
What will work for that ?
What will work for that ?
-

SitRep - Newbie
Re: Galaxy S III SCH-1535 Android 4.1
Posted: Mon Jan 14, 2013 9:27 am
The latest XRY (v6.4.2) appears to support the Galaxy S3 according to their release notes.
-

TomP - Member
Re: Galaxy S III SCH-1535 Android 4.1
Posted: Tue Jan 15, 2013 2:00 am
SitRep,
Cellebrite UFED has support for the Samsung SCH-i535 Galaxy S III for both logical, file system extraction and physical extraction.
Ron
Cellebrite UFED has support for the Samsung SCH-i535 Galaxy S III for both logical, file system extraction and physical extraction.
Ron
-

RonS - Senior Member
Re: Galaxy S III SCH-1535 Android 4.1
Posted: Tue Jan 15, 2013 8:05 pm
TomP and RonS,
Thanks for the info on Celleb. and Xry, presently we don't have the budget for those, do you guys know other lesser cost alternatives ?
Best Regards,
SitRep
Thanks for the info on Celleb. and Xry, presently we don't have the budget for those, do you guys know other lesser cost alternatives ?
Best Regards,
SitRep
-

SitRep - Newbie
Re: Galaxy S III SCH-1535 Android 4.1
Posted: Wed Jan 16, 2013 4:17 am
It depends on what kind of budget and what restraints you have. You said you were looking for a logical extraction and while it is nice to manually obtain the data from these devices, both Cellebrite and XRY are very good at analysing them.
Android devices can be analysed in great detail if they can be rooted and then what we refer to as an ADB Pull command sent to the device. You will need developer.android.com/...p/adb.html in order to 'pull' the data. You can also shell into the device and look at the file system within the command line.
This is all dependant on you having root access on the device and I'm not sure if this is possible on the S3 as I haven't looked into it much myself.
I suggest you do this on a Linux machine as some of the files within the Android operating system have names that aren't supported within Windows. On the Linux machine you can then ZIP the file and taken it to your Windows machine. I'd also suggest you work from a copy of the data and not the original data.
Once this data has been 'pulled' from the device it is mostly stored in SQLite databases and you can either write queries if you know what you are looking for or spend the time having a look. There is a wealth of data stored in these phones and I always enjoy wading around seeing what I can find!
Apologies if I've made a mistake in there, been a few weeks since I have done one and I haven't had my morning coffee yet
Happy to guide you if you want to use this thread to ask questions.
Tom
Android devices can be analysed in great detail if they can be rooted and then what we refer to as an ADB Pull command sent to the device. You will need developer.android.com/...p/adb.html in order to 'pull' the data. You can also shell into the device and look at the file system within the command line.
This is all dependant on you having root access on the device and I'm not sure if this is possible on the S3 as I haven't looked into it much myself.
I suggest you do this on a Linux machine as some of the files within the Android operating system have names that aren't supported within Windows. On the Linux machine you can then ZIP the file and taken it to your Windows machine. I'd also suggest you work from a copy of the data and not the original data.
Once this data has been 'pulled' from the device it is mostly stored in SQLite databases and you can either write queries if you know what you are looking for or spend the time having a look. There is a wealth of data stored in these phones and I always enjoy wading around seeing what I can find!
Apologies if I've made a mistake in there, been a few weeks since I have done one and I haven't had my morning coffee yet
Happy to guide you if you want to use this thread to ask questions.
Tom
-

TomP - Member
Re: Galaxy S III SCH-1535 Android 4.1
Posted: Wed Jan 16, 2013 6:00 am
Adding to TomP. With any 4.0+ android device you can get the majority of the data through an androidbackup which can then be decoded. The only thing it generally doesnt get is SMS Messages and if the samsung happens to store anything in dbdata then it wont get that (although that seems to be happening much less. The main reason to use this would be if there is no support for shell rooting the handset.
VIAForensics also have an open source user agent you could use to get the rest of the basic data such as SMS, contacts etc if you wish.
I would link you to their website but it seems to be down for me at the moment.
I think they also have a more in depth user agent for law enforcement/purchase but I cant see at the moment.
twitter.com/viaforensi...8551054336
Thats the twitter status talking about it anyway.
VIAForensics also have an open source user agent you could use to get the rest of the basic data such as SMS, contacts etc if you wish.
I would link you to their website but it seems to be down for me at the moment.
I think they also have a more in depth user agent for law enforcement/purchase but I cant see at the moment.
twitter.com/viaforensi...8551054336
Thats the twitter status talking about it anyway.
-

agolding - Member
Re: Galaxy S III SCH-1535 Android 4.1
Posted: Mon Jan 21, 2013 5:54 am
- agoldingAdding to TomP. With any 4.0+ android device you can get the majority of the data through an androidbackup which can then be decoded. The only thing it generally doesnt get is SMS Messages and if the samsung happens to store anything in dbdata then it wont get that (although that seems to be happening much less. The main reason to use this would be if there is no support for shell rooting the handset.
VIAForensics also have an open source user agent you could use to get the rest of the basic data such as SMS, contacts etc if you wish.
I would link you to their website but it seems to be down for me at the moment.
I think they also have a more in depth user agent for law enforcement/purchase but I cant see at the moment.
twitter.com/viaforensi...8551054336
Thats the twitter status talking about it anyway.
Adding to what Alex has said, Android devices have a couple of directories you will want to look at however this can vary between manufactures.
Directories of note are;
data
data/data
dbdata
-

TomP - Member
















