シミュレーション
あなたは、A 社のサーバーからのスキャン データを解釈する任務を負っているサイバー セキュリティ アナリストです。
すべてのサーバーの要件が満たされていることを確認し、満たされていない場合は変更を推奨する必要があります。
同社の強化ガイドラインでは、次のことが示されています。
- 実行されている TLS のバージョンは TLS 1.2 のみです。
- Apache 2.4.18 以上を使用する必要があります。
- デフォルトのポートのみを使用してください。
説明書
提供されたデータを使用して、各サーバーの会社のガイドラインへの準拠状況を記録します。
質問には 2 つの部分があります。必ずパート 1 とパート 2 を完了してください。提供されている強化ガイドラインのみに基づいて、問題に対する推奨事項を作成してください。






正解:
Part 1 answer:
Check on the following:
AppServ1 is only using TLS.1.2
AppServ4 is only using TLS.1.2
AppServ1 is using Apache 2.4.18 or greater
AppServ3 is using Apache 2.4.18 or greater
AppServ4 is using Apache 2.4.18 or greater
Part 2 answer:
Recommendations
- disable TLS v1.1 on AppServ2 and AppServ3 OR configure HTTPD Security service on both AppServ2 & AppServ3 to strictly use TLS 1.2
- upgrade AppServ2 Apache to version 2.4.48 from its current version of 2.3.48
- Move ssh service port to port 22 on AppServ4