セキュリティ管理者は、セキュリティ オペレーション センターに対し、安全でないプロトコルに応答するすべての Web サーバーを見つけるよう依頼しました。 アナリストが要求されたサーバーを見つけるために実行できるコマンドは次のうちどれですか?
正解:B
nmap -p 80 10.10.10.0/24 - Nmap or network mapper is a network discovery and security auditing tool mainly used to find services, hosts, and open ports on a network. In this case, nmap will check for the HTTP port 80. Nslookup - This command queries DNS servers to obtain DNS records Pathping - This command provides information about network latency and packet loss at hops between a source and destination. Used for troubleshooting network issues.