Skip to content

Intake, Scoping and Evidence Preservation

The first actions taken after receiving a cybercrime report determine whether critical evidence is preserved or lost forever. This topic covers triage criteria, victim-system preservation orders, volatile-data capture sequences, and the documentation needed to establish chain of custody from the outset.

Last updated:

Share

Intake, scoping, and evidence preservation form the opening phase of any cybercrime investigation: the window between receiving a complaint and the moment when critical evidence may be overwritten, deleted, or encrypted. In this phase the investigator assesses the nature and severity of the reported incident, identifies which systems and accounts are involved, determines whether an attack is still active, and takes the immediate legal and technical steps needed to secure evidence before it disappears. A structured intake process prevents two common failures: jumping straight to technical collection without a legal basis, and waiting for authorisation while volatile evidence is destroyed.

Cybercrime evidence has properties that make the opening minutes and hours unusually consequential. RAM-resident data, such as running processes, active network connections, open file handles, and in-memory encryption keys, is gone the moment a system loses power. Log files at cloud providers and internet service providers (ISPs) are routinely deleted after short retention windows, sometimes as few as 24 to 72 hours, unless a preservation notice is served. An investigator who arrives on scene without a clear triage protocol and a preservation checklist will almost certainly lose evidence that was recoverable at the moment the complaint arrived.

Jurisdictions handle the legal framework for this phase differently. In the United States, 18 U.S.C. 2703(f) allows investigators to ask providers to preserve data for 90 days before a full warrant is obtained. In the United Kingdom, the Investigatory Powers Act 2016 provides preservation and production mechanisms. The European Union's e-Evidence Regulation (Regulation (EU) 2023/1543) creates cross-border preservation orders. India's Information Technology Act 2000 and the Bharatiya Nagarik Suraksha Sanhita 2023 provide the search-and-seizure and production-order framework domestically. Regardless of jurisdiction, the logic is the same: preserve first, investigate second.

By the end of this topic you will be able to:

  • Apply a triage framework to an incoming cybercrime complaint and assign a priority tier based on evidence volatility, harm severity, and whether an attack is ongoing.
  • State the correct order of volatile-data capture and explain why deviating from that order destroys evidence.
  • Identify when a preservation order is needed, which legal mechanisms apply across major jurisdictions, and how to request one before a full warrant is in hand.
  • Document an evidence acquisition in a way that satisfies chain-of-custody requirements, including cryptographic hashing and contemporaneous notes.
  • Distinguish between live acquisition and dead-box acquisition, and select the appropriate method based on encryption status and volatile-evidence risk.
Key terms
Triage
The rapid initial assessment of an incoming cybercrime complaint to determine severity, evidence-loss urgency, scope, and the priority level that governs how quickly the response team acts and what immediate preservation steps are taken.
Volatile data
Data that exists only while a system is powered on and running: RAM contents, running processes, active network connections, open file handles, logged-in sessions, and in-memory cryptographic keys. Volatile data is destroyed when power is lost.
Preservation order
A formal legal notice served on a third party such as an ISP or cloud provider requiring them to retain specific data that would otherwise be deleted. Preservation can usually be requested before a full warrant is obtained, buying time for the investigator.
Chain of custody
The continuous, documented record of who handled a piece of evidence, when, and what was done with it. A gap in chain-of-custody documentation allows a defence to argue that evidence may have been altered or substituted.
Live acquisition
Forensic data collection performed on a running, powered-on system. Captures volatile data and allows imaging of encrypted volumes while decryption keys are in memory. Carries a small risk of altering the system state compared to dead-box acquisition.
Write blocker
A hardware or software device that allows data to be read from storage media without any write operations being sent back to the original. Mandatory for forensic disk imaging to prevent evidence contamination.

Triage: assessing the complaint

Every cybercrime investigation begins with a complaint or a referral. The complaint may come from an individual victim, a corporate security team, an automated alerting system, or another law-enforcement agency. Before any technical collection begins, the investigator must assess the complaint against a triage framework to determine two things: how urgent is the response, and what immediate evidence-preservation steps are required right now, before the investigation is formally scoped.

