Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS18 Photos.sqlite Support and Other Updates #759

Merged
merged 2 commits into from
Jun 19, 2024

Conversation

ScottKjr3347
Copy link
Contributor

@ScottKjr3347 ScottKjr3347 commented Jun 16, 2024

Changes made to ileappGUI.py to include Ph100-UFED-device-values-plist.py that allows for parsing of Photos.sqlite data from UFED Advanced Logical acquisition.

Modified mobileBackup.py and updated it to mobileBackupplist.py and added additional information to parse for Apple iOS Quick Setup and direct device to device file transfer

Added the following plist parsers from past research and blogs:
-Ph80comappleMobileSlideShowPlist.py
-Ph81comappleCameraPlist.py
-Ph82comappleMediaAnalysisDPlist.py
-Ph83comapplePurpleBuddyPlist.py
-Ph84CameraSmartSharingMetadataPlist.py

Added the following parser of Devcie_Values.plist which is a part of a UFED Advanced Logical Acq and will allow for parsing of */PhotoData/Photos.sqlite -Ph100UFEDdevcievaluesplist.py

Added the following parser to review a large set of data from an iOS18 */PhotoData/Photos.sqlite -Ph98iOS18REFforAssetAnalysis.py

Updated report.py with new and updated parsers

Updated modules_to_exclude.py with parsers that should be run on their own or after initial processing:
-Ph9BurstAvalanche
-Ph10AssetParsedEmbeddedFiles
-Ph15PeopleandDetFacesNAD
-Ph16AssetPeopleandDetFaces
-Ph21AlbumsNonSharedNAD
-Ph22AssetsInNonSharedAlbums
-Ph23AlbumsSharedNAD
-Ph24AssetsInSharedAlbums
-Ph25SWYConvAlbumsNAD
-Ph26SyndicationPLAssets
-Ph31iCloudSharePhotoLibraryNAD
-Ph32AssetsIniCldSPLwContrib
-Ph33AssetsIniCldSPLfromOtherContrib
-Ph34iCloudSharedLinksNAD
-Ph35AssetsIniCldSPLfromOtherContrib
-Ph50AssetIntResouData
-Ph51PossOptimizedAssetsIntResouData
-Ph70UserAdjustDateTimezoneLocation
-Ph94iOS14REFforAssetAnalysis
-Ph95iOS15REFforAssetAnalysis
-Ph96iOS16REFforAssetAnalysis
-Ph97iOS17REFforAssetAnalysis
-Ph98iOS18REFforAssetAnalysis

Updated all Photos.sqlite query file_found file paths in preparation for UFED advance logical parsing support.

Updated iTunesBackupInfo.py so that additional file was supported 'info.plist'

Updates to all parsers to include iOS 18 Preliminary Parsing. Still a lot of research and decoding is needed but parsers should provide basic asset data for analysis.

Changes made to ileappGUI.py to include Ph100-UFED-device-values-plist.py that allows for parsing of Photos.sqlite data from UFED Advanced Logical acquisition.

Modified mobileBackup.py and updated it to mobileBackupplist.py and added additional information to parse for Apple iOS Quick Setup and direct device to device file transfer

Added the following plist parsers from past research and blogs:
-Ph80comappleMobileSlideShowPlist.py
-Ph81comappleCameraPlist.py
-Ph82comappleMediaAnalysisDPlist.py
-Ph83comapplePurpleBuddyPlist.py
-Ph84CameraSmartSharingMetadataPlist.py

Added the following parser of Devcie_Values.plist which is a part of a UFED Advanced Logical Acq and will allow for parsing of */PhotoData/Photos.sqlite
-Ph100UFEDdevcievaluesplist.py

Added the following parser to review a large set of data from an iOS18 */PhotoData/Photos.sqlite
-Ph98iOS17REFforAssetAnalysis.py

Updated report.py with new and updated parsers

Updated modules_to_exclude.py with parsers that should be run on their own or after initial processing:
-Ph9BurstAvalanche
-Ph10AssetParsedEmbeddedFiles
-Ph15PeopleandDetFacesNAD
-Ph16AssetPeopleandDetFaces
-Ph21AlbumsNonSharedNAD
-Ph22AssetsInNonSharedAlbums
-Ph23AlbumsSharedNAD
-Ph24AssetsInSharedAlbums
-Ph25SWYConvAlbumsNAD
-Ph26SyndicationPLAssets
-Ph31iCloudSharePhotoLibraryNAD
-Ph32AssetsIniCldSPLwContrib
-Ph33AssetsIniCldSPLfromOtherContrib
-Ph34iCloudSharedLinksNAD
-Ph35AssetsIniCldSPLfromOtherContrib
-Ph50AssetIntResouData
-Ph51PossOptimizedAssetsIntResouData
-Ph70UserAdjustDateTimezoneLocation
-Ph94iOS14REFforAssetAnalysis
-Ph95iOS15REFforAssetAnalysis
-Ph96iOS16REFforAssetAnalysis
-Ph97iOS17REFforAssetAnalysis
-Ph98iOS18REFforAssetAnalysis

Updated all Photos.sqlite query file_found file paths in preparation for UFED advance logical parsing support.

Updated iTunesBackupInfo.py so that additional file was supported 'info.plist'

Updates to all parsers to include iOS 18 Preliminary Parsing. Still a lot of research and decoding is needed but parsers should provide basic asset data for analysis.

Updated builds_ids.py for iOS 18.0 BETA 1
Ph99SystemVersionPlist.py has been created to be used when parsing Graykey Logical Plus Acquisition that contains Photos.sqlite dbs.

iLeappGUI.py and report.py have been updated to parse the GK Adv Log Plus acquisition.

Some manual minuplication of the data might be necessary.
@stark4n6 stark4n6 merged commit 4280532 into abrignoni:main Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants