Following an security alert indicating active LSASS memory injection on a Windows Domain Controller, an incident investigator needs to collect digital evidence from the running system. To strictly adhere to the order of volatility and maintain evidence integrity, which of the following actions should the investigator perform FIRST?
- Dump physical RAM to an external destination and immediately generate a cryptographic hash of the captured memory fileCevap
- BPower down the Domain Controller to freeze system state before acquiring a bit-stream forensic image of the main disk drive
- CCopy the system pagefile.sys and swap files to secondary storage prior to performing any live memory capture
- DGenerate a digital signature for the Master File Table using the server's private key to ensure non-repudiation before memory dump
Cevap
The investigator should dump physical RAM to an external destination and immediately generate a cryptographic hash of the captured memory file.
In digital forensics, evidence must be collected in sequence from most volatile to least volatile (Order of Volatility: CPU registers/cache -> RAM -> network state -> disk -> archival media). Physical RAM contains transient evidence of active attacks such as LSASS memory injection. Capturing RAM while the system is running and calculating an immediate cryptographic hash ensures evidence preservation and verifies chain of custody integrity.
Adım Adım Çözüm
Anahtar Kavram
Order of Volatility and Chain of Custody Integrity Verification