Question 409 of 1,152
Security OperationsmediumMultiple ChoiceObjective-mapped

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. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. 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.

A security analyst in the SOC observes a sudden spike in failed authentication attempts from a single external IP address targeting multiple user accounts over the last 30 minutes. After confirming the logs are accurate, which of the following actions should the analyst take FIRST according to standard incident response procedures?

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

Escalate the incident to the incident response team.

Option C is correct because, according to standard incident response procedures (NIST SP 800-61), the first step after confirming an anomaly is to escalate the incident to the incident response team. This ensures that a coordinated, documented, and legally defensible response is initiated, rather than taking unilateral action that could destroy evidence or disrupt legitimate services. The SOC analyst's role is to detect and validate, not to independently execute containment measures without authorization.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Block the IP address at the firewall immediately.

    Why it's wrong here

    Blocking the IP address may be premature without first escalating the incident and obtaining authorization. It could also be an attacker using a VPN or a spoofed address, and the IP might be shared by legitimate users.

    When this WOULD be correct

    A question where the scenario explicitly states that the IP is confirmed malicious (e.g., from a known threat feed) and the organization's policy allows automated blocking for such indicators, with the analyst instructed to take immediate containment action.

  • Disable all user accounts that were targeted.

    Why it's wrong here

    Disabling accounts without investigation could lock out legitimate users and might not be the most effective response. The incident response team needs to assess the situation before taking such disruptive action.

    When this WOULD be correct

    If the question stated that the failed authentication attempts were successful for several accounts, indicating a confirmed account compromise, then disabling those accounts immediately would be the correct first step to prevent further unauthorized access.

  • Escalate the incident to the incident response team.

    Why this is correct

    Escalation is the first step after detection. The incident response team will follow the organization's plan to analyze, contain, eradicate, and recover from the incident. This ensures a coordinated and controlled response.

    Clue confirmation

    The clue word "first" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Capture a memory dump of all affected servers.

    Why it's wrong here

    Capturing memory dumps is a forensic step that should occur later in the incident response process, typically after containment and with proper authorization, to preserve evidence without interfering with ongoing operations.

    When this WOULD be correct

    This would be correct if the question described a suspected malware infection or unauthorized access on a critical server, where preserving volatile evidence is crucial before any system changes or shutdowns.

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.

Escalate the incident to the incident response team.Correct answer

Why this is correct

Escalation is the first step after detection. The incident response team will follow the organization's plan to analyze, contain, eradicate, and recover from the incident. This ensures a coordinated and controlled response.

Block the IP address at the firewall immediately.Wrong answer — click to see why

Why this is wrong here

Blocking the IP immediately bypasses proper incident response procedures, which require initial analysis and escalation to ensure the action is justified and does not disrupt legitimate traffic or alert an attacker prematurely.

★ When this WOULD be the correct answer

A question where the scenario explicitly states that the IP is confirmed malicious (e.g., from a known threat feed) and the organization's policy allows automated blocking for such indicators, with the analyst instructed to take immediate containment action.

Why candidates choose this

Candidates may think blocking the IP is a quick, effective containment step, but they overlook the need for proper escalation and analysis to avoid false positives and follow established protocols.

Disable all user accounts that were targeted.Wrong answer — click to see why

Why this is wrong here

Disabling all targeted user accounts is premature and overly disruptive; the analyst must first confirm the incident and escalate to the incident response team to coordinate a proper response, as per standard procedures.

★ When this WOULD be the correct answer

If the question stated that the failed authentication attempts were successful for several accounts, indicating a confirmed account compromise, then disabling those accounts immediately would be the correct first step to prevent further unauthorized access.

Why candidates choose this

Candidates may think that disabling accounts is a quick way to stop the attack, but they overlook the need for proper incident handling and the potential business impact of disabling accounts without verification.

Capture a memory dump of all affected servers.Wrong answer — click to see why

Why this is wrong here

Capturing a memory dump is a forensic step typically performed after containment and escalation, not as a first response to an ongoing brute-force attack. The immediate priority is to stop the attack and involve the incident response team.

★ When this WOULD be the correct answer

This would be correct if the question described a suspected malware infection or unauthorized access on a critical server, where preserving volatile evidence is crucial before any system changes or shutdowns.

Why candidates choose this

Candidates may think forensic evidence collection is always the first step, confusing incident response order or overemphasizing evidence preservation over immediate containment.

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?”

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often confuse 'immediate containment' with 'first action,' forgetting that escalation and validation must precede any technical countermeasure to ensure proper evidence preservation and coordinated response.

Trap categories for this question

  • Scenario analysis trap

    Disabling accounts without investigation could lock out legitimate users and might not be the most effective response. The incident response team needs to assess the situation before taking such disruptive action.

Detailed technical explanation

How to think about this question

Under the hood, a spike in failed authentication attempts from a single external IP often indicates a password spraying attack, where the attacker tries common passwords against many accounts to avoid account lockout thresholds. The incident response team will coordinate with threat intelligence to check the IP against known malicious indicators, preserve logs for chain of custody, and decide on measured containment (e.g., rate-limiting at the firewall or conditional access policies) rather than a blanket block. In real-world scenarios, premature blocking can alert the attacker that they've been detected, causing them to switch IPs or methods before full attribution is possible.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

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

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

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.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

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.

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 — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Escalate the incident to the incident response team. — Option C is correct because, according to standard incident response procedures (NIST SP 800-61), the first step after confirming an anomaly is to escalate the incident to the incident response team. This ensures that a coordinated, documented, and legally defensible response is initiated, rather than taking unilateral action that could destroy evidence or disrupt legitimate services. The SOC analyst's role is to detect and validate, not to independently execute containment measures without authorization.

What should I do if I get this SY0-701 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

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?

Read the scenario before looking for a memorised answer.

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 →

How Courseiva writes practice questions · Editorial policy

Keep practising

More SY0-701 practice questions

Last reviewed: Jun 11, 2026

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.

Loading comments…

Sign in to join the discussion.

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.