セキュリティ アナリストは、ワークステーションと会社のサーバー間のネットワークの問題を調査しています。ワークステーションとサーバーでサービスが中断される場合があり、従業員はサーバーに再接続する必要があります。さらに、機密情報がサーバーから一般に漏洩していることを示す報告もあります。 ワークステーションの IP アドレスは 192.168.1.103、サーバーの IP アドレスは 192.168.1.101 です。 アナリストは別のワークステーションで arp -a を実行し、次の結果を取得します。 次のうち、最も可能性が高いのはどれですか?
正解:C
Explanation 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.