More on SSL and TLS Flashcards

1
Q

What is SSL and TLS and what do they do?

A

Secure Sockets Layer and Transport Layer Security. They are cryptographic protocols that provide secure internet communications for browsing, IM, email, VOIP and other services.

Reminder: SSL/TLS is the when a secure connection is established between browser and server asymmetrically, and communication then continues symmetrically.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What attack tricks TLS into using a lower quality version of itself?

A

Downgrade Attack

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is break and inspect, and how does it help defenders protect a network that uses TLS?

A

Break and Inspect uses a proxy server. The proxy server is used to inspect ingoing and outgoing TLS traffic. It decrypts the traffic, inspects it to verify its contents and that its safe, and then re-encrypts it and sends it to the intended destination.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly