WhatsApp
← Blog·Method·27/08/2026·6 min read

The Prosecution Has Served a Phone Extraction: What Should the Defence Check First?

When the prosecution serves digital device evidence, defence solicitors must immediately look beyond the summary PDF report to evaluate the extraction methodology, data completeness, time offset calculations, and potential missing context before advising their client.

A decision tree diagram illustrating the initial defence checklist for reviewing prosecution phone extraction evidence, covering hash verification, extraction methods, timezone offsets, and legal privilege filters.

What to Check Immediately Upon Service

When the prosecution serves a phone forensic extraction, the defence team should immediately check five critical elements before accepting the summary report at face value: the specific extraction level performed, the cryptographic hash verification, the time zone offsets applied to messaging data, whether raw binary files (.UFDR, .PA3, or database files) have been served alongside the PDF overview, and the specific keyword search parameters used by police analysts.

Police summary reports generated by automated tools such as Cellebrite Physical Analyzer, Magnet AXIOM, or MSAB XRY present a selective view of a device's contents. These exports frequently omit unparsed application databases, fail to display deleted records located in unallocated space, or misinterpret database timestamps. Under the Criminal Procedure and Investigations Act 1996 (CPIA) and Criminal Procedure Rules Part 19, defence advocates must scrutinise whether the prosecution has served a complete picture or merely an incomplete automated extract that supports their theory of the case.

1. Identify the Extraction Type Performed

Not all extractions are equal. Digital forensics laboratories utilise three primary acquisition methodologies when imaging mobile devices. The depth of data recovered depends entirely on the acquisition method chosen by the law enforcement examiner.

If law enforcement conducted a quick logical extraction because a device was locked or because of limited laboratory resources, significant volumes of material will remain unexamined. Understanding the distinction between extraction levels is vital when formulating defence requests for further disclosure.

Extraction TypeData Scope RecoveredSystem Access LevelKey Defence Considerations
LogicalBasic SMS, call logs, active contact lists, media files exposed via standard backup protocol.High-level API access only.Misses deleted messages, unparsed app databases (Signal, WhatsApp), and background location caches.
Full File System (FFS)App databases, system databases, encrypted messaging tokens, cached location logs, hidden files.Complete directory tree access via bootloader exploits or agent-based tools.Sufficient for most chat applications; requires manual SQL analysis for custom or unparsed databases.
PhysicalBit-by-bit copy of physical flash memory chip, including unallocated space.Low-level hardware access bypasses operating system constraints.Allows recovery of deleted data from unallocated space; rarely achievable on modern hardware with hardware-backed encryption.

If the prosecution relies on a logical extraction to claim that certain communications do not exist, defence solicitors should question whether a full file system extraction was attempted. Modern smartphones running iOS or Android store crucial messaging data inside SQLite databases that logical extractions frequently fail to capture.

2. Verify Evidence Integrity and Continuity

Under the National Police Chiefs' Council (NPCC) Guidelines for Digital Evidence, electronic evidence must be acquired and preserved in a manner that ensures its integrity is auditable and repeatable. The defence should systematically review the acquisition logs and exhibit documentation for compliance with these principles.

  • Cryptographic Hash Values: Check if an MD5, SHA-1, or SHA-256 hash value was calculated at the moment of acquisition and whether it matches the hash value recorded when the data was processed for analysis. A discrepancy in hash values indicates that the underlying data set was altered or corrupted post-acquisition.
  • Continuity and Seizure Records: Review the exhibit continuity logs from the exact point of seizure. Was the handset placed immediately into a Faraday bag or isolated from network connectivity? If a device remained connected to a cellular network after seizure, incoming messages, remote wipe commands, or background cloud synchronization could have modified database contents.
  • Bypass and Exploitation Methodologies: Note the software versions recorded in the examiner's report. Outdated versions of forensic tools may misinterpret non-standard app databases or incorrectly decode data structures.

For detailed guidance on assessing digital continuity and chain of custody standards, refer to our comprehensive digital forensic evidence guide.

3. Audit Time Zone Offsets and Timestamp Calculations

Timestamp errors represent one of the most frequent sources of error in mobile device extraction reports. Smartphones store timestamps in various formats, most commonly UTC (Coordinated Universal Time), Unix Epoch time (seconds or milliseconds elapsed since 1 January 1970), or Mac Absolute Time (seconds elapsed since 1 January 2001).

When automated forensic software extracts these records, it relies on global settings or user-configured offsets to convert timestamps into local British Summer Time (BST) or Greenwich Mean Time (GMT). If an examiner fails to configure the time zone offsets correctly, timestamp sequences can shift by hours or days.

