攻撃者がクライアントの Web サイトでユーザーの資格情報を収集しようとしています。セキュリティ アナリストは、ランダムなユーザー名とパスワードが複数回試行されていることに気づきました。アナリストがランダムなユーザー名とパスワードを入力すると、ログオン画面に次のメッセージが表示されます。 入力したユーザー名は存在しません。 アナリストは次のうちどれを有効にすることを推奨しますか?
正解:D
Explanation Username lockout is a security feature that prevents an attacker from brute-forcing user credentials by locking out an account after a certain number of failed login attempts. This can prevent the attacker from harvesting user credentials on a client's website. The logon screen message that reveals the username does not exist is a security weakness that can help the attacker to guess valid usernames. A better message would be "Invalid username or password".