nerdexam
CompTIA

220-1102 · Question #35

The Chief Executive Officer at a bank recently saw a news report about a high-profile cybercrime where a remote-access tool that the bank uses for support was also used in this crime. The report state

The correct answer is A. Enable multifactor authentication for each support account F. Enforce account lockouts after five bad password attempts. To limit the risk of brute-force attacks against a remote-access tool, enabling multifactor authentication and enforcing account lockouts are the most effective measures.

Security

Question

The Chief Executive Officer at a bank recently saw a news report about a high-profile cybercrime where a remote-access tool that the bank uses for support was also used in this crime. The report stated that attackers were able to brute force passwords to access systems. Which of the following would BEST limit the bank's risk? (Choose two.)

Options

  • AEnable multifactor authentication for each support account
  • BLimit remote access to destinations inside the corporate network
  • CBlock all support accounts from logging in from foreign countries
  • DConfigure a replacement remote-access tool for support cases.
  • EPurchase a password manager for remote-access tool users
  • FEnforce account lockouts after five bad password attempts

How the community answered

(40 responses)
  • A
    78% (31)
  • B
    10% (4)
  • C
    3% (1)
  • D
    8% (3)
  • E
    3% (1)

Why each option

To limit the risk of brute-force attacks against a remote-access tool, enabling multifactor authentication and enforcing account lockouts are the most effective measures.

AEnable multifactor authentication for each support accountCorrect

Enabling multifactor authentication (MFA) adds a second layer of security beyond just a password, making it significantly harder for attackers to gain access even if they brute-force a password. MFA requires something the user knows (password) and something the user has (e.g., phone, authenticator app) or something the user is (biometrics).

BLimit remote access to destinations inside the corporate network

Limiting remote access to destinations inside the corporate network might reduce the attack surface but does not directly prevent brute-force attacks if access is still available to the vulnerable tool.

CBlock all support accounts from logging in from foreign countries

Blocking logins from foreign countries could be a security measure, but it is not as comprehensive or direct a mitigation against brute-force attacks as MFA or account lockouts.

DConfigure a replacement remote-access tool for support cases.

Configuring a replacement remote-access tool does not inherently solve the brute-force problem if the new tool is not configured with strong authentication mechanisms.

EPurchase a password manager for remote-access tool users

Purchasing a password manager for users helps users create and store strong passwords but does not prevent a brute-force attack from occurring on the system itself if the password manager is not integrated with strong authentication.

FEnforce account lockouts after five bad password attemptsCorrect

Enforcing account lockouts after a small number of bad password attempts directly counters brute-force attacks by temporarily disabling the account, making it impractical for attackers to guess passwords repeatedly. This prevents continuous password guessing and secures the account from unauthorized access.

Concept tested: Mitigating brute-force attacks for remote access

Source: https://learn.microsoft.com/en-us/azure/active-directory/authentication/concept-mfa-howitworks

Topics

#Multifactor Authentication#Account Lockout#Brute-Force Attack#Remote Access Security

Community Discussion

No community discussion yet for this question.

Full 220-1102 Practice