number of web sessions, DNS interactions information from a capture file

Hi all, I have a capture file and i want to know some information from it to answer the following questions. How many web sessions have been captured in the file? Are there any DNS interactions in the file? If no explain why you reached that conclusions, else show samples. Can you find any usernames and/or passwords (you have permission to look for such information in this file

Joo's avatar
1
Joo
asked 2019-02-26 16:37:05 +0000
edit flag offensive 0 remove flag close merge delete

Comments

Presumably this is a homework question. What have you tried so far?

grahamb's avatar grahamb (2019-02-26 16:48:45 +0000) edit

I get only number of TCP and UDP sessions But i could not know how determine number of web session and know its contents.

Joo's avatar Joo (2019-02-26 17:05:18 +0000) edit

So what defines a web session, maybe the protocol?

grahamb's avatar grahamb (2019-02-26 17:29:36 +0000) edit

HTTP right ?? and how to detect DNS interactions?

Joo's avatar Joo (2019-02-26 17:37:52 +0000) edit

Correct, DNS is a protocol as well and Wireshark display filters can be used to limit the display to a particular protocol and then the Statistics -> Conversations dialog can be used to get a summary of the interactions (check the "Limit to display filter" box).

grahamb's avatar grahamb (2019-02-26 17:43:05 +0000) edit
add a comment see more comments