CompTIA CySA+ (CS0-003) — Question 294

In the last hour, a high volume of failed RDP authentication attempts has been logged on a critical server. All of the authentication attempts originated from the same remote IP address and made use of a single valid domain user account. Which of the following mitigating controls would be most effective to reduce the rate of success of this brute-force attack? (Choose two.)

Answer options

Correct answer: C, F

Explanation

Configuring user account lockout after a limited number of failed attempts (C) effectively prevents repeated brute-force attempts on the same account by locking it temporarily or permanently after a set number of failures. Blocking inbound traffic to TCP port 3389 from untrusted remote IP addresses at the perimeter firewall (F) further mitigates the risk by preventing unauthorized external access entirely, while the other options either do not address the immediate threat or may create unnecessary complications.