iPhone evidence reaches an examiner in a handful of shapes. A full-filesystem extraction arrives from an acquisition platform: an extracted Cellebrite UFED tree with its .ufd, .ufdx and DeviceInfo.txt descriptors or a VeraKey (Grayshift, now Magnet Forensics) capture. A logical backup arrives as a MobileBackup2 folder, whether Sherlock acquired it from an unlocked device or iTunes or Finder made it months before anyone knew there would be a case. Sherlock loads all three through the same open-the-source workflow, with automatic detection deciding the parser path.
| Source | How Sherlock detects it | Depth reached |
|---|---|---|
| Cellebrite UFED full-filesystem tree | UFED .ufd, .ufdx and DeviceInfo.txt descriptors | Full behavioral layer, artifacts at real on-device paths |
| VeraKey full-filesystem extraction | VeraKey extraction layout, device identity from on-device sources | Full behavioral layer, artifacts at real on-device paths |
| MobileBackup2 backup folder | MobileBackup2 folder layout | Surface layer: messages, media, web, keychain from encrypted backups |
There is no proprietary case container to import into and no conversion utility between the evidence and the analysis. That matters beyond convenience: every format conversion is a step someone can be cross-examined about. Loading the source directly, read-only, keeps the distance between what was acquired and what was analyzed as short as it can be.