セキュリティ アナリストは、企業 Web アプリケーションへの不正アクセスと思われるものを調査しています。セキュリティ アナリストは Web サーバーのログを確認し、次のエントリを見つけます。 次のパスワード攻撃のうちどれが行われていますか?
正解:D
Spraying is a password attack that involves trying a few common passwords against a large number of usernames. Spraying is different from brute-force attacks, which try many possible passwords against one username, or dictionary attacks, which try a list of words from a dictionary file against one username. Spraying is often used when the web application has a lockout policy that prevents multiple failed login attempts for the same username. Spraying can be detected by looking for patterns of failed login attempts from the same source IP address with different usernames and the same or similar passwords.