セキュリティ アナリストが WAF アラートを確認して、次のリクエストを確認します。 リクエスト="GET /public/report.html?iewt=9064 AND 1=1 UNION ALL SELECT 1、NULL、table_name FROM information_schema.tables WHERE 2>1--/**/; HTTP/1.1 ホスト=mysite.com 次のどれが攻撃を最もよく表していますか?
正解:A
A Command injection attacks an operating system, while SQL injections attack a database. It appears that this, WAF is backed by a database and therefore this has to be a SQL attack.