A security operations team identifies active network exfiltration originating from a compromised, ephemeral container running on a live enterprise Linux host. Enterprise auto-scaling rules are triggered, which will automatically terminate and delete the container instance within minutes. To preserve forensic evidence for legal proceedings while strictly adhering to the order of volatility, which of the following actions should the incident responder take FIRST?
- Acquire the live RAM dump of the host and container execution memory before shutting down or imaging persistent storage volumes.Cevap
- BImmediately capture a bit-stream forensic image of the persistent storage volume to prevent log rotation and deletion.
- CIssue a graceful container termination command to freeze the file system state prior to computing drive cryptographic hashes.
- DGenerate an asymmetric digital signature for the container image in the centralized registry to enforce legal non-repudiation before memory collection.
Cevap
Acquiring the live RAM dump of the host and container execution memory before shutting down or imaging persistent storage volumes.
The correct response recognizes that volatile memory (system RAM, process memory, kernel structures) must be captured first according to the standard forensic Order of Volatility (CPU registers/cache -> RAM -> Swap -> Disk -> Remote logs -> Archival media). Because the container instance is ephemeral and actively running, stopping or imaging storage first will irrevocably destroy critical runtime evidence held only in RAM.
Adım Adım Çözüm
Anahtar Kavram
Order of Volatility in Digital Forensics