Qosmos* Deep Packet Inspection Characterization

Total Page:16

File Type:pdf, Size:1020Kb

Qosmos* Deep Packet Inspection Characterization WHITE PAPER Qosmos* Deep Packet Inspection Characterization Executive Summary Packet classification is an essential part of most (if not all) network functions. It is the process of associating packets with identifiers by analyzing the layers of the protocol stack up to, but not including, the application layer (see Figure 1). Actions taken by a VNF are based on these identifiers. Since different applications can use the same protocol parameters from the perspective of the transport and network layer (i.e., same IP addresses, protocol IDs and ports), it is impossible to reliably distinguish between them with this type of packet classification. Figure 1. Layers of the protocol stack. In contrast, Deep Packet Inspection (DPI) is concerned with analyzing not only the headers up to the application layer, but also the application layer itself. The classification result is at a higher level of detail. It allows the implementation of detailed network analytics and fine-grained policies. Service providers are interested in this since it allows them to improve network performance and implement services to improve end-user quality of experience. More specifically, bandwidth costs can be reduced, and fine-grained congestion control can be applied. DPI is becoming increasingly relevant in NFV due to its applicability in many well-known network functions. 2 White Paper: Qosmos* Deep Packet Inspection Characterization Table of Contents This report characterizes a VNF that performs DPI. The DPI capability is provided by Qosmos* through IxEngine.* Qosmos provides a broad product portfolio: DPI Executive Summary. .1 engine as an SDK, DPI as a VNFc (VNF component), L7 Classifier for Open vSwitch* 1 Performance Characterization and a Service classifier. This report focuses on the DPI engine as an SDK solution Approach. .3 meant for integration due to its broad applicability. For this, a prototype VNF was developed in which the SDK was used. The Prototype analyzes packets (DPI path), 2 Use-Case Details. 5 while at the same time forwarding it through the network (data path). The VNF does 2.1 Background on DPI not take any action on the classification result, but still performs all the necessary Workload . 5 steps for the classification. One way the classification result could be used is in a VNF that implements traffic shaping. Here, the classification result could be used 2.2 Intuition on DPI Throughput to determine which of the queues within the traffic shaping algorithm will be used Performance. .5 to buffer the given packet. A use-case for this is a VNF that prioritizes HTTP traffic 2.3 System Setup . 5 over bittorrent. 2.4 Traffic Profiles. 6 The results in this report show DPI performance in function of the number of cores assigned to DPI tasks. The bars refer to the highest link utilization for which 2.4.1 Traffic Profile 1. .6 the DPI cores were handling at least 99.999% of all packets. Figure 2 shows the 2.4.2 Traffic Profile 2. .8 DPI performance for a VNF with 1, 2, 3, 4 and 7 DPI cores (2, 4, 6, 8 and 14 hyper- threads respectively) on an Intel® Xeon® processor E5-2690 v3 with 8 x 10GbE 2.4.3 Traffic Profile 3. 10 ports for one specific traffic profile. The fact that the maximum link utilization is below 100% has to do with the constraints of the traffic parameters as detailed 3 Test Results. 12 in Section 1. For other results under different network characteristics, refer to 3.1 Results for Networks Section 3.¹ Characterized by Traffic Profile 1. 12 3.2 Results for Networks Characterized by Traffic Profile 2. 15 3.2 Results for Networks Characterized by Traffic Profile 3. 18 4 Appendix: Hardware and Software Details. 21 Figure 2. DPI classification performance for a VNF configured with 1, 2, 4 and 7 DPI cores. The number of concurrent connections in steady state set to 400K.² 1 Tests conducted in this paper were conducted by Intel. Hardware configurations for all tests are detailed in the Appendix. 2 See Section 3.1 for full configuration details for these results. White Paper: Qosmos* Deep Packet Inspection Characterization 3 1 Performance Characterization Approach For most networking applications, like the example above, there tends There are two approaches to characterize a VNF by measuring its performance. to be more downstream traffic than The first approach is to place the VNF in a real production network, and the second upstream traffic (peer-to-peer being an approach is to simulate the network around the VNF through the use of traffic exception). It is also for this reason that generators. The second solution is preferred due to the control it offers and due service providers support asymmetric to its low cost. It is also the approach used in this report. The information in this SLAs (higher downstream bitrates, section serves only as background. It is not required to interpret the results, but lower up stream bitrates). Since the it might help to understand all the details. load generated by flow blasters is Characterization is typically done by applying stateless load on a system under test also asymmetric since it is based on (SUT) running the VNF workload. The constructed traffic contains packets based on real traffic, it is expected that the link a fixed set of template packets with randomized bit-patterns or a range of values capacities are not reached in most written at pre-determined offsets. The transmission rate is fixed, possibly below cases. line-rate (i.e., at 85% of line-rate). This is done by repeatedly inserting periods of Practically, it is too time consuming silence on the wire. A characterization report then details the rates at which the to measure VNF performance in all VNF is able to perform its functions for the provided traffic. Other characterization possible circumstances. Furthermore, details, like latency, could also be reported. measuring all possible data points DPI inspects packets in context of flows. In many cases, it needs to inspect multiple would also result in many data points packets before the classification is available. Clearly, loading the SUT that runs the with little use. Therefore, the approach DPI workload with the packets that do not carry any state (referred to as packet is to extract network applications blasting) repeatedly is not sufficient to characterize performance. Instead, the SUT including their characteristics (for needs to be loaded with traffic consisting of flows (referred to as flow blasting). example, the bitrates used by those The important parameters for a given traffic profile are the maximum setup rate applications) and the behavior of users (reached mainly at the initial ramp up phase), the total number of concurrent from a packet capture (for example, the connections and total bandwidth. The traffic profile itself also has an influence on sequence of applications used). This the resource requirements for DPI. information then forms the templates to simulate users at runtime taking The following sequence of packets demonstrates which packets need to be into account the constraints of the exchanged by the flow blaster to simulate a host visiting an HTTP webserver. A configuration. Since the SUT influences DNS request and a DNS reply is exchanged first. This is followed by a three-way the dynamics of the flows (i.e., it adds TCP handshake to set up a connection to the HTTP server. The HTTP get-message delay and it possibly drops packets is consequently sent by the initiator, and the HTTP reply containing the webpage is causing TCP retransmits or other returned by the webserver. Finally, the TCP connection is torn down. The payload, timeouts), simply replaying the pcap is speed and the number of packets is determined by the emulated applications and not enough. the network characteristics. A traffic profile refers to all the characteristics of the traffic observed on the network. It defines the steady- state setup rate, and the distribution of flows (both their payload and their bitrates). Furthermore, it also defines the maximum number of concurrent connections. The maximum setup rate is an additional parameter that is relevant during the simulation. It determines the duration of the ramp up phase. After the traffic profile has been extracted from a pcap, the parameters are altered by the traffic generator to cover a broader range of networks for a Figure 3. Example of packets exchanged during DNS (left) and HTTP (right). more complete characterization of the Time flows from top to bottom. Slow shows network latency. SUT. 4 White Paper: Qosmos* Deep Packet Inspection Characterization Due to the interdependences of all the actual data transfer follows the setup (see the HTTP example from Figure 3). parameters, the approach is to first After P2, the bandwidth is in a steady state. This phase is the measurement phase numerically find the solution space for which the downstream bandwidth is reported in the results. It lasts for 120 boundaries for the maximum setup seconds. The peak in P2 is the reason why the link utilization during steady state rate, maximum number of concurrent is lower than during the peak. The number of concurrent connections is shown in connections and the per connection Figure 5. Note that the data shown by Figure 4 and Figure 5 is measured data. bitrate. The first two parameters can be chosen arbitrarily. The last parameter is specified indirectly. A transformation function takes as input the distribution of connection bitrates and a scaling factor. The function scales all connections bitrates by the scaling factor unless the connection bitrate is limited by the link speed. This means that the bit-rate ratios are maintainedwhenever possible. As a consequence, the link utilization is increased.
Recommended publications
  • Poster: Introducing Massbrowser: a Censorship Circumvention System Run by the Masses
    Poster: Introducing MassBrowser: A Censorship Circumvention System Run by the Masses Milad Nasr∗, Anonymous∗, and Amir Houmansadr University of Massachusetts Amherst fmilad,[email protected] ∗Equal contribution Abstract—We will present a new censorship circumvention sys- side the censorship regions, which relay the Internet traffic tem, currently being developed in our group. The new system of the censored users. This includes systems like Tor, VPNs, is called MassBrowser, and combines several techniques from Psiphon, etc. Unfortunately, such circumvention systems are state-of-the-art censorship studies to design a hard-to-block, easily blocked by the censors by enumerating their limited practical censorship circumvention system. MassBrowser is a set of proxy server IP addresses [14]. (2) Costly to operate: one-hop proxy system where the proxies are volunteer Internet To resist proxy blocking by the censors, recent circumven- users in the free world. The power of MassBrowser comes from tion systems have started to deploy the proxies on shared-IP the large number of volunteer proxies who frequently change platforms such as CDNs, App Engines, and Cloud Storage, their IP addresses as the volunteer users move to different a technique broadly referred to as domain fronting [3]. networks. To get a large number of volunteer proxies, we This mechanism, however, is prohibitively expensive [11] provide the volunteers the control over how their computers to operate for large scales of users. (3) Poor QoS: Proxy- are used by the censored users. Particularly, the volunteer based circumvention systems like Tor and it’s variants suffer users can decide what websites they will proxy for censored from low quality of service (e.g., high latencies and low users, and how much bandwidth they will allocate.
    [Show full text]
  • Brocade Vyatta Network OS ALG Configuration Guide, 5.2R1
    CONFIGURATION GUIDE Brocade Vyatta Network OS ALG Configuration Guide, 5.2R1 Supporting Brocade 5600 vRouter, VNF Platform, and Distributed Services Platform 53-1004711-01 24 October 2016 © 2016, Brocade Communications Systems, Inc. All Rights Reserved. Brocade, the B-wing symbol, and MyBrocade are registered trademarks of Brocade Communications Systems, Inc., in the United States and in other countries. Other brands, product names, or service names mentioned of Brocade Communications Systems, Inc. are listed at www.brocade.com/en/legal/ brocade-Legal-intellectual-property/brocade-legal-trademarks.html. Other marks may belong to third parties. Notice: This document is for informational purposes only and does not set forth any warranty, expressed or implied, concerning any equipment, equipment feature, or service offered or to be offered by Brocade. Brocade reserves the right to make changes to this document at any time, without notice, and assumes no responsibility for its use. This informational document describes features that may not be currently available. Contact a Brocade sales office for information on feature and product availability. Export of technical data contained in this document may require an export license from the United States government. The authors and Brocade Communications Systems, Inc. assume no liability or responsibility to any person or entity with respect to the accuracy of this document or any loss, cost, liability, or damages arising from the information contained herein or the computer programs that accompany it. The product described by this document may contain open source software covered by the GNU General Public License or other open source license agreements. To find out which open source software is included in Brocade products, view the licensing terms applicable to the open source software, and obtain a copy of the programming source code, please visit http://www.brocade.com/support/oscd.
    [Show full text]
  • Managed Firewalls
    DEDICATED HOSTING PRODUCT OVERVIEW MANAGED FIREWALLS Securing your network from malicious activity. Rackspace delivers expertise and service for the world’s leading clouds and technologies. TRUST RACKSPACE And we can help secure your dedicated servers and your cloud, with firewalls from Cisco® and • A leader in the 2017 Gartner Magic Quadrant Juniper Networks — fully supported around the clock by certified Rackspace engineers. Your for Public Cloud Infrastructure Managed Service firewall is dedicated completely to your environment for the highest level of network security Providers, Worldwide and connectivity, and includes access to our Firewall Manager and our One-Hour Hardware • Hosting provider for more than half of the Replacement Guarantee. Fortune 100 • 16+ years of hosting experience WHY RACKSPACE FOR DEDICATED, FULLY MANAGED FIREWALLS? • Customers in 150+ countries You have valuable and confidential information stored on your dedicated and cloud servers. Dedicated firewalls from Cisco and Juniper Networks add an additional layer of security to your servers, helping to stop potentially malicious packets from ever reaching your network. “RACKSPACE’S SECURITY CONTROLS AND REPUTATION AS AN SSAE 16 CERTIFIED KEY BENEFITS PROVIDER HAS BEEN A Highest level of security: Help protect your data and stop potentially malicious packets TREMENDOUS FACTOR IN OUR from entering your network with an IPSec, and Common Criteria EAL4 evaluation status certified firewall. SUCCESS.” DAVID SCHIFFER :: FOUNDER AND PRESIDENT, Expertise: Rackspace security experts fully manage your firewalls 24x7x365. Consult with SAFE BANKING SYSTEMS CISSP-certified security engineers to assess and architect your firewalls to help you meet your security and compliance requirements. Visibility and control: Help protect your infrastructure with deep packet inspection of traffic based on traffic filtering rules you define.
    [Show full text]
  • Deep Packet Inspection Bypass
    Deep Packet Inspection Bypass Thomas Kjøglum Master of Science in Communication Technology Submission date: February 2015 Supervisor: Stig Frode Mjølsnes, ITEM Norwegian University of Science and Technology Department of Telematics 1 Title: Deep Packet Inspection Bypass Student: Thomas Kjøglum Problem description: Authoritarian governments consistently request the network operators to censor internet communications. Deep packet inspection systems and tools are regularly in use for this purpose. Several techniques have been proposed to bypass these communication restrictions. One example is the Kickstarter project titled "Operator, a News Reader that Circumvents Internet Censorship" by Brandon Wiley. Wiley has designed a protocol "Dust" [1] that aims to defeat a number of filtering methods currently in active use to censor Internet communication. Some basic questions are: How is it possible to bypass deep packet inspection filters with high likelihood? On the other hand, could the approach of Dust and other filtering bypass techniques be useful for masquerading malicious code? The candidate will start out by investigating possible techniques for bypassing a open source packet inspection tool, such as SNORT. The candidate will support his experimentation by method of setting up and running hacker competitions (or trials) where the participants’ challenge will be to set up, configure and run efficient deep packet inspection systems directed against various types of "subversive communications" generated by the organizer of the competition. [1] WILEY, Brandon. Dust: A blocking-resistant internet transport protocol. Tech- nical report. http://blanu.net/Dust.pdf, 2011. Responsible professor: Stig Frode Mjølsnes, ITEM Supervisor: Stig Frode Mjølsnes, ITEM Abstract Internet censorship is a problem, where governments and authorities restricts access to what the public can read on the Internet.
    [Show full text]
  • Deep Packet Inspection and Internet Censorship: International Convergence on an ‘Integrated Technology of Control’1
    Deep Packet Inspection and Internet Censorship: International Convergence on an ‘Integrated Technology of Control’1 Ben Wagner, Ludwig-Maximilians-Universität München and Universiteit Leiden Introduction* The academic debate on deep packet inspection (DPI) centres on methods of network management and copyright protection and is directly linked to a wider debate on freedom of speech on the Internet. The debate is deeply rooted in an Anglo-Saxon perspective of the Internet and is frequently depicted as a titanic struggle for the right to fundamentally free and unfettered access to the Internet.2 This debate is to a great extent defined by commercial interests. These interests whether of copyright owners, Internet service providers, 1 (Bendrath 2009) * A first draft of this paper was presented at the 3rd Annual Giganet Symposium in December 2008 in Hyderabad, India. For their advice and support preparing this paper I would like to thank: Ralf Bendrath, Claus Wimmer, Geert Lovink, Manuel Kripp, Hermann Thoene, Paul Sterzel, David Herzog, Rainer Hülsse, Wolfgang Fänderl and Stefan Scholz. 2 (Frieden 2008, 633-676; Goodin 2008; Lehr et al. 2007; Mueller 2007, 18; Zittrain 2008) Deep Packet Inspection and Internet Censorship: International Convergence on an ‘Integrated Technology of Control’1, by Ben Wagner application developers or consumers, are all essentially economic. All of these groups have little commercial interest in restricting free speech as such. However some might well be prepared to accept a certain amount of ‘collateral damage’ to internet free speech in exchange for higher revenues. It can be argued that more transparent and open practices from network service providers are needed regarding filtering policy and the technology used.
    [Show full text]
  • ISA09 Paper Ralf Bendrath DPI
    Ralf Bendrath Global technology trends and national regulation: Explaining Variation in the Governance of Deep Packet Inspection Paper prepared for the International Studies Annual Convention New York City, 15-18 February 2009 first draft Updated versions will be available from the author upon request. author contact information Delft University of Technology Faculty of Technology, Policy, and Management Section ICT P.O. Box 5015 2600 GA Delft Netherlands [email protected] http://bendrath.blogspot.com Abstract Technological advances in routers and network monitoring equipment now allow internet service providers (ISPs) to monitor the content of data flows in real-time and make decisions accordingly about how to handle them. If rolled out widely, this technology known as deep packet inspection (DPI) would turn the internet into something completely new, departing from the “dumb pipe” principle which Lawrence Lessig has so nicely compared to a “daydreaming postal worker” who just moves packets around without caring about their content. The internet’s design, we can see here, is the outcome of political and technological decisions and trends. The paper examines the deployment of DPI by internet service providers in different countries, as well as their different motives. In a second step, it will offer a first explanation of the varying cases by examining the different factors promoting as well as constraining the use of DPI, and how they play out in different circumstances. The paper uses and combines theoretical approaches from different strands of research: Sociology of technology, especially the concept of disruptive technologies; and interaction-oriented policy research, namely the approach of actor-centric institutionalism.
    [Show full text]
  • Network Disaggregation at the Edge with the Open SD-Edge Platform
    Network Disaggregation at the Edge With the Open SD-Edge Platform November 11, 2020 Sponsored By: Information Classification: General Today’s Speakers Jennifer Clark, Robert Bays Principal Analyst – Assistant VP Heavy Reading ATT - Vyatta Srikanth Krishnamohan Elad Blatt Director of Product Marketing CSO IP Infusion Silicom Information Classification: General ©Page 2020 3 Omdia NFV in a Production Environment: Leading Use Cases Commercial NFV deployment expectation Information Classification: General Enterprises are Shifting to Managed Services Enterprises are shifting from DIY vCPE to managed services, supporting the same VFNs but with improved security, performance, reliability and cost Information Classification: General Edge deployment barriers • Today, operators are faced with three top challenges to deploying edge: – High costs – Unclear business case – Technical issues Information Classification: General Edge Investment: Everything is a Priority Information Classification: General Network Disaggregation at the Edge With the Open SD-Edge Platform Q&A Information Classification: General DANOS Vyatta Edition 2020-11-11.1 © 2020 AT&T Inc. What is DANOS Vyatta Edition? Gen 2 architecture >700 Subscription Multiple CSPs Vyatta sets vRouter Founded released customers Standardize on Vyatta speed record Domain 2.0 partner Acquires Vyatta Initial release Apr 2005 Oct 2007 Sep 2011 Jan 2013 Jun 2014 Dec 2014 July 2017 Nov 2019 First release 1M Downloads Gen 3 architecture Broadcom Tomahawk Gen 4 architecture EA Oct 2005 Jan 2011 Acquires
    [Show full text]
  • Internet (And Other) Censorship “Censorship” Internet Laws in The
    Internet (and other) Censorship What is censorship? Does venue matter? Cigarette commercials on TV, profanity, military and national-security documents, Google Earth images, Super Bowl commercials, What about Internet censorship? Nationwide: where and why School-wide: where and why Family-wide: where and why Compsci 82, Fall 2009 14.1 Compsci 82, Fall 2009 14.2 “Censorship” Internet laws in the US Censorship in Australia (Denmark,…) Communications Decency Act: ACLU v Reno Blacklists for ISPs at the country level “offensive” material off-limits to minors Domain name censorship 1997 SCOTUS, unanimously unconstitutional. Section 230 survives: blogger/ISP immunity Children’s Internet Protection Act: CIPA Schools, libraries must install and use Wikileaks hosts site, threatened with fines filtering software (e-rate: Duke? Durham?...) Started with good intentions (perhaps), but … Affirmed by SCOTUS in 2003, filters must be How does a domain name get on the list? Off? “disableable”, though not by minors Compsci 82, Fall 2009 14.3 Compsci 82, Fall 2009 14.4 Internet/Web Censorship Firewalls and Proxies Blacklists, client, ISP, country, other? Golden Shield How are these implemented? Great Firewall of China Atlantic on firewall.cn Possible to bypass with 79.141.34.22 Counteract with whitelist? Personal/Corporate Firewall IP packet layer, Application layer Stop or allow, based on … Can we block, filter, or examine IP address? Port numbers used for granularity Where is the IP address? Proxy server • ISP-wide, bottlenecks, technologically feasible? For firewall, for content, for What about “deep packet inspection”? censorship? Compsci 82, Fall 2009 14.5 Compsci 82, Fall 2009 14.6 Software filters, what do they do? http://opennet.net (2002) Peacefire, open access for net gen.
    [Show full text]
  • Deep Packet Inspection on Commodity Hardware Using Fastflow
    Deep Packet Inspection on Commodity Hardware using FastFlow M. Danelutto, L. Deri, D. De Sensi, M. Torquati Computer Science Department University of Pisa, Italy Abstract. The analysis of packet payload is mandatory for network security and traffic monitoring applications. The computational cost of this activity pushed the industry towards hardware-assisted deep packet inspection (DPI) that have the dis- advantage of being more expensive and less flexible. This paper covers the design and implementation of a new DPI framework us- ing FastFlow, a skeleton-based parallel programming library targeting efficient streaming on multi-core architectures. The experimental results demonstrate the ef- ficiency of the DPI framework proposed, proving the feasibility to perform 10Gbit DPI analysis using modern commodity hardware. Keywords. Network streaming, NetFlow, DPI, FastFlow, multi-core. Introduction When the Internet was designed, all routing and security protocols were conceived to process traffic only based on packet headers. When the original equation TCP/UDP port equal application port could no longer be applied as developers started to implement ser- vices over dynamic ports, network monitor companies started to develop packet payload analysis tools aimed at identifying the application protocol being used, or at enforcing laws and copyright. This trend was further fostered by the introduction of IDS/IPS systems (Intrusion Detection/Prevention Systems) that inspect all packets with the purpose of detecting ma- licious traffic. These have been the driving forces for the development of DPI (Deep Packet Inspection) tools and frameworks able to inspect packet payload and thus easing the development of applications using them. Most tools are accelerated using custom hardware network cards such as those based on FPGAs (Field Programmable Gate Array) [1] or proprietary silicon [2] such as chips produced by companies like Cavium, Radisys or Netronome.
    [Show full text]
  • Guidelines on Firewalls and Firewall Policy
    Special Publication 800-41 Revision 1 Guidelines on Firewalls and Firewall Policy Recommendations of the National Institute of Standards and Technology Karen Scarfone Paul Hoffman NIST Special Publication 800-41 Guidelines on Firewalls and Firewall Revision 1 Policy Recommendations of the National Institute of Standards and Technology Karen Scarfone Paul Hoffman C O M P U T E R S E C U R I T Y Computer Security Division Information Technology Laboratory National Institute of Standards and Technology Gaithersburg, MD 20899-8930 September 2009 U.S. Department of Commerce Gary Locke, Secretary National Institute of Standards and Technology Patrick D. Gallagher, Deputy Director GUIDELINES ON FIREWALLS AND FIREWALL POLICY Reports on Computer Systems Technology The Information Technology Laboratory (ITL) at the National Institute of Standards and Technology (NIST) promotes the U.S. economy and public welfare by providing technical leadership for the nation’s measurement and standards infrastructure. ITL develops tests, test methods, reference data, proof of concept implementations, and technical analysis to advance the development and productive use of information technology. ITL’s responsibilities include the development of technical, physical, administrative, and management standards and guidelines for the cost-effective security and privacy of sensitive unclassified information in Federal computer systems. This Special Publication 800-series reports on ITL’s research, guidance, and outreach efforts in computer security and its collaborative activities with industry, government, and academic organizations. National Institute of Standards and Technology Special Publication 800-41 Revision 1 Natl. Inst. Stand. Technol. Spec. Publ. 800-41 rev1, 48 pages (Sep. 2009) Certain commercial entities, equipment, or materials may be identified in this document in order to describe an experimental procedure or concept adequately.
    [Show full text]
  • Games Without Frontiers: Investigating Video Games As a Covert Channel
    Games Without Frontiers: Investigating Video Games as a Covert Channel Bridger Hahn Rishab Nithyanand Phillipa Gill Stony Brook University Stony Brook University Stony Brook University Rob Johnson Stony Brook University Abstract something censorship circumvention tools, which aim to dis- The Internet has become a critical communication infrastruc- guise covert traffic as another protocol to evade detection by ture for citizens to organize protests and express dissatisfaction censors. This can take two forms: either mimicking the cover with their governments. This fact has not gone unnoticed, with protocol using an independent implementation, as in Skype- governments clamping down on this medium via censorship, Morph [11] and StegoTorus [12], or encoding data for transmis- and circumvention researchers working to stay one step ahead. sion via an off-the-shelf implementation of the cover protocol, In this paper, we explore a promising new avenue for covert as in FreeWave [13]. channels: real-time strategy video games. Video games have This has created an arms race between censors and circum- two key features that make them attractive cover protocols for ventors. Many censors now block Tor [14], so Tor has intro- censorship circumvention. First, due to the popularity of gam- duced support for “pluggable transports”, i.e. plugins that em- ing platforms such as Steam, there are a lot of different video bed Tor traffic in a cover protocol. There are currently six plug- games, each with their own protocols and server infrastructure. gable transports deployed in the Tor Browser Bundle [15]. Cen- Users of video-game-based censorship-circumvention tools can sors have already begun blocking some of these transports [16], therefore diversify across many games, making it difficult for and some censors have gone so far as to block entire content- the censor to respond by simply blocking a single cover pro- distribution networks that are used by some circumvention sys- tocol.
    [Show full text]
  • Circumventing Web Surveillance Using Covert Channels
    Bard College Bard Digital Commons Senior Projects Fall 2019 Bard Undergraduate Senior Projects Fall 2019 CovertNet: Circumventing Web Surveillance Using Covert Channels Will C. Burghard Bard College, [email protected] Follow this and additional works at: https://digitalcommons.bard.edu/senproj_f2019 Part of the OS and Networks Commons This work is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 4.0 License. Recommended Citation Burghard, Will C., "CovertNet: Circumventing Web Surveillance Using Covert Channels" (2019). Senior Projects Fall 2019. 38. https://digitalcommons.bard.edu/senproj_f2019/38 This Open Access work is protected by copyright and/or related rights. It has been provided to you by Bard College's Stevenson Library with permission from the rights-holder(s). You are free to use this work in any way that is permitted by the copyright and related rights. For other uses you need to obtain permission from the rights- holder(s) directly, unless additional rights are indicated by a Creative Commons license in the record and/or on the work itself. For more information, please contact [email protected]. COVERTNET: CIRCUMVENTING WEB CENSORSHIP USING COVERT CHANNELS Senior Project submitted to The Division of Science, Mathematics and Computing by Will Burghard Annandale-on-Hudson, New York December 2019 ACKNOWLEDGMENTS Thanks to all professors in the Computer Science department, including my advisor Robert McGrail, for making this project possible and for an enriching experience at Bard. TABLE OF
    [Show full text]