ある会社のインターネット向け Web アプリケーションは、特定された設計上の欠陥が原因で、何度も侵害を受けています。会社は、これらのインシデントの再発リスクを最小限に抑えたいと考えており、開発者にセキュリティ トレーニングを強化しました。しかし、会社はこの問題にこれ以上社内リソースを割り当てることができません。システム内の欠陥を特定するのに最適なオプションは次のうちどれですか (2 つ選択)。
正解:C,E
To identify existing vulnerabilities in the web application, the best options are to contract a penetration test and create a bug bounty program. A penetration test simulates attacks against the application to uncover security flaws proactively. A bug bounty program incentivizes external security researchers to find and report vulnerabilities, expanding the testing scope without overburdening internal resources. According to CompTIA CySA+, both methods are highly effective in identifying vulnerabilities from an external perspective, particularly when internal resources are limited. Options like a WAF (A) focus more on prevention than detection, while threat modeling (F) and tabletop exercises (D) are generally proactive measures not focused on active flaw identification.