A practical triage framework scores four factors. First, is the attack ongoing? An active intrusion or live ransomware encryption requires an immediate response because evidence is being generated and possibly destroyed in real time. Second, what is the harm category? Financial fraud with active transactions, child exploitation material, attacks on critical infrastructure, and attacks on emergency services all receive elevated priority. Third, which evidence types are at risk? If the complaint involves a cloud account or an ISP log with a short retention window, the clock for a preservation order started the moment the incident occurred. Fourth, what is the scale of affected systems? A single-user compromise can usually wait for proper planning; a compromise spanning hundreds of machines in an organisation cannot.

Triage also defines the initial scope: which systems, accounts, and network segments are believed to be involved. Scope is never final at the intake stage, and the investigation will expand or contract as evidence is gathered, but a documented initial scope prevents both over-reach, collecting material with no connection to the offence, and under-reach, missing compromised systems that are still live.

Preservation orders and third-party data

A large proportion of cybercrime evidence sits with third parties: ISPs hold connection logs; cloud providers hold account activity, email, and file storage; social media platforms hold messages and metadata; financial institutions hold transaction records. Third parties delete this data routinely. An investigator who waits until a full warrant is ready before contacting a provider may find that the critical log file was overwritten 48 hours ago.

JurisdictionPreservation mechanismDurationKey statute
United States18 U.S.C. 2703(f) request90 days (extendable once)Stored Communications Act
United KingdomPreservation noticeUntil production order servedInvestigatory Powers Act 2016
European UnionEuropean Preservation Order (EPO)60 days (extendable)e-Evidence Regulation (EU) 2023/1543
IndiaWritten requisition to intermediaryVaries; ITA 2000 s.69 / BNSS 2023IT Act 2000 + BNSS 2023

The preservation request tells the provider to freeze a specific account or dataset; it does not give the investigator access to the content. That access requires a separate warrant, court order, or mutual legal assistance treaty (MLAT) request when the provider is in a different jurisdiction. This two-step process, preserve first, then obtain access, is standard practice. It means the data still exists by the time the warrant arrives, even if the warrant takes weeks to obtain.

Volatile data: the order of capture

When a victim system is still running, the investigator faces a structured choice: capture volatile data first, or image the disk first. The answer is always volatile data first, because disk content can be recovered from a powered-off machine but RAM content cannot. The sequence below is the standard order, based on the principle that the most perishable evidence must be collected earliest. Deviating from this order without a documented reason is a procedural error that may be challenged in court.

  • System time and date: Record the system clock and compare it to a known accurate time source. Clock skew affects the interpretation of every other timestamp in the investigation.
  • Logged-in users: Who is currently authenticated on the system. This may reveal an active attacker session or an account used by the attacker.
  • Running processes: A process list (with PIDs, parent PIDs, and command-line arguments) documents what is executing at the moment of collection. Malware often runs as a process that disappears after reboot.
  • Open network connections: Active TCP/UDP connections and listening ports. An established connection to an unfamiliar external IP is a high-value finding that disappears when the session closes.
  • RAM dump: A full physical memory image. Contains running process memory, decryption keys for encrypted volumes, cached credentials, and network packet fragments. Requires forensic memory acquisition tools and takes several minutes on a large machine.
  • Disk image: Acquired last, after all volatile data is captured. Use a write blocker on removable media; for on-site live imaging, use a forensic imaging tool that opens the disk in read-only mode.

Each step must be documented as it is performed: the tool used, the command run, the time, and the outcome. If a step fails, for example the RAM dump tool crashes, that failure is recorded too. Silences in the documentation are interpreted as gaps in custody.

