Question 423 of 1,013
SY0-701 Security Operations Practice Question
A security analyst detects real-time data exfiltration from a critical production database that supports customer transactions. The exfiltration appears to be occurring via a compromised application service account. Which containment strategy should the analyst implement FIRST to minimize damage while preserving forensic data?
⚠ Common exam trap
The SY0-701 exam often tests the misconception that shutting down a server is the safest containment action, but the trap here is that shutdown destroys volatile forensic data (e.g., active network connections, memory-resident malware) that is critical for attribution and root cause analysis.
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
✓
Disconnect the database server from the network.
Disconnecting the database server from the network (Option A) immediately stops the active data exfiltration by severing all network communication, including the compromised service account's outbound connections. This preserves the server's volatile memory, running processes, and disk state for forensic analysis, unlike a shutdown which would destroy critical evidence. It is the fastest containment action that minimizes data loss while maintaining the integrity of forensic artifacts.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Disconnect the database server from the network.
Why this is correct
Disconnecting the database server from the network is the immediate containment step because it severs the active data transfer channel at the network interface, halting further exfiltration while leaving the operating system, running processes, and volatile memory intact. This preservation is vital for forensic acquisition of memory-resident indicators, encryption keys, and live command-and-control sessions. It also avoids the risk of file corruption from a forced shutdown, allowing investigators to recover logs and database state cleanly.
- ✗
Shut down the database server.
Why it's wrong here
Shutting down the database server destroys volatile evidence—such as active network connections, in-memory malware processes, and unencrypted session keys—that resides in RAM and would be lost when power is cut. A graceful shutdown may invoke system cleanup tasks that alter logs, while an abrupt power-off can corrupt database files that have not been flushed to disk. It also needlessly disrupts availability because the server could be isolated first; forensic best practice is to capture memory before any shutdown.
When this WOULD be correct
If the question stated that the server is already isolated and the goal is to prevent further damage from a ransomware attack that encrypts data, shutting down could halt encryption and preserve encrypted files for recovery.
- ✗
Implement network segmentation to isolate the server.
Why it's wrong here
Network segmentation is a strategic, time-consuming control that involves redesigning traffic flows, updating firewall rules, or reconfiguring VLANs, and it cannot be executed quickly enough to stop data that is already leaving the server this second. Even after microsegmentation is implemented, an attacker operating from a compromised internal account or application context may still have legitimate access paths that are hard to block without breaking business functionality. Segmentation is appropriate for prevention or post-incident hardening, not for containing an active, ongoing exfiltration event.
- ✗
Block the IP address of the suspected attacker.
Why it's wrong here
Blocking the attacker's IP address is a superficial mitigation because it only stops traffic to a single destination address; the exfiltration process can switch to another IP, proxy, or anonymity network almost instantly, and the infected server continues to send data to whatever new endpoint the attacker controls. It also fails to address the root cause—the compromised account or service on the database server—which remains active and can embed persistence or cause further damage. Moreover, it alters network behavior and can tip off the attacker, while providing no forensic preservation of the server's runtime state.
When this WOULD be correct
This would be correct in a scenario where the attack is from a single, static external IP and the goal is to quickly stop a brute-force login attempt on a web application, without affecting internal services or needing to preserve network connections for forensics.
Option-by-option analysis
Why each answer is right or wrong
Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The SY0-701 exam frequently reuses these exact scenarios with slightly different constraints.
✓Disconnect the database server from the network.Correct answer▾
Why this is correct
Disconnecting the database server from the network is the immediate containment step because it severs the active data transfer channel at the network interface, halting further exfiltration while leaving the operating system, running processes, and volatile memory intact. This preservation is vital for forensic acquisition of memory-resident indicators, encryption keys, and live command-and-control sessions. It also avoids the risk of file corruption from a forced shutdown, allowing investigators to recover logs and database state cleanly.
✗Shut down the database server.Wrong answer — click to see why▾
Why this is wrong here
Shutting down the server destroys volatile forensic data (e.g., memory, active connections) and may cause data corruption or loss, violating the priority to preserve evidence while stopping exfiltration.
★ When this WOULD be the correct answer
If the question stated that the server is already isolated and the goal is to prevent further damage from a ransomware attack that encrypts data, shutting down could halt encryption and preserve encrypted files for recovery.
Why candidates choose this
Candidates may think shutting down is the fastest way to stop data loss, not realizing it destroys forensic evidence and risks data integrity.
✗Block the IP address of the suspected attacker.Wrong answer — click to see why▾
Why this is wrong here
Blocking the IP address is ineffective because the attacker may use multiple IPs or proxies, and the compromised service account can still be used for further attacks from other sources. It does not stop the ongoing exfiltration via the legitimate database connection.
★ When this WOULD be the correct answer
This would be correct in a scenario where the attack is from a single, static external IP and the goal is to quickly stop a brute-force login attempt on a web application, without affecting internal services or needing to preserve network connections for forensics.
Why candidates choose this
Candidates may think blocking the attacker's IP is a quick and easy first step, similar to common security practices for external threats, without realizing that in this case the exfiltration uses a legitimate internal service account, making IP blocking irrelevant.
Analysis generated from the official SY0-701blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 11, 2026
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.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.