定期的なセキュリティレビュー中に、9.9.9.9 からの異常なトラフィックが企業境界ネットワーク内の Web サーバーにアクセスしていることが観察されました。サーバーはミッションクリティカルであり、Web コンテンツを提供するために世界中からアクセスできる状態を維持する必要があります。最高情報セキュリティ責任者は、不適切なトラフィックを制限するよう指示しました。次の出力は Web サーバーからのものです。 このタスクを達成するための最良の方法は次のうちどれですか?
正解:D
Based on the output of the "netstat -an" command, it seems that the web server is listening on port 80 for HTTP traffic and port 443 for HTTPS traffic. The anomalous traffic from 9.9.9.9 is accessing the web server on port 443, which means it is using a secure connection. The best method to accomplish the task of restricting improper traffic from 9.9.9.9 is D. Adjusting the firewall. A firewall is a device or software that controls the flow of network traffic based on predefined rules. By adjusting the firewall rules, you can block or allow specific IP addresses, ports, protocols, or domains from accessing your web server.