+ All Categories
Home > Documents > Gregory T. Hoffer CS7123 – Research Seminar (Dr. Qi Tian )

Gregory T. Hoffer CS7123 – Research Seminar (Dr. Qi Tian )

Date post: 23-Feb-2016
Category:
Upload: cana
View: 35 times
Download: 0 times
Share this document with a friend
Description:
Perspectives: Improving SSH-Style Host Authentication with Multi-Path Probing Analysis and Comments. Gregory T. Hoffer CS7123 – Research Seminar (Dr. Qi Tian ). Overview. Project Description Problem Objective Design Security Analysis Future Work. Project Description. Problem - PowerPoint PPT Presentation
14
Perspectives: Improving SSH-Style Host Authentication with Multi-Path Probing Analysis and Comments Gregory T. Hoffer CS7123 – Research Seminar (Dr. Qi Tian)
Transcript
Page 1: Gregory T.  Hoffer CS7123 – Research Seminar (Dr.  Qi Tian )

Perspectives: Improving SSH-Style Host Authentication with Multi-Path ProbingAnalysis and CommentsGregory T. HofferCS7123 – Research Seminar (Dr. Qi Tian)

Page 2: Gregory T.  Hoffer CS7123 – Research Seminar (Dr.  Qi Tian )

Overview Project Description

Problem Objective Design

Security Analysis Future Work

Page 3: Gregory T.  Hoffer CS7123 – Research Seminar (Dr.  Qi Tian )

Project Description Problem

SSL requires shared secret to be exchanged Diffie-Hellman key exchange subject to

MITM attack.

Page 4: Gregory T.  Hoffer CS7123 – Research Seminar (Dr.  Qi Tian )

Project Description SSL Certificate Acceptance (Tofu)

Page 5: Gregory T.  Hoffer CS7123 – Research Seminar (Dr.  Qi Tian )

Project Description Certificate Authority (CA)

List embedded in client Certificate Revocation checks

Page 6: Gregory T.  Hoffer CS7123 – Research Seminar (Dr.  Qi Tian )

Project Description Problem Summary

Rely upon the user’s discretion to determine if unauthenticated key is valid

Key authentication is based upon “known good” list of trusted certs (“centralized trust brokers”), which have been shown to be insecure(http://nakedsecurity.sophos.com/2011/03/24/fraudulent-certificates-issued-by-comodo-is-it-time-to-rethink-who-we-trust/)

Certificate Revocation not always in use, and itself susceptible to attack or becoming stale.

Page 7: Gregory T.  Hoffer CS7123 – Research Seminar (Dr.  Qi Tian )

Project Description Objective

Create modular notary network Tolerate internal failures Tolerate compromises

Page 8: Gregory T.  Hoffer CS7123 – Research Seminar (Dr.  Qi Tian )

Project Description Design

Network of notaries Each notary monitors and records keys

requested/sent, cryptographically signed. Multiple “Vantage Points” to provide fault

tolerance, rigor against compromise of single (or few) notaries.

Data redundancy by “shadowed” copies of notary data.

Page 10: Gregory T.  Hoffer CS7123 – Research Seminar (Dr.  Qi Tian )

Security Analysis MitM attacks provide client with false public

key. Assume attacks are either

Localized to a particular network scope, or Of a limited duration

Data Redundancy helps clients detect malicious notaries

Bootstrapping the observations? How to secure client operation (e.g.

Plugins)? How to manage notary trust?

Page 11: Gregory T.  Hoffer CS7123 – Research Seminar (Dr.  Qi Tian )

Future WorkDescription

Notary-Aware ServicesAdditional Protocols

DNSSECPerformance (Client, Server)

Page 12: Gregory T.  Hoffer CS7123 – Research Seminar (Dr.  Qi Tian )

Conclusion Perspectives represents an interesting

class of security in an interesting deployment – network of notaries.

While addressing some key security problems of authenticating servers, it raises other questions of security of the system.

Quis custodiet ipsos custodes?

Page 13: Gregory T.  Hoffer CS7123 – Research Seminar (Dr.  Qi Tian )

Questions and Discussion Any questions or comments?

Page 14: Gregory T.  Hoffer CS7123 – Research Seminar (Dr.  Qi Tian )

References Dan Wendlandt, David G. Andersen, and Adrian

Perrig. 2008. Perspectives: improving SSH-style host authentication with multi-path probing. In USENIX 2008 Annual Technical Conference on Annual Technical Conference (ATC'08). USENIX Association, Berkeley, CA, USA, 321-334

J. Sunshine, S. Egelman, H. Almuhimedi, N. Atri, L. Cranor. 2009. Crying wolf: an empirical study of SSL warning effectiveness. In Proceedings of the 18th conference on USENIX security symposium (SSYM'09). USENIX Association, Berkeley, CA, USA, 399-416.


Recommended