Intrusion Detection and Intrusion Prevention on a Large Network: a Case Study

Total Page:16

File Type:pdf, Size:1020Kb

Intrusion Detection and Intrusion Prevention on a Large Network: a Case Study THE ADVANCED COMPUTING SYSTEMS ASSOCIATION The following paper was originally published in the Proceedings of the Workshop on Intrusion Detection and Network Monitoring Santa Clara, California, USA, April 9–12, 1999 Intrusion Detection and Intrusion Prevention on a Large Network: A Case Study Tom Dunigan and Greg Hinkel Oak Ridge National Laboratory © 1999 by The USENIX Association All Rights Reserved Rights to individual papers remain with the author or the author's employer. Permission is granted for noncommercial reproduction of the work for educational or research purposes. This copyright notice must be included in the reproduced paper. USENIX acknowledges all trademarks herein. For more information about the USENIX Association: Phone: 1 510 528 8649 FAX: 1 510 548 5738 Email: [email protected] WWW: http://www.usenix.org Intrusion Detection and Intrusion Prevention on a Large Network. A Case Study. Tom Dunigan, Network Research Oak Ridge National Laboratory Greg Hinkel, Computer & Network Security Oak Ridge National Laboratory Abstract A security plan is essential. Knowing what to look for takes time, experience, diligence, and a lot of This paper describes the general requirements for an luck. Our plan needed to answer the following Intrusion Prevention and Detection System and the questions. methods used to prevent and detect intrusions into Oak • What is the threat? Ridge National Laboratory's network. In this paper we • What can happen if an intrusion occurs? describe actual intrusions, how they were detected, and • What should we watch for? how they were handled. We also describe the • What should we report? monitoring tools we use for detecting intrusions. – What should our intrusion detection system report to us? – Should we report intrusions to someone Introduction and if so, to whom? • What should we do if and when we suspect At Oak Ridge National Laboratory (ORNL), we have an an intrusion? open environment in which researchers around the world must collaborate with ORNL researchers. These Intrusion prevention is our goal. However, it was users want and need easy access to each other's data, clear that we would not be able to completely programs, and correspondence. Furthermore, many of prevent intrusions, so we decided to: the researchers have been accustomed to unfettered • try to reduce the number of possible access to and from the Internet. Obviously, we also intrusions, and have data that should not be available to external users. • quickly detect any intrusions that did occur. Our network consists of approximately 18,000 A simple solution to intrusion prevention and computers running a variety of operating systems, detection was not possible at ORNL. Trying to including UNIX, VMS, Windows, and MacOS. Our reduce the number of intrusions would have to be users abilities range from "untrained" desktop users to accomplished by providing secure mechanisms for highly trained supercomputer programmers. end users to access their computer systems and then educating those users and their system An open environment like ORNL's poses many security administrators about the proper use of those secure concerns. The dynamic nature of the work performed at mechanisms. Additional hardware and software ORNL introduces additional security concerns in that would be required for intrusion detection. Detecting new project initiatives, with new users and new intrusions in real time is preferable and in isolated computers, begin almost daily. These new projects cases is possible. However, to reduce the likelihood often create sudden increases in network activity from of terminating a legitimate connection and to be new and different computer systems, and the sudden more effective at detecting intrusions, it was clear increases make it difficult to weed out "new project" that we would have to log and analyze users' traffic from intrusion attempts. Also, many of our activities. There are commercial packages that "users" are not physically located at ORNL. Trying to satisfy some of our requirements; however, none determine if a remote user is the "legitimate user" is not would satisfy all of our requirements. Therefore, we an easy task. The question, "Was login information had to implement a specialized program that used sniffed by a hacker who is now logging in?," is quite commercial packages in conjunction with solutions difficult to answer. developed in-house. At ORNL, we use a layered approach to network security because multiple layers make penetration more difficult while making detection a bit easier. We Our second greatest threat is misconfigured or define our layers as follows: unpatched systems. We have several users that 1. firewall for limiting access, cannot (or do not want to) spend time/money to 2. external monitoring for detecting attacks, ensure the integrity of their machines, or they do not 3. internal monitoring for detecting attacks and understand the threat and importance of keeping reducing vulnerabilities, their machines secured. Our computers have been 4. system administration for reducing "hacked" because of "misconfigured" or unpatched vulnerabilities, and systems. However, our decision to use a commercial 5. end users for reducing vulnerabilities. security package, Internet Security Scanner (ISS), and to develop customized tools for checking for The security staff must be knowledgeable security network vulnerabilities, have significantly reduced professionals and they must: our vulnerabilities. • know what to look for (i.e., what kinds of attacks might occur?); An internal scan may show no vulnerabilities one • know what they are seeing (i.e., what does the day, but that is no assurance that a vulnerability data "on the wire" or in the log files will not be present the next day. For example, we represent?); scanned our address space for "named" service and • know (or have an idea) what to do if their notified appropriate system administrators of computers come under attack and know who to potential vulnerabilities. The day after that scan, contact for additional information or assistance; one of our users rebooted his machine from and Windows 95 to Linux, which was running an • educate the users and system administrators unpatched "named." That night our network was about computer and network security issues, scanned by a remote site, and that machine was and keep them informed of current attack compromised via a buffer overflow in "named." methods and counter measures. Q. What can happen if an intrusion occurs? We think it is important for the security staff to have a A. Possible problems for us include: good rapport with users. Users and system 1. loss of data; administrators should trust the security professionals 2. modification of data, which can be more and look to them for advice; users should be able to serious than loss of data; depend on the security professionals to keep them 3. misuse of equipment; abreast of current attack methods and countermeasures. 4. loss of employee time and/or CPU time; 5. time spent assessing damage and cleaning At ORNL, we need fast data collecting machines that up; and are tightly controlled, with all unneeded services turned 6. embarrassment to the company/project/ off. Encrypted communication is the only means of individual. entry into these machines (except for console access). Our security staff is trained to use these encrypted Q. What should we watch for and what should our channels correctly. intrusion detection system report to us? A. Because our biggest security threat is legitimate We also need plenty of disk space for log files because users having their login information sniffed at a we planned to keep at least one month's worth of data remote site, we need to watch for unusual activity online. for each user. For example, if a user typically logs in from Knoxville and suddenly logs in from Peru, we need to be notified. Likewise, if a user typically Policy Decisions uses a computer for editing, compiling, and running FORTRAN programs, and suddenly begins using Q. What is the threat? IRC (Internet Relay Chat), we need to be notified. A. We generally consider the users on our network to Following the activity patterns of users requires be "trusted." Our main concern is people outside our monitoring the commands they issue, which meant network trying to get into our network. Many of our a network keystroke logger was needed. users log in through their ISP (Internet Service Provider); from a conference floor; or from a remote Because port scanning is very popular and because network (e.g., at a collaborator's site) using insecure we need to watch other network services (in addition applications, such as telnet, ftp, or POP. Therefore, we to those that the keystroke logger picks up), it have determined that our biggest threat is from seemed prudent to detect incoming connection authorized remote users who access our machines and requests, which meant we also needed a "touch have their login information sniffed at the remote site. logger." Hardware Configuration These monitors do not usually provide real-time notification, so we use a third party Intrusion Detection At ORNL, we have several dedicated computer System (IDS) which does provide real-time systems that collect network data coming from and notification. We also knew that there would be times going to external networks. They are all time- when we would have to monitor specific services and/or synchronized to ensure accurate "reconstruction" of hosts (for "special case" needs), so we added an each attack. Time synchronization is also necessary additional machine for this purpose. because with that information, personnel at the offending site can track the attacker much more Q. What should we do if/when we suspect an easily. intrusion? A. Possible actions are: These machines log successful and unsuccessful 1. remove compromised machine from the TCP connections, UDP packets, and user network, keystrokes with tools developed in-house. An 2. setup additional monitoring, additional computer logs selected connections and 3.
Recommended publications
  • The 5 Things You Need to Do to Protect Yourself from Ransomware
    THE 5 THINGS YOU NEED TO DO TO PROTECT YOURSELF FROM RANSOMWARE ARE YOU RANSOMWARE-AWARE? In our recent survey* of more than RANSOMWARE is malware sent The 5 things you need to do to protect 3,000 people in the U.S. and Canada by criminals that encrypts your we learned that many are unaware of files and threatens to delete yourself from ransomware ransomware or how to defend against it. them if you don’t pay a ransom. By Stephen Cobb, ESET Senior Security Researcher ...said85% they would not pay the ransom fee and just risk losing their files, and Family photos and videos. Tax returns and other financial records. Business 15% said they would pay and take the chance that they may not even get documents. Think about everything that you keep on your computer. What their files back. would happen if it all was stolen from you? ...of42% people did not know if the internet That’s what a ransomware attack does. Criminals use this nasty breed security/antivirus they were using helped protect them from ransomware. of software to reach out over your internet connection and kidnap the contents of your computer, literally holding them for ransom. Ransomware silently encrypts all of your personal files, making them unreadable, and then demands that you send money to the criminal in order to restore them. ...of31% respondents NEVER backup their files. Those in the youngest age bracket (18-24) were the most likely age group to never back up files (35%). We surveyed over 3,000 people across the U.S.
    [Show full text]
  • Internet Security
    Internet Security Thompson Davis & Co. (TD & Co.) is committed to protecting the security and confidentiality of customer information. We use a combination of state-of-the-art technology and methods to help to protect the security of your online information. • Internet Communication Security Measures - Any sensitive personal information that you send through TD & Co. is held in a secured environment, protected by tools such as firewalls and/or database field encryption. Please do not send any sensitive or personal information over email. TD & Co. will not electronically send any personal financial information to you unless you request us to do so. • Protect Yourself from Fraudulent Web Sites - Personal information shared over the Internet can be used to commit fraud. One common method is for thieves to create a web site using a name that is similar to that of a reputable business, for instance by using a common misspelling of the company's name. The intent is to lure you into clicking onto the copycat web site and giving your personal information, including your account number and password. We caution you to make sure of whom you are dealing with over the Internet and to understand what will be done with your information. Always check that you have typed the correct web site address before entering personal information onto a site. • Personal Computer Security – Regardless of the security measures TD & Co. takes to protect your online financial information, if the computer or network you are using to access this data is not secure, you run the risk of your financial information being compromised.
    [Show full text]
  • Internet Security Threat Report Volume 24 | February 2019
    ISTRInternet Security Threat Report Volume 24 | February 2019 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. TABLE OF CONTENTS 1 2 3 BIG NUMBERS YEAR-IN-REVIEW FACTS AND FIGURES METHODOLOGY Formjacking Messaging Cryptojacking Malware Ransomware Mobile Living off the land Web attacks and supply chain attacks Targeted attacks Targeted attacks IoT Cloud Underground economy IoT Election interference MALICIOUS
    [Show full text]
  • Cyber Risks to Public Safety: Ransomware, September 2020
    CYBER RISK TO PUBLIC SAFETY: RANSOMWARE RANSOMWARE IMPACTS ON PUBLIC SAFETY If you are experiencing a ransomware attack, please go directly to page 3 for incident reporting resources Ransomware is a type of malicious software that encrypts information stored on hard drives or network drives and disrupts access to compromised devices or networks. Ransomware applications threaten to erase, lock, or otherwise damage compromised drives and data unless payment is provided. Ransomware programs often elicit a sense of urgency (e.g., a short deadline for payment) to encourage affected organizations to pay. Ransomware applications may threaten to escalate demands (e.g., increase payment) if payment is not provided quickly. Even when payments are provided, malicious actors may steal sensitive information, default on agreements to restore access, or conduct follow-up cyberattacks. While ransomware typically aims to extort money from organizations, malicious actors may also target public safety agencies or critical infrastructure with the goal of disrupting emergency response capabilities.1, 2 Figure 1. Recent Ransomware Attack Statistics Ransomware can have a significant impact on public safety operations, including services provided by fire, emergency medical services, law enforcement, emergency communication centers/public safety answering points, and other public safety partners. Disruptions to public safety operations directly and negatively impact the health and safety of the communities they serve. For example, delays dispatching fire and emergency medical services may lead to increased loss of life and property damage. Malicious actors may target public safety agencies specifically to exploit these negative outcomes, creating a strong sense of urgency to accommodate perpetrator demands. Public safety agencies are highly encouraged to plan and prepare for a ransomware event to mitigate service disruptions, conduct effective response operations, and ensure rapid recovery.
    [Show full text]
  • Internet Security
    Internet Security Personal It’s second nature for us to access the internet throughout the day. Our smartphones, laptops and desktops have essentially become an extension of ourselves. Just like a seatbelt in a car or a helmet on a bike, we all need some type of internet security to protect ourselves from potential hazards. Here are a few internet security tips to ensure you’re safety online. Shop Safely: Check for the padlock: It’s important when shopping online to make sure the site you’re on uses an SSL (secure sockets layer) certificate encryption. You can easily identify a site that uses this certificate by finding an image of a padlock in one of two places: either the status bar or the bottom of your web browser. This encryption ensures your credit card information, email or other personal information is protected from hackers. Phishing Protection: Periodically, you may receive fraudulent email messages appearing to come from a valid source. These emails are generally referred to as SPAM or 'Phishing' messages. To protect yourself and your family from phishing scams: • Be suspicious of any unsolicited emails asking for personal information. You should always be very suspicious when asked for personal information, especially when asked by companies or organizations that should already have such information. If you need to update your information call 1.800.746.4726 to speak to a Customer Service Representative. • Always report fraudulent or suspicious email. Reporting such instances will help get these "bad guys" tracked down. You can report any suspicious emails like these via the Spam button within webmail.
    [Show full text]
  • Internet Security Policy
    Internet Security Policy GEFCU wants to take this opportunity to make our members aware of the increasingly common Internet fraud known as "phishing". The FBI's Internet Fraud Complaint Center reports a steady increase in complaints involving unsolicited e-mails directing consumers to a false "member service" website or directly asking for member information. These scams contribute to a rise in identity theft, credit card fraud, and other Internet-based frauds. One type of fraud, known as "phishing", involves sending members a seemingly legitimate e- mail request for account information, often under the pretense of asking the member to verify or re-confirm confidential personal information such as account numbers, social security numbers, passwords, and other sensitive information. In the e-mail, the perpetrator uses various means to convince members that they are receiving a legitimate message from someone whom the member may already be doing business with, such as your credit union. Techniques such as a false "FROM" address or the use of seemingly legitimate credit union logos, web links, and graphics may be employed to mislead the member. After gaining the member's trust, the perpetrator attempts to convince the member to provide personal information, employing false websites designed to convince the member the website is genuine, or simply embedding a form in the e-mail which the member completes. Criminals will take that information from the member and quickly act to gain unauthorized access to financial accounts, or commit identity theft or other illegal acts before the fraud is identified and stopped. GEFCU does NOT request personal information from members.
    [Show full text]
  • CS 356 – Lecture 28 Internet Authentication
    CS 356 – Lecture 28 Internet Authentication Spring 2013 Review • Chapter 1: Basic Concepts and Terminology • Chapter 2: Basic Cryptographic Tools • Chapter 3 – User Authentication • Chapter 4 – Access Control Lists • Chapter 5 – Database Security (skipped) • Chapter 6 – Malicious Software • Networking Basics (not in book) • Chapter 7 – Denial of Service • Chapter 8 – Intrusion Detection • Chapter 9 – Firewalls and Intrusion Prevention • Chapter 10 – Buffer Overflow • Chapter 11 – Software Security • Chapter 12 – OS Security • Chapter 22 – Internet Security Protocols • Chapter 23 – Internet Authentication Applications Chapter 23 Internet Authentication Applications Kerberos Overview • initially developed at MIT • software utility available in both the public domain and in commercially supported versions • issued as an Internet standard and is the defacto standard for remote authentication • overall scheme is that of a trusted third party authentication service • requires that a user prove his or her identity for each service invoked and requires servers to prove their identity to clients Kerberos Protocol involves clients, application servers, and a Kerberos server • designed to counter a variety of threats to the security of a client/server dialogue • obvious security risk is impersonation • servers must be able to confirm the identities of clients who request service use an Authentication Server (AS) • user initially negotiates with AS for identity verification • AS verifies identity and then passes information on to an application server which will then accept service requests from the client need to find a way to do this in a secure way • if client sends user’s password to the AS over the network an opponent could observe the password • an opponent could impersonate the AS and send a false validation 2.
    [Show full text]
  • Small Business Information Security: the Fundamentals
    NISTIR 7621 Small Business Information Security: The Fundamentals Richard Kissel NISTIR 7621 Small Business Information Security: The Fundamentals Richard Kissel Computer Security Division Information Technology Laboratory National Institute of Standards and Technology Gaithersburg, MD 20899 October 2009 U.S. Department of Commerce Gary Locke, Secretary National Institute of Standards and Technology Patrick D. Gallagher, Deputy Director Acknowledgements The author, Richard Kissel, wishes to thank his colleagues and reviewers who contributed greatly to the document’s development. Special thanks goes to Mark Wilson, Shirley Radack, and Carolyn Schmidt for their insightful comments and suggestions. Kudos to Kevin Stine for his awesome Word editing skills. Certain commercial entities, equipment, or materials may be identified in this document in order to describe and experimental procedure or concept adequately. Such identification is not intended to imply recommendation or endorsement by the National Institute of Standards and Technology, nor is it intended to imply that the entities, materials, or equipment are necessarily the best available for the purpose. i Table of Contents Overview...................................................................................................................................................... 1 1. Introduction.......................................................................................................................................... 1 2. The “absolutely necessary” actions that a small
    [Show full text]
  • Internet Security Protocols
    Internet Security Protocols Bart Preneel February 2011 With thanks to Joris Claessens and Walter Fumy Context • 1. Cryptology: concepts and algorithms • 2. Cryptology: protocols • 3. Public-Key Infrastructure principles • 4. Networking protocols • 5. New developments in cryptology • 6. Cryptography best practices • 7. Hash functions Outline • Internet summary • IETF process • Basic principles • Transport layer security – SSL / TLS • Network layer security – IPSec, VPN, SSH 3 Internet Evolution 1800 Subscriptions worldwide (millions) mobile 1600 Mobile subscribers Fixed 1400 Mobile Internet 1200 Fixed Internet 1000 mobile Internet 800 subscribers 600 400 200 0 1995 2000 2005 2010 4 The Internet - A Network of Networks • “IP is the protocol that integrates all infrastructures” Internet Workstation, Workstation, PC, Laptop, PC, Laptop, PDA, ... IP Router IP Router PDA, ... Network A Network B Network C various Ethernet DECT PSTN transmission Token Ring GSM ISDN technologies WLAN UMTS ATM Powerline Satellites Frame Relay Internet Protocols SMTP HTTP . Application SMTP HTTP . Transport TCP/UDP TCP/UDP Network IP IP Link Link • Network Layer – Internet Protocol (IP) • Transport Layer – Transmission Control Protocol (TCP), User Datagram Protocol (UDP) Data Encapsulation Application Layer Application Layer Application (Web, FTP, ... ) (Web, FTP, ... ) Data Data Transport Layer Transport Layer Transport (TCP, UDP) (TCP, UDP) Transport Transport Header Data Header Data Network Layer Network Layer (IP) Network (IP) Transport Transport
    [Show full text]
  • An Introduction to Computer Security: the NIST Handbook U.S
    HATl INST. OF STAND & TECH R.I.C. NIST PUBLICATIONS AlllOB SEDS3fl NIST Special Publication 800-12 An Introduction to Computer Security: The NIST Handbook U.S. DEPARTMENT OF COMMERCE Technology Administration National Institute of Standards Barbara Guttman and Edward A. Roback and Technology COMPUTER SECURITY Contingency Assurance User 1) Issues Planniii^ I&A Personnel Trairang f Access Risk Audit Planning ) Crypto \ Controls O Managen»nt U ^ J Support/-"^ Program Kiysfcal ~^Tiireats Policy & v_ Management Security Operations i QC 100 Nisr .U57 NO. 800-12 1995 The National Institute of Standards and Technology was established in 1988 by Congress to "assist industry in the development of technology . needed to improve product quality, to modernize manufacturing processes, to ensure product reliability . and to facilitate rapid commercialization ... of products based on new scientific discoveries." NIST, originally founded as the National Bureau of Standards in 1901, works to strengthen U.S. industry's competitiveness; advance science and engineering; and improve public health, safety, and the environment. One of the agency's basic functions is to develop, maintain, and retain custody of the national standards of measurement, and provide the means and methods for comparing standards used in science, engineering, manufacturing, commerce, industry, and education with the standards adopted or recognized by the Federal Government. As an agency of the U.S. Commerce Department's Technology Administration, NIST conducts basic and applied research in the physical sciences and engineering, and develops measurement techniques, test methods, standards, and related services. The Institute does generic and precompetitive work on new and advanced technologies. NIST's research facilities are located at Gaithersburg, MD 20899, and at Boulder, CO 80303.
    [Show full text]
  • Ransomware 2017
    Internet Security Threat Report ISTR Ransomware 2017 An ISTR Special Report Analyst: Dick O’Brien July 2017 Contents Executive summary and Key findings Ransomware: An overview A new breed of threat: WannaCry and Petya Businesses in the crosshairs Affecting the bottom line: Impact of ransomware How ransomware is spread Major ransomware threats Protection and best practices Internet Security Threat Report Contents 3 Executive summary and key findings 28 02 Contain 29 Advanced antivirus engine 5 Ransomware: An overview 29 SONAR behavior engine 8 A new breed of threat: WannaCry 29 Sapient – machine learning and Petya 29 Best practice 9 How WannaCry spread and how it was stopped 29 Ongoing development 9 What is EternalBlue? 29 03 Respond 10 Poor implantation, poor returns 29 Incident Response 10 Petya: Different threat, similar tactics 29 Best practices 10 Who was behind the WannaCry attacks? 30 Appendix: Symantec detections for 11 How Petya was spread common ransomware families 11 Ransomware or wiper? 34 About Symantec 12 Ransomware as a political tool 34 More Information 13 Businesses in the crosshairs 14 Worms are not the only threat 14 Targeted ransomware attacks Figures and Tables 15 Prevention is possible, a cure may not be 6 Ransomware infections by year 6 Ransomware infections by month 16 Affecting the bottom line: Impact of ransomware 6 Impact of WannaCry and Petya outbreaks on monthly infection rate 17 Ransom demands stabilize 6 Monthly ransomware infection numbers 17 Financial and reputational damage without WannaCry and Petya 18
    [Show full text]
  • ISOC-01-0619 Major Initiatives in Cyber-Security Infographic-06
    MAJOR INITIATIVES IN CYBERSECURITY: Public & Private Contributions Towards Increasing Internet Security Internet security is the part of cybersecurity that, broadly security and trustworthiness of the Internet, so that it is open, speaking, relates to the security of Internet infrastructure, the secure and available to all. devices connected to it, and the technical building blocks from This paper intends to illustrate, by means of a handful of which applications and platforms are built. examples regarding Internet Infrastructure, that there are great By design, the Internet is a distributed system with no central number initiatives that are working, sometimes together and core or point of control. Instead, Internet security is achieved by sometimes independently in improving the Internet’s security. collaboration where multiple companies, organizations, An approach we call collaborative security. governments and individuals take action to improve the HTTP SECURITY The Internet Society is a non-prot organization founded in 1992 to provide leadership in Internet related standards, education, and policy. With oces in Washington, D.C., and Geneva, Switzerland, it is dedicated to ensuring the open development, evolution, and use of the Internet for the benet of people throughout the world. More information is available at: https://www.internetsociety.org. 11710 Plaza America Drive, Suite 400, Reston, VA 20190-5108, USA Rue Vallin 2, CH-1201 Genèva, Switzerland MAJOR INITIATIVES IN CYBERSECEURITY: Public & Private Contributions Towards Increasing Internet Security INTERNET CORE SERVICES Wireless LAN Security The wide use of wireless LANs worldwide calls for strong security Routing Infrastructure against eavesdropping and intrusions. The IEEE 802 Committee and The routing system that interconnects the Internet’s tens of industry groups such as the Wi-Fi Alliance are continuing to advance thousands of networks needs a secure foundation in order to the state-of-the-art in protecting wireless LAN communications.
    [Show full text]