- A
Reboot the endpoint to terminate the suspicious processes
Why wrong: Rebooting can destroy volatile evidence and may allow the attacker to regain persistence later.
- B
Isolate the endpoint from the network while keeping it powered on
Isolation stops further communication and lateral movement while preserving evidence on a live system.
- C
Uninstall the spreadsheet application immediately
Why wrong: Removing the application does not contain the active threat and may hinder later investigation.
- D
Block the rare domain and close the alert
Why wrong: Blocking one destination is not sufficient when the host is already showing active compromise indicators.
Quick Answer
The answer is to isolate the endpoint from the network while keeping it powered on. This first action from the EDR console for suspected compromise is critical because it immediately cuts off the attacker’s command-and-control channel and prevents data exfiltration, all while preserving volatile evidence like running processes and memory contents for forensic analysis. On the Security+ SY0-701 exam, this scenario tests your understanding of the containment phase in incident response—specifically that network isolation via EDR takes priority over killing processes or deleting files, which could destroy evidence. A common trap is choosing to “shut down” the endpoint, but that wipes memory; instead, remember the mnemonic “ICE” for Isolate, Contain, Examine.
SY0-701 Security Operations Practice Question
This SY0-701 practice question tests your understanding of security operations. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. A key principle to apply: endpoint isolation prevents lateral movement and further data exfiltration.. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
EDR flags encoded PowerShell launched by a spreadsheet application, followed by an attempt to access LSASS and outbound HTTPS traffic to a rare domain. What should the analyst do first from the EDR console?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue:
"first"Why it matters: Order matters here. You are being tested on which action comes before the others — not which action is generally useful.
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
Isolate the endpoint from the network while keeping it powered on
Option B is correct because isolating the endpoint from the network while keeping it powered on preserves volatile evidence (e.g., running processes, memory contents) and prevents the attacker from exfiltrating data or establishing further C2 communication. The EDR console allows immediate network isolation without losing the ability to perform live forensics or memory analysis. This aligns with the incident response priority of containment before eradication or recovery.
Key principle: Endpoint isolation prevents lateral movement and further data exfiltration.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Reboot the endpoint to terminate the suspicious processes
Why it's wrong here
Rebooting can destroy volatile evidence and may allow the attacker to regain persistence later.
- ✓
Isolate the endpoint from the network while keeping it powered on
Why this is correct
Isolation stops further communication and lateral movement while preserving evidence on a live system.
Clue confirmation
The clue word "first" in the question point toward this answer.
Related concept
Endpoint isolation prevents lateral movement and further data exfiltration.
- ✗
Uninstall the spreadsheet application immediately
Why it's wrong here
Removing the application does not contain the active threat and may hinder later investigation.
- ✗
Block the rare domain and close the alert
Why it's wrong here
Blocking one destination is not sufficient when the host is already showing active compromise indicators.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates confuse immediate containment (isolation) with eradication (reboot or uninstall), failing to recognize that preserving volatile evidence is critical for understanding the attack vector and scope before taking destructive actions.
Trap categories for this question
Command / output trap
Blocking one destination is not sufficient when the host is already showing active compromise indicators.
Detailed technical explanation
How to think about this question
LSASS (Local Security Authority Subsystem Service) is a privileged process that stores authentication credentials in memory; tools like Mimikatz use API calls (e.g., OpenProcess, MiniDumpWriteDump) to extract hashes. Outbound HTTPS to a rare domain suggests C2 beaconing, often using encrypted channels to evade detection. Network isolation at the EDR level typically applies a host-based firewall rule or disconnects the virtual NIC, blocking all traffic except to the EDR management plane, preserving the endpoint for memory acquisition via tools like WinPmem or Magnet RAM Capture.
KKey Concepts to Remember
- Endpoint isolation prevents lateral movement and further data exfiltration.
- Keeping the endpoint powered on preserves volatile memory for forensics.
- Isolation severs C2 communication without destroying evidence.
- It's a critical first step in the containment phase of incident response.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Endpoint isolation prevents lateral movement and further data exfiltration.
Real-world example
How this comes up in practice
A SOC analyst notices unusual lateral movement in the network at 2 AM. The IR playbook dictates: identify and contain (isolate the affected machine), then eradicate (remove the malware), then recover (restore from backup), then document. Skipping containment before eradication risks the attacker regaining access. Questions like this test the sequence and rationale of incident response phases.
What to study next
Got this wrong? Here's your next step.
Review endpoint isolation prevents lateral movement and further data exfiltration., then practise related SY0-701 questions on the same topic to reinforce the concept.
- →
Security Operations — study guide chapter
Learn the concepts, then practise the questions
- →
Security Operations practice questions
Targeted practice on this topic area only
- →
All SY0-701 questions
1,152 questions across all exam domains
- →
Security+ SY0-701 study guide
Full concept coverage aligned to exam objectives
- →
SY0-701 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related SY0-701 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
General Security Concepts practice questions
Practise SY0-701 questions linked to General Security Concepts.
Threats, Vulnerabilities, and Mitigations practice questions
Practise SY0-701 questions linked to Threats, Vulnerabilities, and Mitigations.
Security Architecture practice questions
Practise SY0-701 questions linked to Security Architecture.
Security Operations practice questions
Practise SY0-701 questions linked to Security Operations.
Security Program Management and Oversight practice questions
Practise SY0-701 questions linked to Security Program Management and Oversight.
Security+ social engineering questions
Practise SY0-701 questions linked to Security+ social engineering questions.
Security+ cryptography practice questions
Practise SY0-701 questions linked to Security+ cryptography.
Security+ IAM questions
Practise SY0-701 questions linked to Security+ IAM questions.
Security+ risk management questions
Practise SY0-701 questions linked to Security+ risk management questions.
Security+ incident response questions
Practise SY0-701 questions linked to Security+ incident response questions.
Security+ malware questions
Practise SY0-701 questions linked to Security+ malware questions.
Security+ vulnerability management questions
Practise SY0-701 questions linked to Security+ vulnerability management questions.
Practice this exam
Start a free SY0-701 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this SY0-701 question test?
Security Operations — This question tests Security Operations — Endpoint isolation prevents lateral movement and further data exfiltration..
What is the correct answer to this question?
The correct answer is: Isolate the endpoint from the network while keeping it powered on — Option B is correct because isolating the endpoint from the network while keeping it powered on preserves volatile evidence (e.g., running processes, memory contents) and prevents the attacker from exfiltrating data or establishing further C2 communication. The EDR console allows immediate network isolation without losing the ability to perform live forensics or memory analysis. This aligns with the incident response priority of containment before eradication or recovery.
What should I do if I get this SY0-701 question wrong?
Review endpoint isolation prevents lateral movement and further data exfiltration., then practise related SY0-701 questions on the same topic to reinforce the concept.
Are there clue words in this question I should notice?
Yes — watch for: "first". Order matters here. You are being tested on which action comes before the others — not which action is generally useful.
What is the key concept behind this question?
Endpoint isolation prevents lateral movement and further data exfiltration.
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.