次の脆弱性スキャンレポートを確認した後: サーバー:192.168.14.6 サービス: Telnet ポート: 23 プロトコル: TCP ステータス: オープン 重大度: 高 脆弱性: 安全でないネットワークプロトコルの使用 セキュリティアナリストは次のテストを実行します。 nmap -p 23 192.168.14.6 -スクリプト telnet暗号化 PORT STATE SERVICE REASON 23/tcp open telnet syn-ack I telnet encryption: | _ Telnet server supports encryption 報告されたこの脆弱性について、セキュリティアナリストは次のうちどれと結論付けるでしょうか?
正解:A
A false positive is a result that indicates a vulnerability or a problem when there is none. In this case, the vulnerability scanning report shows that the telnet service on port 23 is open and uses an insecure network protocol. However, the security analyst performs a test using nmap and a script that checks for telnet encryption support. The result shows that the telnet server supports encryption, which means that the data transmitted between the client and the server can be protected from eavesdropping. Therefore, the reported vulnerability is a false positive and does not reflect the actual security posture of the server. The security analyst should verify the encryption settings of the telnet server and client and ensure that they are configured properly3. Reference: 3: Telnet Protocol - Can You Encrypt Telnet?