Instiq
Chapter 5 · Security Policies and Procedures·v1.0.0·Updated 7/20/2026·~17 min

What's changed: Initial version

5.3Stakeholders and digital forensics

Key points

Covers mapping an organization's stakeholders to NIST IR categories (and the maturity view of CMMC), and what NIST SP800-86 specifies—order of evidence collection (most volatile first), data integrity, data preservation, and volatile data collection—framed as the judgment of "how to collect evidence correctly without destroying it."

Incident response is not a job for technicians alone. Involving the right stakeholders in the right roles—legal, PR, HR, executives, and sometimes law enforcement—separates success from failure. At the same time, whether collected evidence holds up legally later is decided by in what order and how, while preserving integrity, it was collected. This section covers mapping stakeholders and the frameworks (NIST IR categories, CMMC) and the NIST SP800-86 forensic principles, as the judgment a SOC analyst needs to act without destroying evidence.

5.3.1Stakeholders and frameworks

  • Mapping stakeholders means deciding in advance who to involve, when, and in what role, according to the incident type and impact: executives (decision/approval), legal (legal risk, evidence handling), PR (external communication), HR (insider misconduct, employee matters), IT/SOC (technical response), and law enforcement (criminal investigation), mobilized per impact category. Late involvement or role confusion fatally slows response.
  • NIST IR categories classify incidents by functional impact, information impact, and recoverability, framing whom to notify and the response priority. CMMC (Cybersecurity Maturity Model Certification) is a security-maturity certification framework required mainly of the U.S. defense supply chain, assessing in stages which maturity level an organization's processes reach. Both systematize "who bears what obligation."

5.3.2NIST SP800-86 forensic principles

  • The order of volatility for evidence collection—collect the most volatile first. Roughly: CPU registers/cache -> memory (RAM), routing table, ARP cache, process table, kernel statistics -> temporary files -> disk -> remote logs/monitoring -> physical configuration and network topology -> archival media. Deferring information that disappears on power-off or reboot loses evidence.
  • Data integrity—prove that collected evidence is untampered using a hash (e.g., SHA-256), showing it matches between acquisition and submission. Data preservation—analyze on a bit-image copy without touching the original, and record who handled it and when via the chain of custody. Volatile data collection—preserve perishable information such as RAM, running processes, and network connections while the system is live.
Exam point

Most-tested: stakeholders mobilized per impact in the right roles (executives/legal/PR/HR/law enforcement); NIST IR categories = classify by impact, CMMC = maturity certification (mainly U.S. defense supply chain); NIST SP800-86 = collect most-volatile-first, integrity via hashing, preservation via bit-image, chain of custody, volatile data collected live. The crux of order is memory before disk, not "image the disk first."

You are assigned to investigate a compromised Linux server. Your manager says, "This may become a legal matter, so be rigorous with evidence." A common rookie mistake here is to immediately shut the server down, pull the disk, and start with imaging. That decision ignores the order of evidence collection in NIST SP800-86: the moment you cut power, the volatile evidence in RAM—running malware processes, active network connections, decrypted keys, injected code—all vanishes. Correctly, while the system is still live you collect the most volatile first: a memory dump, current connections, the process table, the ARP/routing tables, and only then take a bit-image of the disk. For each piece collected, compute a hash right away and analyze on a copy without touching the original to ensure integrity and preservation. Furthermore, unless you record who handled which evidence, when, and how as a chain of custody, you cannot prove in court that nothing was swapped along the way. At the same time, do not treat it as purely technical: you must also judge to involve stakeholders early—legal if a legal action is possible, PR if there is external impact, HR if insiders are involved. What is tested here is the field judgment of moving in an order that satisfies both the technical urge to "stop it fast" and the forensic discipline to "preserve evidence correctly." A single misordered step can lose evidence that cannot be recovered later—that is the severity of forensics.

PrincipleWhat it meansIf ignored
Order of collectionMost volatile first (memory before disk)Volatile evidence lost on power-off
IntegrityProve no tampering via hashingEvidence questioned and invalidated
PreservationAnalyze on a bit-image, never the originalAltering the original destroys admissibility
Chain of custodyRecord who handled it, when, and howGaps in handling destroy trust
Warning

Trap: "For evidence preservation, powering off the server and imaging the disk first is the top priority" is wrong—in NIST SP800-86 you collect volatile memory and processes/connections first, and the disk later; power-off erases volatile evidence. Also wrong: "mount and examine the original disk directly"—never touch the original; analyze on a bit-image copy, ensuring integrity via a hash and handling via the chain of custody.

Mapping to NIST IR categories and SP800-86 collection order.
How to collect evidence correctly

5.3.3Section summary

  • Mobilize stakeholders (executives/legal/PR/HR/law enforcement) in the right roles per impact category (NIST IR categories); CMMC is a maturity certification framework
  • NIST SP800-86 collects evidence most-volatile-first (memory before disk); volatile evidence vanishes on power-off, so collect it live
  • Ensure integrity with hashing, preservation by analyzing on a bit-image, and handling via the chain of custody

Sign in to track progress — Log in.

Quick check

(just a quick review)

Q1. You investigate a compromised, running Linux server. Evidence must be preserved rigorously for possible later legal action. Per NIST SP800-86, which evidence collection should be done first?

Q2. For a disk image obtained in a forensic investigation, you must prove in court that it was "not tampered with after acquisition" and that "the original was not altered during examination." Which combination of measures is most appropriate?

Q3. In an incident suspecting data exfiltration by an insider, both later legal action and external communication are possible. Beyond technical response, how should stakeholders be chosen for early involvement?

Check your understandingPractice questions for Chapter 5: Security Policies and Procedures

Keep track of your progress

The full study guide is free to read. Sign up free to practice with the question bank, track what you have read, review your mistakes, and highlight passages.