abrignoni / iLEAPP

iOS Logs, Events, And Plist Parser
MIT License
709 stars 141 forks source link

iOS18 Photos.sqlite Support and Other Updates #759

Closed ScottKjr3347 closed 2 months ago

ScottKjr3347 commented 2 months ago

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.