Traffic Analysis Attacks to Encrypted Voip Calls

Total Page:16

File Type:pdf, Size:1020Kb

Traffic Analysis Attacks to Encrypted Voip Calls ON TRAFFIC ANALYSIS ATTACKS TO ENCRYPTED VOIP CALLS YUANCHAO LU Bachelor of Science in Electrical Engineering Beijing University of Posts and Telecommunications July, 2007 submitted in partial fulfillment of the requirements for the degree MASTER OF SCIENCE IN ELECTRICAL ENGINEERING at the CLEVELAND STATE UNIVERSITY November, 2009 This thesis has been approved for the Department of ELECTRICAL AND COMPUTER ENGINEERING and the College of Graduate Studies by Thesis Committee Chairperson, Dr. Ye Zhu Department/Date Dr. Vijaya K. Konangi Department/Date Dr. Pong P. Chu Department/Date To my loved husband Dawei and my entire family... ACKNOWLEDGMENTS I would like to thank the following people: Dr. Ye Zhu for giving me such a challenging opportunity, for his inspiring direction for the research and for his great support in all aspects of my study. Dr. Vijaya K. Konangi, and Dr. Pong P. Chu, who are on my committee, for their time in reviewing and evaluating this dissertation. Dr. Chansu Yu, Dr. Wenbing Zhao, and Dr. Zhiqiang Gao for their elaborately prepared lectures which imparted knowledge to me, and their perspectives of different things that enriched my view. Dr. Dan Simon for my improvement in English writing. Thank you to my friends for their kind help and friendship. ON TRAFFIC ANALYSIS ATTACKS TO ENCRYPTED VOIP CALLS YUANCHAO LU ABSTRACT The increasing popularity of VoIP telephony has brought a lot of attention and concern over security and privacy issues of VoIP communication. This thesis proposes a new class of traffic analysis attacks to encrypted VoIP calls. The goal of these attacks is to detect speaker or speech of encrypted VoIP calls. The proposed traffic analysis attacks exploit silent suppression, an essential feature of VoIP telephony. These attacks are based on application-level features so that the attacks can detect the same speech or the same speaker of different VoIP calls made with different VoIP codecs. We evaluate the proposed attacks by extensive experiments over different type of networks including commercialized anonymity networks and campus networks. The experiments show that the proposed traffic analysis attacks can detect speaker and speech of encrypted VoIP calls with a high detection rate which is a great improvement comparing with random guess. With the help of intersection attacks, the detection rate for speaker detection can be increased. In order to shield the detrimental effect of this proposed attacks, a countermeasure is proposed to mitigate the proposed traffic analysis attacks. v TABLE OF CONTENTS Page ABSTRACT .................................... v LISTOFTABLES ................................. ix LISTOFFIGURES ................................ x ACRONYM..................................... xii CHAPTER I. INTRODUCTION............................... 1 II. RELATEDWORK.............................. 4 2.1 Low-Latency Anonymity Networks . 4 2.2 TrafficAnalysisAttacks ....................... 5 III. TRAFFIC ANALYSIS ATTACKS ON SIP-BASED ENCRYPTED VOIP CALLS .................................. 6 3.1 Background.............................. 7 3.1.1 SpeechCoding........................ 8 3.1.2 Silence Suppression . 8 3.2 ProblemDefinition.......................... 10 3.2.1 NetworkModel........................ 11 3.2.2 ThreatModel ........................ 11 3.3 Detecting Speeches and Speakers of SIP-Based VoIP Calls . 12 3.3.1 Overview........................... 13 3.3.2 FeatureExtraction. .. .. 13 3.3.3 HMMsTraining ....................... 17 3.3.4 SpeechDetectionandSpeaker Detection. 20 vi 3.3.5 IntersectionAttack . .. .. 21 3.4 Empirical Evaluation . 22 3.4.1 ExperimentSetup ...................... 22 3.4.2 Metrics............................ 23 3.4.3 Threshold Tsilence ...................... 24 3.4.4 LengthofTrainingandTestTraces . 27 3.4.5 PoolSize ........................... 29 3.4.6 Cross-CodecDetection . 30 3.4.7 IntersectionAttack . .. .. 32 3.5 DetectingSpeakerwithoutCandidatePools . 32 3.5.1 DetectionApproach . .. .. 33 3.5.2 PerformanceEvaluation . 34 3.6 ACountermeasureandItsPerformance . 34 3.6.1 Overview........................... 36 3.6.2 Performance Evaluation of the Countermeasure . 37 3.7 DiscussionandFutureWork . 39 IV. TRAFFIC ANALYSIS ATTACKS ON SKYPE VOIP CALLS . 40 4.1 ProblemDefinition.......................... 41 4.1.1 NetworkModel........................ 42 4.1.2 ThreatModel ........................ 42 4.2 Detecting Speech and Speaker of Skype-Based VoIP Calls . 43 4.2.1 Overview........................... 44 4.2.2 FeatureExtraction. .. .. 46 4.2.3 HMMTraining........................ 47 4.2.4 SpeechDetectionandSpeaker Detection. 49 4.2.5 IntersectionAttack . .. .. 49 vii 4.3 Empirical Evaluation . 50 4.3.1 ExperimentSetup ...................... 50 4.3.2 Metrics............................ 51 4.3.3 Effect of Parameter T (Length of Sample Interval) . 54 4.3.4 Effect of Parameter Hpacket (Threshold on Packet Size) . 54 4.3.5 LengthofTrainingTracesandTestTraces . 57 4.3.6 PoolSize ........................... 57 4.3.7 IntersectionAttack . .. .. 59 4.4 ACountermeasureandItsPerformance . 60 4.4.1 Overview........................... 60 4.4.2 Performance Evaluation of The Countermeasure . 62 4.5 DiscussionandFutureWork . 62 V. CONCLUSIONS ............................... 65 BIBLIOGRAPHY ................................. 66 viii LIST OF TABLES Table Page I MajorParametersofG.729BSilenceDetector . 9 II CodecInformation ............................ 22 III Performance of Intersection Attacks Combined with Cross-Codec Speaker Detection ................................. 32 ix LIST OF FIGURES Figure Page 1 An Example of Silence Suppression . 9 2 NetworkModel .............................. 11 3 TheProposedAttack........................... 13 4 Experiment Results on the Threshold Tsilence .............. 15 5 MatchRate Rmatch vs. Threshold Tspurt (µlawCodec)......... 16 6 HMM ................................... 18 7 DetectionRatewithDifferentNumberofStates . 20 8 ExperimentSetup............................. 22 9 Speech Detection Performance with Different Threshold Tsilence ... 25 10 Speaker Detection Performance with Different Threshold Tsilence ... 26 11 Detection Performance with Different Length of Training Traces and TestTraces ................................ 28 12 DetectionPerformancewithDifferentPoolSize . 29 13 Cross-Codec Detection Performance with Different Threshold Tsilence 30 14 Cross-Codec Detection Performance with Different Length of Training TraceandTestTraces .......................... 31 15 Cross-Codec Detection Performance with Different Pool Size . ... 31 16 DetectionPerformance .......................... 35 17 Countermeasure: Camouflaging Alice’s VoIP Packets . 36 18 Performance of the Proposed Countermeasure . .. 38 19 NetworkModel .............................. 42 20 AnExample................................ 44 x 21 StepsofTheProposedAttacks . 46 22 Left-rightHiddenMarkovModel . 47 23 DetectionRatewithDifferentNumberofStates . 48 24 ExperimentSetup............................. 50 25 Effect of Parameter T onSpeechDetection. 52 26 Effect of Parameter T onSpeakerDetection . 53 27 Effect of Parameter Hpacket onSpeechDetection . 55 28 Effect of Parameter Hpacket onSpeakerDetection . 56 29 Detection Rate vs Test Time and Training Time on Speech Detection andSpeakerDetection .......................... 58 30 DetectionPerformancewithDifferentPoolSize . 59 31 PerformanceofIntersectionAttack . 61 32 Countermeasure: Camouflaging Alice’s Skype Packets . 61 33 Performance of the Proposed Countermeasure . .. 63 xi ACRONYM VoIP Voice over Internet Protocol PSTN Public Switched Telephone Networks HMM Hidden Markov Model QoS Quality of Service RTP Real-time Transport Protocol CBR Constant Bit Rate VBR Variable Bit Rate xii CHAPTER I INTRODUCTION This thesis addresses on privacy issues of encrypted Voice over Internet Protocol (VoIP) calls. A class of traffic analysis attacks is proposed to compromise the privacy of encrypted VoIP calls. In this thesis, a countermeasure is proposed and studied to the class of traffic analysis attacks. With the rapid growth of broadband Internet access services, the popularity of VoIP calls has grown significantly. As a competitor with traditional phone services provided over Public Switched Telephone Networks (PSTN), VoIP services are known for their lower cost and richer features. The increasing popularity of VoIP telephony has brought a lot of attention and concern over security and privacy issues of VoIP communication. To protect confidentiality of VoIP calls, advanced users encrypt VoIP packets with Zfone [1] or SRTP [2], the secure version of real time transport protocol. To further protect privacy of VoIP calls, advanced users are using anonymity networks to anonymize VoIP calls. For this purpose, low-latency anonymity networks such as Tor [3] and JAP [4] can be used. The common anonymizing technique used 1 in anonymity networks is rerouting which usually routes packets through a random- selected and usually longer path instead of the shortest path. A class of passive traffic analysis attacks is proposed to compromise privacy of encrypted VoIP calls in this thesis. The procedure of proposed attacks is as follows: First, the adversary collects traces of encrypted VoIP calls made by a victim, say Alice. The adversary then extracts application-level features of Alice’s VoIP calls and trains a Hidden Markov Model (HMM) with the extracted features. To test whether a call of interest is made by Alice, the adversary can extract features from the traces of the call and calculate likelihood
Recommended publications
  • Uila Supported Apps
    Uila Supported Applications and Protocols updated Oct 2020 Application/Protocol Name Full Description 01net.com 01net website, a French high-tech news site. 050 plus is a Japanese embedded smartphone application dedicated to 050 plus audio-conferencing. 0zz0.com 0zz0 is an online solution to store, send and share files 10050.net China Railcom group web portal. This protocol plug-in classifies the http traffic to the host 10086.cn. It also 10086.cn classifies the ssl traffic to the Common Name 10086.cn. 104.com Web site dedicated to job research. 1111.com.tw Website dedicated to job research in Taiwan. 114la.com Chinese web portal operated by YLMF Computer Technology Co. Chinese cloud storing system of the 115 website. It is operated by YLMF 115.com Computer Technology Co. 118114.cn Chinese booking and reservation portal. 11st.co.kr Korean shopping website 11st. It is operated by SK Planet Co. 1337x.org Bittorrent tracker search engine 139mail 139mail is a chinese webmail powered by China Mobile. 15min.lt Lithuanian news portal Chinese web portal 163. It is operated by NetEase, a company which 163.com pioneered the development of Internet in China. 17173.com Website distributing Chinese games. 17u.com Chinese online travel booking website. 20 minutes is a free, daily newspaper available in France, Spain and 20minutes Switzerland. This plugin classifies websites. 24h.com.vn Vietnamese news portal 24ora.com Aruban news portal 24sata.hr Croatian news portal 24SevenOffice 24SevenOffice is a web-based Enterprise resource planning (ERP) systems. 24ur.com Slovenian news portal 2ch.net Japanese adult videos web site 2Shared 2shared is an online space for sharing and storage.
    [Show full text]
  • The Handshake - Establishing Secure Connections Over Insecure Channels
    Lecture 13: The handshake - establishing secure connections over insecure channels Boaz Barak We’ve now compiled all the tools that are needed for the basic goal of cryptography (which is still being subverted quite often) allowing Alice and Bob to exchange messages assuring their integrity and confidentiality over a channel that is observed or controlled by an adversary. Our tools for achieving this goal are: • Public key (aka assymetric) encryption schemes. • Public key (aka assymetric) digital signatures schemes. • Private key (aka symmetric) encryption schemes - block ciphers and stream ciphers. • Private key (aka symmetric) message authentication codes and psedoran- dom functions. • Hash functions that are used both as ways to compress messages for authentication as well as key derivation and other tasks. The notions of security we require from these building blocks can vary as well. For encryption schemes we talk about CPA (chosen plaintext attack) and CCA (chosen ciphertext attacks), for hash functions we talk about collision-resistance, being used (combined with keys) as pseudorandom functions, and then sometimes we simply model those as random oracles. Also, all of those tools require access to a source of randomness, and here we use hash functions as well for entropy extraction. Cryptography’s obsession with adjectives. As we learn more and more cryptography we see more and more adjectives, every notion seems to have modifiers such as “non malleable”, “leakage-resilient”, “identity based”, “concurrently secure”, “adaptive”, “non-interactive”, etc.. etc. Indeed, this motivated a parody web page of an automatic crypto paper title generator. Unlike algorithms, where typically there are straightforward quantitative tradeoffs (e.g., faster is better), in cryptography there are many qualitative ways protocols can vary based on the assumptions they operate under and the notions of security they provide.
    [Show full text]
  • Wiretapping End-To-End Encrypted Voip Calls Real-World Attacks on ZRTP
    Institute of Operating Systems and Computer Networks Wiretapping End-to-End Encrypted VoIP Calls Real-World Attacks on ZRTP Dominik Schürmann, Fabian Kabus, Gregor Hildermeier, Lars Wolf, 2017-07-18 wiretapping difficulty End-to-End Encryption SIP + DTLS-SRTP (SIP + Datagram Transport Layer Security-SRTP) End-to-End Encryption & Authentication SIP + SRTP + ZRTP Introduction Man-in-the-Middle ZRTP Attacks Conclusion End-to-End Security for Voice Calls Institute of Operating Systems and Computer Networks No End-to-End Security PSTN (Public Switched Telephone Network) SIP + (S)RTP (Session Initiation Protocol + Secure Real-Time Transport Protocol) 2017-07-18 Dominik Schürmann Wiretapping End-to-End Encrypted VoIP Calls Page 2 of 13 wiretapping difficulty End-to-End Encryption & Authentication SIP + SRTP + ZRTP Introduction Man-in-the-Middle ZRTP Attacks Conclusion End-to-End Security for Voice Calls Institute of Operating Systems and Computer Networks No End-to-End Security PSTN (Public Switched Telephone Network) SIP + (S)RTP (Session Initiation Protocol + Secure Real-Time Transport Protocol) End-to-End Encryption SIP + DTLS-SRTP (SIP + Datagram Transport Layer Security-SRTP) 2017-07-18 Dominik Schürmann Wiretapping End-to-End Encrypted VoIP Calls Page 2 of 13 wiretapping difficulty Introduction Man-in-the-Middle ZRTP Attacks Conclusion End-to-End Security for Voice Calls Institute of Operating Systems and Computer Networks No End-to-End Security PSTN (Public Switched Telephone Network) SIP + (S)RTP (Session Initiation Protocol + Secure Real-Time
    [Show full text]
  • AUTHENTICATION TECHNIQUES for HETEROGENEOUS TELEPHONE NETWORKS by BRADLEY GALLOWAY REAVES a DISSERTATION PRESENTED to the GRADUA
    AUTHENTICATION TECHNIQUES FOR HETEROGENEOUS TELEPHONE NETWORKS By BRADLEY GALLOWAY REAVES A DISSERTATION PRESENTED TO THE GRADUATE SCHOOL OF THE UNIVERSITY OF FLORIDA IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF DOCTOR OF PHILOSOPHY UNIVERSITY OF FLORIDA 2017 © 2017 Bradley Galloway Reaves For Sarah ACKNOWLEDGMENTS Iamonlywritingthistodaybecauseofthemultitudeoffamily,friends,teachers,and colleagues who helped get me here. This journey began in high school, when Mrs. Reid, my English teacher, suggested that I would make a good college professor. I wasn’t sure about the idea until my second programming class in college. I loved programming, so I would do the lab assignments at home, then show up in the lab to demonstrate the project to the TA. My work for the week was done, but I didn’t leave the lab. Instead, I stayed for the next few hours helping other students when they needed help with the programming assignments. It became the best part of my week, and I realized that there was no career I wanted more than to be a professor of computing. Having a goal and knowing what it takes to achieve it are two very di↵erent things. At the time I knew I needed a PhD, but nothing of what it took to get one. Luckily, I had wonderfully supportive professors and advisors who told me what it took, and one in particular helped me take the first steps toward a research career. Tommy Morris was a new professor at Mississippi State, and after teaching my digital design class o↵ered me a (paid!) position in his research lab.
    [Show full text]
  • Analysis of Effect of Zfone Security on Video Call Service in Wireless Local Area Network
    International Journal of Computer Techniques -– Volume 6 Issue 6,November 2019 ANALYSIS OF EFFECT OF ZFONE SECURITY ON VIDEO CALL SERVICE IN WIRELESS LOCAL AREA NETWORK Arip Solehudin 1 Bayu Priyatna 2 Nono Heryana 3 Teknik Informatika Fakultas Ilmu Komputer School of Engineering and Computer Science Sistem Informasi Fakultas Ilmu Komputer Universitas Singaperbangsa Karawang Universitas Buana Perjuangan Karawang Universitas Singaperbangsa Karawang Karawang, Indonesia Karawang, Indonesia Karawang, Indonesia [email protected] [email protected] [email protected] Abstract—Along with the development of WLAN (Wireless VoIP LAN that uses cable began to move using wireless Local Area Network) network technology, many services that network technology, namely wireless. The use of wireless used cable networks began to migrate to wireless networks. networks as a medium for the flow of data makes VoIP VoIP (Voice over Internet Protocol) is one service implemented services can be used in several communication technology in wireless local area networks. However, VoIP that uses tools such as personal computers, laptops, and smartphones. wireless technology as a data stream media Video Call service has a high risk of tapping pictures. To avoid tapping pictures, The use of VoIP technology that is implemented on you can add a security system to the service, one of which is to WLAN networks with video call services found in VoIP use Zfone security. With him adding a security system that will facilities is an excellent solution for conducting influence the work of Video Call services on the quality of conversations at affordable costs compared to the VoIP service.
    [Show full text]
  • Zfone: a New Approach for Securing Voip Communication
    Zfone: A New Approach for Securing VoIP Communication Samuel Sotillo [email protected] ICTN 4040 Spring 2006 Abstract This paper reviews some security challenges currently faced by VoIP systems as well as their potential solutions. Particularly, it focuses on Zfone, a vendor-neutral security solution developed by PGP’s creator, Phil Zimmermann. Zfone is based on the Z Real-time Transport Protocol (ZRTP), which is an extension of the Real-time Transport Protocol (RTP). ZRTP offers a very simple and robust approach to providing protection against the most common type of VoIP threats. Basically, the protocol offers a mechanism to guarantee high entropy in a Diffie- Hellman key exchange by using a session key that is computed through the hashing several secrets, including a short authentication string that is read aloud by callers. The common shared secret is calculated and used only for one session at a time. However, the protocol allows for a part of the shared secret to be cached for future sessions. The mechanism provides for protection for man-in-the-middle, call hijack, spoofing, and other common types of attacks. Also, this paper explores the fact that VoIP security is a very complicated issue and that the technology is far from being inherently insecure as many people usually claim. Introduction Voice over IP (VoIP) is transforming the telecommunication industry. It offers multiple opportunities such as lower call fees, convergence of voice and data networks, simplification of deployment, and greater integration with multiple applications that offer enhanced multimedia functionality [1]. However, notwithstanding all these technological and economic opportunities, VoIP also brings up new challenges.
    [Show full text]
  • How to Use Encryption and Privacy Tools to Evade Corporate Espionage
    How to use Encryption and Privacy Tools to Evade Corporate Espionage An ICIT White Paper Institute for Critical Infrastructure Technology August 2015 NOTICE: The recommendations contained in this white paper are not intended as standards for federal agencies or the legislative community, nor as replacements for enterprise-wide security strategies, frameworks and technologies. This white paper is written primarily for individuals (i.e. lawyers, CEOs, investment bankers, etc.) who are high risk targets of corporate espionage attacks. The information contained within this briefing is to be used for legal purposes only. ICIT does not condone the application of these strategies for illegal activity. Before using any of these strategies the reader is advised to consult an encryption professional. ICIT shall not be liable for the outcomes of any of the applications used by the reader that are mentioned in this brief. This document is for information purposes only. It is imperative that the reader hires skilled professionals for their cybersecurity needs. The Institute is available to provide encryption and privacy training to protect your organization’s sensitive data. To learn more about this offering, contact information can be found on page 41 of this brief. Not long ago it was speculated that the leading world economic and political powers were engaged in a cyber arms race; that the world is witnessing a cyber resource buildup of Cold War proportions. The implied threat in that assessment is close, but it misses the mark by at least half. The threat is much greater than you can imagine. We have passed the escalation phase and have engaged directly into full confrontation in the cyberwar.
    [Show full text]
  • Crypto Projects That Might Not Suck
    Crypto Projects that Might not Suck Steve Weis PrivateCore ! http://bit.ly/CryptoMightNotSuck #CryptoMightNotSuck Today’s Talk ! • Goal was to learn about new projects and who is working on them. ! • Projects marked with ☢ are experimental or are relatively new. ! • Tried to cite project owners or main contributors; sorry for omissions. ! Methodology • Unscientific survey of projects from Twitter and mailing lists ! • Excluded closed source projects & crypto currencies ! • Stats: • 1300 pageviews on submission form • 110 total nominations • 89 unique nominations • 32 mentioned today The People’s Choice • Open Whisper Systems: https://whispersystems.org/ • Moxie Marlinspike (@moxie) & open source community • Acquired by Twitter 2011 ! • TextSecure: Encrypt your texts and chat messages for Android • OTP-like forward security & Axolotl key racheting by @trevp__ • https://github.com/whispersystems/textsecure/ • RedPhone: Secure calling app for Android • ZRTP for key agreement, SRTP for call encryption • https://github.com/whispersystems/redphone/ Honorable Mention • ☢ Networking and Crypto Library (NaCl): http://nacl.cr.yp.to/ • Easy to use, high speed XSalsa20, Poly1305, Curve25519, etc • No dynamic memory allocation or data-dependent branches • DJ Bernstein (@hashbreaker), Tanja Lange (@hyperelliptic), Peter Schwabe (@cryptojedi) ! • ☢ libsodium: https://github.com/jedisct1/libsodium • Portable, cross-compatible NaCL • OpenDNS & Frank Denis (@jedisct1) The Old Standbys • Gnu Privacy Guard (GPG): https://www.gnupg.org/ • OpenSSH: http://www.openssh.com/
    [Show full text]
  • Mitigating Quantum Computing Threats and Attacks
    Running head: MITIGATING QUANTUM COMPUTING ATTACKS Mitigating Quantum Computing Threats and Attacks Robert E. Campbell, Sr. Capital Technology University Author Note This paper includes three prior peer-reviewed published works by the author that examines and surveys technical challenges and considerations in combating imminent quantum computing threats. These works are in the appendices section. MITIGATING QUANTUM COMPUTING ATTACKS Ph.D. of Technology Exegesis for Robert E. Campbell Sr. presented on September 5th, 2020 APPROVED: Chair, Capital Technology University External Examiner Dean of Doctoral Programs, Capital Technology University I understand that my exegesis will become part of the permanent collection of Capital Technology University. My signature below authorizes the release of my exegesis to any reader upon request. Robert E. Campbell, Sr. MITIGATING QUANTUM COMPUTING ATTACKS Abstract In 2019, we saw Google claim “Quantum Supremacy,” indicating that the pace of quantum computing has been underestimated and poorly understood. We have also seen rapid distributed ledger technology adoption in enterprise networks and critical infrastructure, with little progress in the replacement of or upgrading of one of the most fundamental aspects of cybersecurity, which is cryptography. While the U.S. National Institute of Standards and Technology (NIST), and other international organizations are working towards the standardization of Post Quantum Cryptography (PQC), there are compelling and low-cost solutions and steps available today that instantly strengthens standardized cryptography systems. Specifically, quantum technologies such as Quantum Random Number Generators (QRNGs), versus Random Number Generators (RNGs), and Quantum Key Generation (QKG), are Information-Theoretic Security (ITS) and not bound by mathematics, as most widely used standardized cryptography.
    [Show full text]
  • Linphone Instant Messaging Encryption
    Linphone Instant Messaging Encryption Johan Pascal FOSDEM 2020 Linphone Instant Messaging Encryption Agenda ● Security requirements ● Protocol overview ● Integration in Linphone group chat with multidevices environment ● Man in the middle attack detection Linphone Instant Messaging Encryption: quick intro Linphone ● Is around since 2001 ● Is available on android, iOS, Windows, Mac, Linux ● Uses SIP standards for audio, video and instant messaging ● Support group messaging, multiple devices per account Linphone’s team also provides ● Flexisip, an open source SIP Proxy ● A free SIP service sip.linphone.org Linphone Instant Messaging Encryption: security requirements Major security requirements for a secure IM : ● Protect content: end-to-end encryption ● Confirm sender and recipient identity: authentication ● Past conversation safe in case of key compromised: forward secrecy ● Recover from compromised key: future secrecy ● Minimal effort from users First implementation in 2014, based on SCIMP: ● End-to-end encryption and authentication ● Symmetric ratchet provides forward secrecy ● Limited future secrecy ● Users must perform an audio call before exchanging any encrypted message ● Not adapted to group chat (not available in Linphone back in 2014) Linphone Instant Messaging Encryption: Lime v2: Built on robust protocol Based on the Signal protocol ● End-to-end encryption ● Forward and future secrecy ● Asynchronous ● Large deployments ● Open source implementation, well documented: https://signal.org/docs/ Extended to support ● Multiple device
    [Show full text]
  • Protec3ng Messaging Other Than Email, Plus Network Link Protec3on
    Protec'ng Messaging Other Than Email, plus Network Link Protec'on Joe St Sauver, Ph.D. [email protected] or [email protected] M3AAWG Senior Technical Advisor Scien@st, Farsight Security, Inc. Gold Ballroom, 1st Floor M3AAWG 36, San Francisco, California Wednesday Feb 17th, 2016, 15:30-16:30 hPps://www.stsauver.com/joe/crypto-other-than-email/ 1 Introduc'on • Today's session has two parts: – The first part will consider cryptographic privacy protecon for messaging other than email. – The second part will focus on cryptographic protecon of high speed internal links. • The common link between the two topics is that in each case, your op@ons are constrained by what the market offers. Today's goal is to help you understand why you want protec@on for these points of exposure, and how to select a solu@on. • Both of these topics are the subject of pending dra documents in the Pervasive Monitoring SIG. 2 I. Messaging Other Than Email 3 Messaging Other Than Email • M3AAWG has been working hard on protec@ng email against pervasive monitoring. • That's very important work, and protec@ng email privacy is a totally appropriate goal for M3AAWG. • Although M3AAWG has always had a strong focus on email, our charter, as the an@-Pervasive Monitoring SIG of the Messaging, Malware, and Mobile An-Abuse Working Group, includes, or should include, protec@ng mobile voice telephony and mobile applicaons (such as tex@ng/chat), too. • Arguably, for many users, secure mobile voice and secure text/ chat is as important, or even more important than email.
    [Show full text]
  • Architecture and Components for Secure and Anonymous Peer-To
    Network Architectures and Ser vices Dissertation NET 2010-07-1 Architecture and Components of secure and anonymous Peer-to-Peer Systems Heiko Niedermayer Network Architectures and Services Department of Computer Science Technische Universität München Technische Universit¨at Munchen¨ Fakult¨at fur¨ Informatik Lehrstuhl fur¨ Netzarchitekturen und Netzdienste Architecture and Components of secure and anonymous Peer-to-Peer systems Heiko Niedermayer Vollst¨andiger Abdruck der von der Fakult¨at fur¨ Informatik der Technischen Universit¨at Munchen¨ zur Erlangung des akademischen Grades eines Doktors der Naturwissenschaften (Dr. rer. nat.) genehmigten Dissertation. Vorsitzender: Univ.-Prof. Dr. Johann Schlichter Prufer¨ der Dissertation: 1. Univ.-Prof. Dr. Georg Carle 2. Univ.-Prof. Dr. Claudia Eckert Die Dissertation wurde am 13.10.2009 bei der Technischen Universit¨at Munchen¨ eingereicht und durch die Fakult¨at fur¨ Informatik am 21.05.2010 angenommen. Cataloging-in-Publication Data Heiko Niedermayer Architecture and Components of secure and anonymous Peer-to-Peer Systems Dissertation, July 2010 Network Architectures and Services, Department of Computer Science Technische Universit¨at Munchen¨ ISBN 3-937201-13-0 ISSN 1868-2634 (print) ISSN 1868-2642 (electronic) Network Architectures and Services NET 2010-07-1 Series Editor: Georg Carle, Technische Universit¨at Munchen,¨ Germany c 2010, Technische Universit¨at Munchen,¨ Germany Abstract Changes to lower layers of the Internet architecture are difficult, in particular on network and transport layer. Standardization and economic incentives for manufacturers and In- ternet service providers are necessary. As a consequence, many desirable services cannot be realized there. The application layer is more flexible. End-users can run their own services and networked applications.
    [Show full text]