セキュリティ アナリストが新しい Web サイトを展開していて、サイトのポータルで認証しようとしている接続を見つけました。インシデントの調査中に、アナリストはユーザー名フィールドに次の入力を特定しました。 次のうち、このタイプの攻撃を最もよく説明しているのはどれですか?
正解:B
Explanation The input "admin' or 1=1--" in the username field is an example of SQL injection (SQLi) attack. In this case, the attacker is attempting to bypass authentication by injecting SQL code into the username field that will cause the authentication check to always return true. References: CompTIA Security+ SY0-601 Exam Objectives: 3.1 Given a scenario, use appropriate software tools to assess the security posture of an organization.