How to 0Wn the Internet in Your Spare Time

Total Page:16

File Type:pdf, Size:1020Kb

How to 0Wn the Internet in Your Spare Time USENIX Association Proceedings of the 11th USENIX Security Symposium San Francisco, California, USA August 5-9, 2002 THE ADVANCED COMPUTING SYSTEMS ASSOCIATION © 2002 by The USENIX Association All Rights Reserved 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 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. How to 0wn the Internet in Your Spare Time Stuart Staniford∗ Vern Paxsony Nicholas Weaver z Silicon Defense ICSI Center for Internet Research UC Berkeley [email protected] [email protected] [email protected] Abstract 1 Introduction If you can control a million hosts on the Internet, you can do enormous damage. First, you can launch dis- The ability of attackers to rapidly gain control of vast tributed denial of service (DDOS) attacks so immensely numbers of Internet hosts poses an immense risk to the diffuse that mitigating them is well beyond the state-of- overall security of the Internet. Once subverted, these the-art for DDOS traceback and protection technologies. hosts can not only be used to launch massive denial of Such attacks could readily bring down e-commerce sites, service floods, but also to steal or corrupt great quantities news outlets, command and coordination infrastructure, of sensitive information, and confuse and disrupt use of specific routers, or the root name servers. the network in more subtle ways. Second, you can access any sensitive information We present an analysis of the magnitude of the threat. present on any of those million machines—passwords, We begin with a mathematical model derived from em- credit card numbers, address books, archived email, pirical data of the spread of Code Red I in July, 2001. We patterns of user activity, illicit content—even blindly discuss techniques subsequently employed for achiev- searching for a “needle in a haystack,” i.e., information ing greater virulence by Code Red II and Nimda. In this that might be on a computer somewhere in the Internet, context, we develop and evaluate several new, highly vir- for which you trawl using a set of content keywords. ulent possible techniques: hit-list scanning (which cre- ates a Warhol worm), permutation scanning (which en- Third, not only can you access this information, but you ables self-coordinating scanning), and use of Internet- can sow confusion and disruption by corrupting the in- sized hit-lists (which creates a flash worm). formation, or sending out false or confidential informa- tion directly from a user’s desktop. We then turn to the to the threat of surreptitious worms that spread more slowly but in a much harder to detect In short, if you could control a million Internet hosts, “contagion” fashion. We demonstrate that such a worm the potential damage is truly immense: on a scale where today could arguably subvert upwards of 10,000,000 In- such an attack could play a significant role in warfare ternet hosts. We also consider robust mechanisms by between nations or in the service of terrorism. which attackers can control and update deployed worms. Unfortunately it is reasonable for an attacker to gain con- In conclusion, we argue for the pressing need to de- trol of a million Internet hosts, or perhaps even ten mil- velop a “Center for Disease Control” analog for virus- lion. The highway to such control lies in the exploita- and worm-based threats to national cybersecurity, and tion of worms: programs that self-propagate across the sketch some of the components that would go into such Internet by exploiting security flaws in widely-used ser- a Center. vices.1 Internet-scale worms are not a new phenomenon [Sp89, ER89], but the severity of their threat has rapidly grown with (i) the increasing degree to which the In- 1 We distinguish between the worms discussed in this paper— ∗Research supported by DARPA via contract N66001-00-C-8045 active worms—and viruses (or email worms) in that the latter require yAlso with the Lawrence Berkeley National Laboratory, University some sort of user action to abet their propagation. As such, they tend to of California, Berkeley. propagate more slowly. From an attacker’s perspective, they also suf- zAdditional support from Xilinx, ST Microsystems, and the Cali- fer from the presence of a large anti-virus industry that actively seeks fornia MICRO program to identify and control their spread. 5 5 5 5 1 1 1 1 1 1 1 1 v v c c t t n n 0 L c c e e o o L 9 a a 1 1 0 9 N 1 1 O O N N D D J J N 0 1 B g t B 2 p p l L c 0 L u e e u 0 g J A S S O g 0 n i n 0 i Code Red I v2 k 0 2 k c 0 c a 5 a Code Red I v2 t Code Red II t t 1 t A A Nimda Code Red II s s t t s s 0 o o Nimda 0 H 0 H 0 e 1 0 t e t 0 o 0 o m 1 m e e 0 R R 0 t 0 t c 5 0 c n 0 i n t 5 i s t i s i D D 0 0 020406080 050 100 150 Days Since Sept. 20, 2001 Days Since July 18, 2001 Figure 1: Onset of Code Red I v2, Code Red II, and Nimda: Figure 2: The endemic nature of Internet worms: Number Number of remote hosts launching confirmed attacks corre- of remote hosts launching confirmed attacks corresponding to sponding to different worms, as seen at the Lawrence Berkeley different worms, as seen at the Lawrence Berkeley National National Laboratory. Hosts are detected by the distinct URLs Laboratory, over several months since their onset. Since July, they attempt to retrieve, corresponding to the IIS exploits and 139,000 different remote Code Red I hosts have been con- attack strings. Since Nimda spreads by multiple vectors, the firmed attacking LBNL; 125,000 different Code Red II hosts; counts shown for it may be an underestimate. and 63,000 Nimda hosts. Of these, 20,000 were observed to be infected with two different worms, and 1,000 with all three worms. (Again, Nimda is potentially an underestimate because ternet has become part of a nation’s critical infrastruc- we are only counting those launching Web attacks.) ture, and (ii) the recent, widely publicized introduction of very large, very rapidly spreading Internet worms, surreptitious worms. These spread more slowly, but in a such that this technique is likely to be particularly cur- much harder to detect “contagion” fashion, masquerad- rent in the minds of attackers. ing as normal traffic. We demonstrate that such a worm today could arguably subvert upwards of 10,000,000 In- We present an analysis of the magnitude of the threat. ternet hosts. We begin with a mathematical model derived from em- pirical data of the spread of Code Red I v2 in July and Then in Section 6, we discuss some possibilities August, 2001 (Section 2). We then discuss techniques by which an attacker could control the worm using employed for achieving greater effectiveness and viru- cryptographically-secured updates, enabling it to remain lence by the subsequent Code Red II and Nimda worms a threat for a considerable period of time. Even when (Section 3). Figures 1 and 2 show the onset and progress most traces of the worm have been removed from the of the Code Red and Nimda worms as seen “in the wild.” network, such an “updatable” worm still remains a sig- nificant threat. In this context, we develop the threat of three new techniques for highly virulent worms: hit-list scanning, Having demonstrated the very serious nature of the permutation scanning, and Internet scale hit-lists (Sec- threat, we then in Section 7 discuss an ambitious but tion 4). Hit-list scanning is a technique for accelerat- we believe highly necessary strategy for addressing it: ing the initial spread of a worm. Permutation scanning the establishment at a national or international level is a mechanism for distributed coordination of a worm. of a “Center for Disease Control” analog for virus- Combining these two techniques creates the possibility and worm-based threats to cybersecurity. We discuss of a Warhol worm,2 seemingly capable of infecting most the roles we envision such a Center serving, and offer or all vulnerable targets in a few minutes to perhaps an thoughts on the sort of resources and structure the Cen- hour. An extension of the hit-list technique creates a ter would require in order to do so. Our aim is not to flash worm, which appears capable of infecting the vul- comprehensively examine each role, but to spur further nerable population in 10s of seconds: so fast that no discussion of the issues within the community. human-mediated counter-response is possible. We then turn in Section 5 to the threat of a new class of 2So named for the quotation “In the future, everyone will have 15 minutes of fame.” 2 An Analysis of Code Red I a monthly resurgence, as seen in Figure 2. Why it con- tinues to gain strength with each monthly appearance re- mains unknown.3 The first version of the Code Red worm was initially seen in the wild on July 13th, 2001, according to Ryan We call this model the Random Constant Spread (RCS) Permeh and Marc Maiffret of Eeye Digital Security model.
Recommended publications
  • Post-Mortem of a Zombie: Conficker Cleanup After Six Years Hadi Asghari, Michael Ciere, and Michel J.G
    Post-Mortem of a Zombie: Conficker Cleanup After Six Years Hadi Asghari, Michael Ciere, and Michel J.G. van Eeten, Delft University of Technology https://www.usenix.org/conference/usenixsecurity15/technical-sessions/presentation/asghari This paper is included in the Proceedings of the 24th USENIX Security Symposium August 12–14, 2015 • Washington, D.C. ISBN 978-1-939133-11-3 Open access to the Proceedings of the 24th USENIX Security Symposium is sponsored by USENIX Post-Mortem of a Zombie: Conficker Cleanup After Six Years Hadi Asghari, Michael Ciere and Michel J.G. van Eeten Delft University of Technology Abstract more sophisticated C&C mechanisms that are increas- ingly resilient against takeover attempts [30]. Research on botnet mitigation has focused predomi- In pale contrast to this wealth of work stands the lim- nantly on methods to technically disrupt the command- ited research into the other side of botnet mitigation: and-control infrastructure. Much less is known about the cleanup of the infected machines of end users. Af- effectiveness of large-scale efforts to clean up infected ter a botnet is successfully sinkholed, the bots or zom- machines. We analyze longitudinal data from the sink- bies basically remain waiting for the attackers to find hole of Conficker, one the largest botnets ever seen, to as- a way to reconnect to them, update their binaries and sess the impact of what has been emerging as a best prac- move the machines out of the sinkhole. This happens tice: national anti-botnet initiatives that support large- with some regularity. The recent sinkholing attempt of scale cleanup of end user machines.
    [Show full text]
  • Undergraduate Report
    UNDERGRADUATE REPORT Attack Evolution: Identifying Attack Evolution Characteristics to Predict Future Attacks by MaryTheresa Monahan-Pendergast Advisor: UG 2006-6 IINSTITUTE FOR SYSTEMSR RESEARCH ISR develops, applies and teaches advanced methodologies of design and analysis to solve complex, hierarchical, heterogeneous and dynamic problems of engineering technology and systems for industry and government. ISR is a permanent institute of the University of Maryland, within the Glenn L. Martin Institute of Technol- ogy/A. James Clark School of Engineering. It is a National Science Foundation Engineering Research Center. Web site http://www.isr.umd.edu Attack Evolution 1 Attack Evolution: Identifying Attack Evolution Characteristics To Predict Future Attacks MaryTheresa Monahan-Pendergast Dr. Michel Cukier Dr. Linda C. Schmidt Dr. Paige Smith Institute of Systems Research University of Maryland Attack Evolution 2 ABSTRACT Several approaches can be considered to predict the evolution of computer security attacks, such as statistical approaches and “Red Teams.” This research proposes a third and completely novel approach for predicting the evolution of an attack threat. Our goal is to move from the destructive nature and malicious intent associated with an attack to the root of what an attack creation is: having successfully solved a complex problem. By approaching attacks from the perspective of the creator, we will chart the way in which attacks are developed over time and attempt to extract evolutionary patterns. These patterns will eventually
    [Show full text]
  • Lexisnexis® Congressional Copyright 2003 Fdchemedia, Inc. All Rights
    LexisNexis® Congressional Copyright 2003 FDCHeMedia, Inc. All Rights Reserved. Federal Document Clearing House Congressional Testimony September 10, 2003 Wednesday SECTION: CAPITOL HILL HEARING TESTIMONY LENGTH: 4090 words COMMITTEE: HOUSE GOVERNMENT REFORM SUBCOMMITTEE: TECHNOLOGY, INFORMATION POLICY, INTERGOVERNMENTAL RELATIONS, AND CENSUS HEADLINE: COMPUTER VIRUS PROTECTION TESTIMONY-BY: RICHARD PETHIA, DIRECTOR AFFILIATION: CERT COORDINATION CENTER BODY: Statement of Richard Pethia Director, CERT Coordination Center Subcommittee on Technology, Information Policy, Intergovernmental Relations, and the Census Committee on House Government Reform September 10, 2003 Introduction Mr. Chairman and Members of the Subcommittee: My name is Rich Pethia. I am the director of the CERTO Coordination Center (CERT/CC). Thank you for the opportunity to testify on the important issue of cyber security. Today I will discuss viruses and worms and the steps we must take to protect our systems from them. The CERT/CC was formed in 1988 as a direct result of the first Internet worm. It was the first computer security incident to make headline news, serving as a wake-up call for network security. In response, the CERT/CC was established by the Defense Advanced Research Projects Agency at Carnegie Mellon University's Software Engineering Institute, in Pittsburgh. Our mission is to serve as a focal point to help resolve computer security incidents and vulnerabilities, to help others establish incident response capabilities, and to raise awareness of computer security issues and help people understand the steps they need to take to better protect their systems. We activated the center in just two weeks, and we have worked hard to maintain our ability to react quickly.
    [Show full text]
  • Flow-Level Traffic Analysis of the Blaster and Sobig Worm Outbreaks in an Internet Backbone
    Flow-Level Traffic Analysis of the Blaster and Sobig Worm Outbreaks in an Internet Backbone Thomas Dübendorfer, Arno Wagner, Theus Hossmann, Bernhard Plattner ETH Zurich, Switzerland [email protected] DIMVA 2005, Wien, Austria Agenda 1) Introduction 2) Flow-Level Backbone Traffic 3) Network Worm Blaster.A 4) E-Mail Worm Sobig.F 5) Conclusions and Outlook © T. Dübendorfer (2005), TIK/CSG, ETH Zurich -2- 1) Introduction Authors Prof. Dr. Bernhard Plattner Professor, ETH Zurich (since 1988) Head of the Communication Systems Group at the Computer Engineering and Networks Laboratory TIK Prorector of education at ETH Zurich (since 2005) Thomas Dübendorfer Dipl. Informatik-Ing., ETH Zurich, Switzerland (2001) ISC2 CISSP (Certified Information System Security Professional) (2003) PhD student at TIK, ETH Zurich (since 2001) Network security research in the context of the DDoSVax project at ETH Further authors: Arno Wagner, Theus Hossmann © T. Dübendorfer (2005), TIK/CSG, ETH Zurich -3- 1) Introduction Worm Analysis Why analyse Internet worms? • basis for research and development of: • worm detection methods • effective countermeasures • understand network impact of worms Wasn‘t this already done by anti-virus software vendors? • Anti-virus software works with host-centric signatures Research method used 1. Execute worm code in an Internet-like testbed and observe infections 2. Measure packet-level traffic and determine network-centric worm signatures on flow-level 3. Extensive analysis of flow-level traffic of the actual worm outbreaks captured in a Swiss backbone © T. Dübendorfer (2005), TIK/CSG, ETH Zurich -4- 1) Introduction Related Work Internet backbone worm analyses: • Many theoretical worm spreading models and simulations exist (e.g.
    [Show full text]
  • Computer Security CS 426 Lecture 15
    Computer Security CS 426 Lecture 15 Malwares CS426 Fall 2010/Lecture 15 1 Trapdoor • SttitittSecret entry point into a system – Specific user identifier or password that circumvents normal security procedures. • Commonlyyy used by developers – Could be included in a compiler. CS426 Fall 2010/Lecture 15 2 Logic Bomb • Embedded in legitimate programs • Activated when specified conditions met – E.g., presence/absence of some file; Particular date/time or particular user • When triggered, typically damages system – Modify/delete files/disks CS426 Fall 2010/Lecture 15 3 Examppgle of Logic Bomb • In 1982 , the Trans-Siber ian Pipe line inc iden t occurred. A KGB operative was to steal the plans fhititdtltditfor a sophisticated control system and its software from a Canadian firm, for use on their Siberi an pi peli ne. The CIA was tippe d o ff by documents in the Farewell Dossier and had the company itlibbithinsert a logic bomb in the program for sabotage purposes. This eventually resulted in "the most monu mental non-nu clear ex plosion and fire ever seen from space“. CS426 Fall 2010/Lecture 15 4 Trojan Horse • Program with an overt Example: Attacker: (expected) and covert effect Place the following file cp /bin/sh /tmp/.xxsh – Appears normal/expected chmod u+s,o+x /tmp/.xxsh – Covert effect violates security policy rm ./ls • User tricked into executing ls $* Trojan horse as /homes/victim/ls – Expects (and sees) overt behavior – Covert effect performed with • Victim user’s authorization ls CS426 Fall 2010/Lecture 15 5 Virus • Self-replicating
    [Show full text]
  • MODELING the PROPAGATION of WORMS in NETWORKS: a SURVEY 943 in Section 2, Which Set the Stage for Later Sections
    942 IEEE COMMUNICATIONS SURVEYS & TUTORIALS, VOL. 16, NO. 2, SECOND QUARTER 2014 Modeling the Propagation of Worms in Networks: ASurvey Yini Wang, Sheng Wen, Yang Xiang, Senior Member, IEEE, and Wanlei Zhou, Senior Member, IEEE, Abstract—There are the two common means for propagating attacks account for 1/4 of the total threats in 2009 and nearly worms: scanning vulnerable computers in the network and 1/5 of the total threats in 2010. In order to prevent worms from spreading through topological neighbors. Modeling the propa- spreading into a large scale, researchers focus on modeling gation of worms can help us understand how worms spread and devise effective defense strategies. However, most previous their propagation and then, on the basis of it, investigate the researches either focus on their proposed work or pay attention optimized countermeasures. Similar to the research of some to exploring detection and defense system. Few of them gives a nature disasters, like earthquake and tsunami, the modeling comprehensive analysis in modeling the propagation of worms can help us understand and characterize the key properties of which is helpful for developing defense mechanism against their spreading. In this field, it is mandatory to guarantee the worms’ spreading. This paper presents a survey and comparison of worms’ propagation models according to two different spread- accuracy of the modeling before the derived countermeasures ing methods of worms. We first identify worms characteristics can be considered credible. In recent years, although a variety through their spreading behavior, and then classify various of models and algorithms have been proposed for modeling target discover techniques employed by them.
    [Show full text]
  • The Blaster Worm: Then and Now
    Worms The Blaster Worm: Then and Now The Blaster worm of 2003 infected at least 100,000 Microsoft Windows systems and cost millions in damage. In spite of cleanup efforts, an antiworm, and a removal tool from Microsoft, the worm persists. Observing the worm’s activity can provide insight into the evolution of Internet worms. MICHAEL n Wednesday, 16 July 2003, Microsoft and continued to BAILEY, EVAN Security Bulletin MS03-026 (www. infect new hosts COOKE, microsoft.com/security/incident/blast.mspx) more than a year later. By using a wide area network- FARNAM O announced a buffer overrun in the Windows monitoring technique that observes worm infection at- JAHANIAN, AND Remote Procedure Call (RPC) interface that could let tempts, we collected observations of the Blaster worm DAVID WATSON attackers execute arbitrary code. The flaw, which the during its onset in August 2003 and again in August 2004. University of Last Stage of Delirium (LSD) security group initially This let us study worm evolution and provides an excel- Michigan uncovered (http://lsd-pl.net/special.html), affected lent illustration of a worm’s four-phase life cycle, lending many Windows operating system versions, including insight into its latency, growth, decay, and persistence. JOSE NAZARIO NT 4.0, 2000, and XP. Arbor When the vulnerability was disclosed, no known How the Blaster worm attacks Networks public exploit existed, and Microsoft made a patch avail- The initial Blaster variant’s decompiled source code re- able through their Web site. The CERT Coordination veals its unique behavior (http://robertgraham.com/ Center and other security organizations issued advisories journal/030815-blaster.c).
    [Show full text]
  • Code Red Worm Propagation Modeling and Analysis ∗
    Code Red Worm Propagation Modeling and Analysis ∗ Cliff Changchun Zou Weibo Gong Don Towsley Dept. Electrical & Dept. Electrical & Dept. Computer Science Computer Engineering Computer Engineering Univ. Massachusetts Univ. Massachusetts Univ. Massachusetts Amherst, MA Amherst, MA Amherst, MA [email protected] [email protected] [email protected] ABSTRACT the Internet has become a powerful mechanism for propa- The Code Red worm incident of July 2001 has stimulated gating malicious software programs. Worms, defined as au- activities to model and analyze Internet worm propagation. tonomous programs that spread through computer networks In this paper we provide a careful analysis of Code Red prop- by searching, attacking, and infecting remote computers au- agation by accounting for two factors: one is the dynamic tomatically, have been developed for more than 10 years countermeasures taken by ISPs and users; the other is the since the first Morris worm [30]. Today, our computing in- slowed down worm infection rate because Code Red rampant frastructure is more vulnerable than ever before [28]. The propagation caused congestion and troubles to some routers. Code Red worm and Nimda worm incidents of 2001 have Based on the classical epidemic Kermack-Mckendrick model, shown us how vulnerable our networks are and how fast we derive a general Internet worm model called the two- a virulent worm can spread; furthermore, Weaver presented factor worm model. Simulations and numerical solutions some design principles for worms such that they could spread of the two-factor worm model match the observed data of even faster [34]. In order to defend against future worms, we Code Red worm better than previous models do.
    [Show full text]
  • Virus Protection: the Triad of Armor — Part I: the Workstation
    BY SCOTT JONES Virus Protection: The Triad of Armor — Part I: The Workstation irus protection and prevention are important tasks for system administrators. This article, the V first in a three-part series, examines how to protect one cornerstone of the IT environment — the workstation — and prevent malicious attacks. Code Red, Klez, oh my! Given the intense computer viruses have to cause damage in order to be NIMDA, level of virus activity in the past few classified as a virus. years, I thought it would be helpful to share some insight There are several different types of viruses, although into virus protection and prevention. This three-part series experts debate some of the classifications. The list includes aptly named “The Triad of Armor,” will examine the three stealth, polymorphic, cavity, and tunneling. Nevertheless, cornerstones of virus protection: the workstation, server and these viruses fit the basic description, even though they may email gateway. perform additional operations. A computer worm, much like a virus, can also replicate HISTORY functional copies of itself, but unlike a virus, worms are usually self-contained programs or sets of programs, and do There is some debate as to what the first computer virus not need to attach themselves to a host program. Worms are was. Some say it was the “Brain” virus written in 1986. usually designed to replicate across computer networks. However, in 1981, there were accounts of viruses infecting You can compare the Trojan Horse to the one used in Apple II operating systems. It is not my intent to argue what the battle of Troy — something that looks harmless but the first true computer virus was, but to merely note that has other intentions.
    [Show full text]
  • Me Code Write Good – the L33t Skillz of the Virus Writer
    Me code write good – The l33t skillz of the virus writer. John Canavan Symantec Security Response Abstract •We will take a look at the legacy of less than expert level virus writers, and examine the threat they continue to pose. 2 – Background •July 1962 , Mariner 1 space probe •1985-1987, Therac-25 radiation therapy machine. •August 2003, power blackout affected the North Eastern Coast of the United States. 3 – Bugs in viruses •Until recently, typically written by amateur fanatics, hacked together by script kiddies or as a form of experimentation by overly-curious fledgling coders with minimal testing. •Case studies of bugs in well known viruses… • Overview • Bugs • Impact 4 – The Morris Worm •2 November 1988, Exploited flaws in fingerd/gets and sendmail in BSD-derived versions of UNIX •Many machines gave in to the crippling load and failed completely as their swap space or process tables were exhausted •Most problems due to flawed logic in propagation control routine. 5 – The Morris Worm - Analysis •Designed simply to spread to as many systems as possible •The worm first attempted to spawn a remote shell, invoking /usr/ucb/rsh, /usr/bin/rsh, and /bin/rsh. •If this failed the worm connected to the remote finger server daemon sending a 536 byte buffer overflow exploit string to execute an execve(“/bin/sh”,0, 0). This attack only worked on vulnerable VAX machines, and caused a core dump on Suns. •Finally the worm would attempt to exploit an SMTP vulnerability, setting debug on and sending: mail from: </dev/null> rcpt to: <"|sed -e ’1,/^$/’d | /bin/sh ; exit 0"> 6 – The Morris Worm - Bugs •Calls are made to functions with incorrect numbers of arguments •Local variables are declared but never used •Includes routines that are never referenced •Others that will not be executed because of conditions that are never met.
    [Show full text]
  • Viruses, Infections and Protection
    Viruses, infections and protection www.pandPanasdao Sftowftawraer.ec. omSoluciones Antivirus para Empresas. December 2003 © Panda Software Viruses, infections and protection Virus epidemics in 2003 and antivirus protection At present, a large number of computers around the world lack adequate antivirus protection, as shown by the virus epidemics throughout the year 2003 caused, in most cases, by ‘old’ malicious codes. In contrast with the situation in the past (when some malicious codes were able to spread very quickly but then disappeared shortly after), this year, infections have been mostly caused by viruses whose proliferation has not diminished so rapidly. Actually, they have managed to persist long after antivirus vendors had an antidote against them. This is one of the conclusions that can be extracted from the ranking of the Top Ten viruses most frequently detected by Panda ActiveScan -Panda Software's free online scanner- in 2003. Top Ten viruses most frequently detected by Panda ActiveScan in 2003 Virus % of infections First appeared W32/Bugbear.B 11.21% June 2003 W32/Klez.I 8.59% April 2002 Trj/PSW.Bugbear.B 6.45% June 2003 W32/Blaster 5.32% August 2003 W32/Parite.B 5.1% November 2001 W32/Mapson@MM 4.73% June 2003 W32/EnerKaz 4.42% December 2002 Trj/JS.NoCLose 3.59% January 2003 W32/Bugbear 3.43% September 2002 W32/Bugbear.B.Dam 2.52% June 2003 Bugbear.B (11.21%) tops this ranking largely due to its ability to spread massively by e-mail, and the way that it exploits a vulnerability in Internet Explorer to run automatically.
    [Show full text]
  • Netcat, Superscan, Winscan
    IEEE Globecom 2011 Information Warfare Tom Chen Swansea University Wales, UK [email protected] Outline • Background - Definitions; actors; targets; historical cases • Attack techniques - Reconnaissance; intrusions; stealth; persistent control; DDoS • Defense techniques - Deterrence; prevention; detection; attribution; intrusion tolerance; self healing • Open research issues • Conclusions and future directions TC/Globecom2011/12-9-11 p. 2 Background TC/Globecom2011/12-9-11 p. 3 Section Outline • Definitions • Actors • Targets • Historical cases TC/Globecom2011/12-9-11 p. 4 Definitions • Info. warfare (or cyber warfare): military or political conflicts between nations carried out through computer networks - Actions to adversely affect enemy’s info. and info. systems while defending own - Information is both target and means for gaining advantage (in support of military/political goals) - Definitions vary, e.g., U.S. DoD defines broadly: “operations directed against information in any form, transmitted over any media, including operations against information content, its supporting systems and software, the physical hardware device that stores the data or instructions, and also human practices and perceptions” TC/Globecom2011/12-9-11 p. 5 DoD Definitions Info. Operations Broad (info. warfare) definition Psychological Military Operations Computer Electronic operations deception security network warfare Propaganda Weapon hiding, Classified operations Radio Examples: leaflets target decoys info. (CNO) jamming *Definition here Computer Computer Computer network network network exploitation/ attack (CNA) defense (CND) espionage (CNE) DDoS, Firewalls, Backdoors, malware IDS data theft TC/Globecom2011/12-9-11 p. 6 Recognition as Warfare Domain • U.S. DoD Strategy for Operating in Cyberspace (July 2011) recognizes cyberspace as 5th operational domain (with sea, air, land, space) “Potential U.S.
    [Show full text]