212-89 · Question #89
Bran is an incident handler who is assessing the network of the organization. In the process, he wants to detect ping sweep attempts on the network using Wireshark tool. Which of the following…
The correct answer is C. icmp.type==8. In Wireshark, the filter icmp.type==8 is used to detect ping sweep attempts. ICMP type 8 messages are echo requests, which are used in ping operations to check the availability of a network device. A ping sweep involves sending ICMP echo requests to multiple addresses to…
Question
Bran is an incident handler who is assessing the network of the organization. In the process, he wants to detect ping sweep attempts on the network using Wireshark tool. Which of the following Wireshark filter he must use to accomplish this task?
Options
- Aicmp.seq
- Bicmp.redir_gw
- Cicmp.type==8
- Dicmp.ident
How the community answered
(42 responses)- A2% (1)
- B12% (5)
- C79% (33)
- D7% (3)
Explanation
In Wireshark, the filter icmp.type==8 is used to detect ping sweep attempts. ICMP type 8 messages are echo requests, which are used in ping operations to check the availability of a network device. A ping sweep involves sending ICMP echo requests to multiple addresses to discover active devices on a network. By filtering for ICMP type 8 messages in Wireshark, Bran can identify these echo requests, helping to pinpoint ping sweep activities on the network.
Topics
Community Discussion
No community discussion yet for this question.