Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
ISO/IEC 27037:2012 provides guidelines for the identification, collection, acquisition, and preservation of digital evidence. In an era where digital evidence underpins criminal investigations, civil litigation, incident response, and regulatory compliance, the standard addresses a critical gap: the need for consistent, defensible methodologies for handling digital evidence that can withstand judicial scrutiny. The standard applies to any organization that may need to collect and preserve digital evidence, including law enforcement agencies, corporate security teams, incident response firms, and forensic service providers.
The standard defines four key processes: identification (locating potential sources of digital evidence), collection (gathering physical items that may contain evidence), acquisition (creating a forensic copy of digital data), and preservation (maintaining the integrity and chain of custody of evidence). Each process is accompanied by detailed procedural requirements and documentation standards.
| Process | Description | Key Documentation |
|---|---|---|
| Identification | Locating and recognizing potential sources of digital evidence | Scene assessment notes, evidence source inventory |
| Collection | Gathering physical devices and media | Collection log, evidence labels, photo documentation |
| Acquisition | Creating forensic bit-for-bit copies | Acquisition report, hash values (MD5/SHA-1/SHA-256) |
| Preservation | Maintaining evidence integrity and chain of custody | Chain of custody form, storage environment log |
The standard describes multiple acquisition methodologies and provides guidance on when each is appropriate. Live acquisition is necessary when encrypted volumes or volatile data (RAM, network connections, running processes) are present, but it alters the system state and requires careful documentation. Dead acquisition involves powering down the system and creating a forensic image of storage media in a controlled environment, which is generally preferred for maintaining evidence integrity. The standard also covers remote acquisition over networks and acquisition from mobile devices and embedded systems, which present unique challenges due to diverse hardware platforms and operating systems.
A cornerstone of the standard’s acquisition requirements is cryptographic hash verification. The standard mandates that hash values (using algorithms such as SHA-256 or stronger) be computed before and after acquisition to verify that the acquired copy is identical to the source. These hash values must be documented in the acquisition report and preserved alongside the evidence. Engineering teams should implement automated hash verification workflows in their forensic toolsets and maintain secure hash registries to enable rapid verification throughout the evidence lifecycle.
ISO/IEC 27037 places strong emphasis on chain of custody documentation as the mechanism that links digital evidence to its original context and demonstrates that it has not been tampered with. Every transfer of custody, every access event, and every forensic action must be documented with timestamps, identifiers of persons involved, and descriptions of actions taken. The standard recommends implementing tamper-evident packaging, secure evidence storage facilities with access control, and electronic chain of custody systems that provide tamper-proof audit logs.
For engineering teams, implementing the standard’s requirements means developing standard operating procedures (SOPs) for each evidence type, investing in forensic workstation environments that maintain chain of custody integrity, and training personnel in both technical forensic skills and legal documentation requirements. The standard also recommends periodic competency assessments and proficiency testing for digital forensic practitioners.