セキュリティ アナリストは、新しい Web サイトを展開していたところ、サイトのポータルで認証を試みている接続を発見しました。インシデントの調査中に、アナリストはユーザー名フィールドに次の入力があることを特定しました。 このタイプの攻撃を説明する最も適切なものは次のうちどれですか?
正解:B
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.