1. System time and date | compare to an accurate reference; clock skewcorrupts every subsequent timestamp2. Logged-in users | who is authenticated right now; may reveal an activeattacker session3. Running processes | full list with PIDs and command-line args; malwareprocesses vanish after reboot4. Open network connections | active TCP/UDP and listening ports; attacker C2link closes when session ends5. RAM dump | full physical memory image; holds decryption keys, cachedcredentials, process memory6. Disk image | persistent storage captured last, via write blocker to preventcontaminationMostperishableLeastperishableVolatile: destroyed on power-offHigh-value memory imagePersistent storage
Capture volatile data in this exact order: each step collects evidence that the next step cannot recover, and deviation without documentation is a procedural error challengeable in court.

Live acquisition versus dead-box acquisition

The choice between live and dead-box acquisition is not merely a preference; it is often dictated by the evidence situation. The critical factor is full-disk encryption. If the victim system uses full-disk encryption such as BitLocker on Windows, FileVault on macOS, or LUKS on Linux, and the decryption key is held in memory, then powering off the machine before imaging means the disk is unreadable. In that case, live acquisition of the decrypted disk while the system is running is the only viable path to content. Shutting down first means the encrypted disk is acquired but cannot be read.

FactorLive acquisitionDead-box acquisition
Volatile dataCapturedLost on power-off
Encrypted volumesReadable if key in memoryUnreadable without key
Risk of evidence changeSmall (tool writes to RAM)Minimal (no system interaction)
Required toolsForensic live-response toolkitWrite blocker + imaging tool
When to useRunning system, encryption presentPowered-off or powered-down system

Live acquisition tools write a small footprint to the target system's RAM and page file because the tool itself must execute. This is unavoidable and is documented in the acquisition notes. Modern forensic practice accepts this as necessary and requires only that it is recorded. The alternative, doing nothing to preserve volatile data, is always worse than the small contamination introduced by a legitimate forensic tool.

Chain of custody: documentation from first contact

Chain of custody is not a form filled in after the investigation; it is a continuous log that begins with the first contact. The moment a complaint is received, the investigator records the date and time, the identity of the complainant, the method of contact, and the substance of what was reported. From that point forward, every action taken in relation to the evidence must be logged: who did it, when, using what tools, and with what outcome.

For each piece of acquired data, a cryptographic hash is generated immediately after acquisition. SHA-256 is the current standard; MD5 was widely used but is now considered insufficient for new acquisitions because of known collision vulnerabilities. The hash is recorded alongside the acquisition entry in the custody log. At every subsequent handling event, including transfer to another investigator, submission to a lab, or production for court, the hash is recomputed and compared. A hash mismatch after transfer is proof that the data changed in transit. A hash that matches through every step is proof that the data has not been altered.

The Bharatiya Sakshya Adhiniyam 2023 (which replaced the Indian Evidence Act 1872) governs the admissibility of electronic records in Indian courts, requiring that electronic evidence be accompanied by a certificate under Section 63 specifying the device, the manner of production, and the person responsible. The US Federal Rules of Evidence Rule 901(b)(9) requires authentication by evidence that a process was applied correctly. The UK's Police and Criminal Evidence Act 1984 Codes of Practice set documentation requirements for seized material. All of these frameworks converge on the same practical requirement: a contemporaneous, complete written record.

Scoping the investigation

Scope defines what the investigator is authorised to examine and what the investigation is trying to establish. Scope is set at intake and updated as evidence is gathered. An overly narrow scope misses related compromised systems; an overly broad scope raises legal and privacy concerns and wastes resources. The initial scope is derived from the triage assessment and the legal authorisation in hand: a search warrant for one device does not authorise examination of a second device found at the same location unless the warrant is extended.

In a corporate cybercrime case, scope is often negotiated between the investigator and the organisation's legal counsel. The organisation may be concerned about examining employee devices for privacy reasons, or about the investigation uncovering unrelated matters. These tensions are managed by defining the scope in the letter of engagement or the search authority and updating it formally when the investigation expands. Informal scope expansion, looking at additional systems or accounts without updating the legal basis, creates admissibility risks for any evidence found.

The attack lifecycle concept is directly relevant to scoping. An attacker who entered through a phishing email, moved laterally across several machines, and exfiltrated data through a cloud storage account has touched at least three distinct evidence locations. An investigation scoped only to the initial point of entry will not recover the exfiltration evidence. Investigators should review the known attack lifecycle phases when setting scope, because attackers rarely confine themselves to one system.

