Advanced Analysis
Troubleshooting
with
Wireshark
Using Wireshark features
Miscellaneous
Deep Dive
100

How can you use Wireshark to identify possible network attacks?

By looking for unusual patterns, like excessive retransmissions, unfamiliar protocols, or traffic to known malicious IPs.

100

How can Wireshark help identify network latency issues?

By analyzing time stamps and identifying delays in packet transmission.

100

What is the purpose of color coding in Wireshark?

To visually distinguish different types of traffic and quickly identify potential issues.

100

How can you save a filtered packet capture for later analysis?

By applying the desired filter, then going to "File" -> "Export Specified Packets"

100

Explain how Wireshark can be used to analyze VoIP calls.

By capturing VoIP traffic and analyzing SIP/RTP protocols for call setup and media flow.

200

What is a sequence number in TCP, and why is it important?

It helps in assembling packets in the correct order, crucial for ensuring data integrity and flow control.

200

What patterns might indicate packet loss in Wireshark?

Multiple retransmissions and out-of-order packets.

200

How do you create and apply a custom color rule in Wireshark?

By going to "View" -> "Coloring Rules" and defining new rules based on your criteria.

200

What is the difference between "tcp.analysis.flags" and "tcp.flags.reset" in Wireshark?

"tcp.analysis.flags" is used for specific TCP flag analysis while "tcp.flags.reset" specifically filters for RST flags

200

How can you use Wireshark to detect malware communication?

By monitoring for command and control (C&C) traffic, unusual outbound connections, or known malicious IP addresses.

300

How can Wireshark help in identifying DNS spoofing attacks?

By identifying unexpected or unauthorized DNS responses.

300

How can you use Wireshark to troubleshoot DHCP issues?

By capturing and analyzing DHCP discovery, offer, request, and acknowledgment packets.

300

What is a "Profile" in Wireshark, and how can it be used?

A set of saved preferences, filters, and layout configurations tailored to specific types of analysis.

300

How can Wireshark's graphing tools be used to analyze network performance?

Through the "Statistics" -> "IO Graphs" option, visualizing different metrics over time.

300

In Wireshark, how can you tell if a packet is part of a fragmented IP datagram?

By looking for the "More Fragments" flag in the IP header or the presence of fragmented packet indicators.

400

What are some indicators of ARP spoofing in Wireshark?

Seeing unexpected ARP responses or multiple MAC addresses claiming the same IP address.

400

What does a retransmission in Wireshark signify?

It often indicates network congestion, leading to packets being dropped and needing retransmission.

400

How can the "Follow TCP Stream" feature be useful?

It allows the analyst to view the entire conversation between two endpoints

400

What does the term "packet sniffing" mean in the context of Wireshark?

Monitoring and capturing live network packet data for analysis.

400

What is the significance of the "Time to live" field in IP packets?

It indicates the maximum number of hops (routers passed through) that the packet can travel before being discarded.

500

How can you identify SSL/TLS versions being used in encrypted communications?

By inspecting the SSL/TLS handshake process, including the "Client Hello" and "Server Hello" packets.

500

How can you filter for ICMP messages in Wireshark?

Using the filter "icmp".

500

What does the "Expert Information" window in Wireshark display?

It consolidates warnings and errors identified during the analysis, highlighting potential issues.

500

How does Wireshark handle VLAN tagged packets?

It displays them with an 802.1Q header indicating the VLAN ID.

500

How can Wireshark assist in analyzing the performance of a wireless network?

By analyzing signal strength, retransmissions, and Wi-Fi-specific protocols like 802.11 management frames.

M
e
n
u