๐ New Python parsers for Apple SEGB versions 1 & 2 file formats by Alex Caithness and CCL Solutions Group. Will be updating #iLEAPP soon to support both formats.
๐ These data structures are found in iOS and macOS operating systems. SEGB v2 are found on the latest versions of these operating systems.
๐ Important note: If you expect Protobuf as the data payload (it usually is) make sure to skip the first 8 bytes before decoding a SEGB v2 file. See line 17 in the attached image.
โน Notice how the script provides the offset, metadata offset, and timestamp along with the data.
๐ Get the code here: https://github.com/cclgroupltd/ccl-segb
๐ Thanks to Cellebrite for the file format research found here: https://cellebrite.com/en/understanding-and-decoding-the-newest-ios-segb-format/
#DigitalForensics #MobileForensics #iOSForensics #SEGB #DFIR