Volatile Data Collection: What to Capture First Before Powering Down
A Windows server is still running after suspected compromise. Before it is powered down, which two volatile data sources should be collected first? Select two.
Quick Answer
The answer is a snapshot of active network connections and listening ports, along with a memory capture (RAM image). This is correct because the order of volatility dictates that data stored in memory, such as running processes, open network sockets, and encryption keys, is lost the moment the system loses power. Capturing RAM first preserves the live system state, including malware that exists only in memory, while network connection data reveals active communications that vanish when the network interface goes down. On the Security+ SY0-701 exam, this concept tests your understanding of forensic procedures for a live, compromised system; a common trap is to prioritize disk imaging or system logs, which are less volatile and can be collected after shutdown. Remember the mnemonic “RAM and Net, don’t forget yet” to recall that memory and network state are the first two items in the order of volatility.
⚠ Common exam trap
Many candidates confuse the order of volatility and select a disk image (Option C) as a first step, not realizing that volatile data like RAM and network connections must be collected before powering down the system.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
A memory capture or RAM image from the live system.
A memory capture (RAM image) preserves volatile data that is lost on power-down, including running processes, open network connections, encryption keys, and malware that exists only in memory. This is critical for forensic analysis of a live system suspected of compromise, as it captures the system state at the time of collection.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
A memory capture or RAM image from the live system.
Why this is correct
A memory capture is one of the most important volatile data sources because it can reveal running malware, injected code, encryption keys, live network sessions, and command history not stored on disk. Once the system is powered off, this information is lost. Capturing RAM early gives investigators the best chance to reconstruct the attacker’s activity.
- ✓
A snapshot of active network connections and listening ports.
Why this is correct
Active connections and listening ports are volatile and can quickly change or disappear. They help identify command-and-control communication, lateral movement, and suspicious services exposed on the host. Collecting this information before shutdown gives the forensic team immediate leads for containment and deeper analysis.
- ✗
A full disk image from the powered-off server.
Why it's wrong here
A disk image is valuable, but it is not a volatile source and does not need to be captured before shutdown in the same urgent way. The question asks for data that will be lost first when power is removed. Disk imaging can follow after the live-response phase.
- ✗
A hardware inventory report from the asset management database.
Why it's wrong here
Hardware inventory is useful for asset management, but it is not time-sensitive volatile evidence from the live system. It does not show attacker activity and will not disappear when the server powers down. The analyst should prioritize live-state artifacts first.
- ✗
A screenshot of the server’s desktop wallpaper for reference.
Why it's wrong here
A screenshot may document the visual state, but it is not one of the highest-value volatile artifacts for compromise analysis. It is far less useful than RAM or active connections when the system is still live. The priority should be evidence that disappears on shutdown.
Go deeper
Related to this question
Learn chapter
System and OS Hardening
Key term
Malware
Malware is any software intentionally designed to cause damage, disrupt operations, steal data, or gain unauthorized access to computer systems.
Key term
Encryption
Encryption is the process of converting readable data into a secret code to prevent unauthorized access.
About these practice questions
Courseiva writes every SY0-701 question from scratch — 1,013 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
Same concept, more angles
1 more way this is tested on SY0-701
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A server is suspected of being used for lateral movement after the SOC notices dozens of failed SSH logons, then a successful login from a new source IP, followed by new outbound SMB connections to internal hosts. The system is still running. Which two items should be collected first before any reboot or remediation? Select two.
hard- ✓ A.A current list of logged-in users and active sessions, because it shows who has access right now.
- ✓ B.Live network connection information, because it shows current remote targets and suspicious channels.
- C.The server’s warranty status, because hardware replacement may be needed later.
- D.A fresh operating system patch, because updating quickly reduces all risk.
- E.A user satisfaction survey, because affected staff can describe what they noticed.
Why A: Capturing a current list of logged-in users and active sessions provides immediate visibility into which accounts are currently authenticated and potentially being used by an attacker for lateral movement. Additionally, capturing live network connection information reveals current remote targets and suspicious channels, such as the new outbound SMB connections to internal hosts. This data is volatile and would be lost upon reboot, making it critical to collect both before any remediation. The successful SSH login from a new source IP suggests an attacker may have established a foothold, so both active sessions and network connections help identify compromised accounts and ongoing access.
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This SY0-701 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SY0-701 exam.