home.social

#segb — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #segb, aggregated by home.social.

fetched live
  1. 🚨 The SEGB file format is a key data recovery source on devices that run iOS and macOS. SEGB version 2 comes in the most recent operating system implementations.

    🔬 Understand the file format: cellebrite.com/en/understandin

    📄 Parse the file format using Python: github.com/cclgroupltd/ccl-seg

    #DigitalForensics #MobileForensics #iOSForensics #SEGB #DFIR

  2. 🚨 The SEGB file format is a key data recovery source on devices that run iOS and macOS. SEGB version 2 comes in the most recent operating system implementations.

    🔬 Understand the file format: cellebrite.com/en/understandin

    📄 Parse the file format using Python: github.com/cclgroupltd/ccl-seg

    #DigitalForensics #MobileForensics #iOSForensics #SEGB #DFIR

  3. 🐍 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: github.com/cclgroupltd/ccl-seg

    📖 Thanks to Cellebrite for the file format research found here: cellebrite.com/en/understandin

    #DigitalForensics #MobileForensics #iOSForensics #SEGB #DFIR

  4. 🐍 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: github.com/cclgroupltd/ccl-seg

    📖 Thanks to Cellebrite for the file format research found here: cellebrite.com/en/understandin

    #DigitalForensics #MobileForensics #iOSForensics #SEGB #DFIR