• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Secure Vs. Unsecure (WireShark)

importdistributors

Senior member
Hello All,

I have to write a paper about internet security. Specifically, we are supposed to determine using a packet sniffer, what is secure and what is not. For example we are to run wireshark, and surf the internet then we are supposed to state what shows up in the wireshark logs and what doesnt.

When logging into an HTTPS, does the username and password get captured?

How about chatting via instant messanger? (gmail, aim, yahoo)?

How about an ftp?

thus is (FTP, HTTP, HTTPS) secure or unsecure?

If anyone knows of any links that I can read to learn more it would be deeply appreciated.

Thank you!
 
Last edited:
I'm not going to do your homework for you. There are encrypted protocols, and there are unencrypted protocols. It shouldn't take much googling for you to determine which protocols are used by which applications, and whether or not it is secure.

If you actually need to provide a packet capture and anaylze the packets to show where the sessions start/end and what is encrypted and unencrypted, then I would start be reading the documentation provided on Wireshark's website. If you need more than that, there are classes you can attend to learn how to use Wireshark and how to do Packet Analysis.

You also could try the SANS Reading Room (http://www.sans.org/reading_room/) for papers on Encryption, Protocols, etc...
 
I'm not going to do your homework for you. There are encrypted protocols, and there are unencrypted protocols. It shouldn't take much googling for you to determine which protocols are used by which applications, and whether or not it is secure.

If you actually need to provide a packet capture and anaylze the packets to show where the sessions start/end and what is encrypted and unencrypted, then I would start be reading the documentation provided on Wireshark's website. If you need more than that, there are classes you can attend to learn how to use Wireshark and how to do Packet Analysis.

You also could try the SANS Reading Room (http://www.sans.org/reading_room/) for papers on Encryption, Protocols, etc...


Very nice website you recommended, Maybe a little advanced, but I like it. Thank you.
 
Back
Top