Lab1_Guided
Lab1_Guided
It’s not often you will be looking through packets in a live capture.
Analysis is usually conducted after the fact, such as a SOC Analyst
reviewing a capture file to investigate an alert generated by their
Intrusion Detection or Prevention System (IDS/IPS). That computer
whiz in popular media, lines of program output racing by on their
computer screen? They’re just waiting for the execution to complete
before consulting the logs. Wait until you’ve captured a full
transcription of the network activity, then you can review it on-
demand.
icmp or arp
Remember, you had two telnet sessions here. Can you tell
which is which? Wireshark can, using Streams. You could filter
for streams by entering an expression into the filter bar, but
Wireshark makes it easy for you.
You will also notice that after filtering this stream, you can see
fewer telnet packets. This operation excluded that second
telnet session of yours. Neat!
6. In the display filter, click the X icon on the right to remove your
current filter expression.
and http
This shows any HTTP traffic exchanged by the two hosts in this
conversation. Find an HTTP packet and follow that stream to
see where it gets you.
Next, you will try out some other HTTP filters. You logged into
that web application, so if HTTP is connection-less, how does
the web application recognize you?
Cookies. Yum.
13. From the Wireshark menu, select File > Export Objects
> HTTP to open the Export dialog box.
14. In the Export dialog box, select the HTTP object with a
Filename of download, then click Save.
15. In the Save Object As... dialog box, click Save to save the
file with the default name.
Take note of the last two words in this image. You will need
this information to answer one of the questions on the Tasks
tab.
19. Select and right-click any packet and select Follow >
TCP Stream from the context menu.
But what about the contents of the file? You can see that, too.
You just need a different filter, because FTP uses a separate
channel for transferring the content of files.
20. Close the Follow TCP Stream window.