For instance, a message sent at 23:30 GMT during summer (BST, UTC+1) might be recorded in an uncorrected report as having been sent at 00:30 the following day, or vice versa. In cases involving strict alibis, self-defence timelines, or short windows of opportunity, a one-hour discrepancy in a mobile device extraction can fundamentally alter the legal analysis. Defence teams must verify the original raw UTC values in the underlying database rather than relying solely on the software's formatted report.

4. Check for Unparsed Data and Omitted Messaging Databases

Commercial forensic tools process data by matching known database schemas against pre-programmed parsing scripts. When an application updates its database structure or when an suspect uses an obscure third-party application, automated software often flags the database as unknown or unparsed.

As a result, critical evidence stored within third-party application databases - such as encrypted chat applications, dating applications, riding apps, or secondary communication tools - may be missing completely from the main PDF summary. The data exists within the extracted raw image, but the software failed to render it visually in the final report.

A thorough defence review of a mobile phone forensics report requires access to the full digital copy (.UFDR, .XRY, or raw binary files) so an independent digital forensics expert can inspect the unparsed SQLite files manually using database browsers.

5. Evaluate Keyword Search Parameters and CPIA Disclosure

When law enforcement agents analyze large phone extractions, they frequently execute automated keyword searches across the dataset rather than reading through millions of individual database entries. If these keyword filters are defined too narrowly, highly relevant exculpatory material will be missed.

Under the CPIA 1996, the prosecution has a statutory duty to disclose any material that might reasonably be considered capable of undermining the prosecution case or assisting the case for the accused. Defence teams should systematically request disclosure of:

  • The exact list of search terms and boolean logic used by police analysts during their investigation.
  • The unfiltered search output logs, showing hits that were rejected by analysts as irrelevant.
  • Unused forensic images or extractions from secondary devices seized during the operation.
  • The physical examiner's contemporaneous notes and software processing logs.

If the prosecution limits its disclosure strictly to a PDF excerpt containing hits for inculpatory terms while ignoring preceding or succeeding conversation context, the defence should formally apply under Section 8 of the CPIA for disclosure of the complete conversation threads and surrounding metadata.

What This Means for Your Case: Immediate Next Steps

If you have received a prosecution phone extraction report, take the following concrete steps to safeguard your client's position:

  1. Request the Raw Data Export: Do not rely solely on PDF summary exhibits. Submit a formal request for the native forensic file format (such as a .UFDR, .AXIOM, or .XRY file) along with the report's processing logs and cryptographic hash values.
  2. Audit the Temporal Window: Check whether the time zone offsets applied during processing account for British Summer Time (BST) versus UTC, especially if the timing of events is central to the defence theory.
  3. Identify Gaps in Messaging Applications: Review the extraction summary against your client's account. If specific chat applications, deleted threads, or location records are missing, instruct a qualified expert to inspect the underlying file system.
  4. Instruct an Independent Expert: Ensure an independent examiner evaluates the forensic methodology under CPR Part 19 to determine whether further manual database parsing or physical extraction is required.

Our laboratory provides expert secondary reviews of police digital evidence across all criminal and civil jurisdictions. Learn more about our technical expertise by visiting our about us page, exploring our full range of digital forensics services, or submitting an instruction via our secure inquiry form.

Frequently asked questions

Why is a PDF summary report from the police insufficient for defence review?
A PDF summary report is merely an export of what the automated software parsed and what the investigator chose to include. It frequently omits unparsed databases, context surrounding specific messages, deleted material in unallocated space, and background system metadata. Reviewing the raw forensic export is essential for a complete defence assessment.
What raw forensic file formats should the defence request from the prosecution?
The defence should request the native project file generated by the extraction software, such as a Cellebrite .UFDR file, Magnet AXIOM .mfdb file, or MSAB .XRY report. In addition, requesting the raw physical or full file system image binary files (.bin, .raw, or .dd) allows an independent expert to perform manual database analysis.
How do timestamp errors occur in phone forensic extractions?
Timestamps in mobile devices are stored as raw numeric values in UTC or Unix epoch format. Automated software must convert these values using system time zone offsets. If an examiner sets incorrect time zone parameters or fails to account for British Summer Time (BST), message timestamps can be shifted by one or more hours.
What if the prosecution claims modern encryption prevented a full physical extraction?
Modern iOS and Android devices use file-based hardware encryption, making traditional physical extractions rare. However, examiners can frequently perform Full File System (FFS) extractions using specialized exploitation tools. If law enforcement only performed a basic logical extraction, the defence can challenge whether all reasonable lines of inquiry were pursued under the CPIA.
Can an independent expert recover deleted messages that the police report missed?
Yes. Automated software often fails to recover deleted messages if the database records have been partially overwritten or if the application uses custom database structures. An independent digital forensics expert can perform manual carving in unallocated space or analyze SQLite write-ahead logs (.wal files) to recover deleted records.