An incident response team is performing live digital evidence acquisition on a compromised enterprise application server following a detected in-memory code injection attack. To ensure dynamic evidence is captured before it is lost or modified, the forensic investigator must collect data strictly according to the standard Order of Volatility. Place the following digital evidence sources in the correct order of acquisition, from MOST volatile (acquired first) to LEAST volatile (acquired last).
- 1CPU registers and processor cache memory contents
- 2System RAM, active kernel process tables, and live ARP routing caches
- 3Temporary file system directories and virtual memory page/swap files
- 4Local persistent solid-state drive (SSD) system partitions
- 5Off-site optical backup media and long-term archival tape storage
Answer
The correct acquisition sequence from most volatile to least volatile is: CPU registers and processor cache memory contents -> System RAM, active kernel process tables, and live ARP routing caches -> Temporary file system directories and virtual memory page/swap files -> Local persistent solid-state drive (SSD) system partitions -> Off-site optical backup media and long-term archival tape storage.
The standard Order of Volatility established by RFC 3227 and CompTIA Security+ requires capturing evidence in sequence from shortest lifespan to longest lifespan: 1) CPU registers and cache, 2) Main memory (RAM) and network caches, 3) Temporary file systems and virtual memory/swap space, 4) Non-volatile local disk partitions, and 5) Remote/offline archival backups.
Step-by-Step Solution
Key Concept
Order of Volatility (RFC 3227)