Courseiva
easyMultiple ChoiceObjective-mapped

ISC2 CC Practice Question: A security analyst notices repeated failed login…

A security analyst notices repeated failed login attempts to a critical server from a single external IP address. Which immediate action should the analyst take?

⚠ Common exam trap

ISC2 often tests the distinction between immediate containment actions (like blocking an IP at the firewall) and long-term security improvements (like enabling 2FA), trapping candidates who confuse proactive hardening with reactive incident response.

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

Block the IP address at the firewall.

Blocking the IP address at the firewall is the immediate action because it stops the ongoing brute-force attack at the network perimeter without affecting the server's availability or internal operations. Firewall rules can be applied quickly using access control lists (ACLs) to deny traffic from the specific external IP, which is a standard first response to mitigate a single-source attack.

Answer analysis

Option-by-option breakdown

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

  • Enable two-factor authentication.

    Why it's wrong here

    Important but not an immediate response to an active attack.

  • Disable the server's network interface.

    Why it's wrong here

    Would take the server offline unnecessarily.

  • Block the IP address at the firewall.

    Why this is correct

    Immediate containment of the attack source.

  • Change the server's IP address.

    Why it's wrong here

    Temporary and may not stop the attacker from scanning new IP.

Visual reference

Source Router + ACL permit 10.0.0.0/8 deny any Server 10.0.0.5 ✓ 192.168.1.1 ✗ dropped ACLs evaluate top-down; first match wins — implicit deny all at end

About these practice questions

Courseiva writes every CC question from scratch — 976 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 →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This CC practice question is part of Courseiva's free ISC2 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 CC exam.