攻撃者は、ping-of-death (PoD) 技術を使用して、対象の Android デバイスをクラッシュさせました。ネットワーク トラフィックは SOC チームによってキャプチャされ、詳細な分析を実行するために提供されました。攻撃者のマシン 2 のドキュメント フォルダーにある android.pcapng ファイルを分析し、PoD パケットの長さ (バイト単位) を特定します。(実践的な質問)
正解:D
To determine the length of Ping of Death (PoD) packets in bytes from the provided network traffic capture (android.pcapng), follow these steps:
* Open the Capture File:
* Use a network analysis tool like Wireshark to open theandroid.pcapngfile.
* Filter for PoD Packets:
* Apply filters to isolate ICMP echo request packets (Ping packets) and specifically look for oversized packets characteristic of a Ping of Death attack.
* Analyze Packet Length:
* Examine the packet details to determine the length of the packets involved in the attack. PoD packets are typically malformed and exceed the standard 65,535 bytes limit, but in this case, the length is identified as 54 bytes.
References:
* Wireshark documentation and usage: Wireshark User Guide
* Analysis of Ping of Death attacks: CERT Advisory