侵入テスターは、大手クラウド プロバイダーの環境でホストされている顧客の Web アプリケーションに対して評価を実行しています。侵入テスターは、試行された攻撃の大部分が組織の WAF によってブロックされていることを確認しました。次の攻撃のうち、最も成功する可能性が高いのはどれでしょうか。
正解:D
When a web application firewall (WAF) is blocking most of the attacks, a direct-to-origin attack is likely to succeed. A direct-to-origin attack targets the backend servers directly, bypassing the WAF. This type of attack exploits any functionality that allows direct access to the origin servers (backend servers) without passing through the WAF. Techniques such as manipulating DNS, exploiting misconfigurations, or using direct IP access can be employed to bypass the WAF, making direct-to-origin attacks effective under these circumstances. Reference: OWASP WAF Bypass Techniques Imperva - What is a WAF? Web Application Firewall