ある会社では、今年、アプリケーション セキュリティ エンジニアごとに Burp Suite ライセンスを購入しました。エンジニアは Burp Suite を使用して、会社の SaaS アプリケーションに関するいくつかの問題を特定しました。来年、最高情報セキュリティ責任者は、SaaS 製品を保護するために追加のツールを購入したいと考えています。次のうち、最適なオプションはどれですか。
正解:C
Step by Step Explanation: * IAST (Interactive Application Security Testing): Combines both dynamic and static testing techniques and is highly suited for securing SaaS applications by providing insights into runtime and code-level issues. * DAST (Dynamic Application Security Testing): Focuses on runtime vulnerabilities but lacks code-level analysis. * SAST (Static Application Security Testing): Analyzes source code but does not address runtime vulnerabilities. * ZAP (OWASP ZAP) is a DAST tool similar to Burp Suite, providing redundant functionality rather than new protections. Reference: CASP+ Exam Objectives 2.4 - Evaluate testing methodologies for application security.