A digital forensics analyst must collect evidence from a powered-on virtual machine host following an active intrusion. In what sequence should the analyst capture the following evidence sources, starting from the most volatile to the least volatile?
- 1CPU registers and CPU cache memory
- 2System RAM (Random Access Memory)
- 3Swap space and paging files
- 4Local persistent disk storage (SSD/HDD)
- 5Offsite archival tape backups
Cevap
The correct sequence from most volatile to least volatile is: CPU registers and CPU cache memory, followed by System RAM, Swap space and paging files, Local persistent disk storage, and finally Offsite archival tape backups.
Order of Volatility dictates collecting evidence in sequence of how quickly data is lost or altered. The order moves from CPU registers/cache (microsecond volatility), to system RAM (volatile RAM state), swap/pagefiles (temporary disk storage), local persistent disks (non-volatile system storage), and finally offsite archival backups (static offline storage).
Adım Adım Çözüm
Anahtar Kavram
Order of Volatility in Digital Forensics