iOS18 Photos.sqlite Support and Other Updates #759
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.