The BGP Hackathon 2016 Report

Total Page:16

File Type:pdf, Size:1020Kb

The BGP Hackathon 2016 Report The BGP Hackathon 2016 Report Alberto Dainotti Ethan Katz-Bassett Xenofontas Dimitropolous CAIDA, UC San Diego University of Southern California University of Crete / FORTH [email protected] [email protected] [email protected] This article is an editorial note submitted to CCR. It has NOT been peer reviewed. The authors take full responsibility for this article’s technical content. Comments can be posted through CCR Online. ABSTRACT This was the first hackathon centered around BGP, and it in- Internet routes – controlled by the Border Gateway Protocol (BGP) volved a mix of programming, live experimentation, and collab- – carry our communication and our commerce, yet many aspects of orative research, which made our job as organizers particularly routing are opaque to even network operators, and BGP is known compelling. The hackathon also represented a timely and unique to contribute to performance, reliability, and security problems. opportunity. The Internet would hardly exist without BGP, which The research and operations communities have developed a set of has been the subject of experiments and research for decades. Still, tools and data sources for understanding and experimenting with BGP suffers from issues in performance [35], security [38, 27], and BGP, and on February 2016 we organized the first BGP Hackathon, availability [25], challenging researchers and engineers, who must themed around live measurement and monitoring of Internet rout- deal with the scarcity or incompleteness of empirical data (the AS- ing. The Hackathon included students, researchers, operators, providers, level graph[23], AS relationships[22], deployed routing policies [3] policymakers, and funding agencies, working together on projects etc.). We are in need of improvements to measurement standards, to measure, visualize, and improve routing or the tools we use to capabilities and coverage of data collection platforms, experimen- study routing. This report describes the tools used at the Hackathon tal measurement and emulation testbeds and research tools [18]. and presents an overview of the projects. The Hackathon was a suc- In this context, there have been interesting recent developments: cess, and we look forward to future iterations. (i) providers of public data such as RouteViews and RIPE RIS started working on live data feeds; (ii) Colorado State’s BGPMon has transitioned to community-supported software such as goB- Categories and Subject Descriptors GPd, OpenBMP and Cassandra in order to offer scalable, robust, C.2.3 [Network operations]: Network monitoring; C.2.5 [Local web-based real-time access to BGP data as well as access to over and Wide-Area Networks]: Internet 10 years of archived data; (iii) the PEERING testbed provided re- searchers for the first time with an open community testbed that lets them exchange routes and traffic with hundreds of real networks Keywords around the world; (iv) the first version of BGPStream, CAIDA’s routing, BGP, Internet measurement, hackathon open source framework for BGP data analysis, was released in late 2015 (Section 3). 1. INTRODUCTION AND MOTIVATION The BGP hackathon served two primary roles. First, it facili- tated convergence of these software and infrastructure development On 6-7 February 2016, around 90 researchers and students from efforts and offered a snapshot of the evolving state of the art to a academia, industry and other institutions around the world, par- critical mass of young researchers and seasoned scientists and en- ticipated in the first BGP (Border Gateway Protocol) hackathon. gineers. Second, the hackathon provided a venue to bring together The event, themed on live BGP measurements and monitoring, was people who are interested in Internet routing, but come from dif- hosted by the Center for Applied Internet Data Analysis (CAIDA) ferent communities and serve different roles – network engineers, at UC San Diego’s San Diego Supercomputer Center (SDSC) and developers, data providers, academic and industry researchers, op- was organized in cooperation with Colorado State University (CSU), erators – to meet, discuss, and find opportunities for collaboration University of Southern California (USC), Universidade Federal De and progress. This report describes the involvement of the commu- Minais Gerais (UFMG), Foundation for Research and Technology nity in the event (organizers, sponsors, participants, etc.), the plat- Hellas (FORTH), RouteViews, and RIPE NCC. forms used in the hackathon, with emphasis on novel aspects, the The hackathon was held the weekend immediately preceding the challenges the hacking teams worked on, and the resulting collab- 66th North American Network Operators’ Group (NANOG) con- orations; concluding with lessons learned and ideas on organizing ference [24] and the 8th AIMS academic Internet measurement a similar event in the future. workshop [12], both also held in San Diego, and it aimed to: • bring together these different communities, e.g., to discuss problems operators face that academics may want to research; 2. COMMUNITY INVOLVEMENT • advertise (new) tools to the communities, train people to use Planning the hackathon was an interesting community experi- them, and encourage further use; ment itself. The organizing committee, comprising of 7 institutions • bring people together to work on interesting/important prob- [6], met in a CAIDA-hosted workshop on 12-13 November 2015 lems, spurring collaborations; [4]. We defined the format of the event and in particular discussed • provide additional incentive for students to attend NANOG (i) which tools and data sources to make available in the hackathon and for members of the industry to join the hackathon. and how they could complement each other (Section 3) and (ii) a set of challenging projects that participants could pick, transform as exchange traffic with the real Internet. or use for inspiration to propose entirely new projects. Briefly af- Spurred by the needs of the Hackathon, the PEERING team ex- terwards we announced the event. pedited a number of major improvements to the testbed. First, The response from the community was enthusiastic. We received to replace manual, ad-hoc configuration and tracking of PEER- more than 80 applications as competing participant, from which ING sites and experiments, the team built a centralized site that we selected 50 (≈ 30 graduate students) and we assigned 33 travel manages experiments and resources and automatically generates grants (almost entirely to students). Selection criteria for participa- and deploys configuration files to PEERING sites and experiments, tion took into account the ideas for potential projects and feedback making it easier to provision and update experiments. Second, the applicants wrote in the application form, providing equal oppor- team redesigned the toolkit that experimenters use to interact with tunities to students from different countries and institutions, and the testbed, making it easier to use while adding more sophisticated gender balance (we accepted all 6 female applicants – students and functionality, such as control over which peers receive an experi- postdocs). In addition, several experts applied to offer their knowl- ment’s announcements at an IXP. edge to hackathon participants. The 90 attendees, including jury BGPStream is an open-source software framework for live and members, represented academia (50), industry (21, including Face- historical BGP data analysis, supporting scientific research, oper- book, Google, NTT, Cloudflare, DE-CIX, Symantec, Cisco, Com- ational monitoring, and post-event analysis. BGPStream allows cast), US and European government agencies (6, from DHS, NSF, users to either quickly inspect raw BGP data from the command- FNISA), and non-profit organizations (12, including ISOC, LAC- line, develop Python apps, or build complex systems using a C/C++ NIC, M-Lab) [7]. API. BGPStream provides seamless and live access to both the Before the event, the participants interacted through a mailing RouteViews and RIPE RIS data archives, and for the BGP Hackathon list and used the hackathon wiki to comment on and propose project we added experimental live access to a stream of BGP data gen- ideas as well as indicate their specific expertise. During the hackathon, erated by BMP-enabled RouteViews collectors. Organizing the teams of 1 to 7 people formed spontaneously and worked on de- hackathon also pushed us to introduce additional features and fixes veloping code to extend, use and/or integrate existing open source in time for the event, which were released as version 1.1 of the platforms and tools by demonstrating their utility in understand- software framework. ing or solving practical problems, such as detecting BGP prefix The BGPMon system [2] monitors, stores and analyzes BGP hijacking attacks, studying performance of anycast, etc. (Section information captured from approximately 400 routers around the 4). Competing participants worked side by side with top experts world in real-time. The information collected by BGPMon is useful in the field – some of them the developers/maintainers of the plat- to researchers and network operators. BGPmon is open source and forms used in the experiments – who sometimes hacked code and built with community-supported software such as GoBGP, OpenBMP experiments themselves. During both days, the jury members sat and Cassandra. BGPMon can be deployed as a public service, as at the tables with the “hackers” and engaged with them in conver- done at CSU, or as a private service for sensitive
Recommended publications
  • Securing Interdomain Network Routing with Resource Public Key Infrastructure (RPKI)
    Securing Interdomain Network Routing with Resource Public Key Infrastructure (RPKI) A Technical Paper prepared for SCTE•ISBE by Mark Goodwin IP Design Engineer Cox Communications, Inc 6305-B Peachtree Dunwoody Rd, Atlanta, GA 30328 404-269-8267 [email protected] © 2019 SCTE•ISBE and NCTA. All rights reserved. Table of Contents Title Page Number Table of Contents .................................................................................................................................... 2 1. Introduction .................................................................................................................................... 4 2. Motivations .................................................................................................................................... 4 2.1. BGP Security Analysis ....................................................................................................... 4 3. RPKI Components ......................................................................................................................... 6 3.1. Certificate Authority (CA) ................................................................................................... 7 3.2. Resource Certificate .......................................................................................................... 7 3.3. Route Origin Authorizations (ROAs)................................................................................... 8 3.4. RPKI Validating Cache .....................................................................................................
    [Show full text]
  • Bambauer-Macro-V2-Nov 28.Docx (Do Not Delete) 12/12/14 6:26 Pm
    BAMBAUER-MACRO-V2-NOV 28.DOCX (DO NOT DELETE) 12/12/14 6:26 PM FOXES AND HEDGEHOGS IN TRANSITION DEREK E. BAMBAUER* INTRODUCTION .......................................................................................... 1 I. A FLATTER NETWORK ........................................................................... 2 II. UNIVERSAL SERVICE? .......................................................................... 7 III. THE CAST OF CHARACTERS .............................................................. 10 CONCLUSION ........................................................................................... 16 INTRODUCTION The migration from a congeries of communications protocols and technologies to an Internet Protocol-based system is an architectural shift of profound magnitude: it is as though people returned to the city of Babel, abandoning their native tongues for a single lingua franca. Perhaps, after this shift, nothing will be restrained from those who use the Internet.1 And yet, there will inevitably be problems that arise from the shift. Scholars and activists have already raised concerns about equal access to communications capabilities; about the security and resiliency of the new architecture; and about the tension between competing speech interests on the network. One way of thinking about these problems, and potential solutions, is to classify them as either hedgehogs or foxes. The British philosopher Isaiah Berlin suggested that intellectuals can be classified into these two camps, puckishly borrowing from the Greek
    [Show full text]
  • Overview of Routing Security Landscape for the Quilt Member Meeting, Winter 2019 Mark Beadles, CISO, Oarnet [email protected] BGP IDLE
    Overview of Routing Security Landscape for the Quilt Member Meeting, Winter 2019 Mark Beadles, CISO, OARnet [email protected] BGP IDLE CONNECT ACTIVE OPEN OPEN SENT CONFIRM ESTAB- LISHED 2/13/2019 Routing Security Landscape - The Quilt 2 Overview of Routing Security Landscape • Background • Threat environment • Current best practices • Gaps 2/13/2019 Routing Security Landscape - The Quilt 3 Background - Definitions • BGP • Border Gateway Protocol, an exterior path-vector gateway routing protocol • Autonomous System & Autonomous System Numbers • Collection of IP routing prefixes under control of a network operator on behalf of a single administrative domain that presents a defined routing policy to the Internet • Assigned number for each AS e.g. AS600 2/13/2019 Routing Security Landscape - The Quilt 4 Background - The BGP Security Problem By design, routers running BGP accept advertised routes from other BGP routers by default. (BGP was written under the assumption that no one would lie about the routes, so there’s no process for verifying the published announcements.) This allows for automatic and decentralized routing of traffic across the Internet, but it also leaves the Internet potentially vulnerable to accidental or malicious disruption, known as BGP hijacking. Due to the extent to which BGP is embedded in the core systems of the Internet, and the number of different networks operated by many different organizations which collectively make up the Internet, correcting this vulnerabilityis a technically and economically challenging problem. 2/13/2019 Routing Security Landscape - The Quilt 5 Background – BGP Terminology • Bogons • Objects (addresses/prefixes/ASNs) that don't belong on the internet • Spoofing • Lying about your address.
    [Show full text]
  • High Volume of European Network Traffic Re-Routed Through China
    Memo 11/06/2019 - TLP:WHITE High volume of European network traffic re-routed through China Telecom Reference: Memo [190611-1] Date: 11/06/2019 - Version: 1.0 Keywords: BGP, digital infrastructure, China Sources: publicly available information Key Points A routing incident led to 70 000 routes used for European traffic being redirected through China Telecom for over 2 hours. Border Gateway Protocol (BGP) errors are a relatively common issue but usually last just a few minutes. China Telecom has still not implemented some basic routing safeguards to detect and remediate them in a timely manner. Summary On June 6, a routing incident led to over 70 000 routes used for European mobile networks being redirected through China Telecom for over two hours. The incident began at 09:43 UTC when Swiss data centre colocation company Safe Host (AS21217) unintentionally leaked over 70 000 routes to China Telecom (AS4134) in Frankfurt, Germany. China Telecom then announced these routes on to the global internet redirecting large amounts of traffic destined for some of the largest European mobile networks through China Telecom’s network. Some of the most impacted European networks included Swisscom (AS3303) of Switzerland, KPN (AS1136) of Holland, Bouygues Telecom (AS5410) and Numericable-SFR (AS21502) of France. Often routing incidents only last for a few minutes, but in this case, many of the leaked routes were in circulation for over two hours. Comments China Telecom, a major international carrier, has still not implemented neither the basic routing safeguards necessary to prevent propagation of routing leaks nor the processes and procedures necessary to detect and remediate them in a timely manner when they inevitably occur.
    [Show full text]
  • Detecting IP Prefix Hijack Events Using BGP Activity and AS Connectivity Analysis
    University of Plymouth PEARL https://pearl.plymouth.ac.uk 04 University of Plymouth Research Theses 01 Research Theses Main Collection 2017 Detecting IP prefix hijack events using BGP activity and AS connectivity analysis Alshamrani, Hussain Hameed http://hdl.handle.net/10026.1/9566 University of Plymouth All content in PEARL is protected by copyright law. Author manuscripts are made available in accordance with publisher policies. Please cite only the published version using the details provided on the item record or document. In the absence of an open licence (e.g. Creative Commons), permissions for further reuse of content should be sought from the publisher or author. Detecting IP prefix hijack events using BGP activity and AS connectivity analysis BY Hussain Hameed Alshamrani A thesis submitted to the University of Plymouth in partial fulfilment for the degree of Doctor of Philosophy Centre for Security, Communications and Network (CSCAN) Plymouth University February 2017 Copyright This copy of the thesis has been supplied on condition that anyone who consults it is understood to recognise that its copyright rests with its author and that no quotation from the thesis and no information derived from it may be published without the author’s prior consent. Abstract The Border Gateway Protocol (BGP), the main component of core Internet connectivity, suffers vulnerability issues related to the impersonation of the ownership of IP prefixes for Autonomous Systems (ASes). In this context, a number of studies have focused on securing the BGP through several techniques, such as monitoring-based, historical-based and statistical-based behavioural models. In spite of the significant research undertaken, the proposed solutions cannot detect the IP prefix hijack accurately or even differentiate it from other types of attacks that could threaten the performance of the BGP.
    [Show full text]
  • Secure Blockchain Network Communication Using SCION
    DEGREE PROJECT IN COMPUTER SCIENCE AND ENGINEERING, SECOND CYCLE, 30 CREDITS STOCKHOLM, SWEDEN 2018 Secure Blockchain Network Communication using SCION ALEKSANDAR VORKAPIC KTH ROYAL INSTITUTE OF TECHNOLOGY SCHOOL OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE Secure Blockchain Network Communication using SCION ALEKSANDAR VORKAPIC´ Master in Computer Science Date: December 5, 2018 Supervisor: Panos Papadimitratos Examiner: Mads Dam Principal: Adrian Perrig, ETH Zürich Swedish title: Säker nätverkskommunikation för blockkedja med hjälp av SCION School of Electrical Engineering and Computer Science i Abstract The paper by Apostolaki, Zohar, and Vanbever [3] describes two rout- ing attacks on the Bitcoin network, partition attack and delay attack. By isolating parts of the network or delaying block propagation, a sig- nificant amount of mining power could be wasted, resulting in rev- enue loss and a wide range of exploits could be enabled, such as dou- ble spending. Hence, the Bitcoin’s solution to the double spending problem would be broken, making the technology unreliable and un- available. The Border Gateway Protocol (BGP) is the standardized routing protocol in the current Internet, without any security guarantees. Nu- merous security extensions have been proposed for BGP, but there is still no widely deployed solution. Therefore, some argue that instead of securing BGP, an entirely new inter-domain architecture should be developed. The thesis investigates the possible mitigation of routing attacks in the blockchain technology, by using the new inter-domain architec- ture called SCION. Two solutions are proposed utilizing SCION and IP, namely an application level solution and a SIG proxy solution. The solutions have been evaluated in terms of security, availability and efficiency, with the conclusion that routing attacks can be mitigated using SCION.
    [Show full text]
  • Istrinternet Security Threat Report Volume
    ISTRInternet Security Threat Report Volume 23 01 Introduction Page 2 ISTR April 2017 THE DOCUMENT IS PROVIDED “AS IS” AND ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD TO BE LEGALLY INVALID. SYMANTEC CORPORATION SHALL NOT BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES IN CONNECTION WITH THE FURNISHING, PERFORMANCE, OR USE OF THIS DOCUMENT. THE INFORMATION CONTAINED IN THIS DOCUMENT IS SUBJECT TO CHANGE WITHOUT NOTICE. INFORMATION OBTAINED FROM THIRD PARTY SOURCES IS BELIEVED TO BE RELIABLE, BUT IS IN NO WAY GUARANTEED. SECURITY PRODUCTS, TECHNICAL SERVICES, AND ANY OTHER TECHNICAL DATA REFERENCED IN THIS DOCUMENT (“CONTROLLED ITEMS”) ARE SUBJECT TO U.S. EXPORT CONTROL AND SANCTIONS LAWS, REGULATIONS AND REQUIREMENTS, AND MAY BE SUBJECT TO EXPORT OR IMPORT REGULATIONS IN OTHER COUNTRIES. YOU AGREE TO COMPLY STRICTLY WITH THESE LAWS, REGULATIONS AND REQUIREMENTS, AND ACKNOWLEDGE THAT YOU HAVE THE RESPONSIBILITY TO OBTAIN ANY LICENSES, PERMITS OR OTHER APPROVALS THAT MAY BE REQUIRED IN ORDER FOR YOU TO EXPORT, RE-EXPORT, TRANSFER IN COUNTRY OR IMPORT SUCH CONTROLLED ITEMS. Back to Table of Contents 01 Introduction 03 Facts and Figures Executive Summary Malware Big Numbers Web Threats Methodology Email Vulnerabilities Targeted Attacks 02 Year in Review Mobile Threats The Cyber Crime Threat Landscape Internet of Things Targeted Attacks by Numbers
    [Show full text]
  • Multiple Origin Ases Identification for IP Prefix Hijacking and Mis
    Poster: MOAI: Multiple Origin ASes Identification for IP Prefix Hijacking and Mis-Origination Hironori Imai Masayuki Okada Akira Kanaoka Toho University Japan Network Information Center (JPNIC) Toho University [email protected] [email protected] [email protected] TABLE I. ADVERTISEMENT TYPE (AT) CLASSIFICATION I. INTRODUCTION AT IP Prefix in update AS number in update In BGP, which controls the Internet routing information, AT1 Not Found - AT2 Exact Match in Full Route Match in Full Route the presence of inappropriate routing information in advertise- AT3 Exact Match in Full Route Differ from Full Route ments is a significant problem. Inappropriate route advertising AT4 Included in Full Route Match in Full Route in BGP is called Mis-Origination. In this research, we focused AT5 Included in Full Route Differ from Full Route on IP Prefix Hijacking caused by IP prefix collisions, which is a typical case of Mis-Origination. The existence of Mis- origination has been pointed out[1], [2], and prevention and II. MOAI OVERVIEW detection methods have been actively studied. IP prefix con- flicts are caused by Multiple Origin ASs (MOAS), in which Fig.1 shows an overview of the proposed method. First, the IP address range is advertised by multiple ASs. In recent information about the two types of routes is obtained from years, services have diversified, such as DDoS mitigation and the BGP monitoring infrastructure, such as RIPE RIS and IP address leasing, and they are generating MOAS with a RouteViews. One is the full route, which is all the route clear intention without malice.
    [Show full text]
  • The 11Th Workshop on Active Internet Measurements (AIMS-11) Workshop Report
    The 11th Workshop on Active Internet Measurements (AIMS-11) Workshop Report kc claffy David Clark UCSD/CAIDA MIT/CSAIL [email protected] [email protected] This article is an editorial note submitted to CCR. It has NOT been peer reviewed. The authors take full responsibility for this article’s technical content. Comments can be posted through CCR Online. ABSTRACT as destinations for some experiments and the basis for more com- On 16-17 April 2018, CAIDA hosted its eleventh Workshop on plex measurements. The RIPE NCC currently hold about 66TB of Active Internet Measurements (AIMS-11). This workshop series compressed measurement data, and operates an internal, private, provides a forum for stakeholders in Internet active measurement Hadoop cluster for analysis of accumulated measurements and projects to communicate their interests and concerns, and explore metadata. Query execution can be slow, and maintenance is ex- cooperative approaches to maximizing the collective benefit of de- pensive, relying on multiple specialists to manage software and ployed infrastructure and gathered data. An overarching theme this hardware sysetms. For external users, public results are available year was scaling the storage, indexing, annotation, and usage of in bulk via FTP, or via an API, but with no query interface. Stephen Internet measurements. We discussed tradeoffs in use of commer- Strowes (RIPE NCC, visiting CAIDA this year) reported on a new cial cloud services to to make measurement results more accessible experiment led by Elena Dominguez (RIPE NCC) to put RIPE Atlas and informative to researchers in various disciplines. Other agenda measurements in the Google Cloud (BigQuery) Platform, to improve topics included status updates on recent measurement infrastruc- query performance, improve service availability, and reduce oper- tures and community feedback; measurement of poorly configured ating costs, for both internal (to RIPE) and community use.
    [Show full text]
  • Routing Security in Latin America and the Caribbean Table of Contents
    Routing Security in Latin America and the Caribbean Table of Contents Acknowledgments 3 Introduction 4 What is at Stake? 5 Types of incidents 8 Route Hijacking (BGP Hijacking) 9 Route Leaks (BGP Leaks) 10 Incidents Timeline 12 Event Analysis 15 Methodology 15 Numbers around the World 16 Numbers in the Region 27 Events by Country 28 Rankings in Latin America 35 Mitigation Strategies 36 Initiatives 38 FORT Project 39 Conclusion 40 Annexes 41 Number of Incidents by Month around the World 41 2017 Statistics 42 2018 Statistics 46 2 Acknowledgments Author: Augusto Luciano Mathurin Supervisors: Carolina Caeiro Guillermo Cicileo Reviewers: Carlos Martinez-Cagnazzo Raúl Ramirez Castañeda Style Editor: María Eugenia Martínez Graphic Designer: Martin Mañana English Translator: Justina Díaz Cornejo Collaborators: Andrei RoBachevsky Gerardo Pias Mariela Rocha 3 Introduction Routing is one of the few components of Internet infrastructure that is still insecure. Nowadays, it is easy to hijack routing systems to Block weBsites, spy on users and redirect traffic to false destinations. These vulneraBilities may affect the free flow of information around the world and pose a threat to the security and privacy of users. Internet standardization Bodies have Been struggling for a long time to identify strategies that make routing more secure. The purpose of this three-part report is to help us address and understand this issue both globally and in our region. ● Firstly, as an introduction, this report explains that the Internet can Be the target of various attacks of very diverse technical characteristics, and then moves on to routing infrastructure attacks that Become incidents: hijacks and leaks in the BGP protocol.
    [Show full text]
  • The Hidden Story of China Telecom's BGP Hijacking
    Military Cyber Affairs Volume 3 Issue 1 Article 7 2018 China’s Maxim – Leave No Access Point Unexploited: The Hidden Story of China Telecom’s BGP Hijacking Chris C. Demchak U.S. Naval War College, [email protected] Yuval Shavitt Tel Aviv University, [email protected] Follow this and additional works at: https://scholarcommons.usf.edu/mca Part of the International Relations Commons Recommended Citation Demchak, Chris C. and Shavitt, Yuval (2018) "China’s Maxim – Leave No Access Point Unexploited: The Hidden Story of China Telecom’s BGP Hijacking," Military Cyber Affairs: Vol. 3 : Iss. 1 , Article 7. https://www.doi.org/https://doi.org/10.5038/2378-0789.3.1.1050 Available at: https://scholarcommons.usf.edu/mca/vol3/iss1/7 This Article is brought to you for free and open access by Scholar Commons. It has been accepted for inclusion in Military Cyber Affairs by an authorized editor of Scholar Commons. For more information, please contact [email protected]. China’s Maxim – Leave No Access Point Unexploited: The Hidden Story of China Telecom’s BGP Hijacking Cover Page Footnote The views and ideas expressed here are the authors alone, and do not represent those of the Department of Defense, U.S. Navy, or U.S. Naval War College. Erratum A revised article was uploaded including a disclaimer. This article is available in Military Cyber Affairs: https://scholarcommons.usf.edu/mca/vol3/iss1/7 Demchak and Shavitt: China’s Maxim – Leave No Access Point Unexploited China’s Maxim – Leave No Access Point Unexploited: The Hidden Story of China Telecom’s BGP Hijacking Chris C.
    [Show full text]
  • BGP Security and the Future
    BGP security and the future A meta-analysis of BGP threats and security to provide a new direction for practical BGP se- curity T.R. van Rossum BGP security and the future A meta-analysis of BGP threats and security to provide a new direction for practical BGP security by T.R. van Rossum to obtain the degree of Master of Science at the Delft University of Technology, to be defended publicly on October 15, 2020 at 13:00. Student number: 4246306 Project duration: March 1, 2019 – October 15, 2020 Thesis committee: Dr. C. Doerr, TU Delft, supervisor, chair Dr. S. Picek, TU Delft Dr. K. Hildebrandt, TU Delft This thesis is confidential and cannot be made public until October 14, 2021. An electronic version of this thesis is available at http://repository.tudelft.nl/. Abstract The Internet consists of many subnetworks, which are connected to each other. These subnetworks are the autonomous systems (ASes) that make up the Internet: each hosts a part of it. In order to successfully deter- mine routes from one of these ASes to the other, the Border Gateway Protocol (BGP) is used. This protocol has several security flaws however, and exploitation of them has lead to parts of the Internet being temporarily unreachable. In order to combat these flaws, several security solutions have been developed already. However, none of these have been deployed on a wide scale yet. As such, this thesis focuses on the question: why not, and what can be done to protect BGP in the future? This thesis includes an analysis of the BGP threat landscape, to find which threats are most relevant, and to find out whether or not solutions have adapted to the threat landscape.
    [Show full text]