secret interest groups in social networks with an implementation on fb alessandro sorniotti refik...

20
Secret Interest Groups in Social Networks with an implementation on FB Alessandro Sorniotti Refik Molva SAC’10 March 22-26 2010,Sierre, Switzerland. Copyright 2010 ACM 978-1-60558-638-0/10/03

Upload: arielle-mccormick

Post on 15-Dec-2015

215 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Secret Interest Groups in Social Networks with an implementation on FB Alessandro Sorniotti Refik Molva SAC’10 March 22-26 2010,Sierre, Switzerland. Copyright

Secret Interest Groups in Social Networks with an

implementation on FBAlessandro SorniottiRefik Molva

SAC’10 March 22-26 2010,Sierre, Switzerland.Copyright 2010 ACM 978-1-60558-638-0/10/03

Page 2: Secret Interest Groups in Social Networks with an implementation on FB Alessandro Sorniotti Refik Molva SAC’10 March 22-26 2010,Sierre, Switzerland. Copyright

1. Introduction 2.Design of the SIG(secret interest group)

framework 3.The SIG framework 4.Implementation in FB 5.Security analysis 6.Conclusion and future work

outline

Page 3: Secret Interest Groups in Social Networks with an implementation on FB Alessandro Sorniotti Refik Molva SAC’10 March 22-26 2010,Sierre, Switzerland. Copyright

1. Introduction 2.Design of the SIG(secret interest group)

framework 3.The SIG framework 6.Conclusion and future work

outline

Page 4: Secret Interest Groups in Social Networks with an implementation on FB Alessandro Sorniotti Refik Molva SAC’10 March 22-26 2010,Sierre, Switzerland. Copyright

“Hi I’m John Smith , add me as a friend ,we were classmates at university.”Yes? No?

SIG(secret interest group), political,religious,…etcYes? No?

Introduction

Page 5: Secret Interest Groups in Social Networks with an implementation on FB Alessandro Sorniotti Refik Molva SAC’10 March 22-26 2010,Sierre, Switzerland. Copyright

1. Introduction 2.Design of the SIG(secret interest group)

framework 3.The SIG framework 6.Conclusion and future work

outline

Page 6: Secret Interest Groups in Social Networks with an implementation on FB Alessandro Sorniotti Refik Molva SAC’10 March 22-26 2010,Sierre, Switzerland. Copyright

Two parts: OSN(online social network) OSN external: To deal with the creation and

maintainance of the SIG outside of the social network.

OSN internal:To deal with authentication ,handshaking,and encryption of content among user of the social network.

Design of the SIG(secret interest group) framework

Page 7: Secret Interest Groups in Social Networks with an implementation on FB Alessandro Sorniotti Refik Molva SAC’10 March 22-26 2010,Sierre, Switzerland. Copyright

RExt1:The set of SIG managers must be non-empty.

RExt2:Only a subset of SIG managers can appoint new SIG managers.

RExt3:Appointing new SIG managers and handling new members are distributed tasks, a minimum number of t SIG managers is required.

RExt4:SIG managers will admit new SIG members or SIG mamagers only after checking their compliance to the SIG join policy.

Design of the SIG(secret interest group) framework

Page 8: Secret Interest Groups in Social Networks with an implementation on FB Alessandro Sorniotti Refik Molva SAC’10 March 22-26 2010,Sierre, Switzerland. Copyright

RExt5:No coalition of less then t SIG members or SIG managers is able to forge a new credential(both membership and managership).

Credential revokation:1.proactive2.reactive

RExt6:Stolen SIG membership credentials or credentials belonging to a user that has become malicious are eventually detected as such.

Design of the SIG(secret interest group) framework

Page 9: Secret Interest Groups in Social Networks with an implementation on FB Alessandro Sorniotti Refik Molva SAC’10 March 22-26 2010,Sierre, Switzerland. Copyright

RInt1:Only a legitimate SIG member can successfully authenticate to another SIG member or receive content from the letter.

RInt2:When two OSN users are trying to authenticate as SIG members,either both learn that they both belong to the SIG or they don’t learn anything at all.

Design of the SIG(secret interest group) framework

Page 10: Secret Interest Groups in Social Networks with an implementation on FB Alessandro Sorniotti Refik Molva SAC’10 March 22-26 2010,Sierre, Switzerland. Copyright

1. Introduction 2.Design of the SIG(secret interest group)

framework 3.The SIG framework 6.Conclusion and future work

outline

Page 11: Secret Interest Groups in Social Networks with an implementation on FB Alessandro Sorniotti Refik Molva SAC’10 March 22-26 2010,Sierre, Switzerland. Copyright

The SIG framework

Page 12: Secret Interest Groups in Social Networks with an implementation on FB Alessandro Sorniotti Refik Molva SAC’10 March 22-26 2010,Sierre, Switzerland. Copyright

p:a prime number q: a prime number q divides p-1 g: generator of the subgroup of order q of Zp

h: one way hash function in the range {1,…,q-1}

(w,v): signature OSBE:Oblivious Signature-Based Envelopes

The SIG framework

Page 13: Secret Interest Groups in Social Networks with an implementation on FB Alessandro Sorniotti Refik Molva SAC’10 March 22-26 2010,Sierre, Switzerland. Copyright

The SIG framework

Page 14: Secret Interest Groups in Social Networks with an implementation on FB Alessandro Sorniotti Refik Molva SAC’10 March 22-26 2010,Sierre, Switzerland. Copyright

The SIG framework

Page 15: Secret Interest Groups in Social Networks with an implementation on FB Alessandro Sorniotti Refik Molva SAC’10 March 22-26 2010,Sierre, Switzerland. Copyright

The SIG framework

Page 16: Secret Interest Groups in Social Networks with an implementation on FB Alessandro Sorniotti Refik Molva SAC’10 March 22-26 2010,Sierre, Switzerland. Copyright

The SIG framework

Page 17: Secret Interest Groups in Social Networks with an implementation on FB Alessandro Sorniotti Refik Molva SAC’10 March 22-26 2010,Sierre, Switzerland. Copyright

1. Introduction 2.Design of the SIG(secret interest group)

framework 3.The SIG framework 4.Implementation in FB 5.Security analysis 6.Conclusion and future work

outline

Page 18: Secret Interest Groups in Social Networks with an implementation on FB Alessandro Sorniotti Refik Molva SAC’10 March 22-26 2010,Sierre, Switzerland. Copyright

Implementation on FB:only internal framework

Security analysis : future work

4&5

Page 19: Secret Interest Groups in Social Networks with an implementation on FB Alessandro Sorniotti Refik Molva SAC’10 March 22-26 2010,Sierre, Switzerland. Copyright

1. Introduction 2.Design of the SIG(secret interest group)

framework 3.The SIG framework 6.Conclusion and future work

outline

Page 20: Secret Interest Groups in Social Networks with an implementation on FB Alessandro Sorniotti Refik Molva SAC’10 March 22-26 2010,Sierre, Switzerland. Copyright

1. A more thorough security analysis. 2. The java prototype should be extended to

become an actual FB application , to support all the functionalities of the framework , and to be usable in other OSN(online social network) platforms.

Future work