セキュリティ アナリストが、ワークステーションと会社のサーバー間のネットワークの問題を調査しています。ワークステーションとサーバーでサービスの中断が発生することがあり、従業員はサーバーへの再接続を余儀なくされます。さらに、一部の報告では、機密情報がサーバーから一般に漏えいしていることを示しています。 ワークステーションの IP アドレスは 192.168.1.103 で、サーバーの IP アドレスは 192.168.1.101 です。 アナリストは別のワークステーションで arp -a を実行し、次の結果を取得します。 次のうち、発生する可能性が最も高いのはどれですか?
正解:C
An on-path attack is a type of attack where an attacker places themselves between two devices (such as a workstation and a server) and intercepts or modifies the communications between them. An on-path attacker can collect sensitive information, impersonate either device, or disrupt the service. In this scenario, the attacker is likely using an on-path attack to capture and alter the network traffic between the workstation and the server, causing service disruptions and data leakage.