Check your understanding
Question 1 of 4· 0 answered

An investigator arrives at a victim's premises and finds a desktop computer running. The hard drive is not encrypted. Which action should be taken first?

Key Takeaways

  • Triage determines the urgency and scope of the response: score the complaint on whether an attack is ongoing, the harm category, evidence volatility, and scale, then assign a priority tier before any technical work begins.
  • Preservation orders must be served on ISPs, cloud providers, and social platforms immediately after triage; waiting for a full warrant means the data may be deleted by the time access is authorised.
  • Volatile data capture follows a fixed order: system time, logged-in users, running processes, open network connections, RAM dump, and then disk imaging. Deviating from this order without a documented reason is a procedural error.
  • When full-disk encryption is active on a running system, live acquisition is required to access content; powering off first renders the disk unreadable without the key.
  • Chain of custody begins at first contact and is maintained through a continuous log that includes cryptographic hashes, tool records, and timestamps for every action; SHA-256 is the current standard for evidence integrity verification.
Why must volatile data be captured before disk imaging in a cyber investigation?
Volatile data exists only in RAM and active network state. It is destroyed the moment a system is powered off or rebooted. This includes running processes, open network connections, logged-in user sessions, encryption keys held in memory, and clipboard contents. Disk imaging captures only persistent storage, so if a team images the disk first and then shuts down, all volatile evidence is permanently lost. The correct sequence is always: document the live state, capture volatile data, then image persistent storage.
What is a preservation order and when should one be issued?
A preservation order is a formal legal notice to a third party, such as an internet service provider, cloud provider, or social media platform, requiring them to retain specific data that would otherwise be deleted through routine processes. In the US, preservation requests under 18 U.S.C. 2703(f) require providers to preserve data for 90 days. The UK uses production orders under the Investigatory Powers Act 2016. The EU relies on Article 17 preservation requests under the e-Evidence Regulation framework. A preservation order should be issued as soon as the relevant account or service is identified, before the investigator has obtained a full warrant, because the data may be deleted before the warrant arrives.
What does triage mean in the context of cybercrime intake?
Triage in cybercrime intake is the process of rapidly assessing an incoming report to determine its severity, the immediacy of evidence loss, the scope of affected systems, and the priority level it should receive. A triage framework scores factors such as whether the attack is ongoing, whether financial harm is active, whether critical infrastructure is involved, and whether volatile evidence is at risk. The output is a priority tier that determines how quickly the response team deploys and what preservation actions are taken immediately versus after planning.
How is chain of custody established from the start of a cyber investigation?
Chain of custody begins with the first contact: the date, time, and method of the initial report are logged, along with who received it and what information the complainant provided. Every subsequent action, collection of a disk image, capture of a memory dump, seizure of a device, is recorded with the date, time, the name of the person performing the action, the tools used, and a cryptographic hash of the acquired data. The hash ties the evidence copy to the original at a specific point in time. This continuous log must be maintained without gaps from first contact through to court presentation.
What is the difference between a live acquisition and a dead-box acquisition?
A live acquisition is performed on a running system. It captures volatile data, running processes, network connections, and open files, in addition to a disk image of persistent storage. A dead-box acquisition is performed on a powered-off system by removing the storage media and imaging it in a write-protected state using a forensic duplicator. Live acquisition is more complex and introduces a small risk of altering the system, but it is mandatory when volatile evidence is present or when full-disk encryption means the disk is unreadable without the live decryption keys. Dead-box acquisition is simpler and introduces less risk of contamination, but loses all volatile data.

Test yourself on Cyber Forensics with free, timed mocks.

Practice Cyber Forensics questions

Found this useful? Pass it along.

Share

Spotted an error in this page? Report a correction or read our editorial standards.

Your journey to becoming a forensic professional starts here.

Practice with mock tests, learn from structured notes, and get your questions answered by a global forensic community, all in one place.