Engineering Intrusion Prevention Services for Iaas Clouds: the Way of the Hypervisor

Total Page:16

File Type:pdf, Size:1020Kb

Engineering Intrusion Prevention Services for Iaas Clouds: the Way of the Hypervisor 2013 IEEE Seventh International Symposium on Service-Oriented System Engineering Engineering Intrusion Prevention Services for IaaS Clouds: The Way of the Hypervisor Sylvie Laniepce Marc Lacoste Mohammed Kassi-Lahlou Fabien Bignon Kahina Lazri Aurelien Wailly Orange Labs, France {s.laniepce, marc.lacoste, mohamed.kassilahlou, fabien.bignon, kahina.lazri, aurelien.wailly}@orange.com This paper mostly focuses on server virtualization and Abstract—Strong user expectations for protecting their cloud- hosted IT systems make enhanced security a key element for on protection from intrusions at the virtual level, meaning cloud adoption. This means that cloud infrastructure security securing the user VMs. This is an emerging area for security should be guaranteed, but also that security monitoring services monitoring services, going a step beyond traditional intrusion should be correctly designed to protect the user Virtual Ma- monitoring for physical infrastructures, namely Intrusion De- chines (VMs), using Intrusion Detection and Prevention Services tection and Prevention Services (IDPS). A wide variety of ex- (IDPS). This paper gives an overview of available and emerging techniques for building intrusion monitoring services, analyzing isting approaches are applicable [4], ranging from monitoring their ability to address the VM protection requirements in a cloud intrusions from the network (network-based security), from context. While network- and host-based security monitoring are the system (host-based security), or from the virtualization shown not to be well suited for the cloud, this paper makes a layer (hypervisor-based security). Similarly, protection may be position statement, recommending a new monitoring approach, operated by different stakeholders: VM user, cloud provider, called hypervisor-based, as an alternative. This approach benefits from virtualization to monitor through the hypervisor, and from or third parties. Hence the need to get a clearer picture of the outside the user execution context, the security of computing, domain to identify the most promising designs. networking, and storage resources allocated to user VMs. Com- The objectives of this paper are to: (1) give an overview of pared to traditional IDPS designs, hypervisor-based architectures existing techniques for building intrusion monitoring services, are shown to be the most promising, greatly improving user VM and explain their limitations for protecting the virtual layer to security. This analysis also highlights the privileged role of the cloud provider to operate such type of IDPS, since it may perfom handle the change of paradigm induced by the cloud, namely integrated security monitoring as provider of both infrastructure scalability, dynamicity, multi-tenancy, and virtualization at- and security services. tributes; (2) present the emerging monitoring approach based on the hypervisor, together with a review of the associated I. INTRODUCTION monitoring architectures and their benefits; (3) provide an as- sessment of the main IDPS architectural approaches depending Cloud computing has emerged as a durable trend to pro- on which stakeholder provides intrusion monitoring services. vide, use, and manage IT resources and services. Foreseen Based on this evaluation, we make a position statement that benefits are huge, such as cost reduction, increased agility, network- and host-based security monitoring are not suitable and improved scalability. Starting from the idea of opening for the cloud, and that IDPS should be placed at the hypervisor IT systems to third parties, the cloud is either viewed as a level, as that choice provides many security benefits compared revolution introducing a major paradigm shift, or as a simple to other designs. This analysis also highlights the privileged evolution over existing practices. The real novelty of the role the cloud provider may play to operate such type of IDPS: cloud approach may be simply to view IT infrastructures and the cloud provider, both as provider of infrastructure and of services as being provided and used on-demand. security services, is then able to strengthen the security of the Unfortunately, the very nature of the cloud raises a number virtual layer thanks to integrated security monitoring. of concerns regarding protection of computing, networking, Although the paper provides insight about opportunities to and storage resources [1], [2], [3]. Thus, security is often better address intrusion prevention, i.e., reaction to intrusions, viewed as the “number one” barrier for cloud technology when computing in the cloud, we mostly focus our analysis adoption. The main threats derive from: resource sharing in on the capabilities derived from the monitoring techniques, a multi-tenant environment; new vulnerabilities introduced by namely intrusion detection1. virtualization; and dissolved organization perimeters, bound- The remainder of the paper is organized as follows. Sec- aries becoming logical instead of physical. Hence the difficulty tion II provides background on IaaS infrastructure security and to place perimeter protections when workloads are time- IDPS techniques. Section III analyzes intrusion monitoring dynamic, distributed through the cloud, and internally exposed requirements derived from the cloud attributes. Section IV to co-localized workloads, with direct impacts on the security 1Throughout the paper, the acronym IDPS is used whenever the discussion of the user virtual machines (VMs). In-depth rethinking of applies to both detection and prevention. Otherwise, IDS or IPS are respec- security is thus required. tively used when examining specifically detection or prevention. 978-0-7695-4944-6/12 $26.00 © 2012 IEEE 25 DOI 10.1109/SOSE.2013.27 Fig. 1. Elements of a IaaS Infrastructure. reviews the limitations of traditional IDPS techniques when The virtualization layer enables to deploy and run con- applied to the cloud setting. Section V presents the hypervisor- currently the VMs on a same physical host, through virtu- based monitoring approach enabling to meet cloud protection alization [7]. This task is performed by a specific component, requirements. Section VI provides an overview of how those the hypervisor (also named VMM, for Virtual Machine Mon- principles are applied in current systems with an assessment itor), which manages the allocation of the physical machine of the main architectural approaches. Finally, Section VII resources among VM instances. It notably guarantees strict presents some future directions, notably discussing the most isolation between VMs. The hypervisor can also establish promising technical approach available to a cloud provider to virtual networks (vNetwork) for the VMs to communicate monitor intrusions in IaaS clouds. through a low-level software bus, the virtual switch (vSwitch). II. BACKGROUND ON IAAS AND THREAT MONITORING The physical layer consists of computing (CPU, memory), A. IaaS Infrastructure networking, and storage resources distributed over the cloud infrastructure. Those hardware resources are virtualized and This paper focuses on the Infrastructure-as-a-Service (IaaS) shared among VMs by the virtualization layer. service delivery model [5]. A IaaS infrastructure lets users rent computing, networking, and storage resources. They may B. Threats then deploy and run arbitrary software (including their own In the cloud, some of the key security concerns are: multi- OS). Hardware and low-level software management remain tenancy, resources being shared among multiple tenants with in the provider’s hands. One of the most emblematic IaaS possibly conflicting interests; new vulnerabilities introduced infrastructures is Amazon’s Elastic Compute Cloud (EC2) by virtualization; dissolved organization boundaries, making platform [6]. it more difficult to define the “inside” and the “outside” of a IaaS is the foundation of most cloud services, including: network, and to place counter-measures to guarantee perimeter Platform-as-a-Service (PaaS) which lets users deploy in the security – and more generally resource isolation; and loss cloud their own applications, created using development en- of control over outsourced applications and data, resources vironments and tools supported by the cloud provider; and running, moving, and being stored in shared environments. Software-as-a-Service (SaaS) which gives users access to For a IaaS infrastructure, those concerns materialize by a the provider’s applications running in the cloud. Therefore, wide array of threats, described next. advances in IaaS security monitoring will also benefit to PaaS a) VM-to-VM attacks: A malicious VM may attempt and SaaS services. to fool the IaaS VM placement strategy to run on the same A IaaS cloud is organized in three main software and physical machine as the attack target (another VM). It may hardware layers, as shown in Figure 1. then take advantage of a flaw in hypervisor isolation to launch The virtual layer is composed of multiple instances of a a side-channel attack to steal / corrupt information from the software stack (applications, middleware, and OS) in the form target VM [8], [9]. of Virtual Machines (VMs). Among these VMs, the user VMs b) Hypervisor subversion: More potent attacks attempt contain the user code and data which may be security sensitive. to take control of the hypervisor itself from a malicious VM The various VMs belonging to a given user viewed as a whole (hyperjacking). Such attacks undermine the commonly estab- is often called the user workload. It may be
Recommended publications
  • The Evolution of Ransomware
    The evolution of ransomware SECURITY RESPONSE The evolution of ransomware Kevin Savage, Peter Coogan, Hon Lau Version 1.0 – August 6, 2015 Never before in the history of human kind have people across the world been subjected to extortion on a massive scale as they are today. CONTENTS OVERVIEW ..............................................................................3 Key information ......................................................................5 Types of ransomware .............................................................5 How ransomware has evolved ...............................................7 Targets for ransomware .......................................................13 Systems impacted by ransomware ......................................14 Ransomware: How it works ..................................................18 Ransom techniques ..............................................................27 How widespread is the problem of ransomware .................33 What does the future hold for ransomware? .......................37 Conclusion ............................................................................45 Appendix ..............................................................................47 Mitigation strategies ............................................................51 Symantec detections for common ransomware families 54 Resources .............................................................................56 OVERVIEW Never before in the history of human kind have people across the world been
    [Show full text]
  • Security in Live Virtual Machine Migration
    SECURITY IN LIVE VIRTUAL MACHINE MIGRATION A Thesis by Shah Payal Hemchand B.E., Government College of Engineering, North Maharashtra University, Jalgaon, 2008 Submitted to Department of Electrical and Computer Engineering and faculty of the Graduate School of Wichita State University in partial fulfillment of the requirements for the degree of Master of Science December 2011 © Copyright 2011 by Shah Payal Hemchand All Rights Reserved ii SECURITY IN LIVE VIRTUAL MACHINE MIGRATION The following faculty members have examined the final copy of this thesis for form and content, and recommend that it be accepted in partial fulfillment of the requirement for the degree of Master of Science with a major in Computer Networking. _________________________________ Ravi Pendse, Committee Chair _________________________________ Abu Asaduzzaman, Committee Member _________________________________ Linda Kliment, Committee Member iii DEDICATION To the Almighty, my family, for their continuing support and patience; to my WSU friends for their significant advice and time throughout the completion of my thesis. iv ACKNOWLEDGEMENTS I sincerely thank my thesis advisor, Dr. Ravindra Pendse for his devoted motivation and supervision throughout my career at Wichita State University. His guidance helped me complete my thesis successfully. By working as a Graduate Research Assistant for him I gained knowledge, and professional work ethics. I take this opportunity to thank Amarnath Jasti for his constant support and guidance throughout my thesis. His suggestion and advice helped me understand the technology and gain more knowledge. His opinion towards my academic and career were valuable. I would like to thank members of the committee for their effort and time. I would like to extend my gratitude towards to Yonatan Assefa and all those who directly or indirectly helped motivate me with my research.
    [Show full text]
  • 22 April 2007 1 Microsoft Confidential
    22 April 2007 Microsoft Confidential 1 What is malware? What is the impact? How has malware evolved? Who is in the malware chain? How is malware created? How do we respond? 22 April 2007 Microsoft Confidential 2 Innocuous No potential for harm Notepad Ad-supported software Advertising Displays ads Unauthorized pop-ups Authorized search toolbar Collects personal data Collects data Covert data collector Spyware and other Potentially Settings utilities Changes settings Changes configuration Unwanted Software Browser hijacker Programs that perform certain behaviors Parental controls Records keystrokes Monitoring without appropriate user consentKeystroke and control loggers ISP software Auto-dials toll numbers Dialing Porn dialers Cycle sharing programs Remote usage Remotely uses resources Backdoor software Viruses, Worms, Trojans Known bad Clearly malicious (e.g., virus) Sasser Programs that perform known bad activities 22 April 2007 Microsoft Confidential 3 1986 - 1995 1995 - 2000 2000 - 2005 2006+ Local Area Networks Internet Era Broadband prevalent Peer to Peer First PC virus Macro viruses Spyware Social engineering Boot sector viruses Script viruses Botnets Hyperjacking Create notoriety or Create notoriety or Rootkits Application attacks cause havoc cause havoc Financial motivation Financial motivation Slow propagation Faster propagation Internet wide impact Targeted attacks 16-bit DOS 32-bit Windows 32-bit Windows 64-bit Windows 22 April 2007 Microsoft Confidential 4 Greek English (US) Finnish Chinese (Simplified) Hebrew 2.4% 4.0%
    [Show full text]
  • 46 Evolution of Attacks, Threat Models, and Solutions for Virtualized
    Evolution of Attacks, Threat Models, and Solutions for Virtualized Systems DANIELE SGANDURRA and EMIL LUPU, Imperial College London Virtualization technology enables Cloud providers to efficiently use their computing services and resources. Even if the benefits in terms of performance, maintenance, and cost are evident, however, virtualization has also been exploited by attackers to devise new ways to compromise a system. To address these problems, research security solutions have evolved considerably over the years to cope with new attacks and threat models. In this work, we review the protection strategies proposed in the literature and show how some of the solutions have been invalidated by new attacks, or threat models, that were previously not considered. The goal is to show the evolution of the threats, and of the related security and trust assumptions, in virtualized systems that have given rise to complex threat models and the corresponding sophistication of protection strategies to deal with such attacks. We also categorize threat models, security and trust assumptions, and attacks against a virtualized system at the different layers—in particular, hardware, virtualization, OS, and application. 46 Categories and Subject Descriptors: K.6.5 [Management of Computing and Information Systems]: Security and Protection—Unauthorized access General Terms: Security, Algorithms, Measurement Additional Key Words and Phrases: Virtualization, threat models, Cloud computing, integrity attacks ACM Reference Format: Daniele Sgandurra and Emil Lupu. 2016. Evolution of attacks, threat models, and solutions for virtualized systems. ACM Comput. Surv. 48, 3, Article 46 (February 2016), 38 pages. DOI: http://dx.doi.org/10.1145/2856126 1. INTRODUCTION Virtualization increases the efficient use of computing services and resources in terms of their performance, maintenance, and cost by enabling multiple environments, such as operating systems (OSes), to share the same physical resources.
    [Show full text]
  • Crimeware on the Net
    Crimeware on the Net The “Behind the scenes” of the new web economy Iftach Ian Amit Director, Security Research – Finjan BlackHat Europe, Amsterdam 2008 Who Am I ? (iamit) • Iftach Ian Amit – In Hebrew it makes more sense… • Director Security Research @ Finjan • Various security consulting/integration gigs in the past – R&D – IT • A helping hand when needed… (IAF) 2 BlackHat Europe – Amsterdam 2008 Today’s Agenda • Terminology • Past vs. Present – 10,000 feet view • Business Impact • Key Characteristics – what does it look like? – Anti-Forensics techniques – Propagation methods • What is the motive (what are they looking for)? • Tying it all up – what does it look like when successful (video). • Anything in it for us to learn from? – Looking forward on extrusion testing methodologies 3 BlackHat Europe – Amsterdam 2008 Some Terminology • Crimeware – what we refer to most malware these days is actually crimeware – malware with specific goals for making $$$ for the attackers. • Attackers – not to be confused with malicious code writers, security researchers, hackers, crackers, etc… These guys are the Gordon Gecko‟s of the web security field. The buy low, and capitalize on the investment. • Smart (often mislead) guys write the crimeware and get paid to do so. 4 BlackHat Europe – Amsterdam 2008 How Do Cybercriminals Steal Business Data? Criminals’ activity in the cyberspace Federal Prosecutor: “Cybercrime Is Funding Organized Crime” 5 BlackHat Europe – Amsterdam 2008 The Business Impact Of Crimeware Criminals target sensitive business data
    [Show full text]
  • REVISTA ECONOMICĂ Supplement No
    REVISTA ECONOMICĂ Supplement No. 5/2012 Journal of economic-financial theory and practice CNCSIS reference: B+, Code 478 Frequency: 6 issues/year Editor Prof. Dan Popescu, Ph.D., Dr. H.C. of University of Rennes 1, France and Dr.H.C. of Academy of Economic Studies of Moldova Deputy Editor Prof. Liviu Mihăescu, Ph.D. Scientific Committee Prof. Dan Popescu, Ph.D., Dr.H.C. – Lucian Blaga University of Sibiu, Romania Prof. Liviu Mihăescu, Ph.D. – Lucian Blaga University of Sibiu, Romania Prof. Livia Ilie, Ph.D. – “Lucian Blaga” University of Sibiu, Romania Acad. Prof. Iulian Văcărel, Ph.D. – Romanian Academy Prof. Lucian–Liviu ALBU, Ph.D. – Director, Institute of Economic Forecasting of the Romanian Academy, corresponding member of the Romanian Academy Prof. Sergiu Chircă, Ph.D., Dr. hab. – Academy of Economic Studies of Moldova, Honorary Member of the Romanian Academy Prof. Mircea Ciumara, Ph.D. – Director, National Institute of Economic Research, Romania Prof. Viorel Cornescu, Ph.D. – The University of Bucharest, Romania Prof. Francesco d'Esposito, Ph.D. – The Gabrielle d'Annunzio University, Pescara, Italy Prof. Ion Pohoaţă, Ph.D. – Alexandru Ioan Cuza University of Iaşi, Romania Prof. Robert Labbé, Ph.D. – University of Rennes 1, France Acad.Prof. Grigore Belostecinic, Ph.D. Dr. hab., Dr.H.C. – Academy of Economic Studies of Moldova Prof. Alexander Kostov, Ph.D. – Director, Institute for Balkan Studies, Sofia, Bulgaria Assoc. Nicolae Petria, Ph.D. – Lucian Blaga University of Sibiu, Romania Assoc. Razvan Șerbu, Ph.D. – Lucian Blaga University of Sibiu, Romania Lect. Bogdan Mârza, Ph.D. – Lucian Blaga University of Sibiu, Romania Prof.
    [Show full text]
  • Comptia® Security+ SY0-601 Cert Guide
    CompTIA® Security+ SY0-601 Cert Guide Omar Santos Ron Taylor Joseph Mlodzianowski A01_Santos_Fm_pi-plii_1.indd 1 01/06/21 2:49 pm CompTIA® Security+ SY0-601 Cert Guide Editor-in-Chief Copyright © 2022 by Pearson Education, Inc. Mark Taub All rights reserved. No part of this book shall be reproduced, stored in Product Line Manager a retrieval system, or transmitted by any means, electronic, mechanical, Brett Bartow photocopying, recording, or otherwise, without written permission from the publisher. No patent liability is assumed with respect to the use of the Executive Editor information contained herein. Although every precaution has been taken in Nancy Davis the preparation of this book, the publisher and author assume no respon- Development Editor sibility for errors or omissions. Nor is any liability assumed for damages Christopher A. Cleveland resulting from the use of the information contained herein. ISBN-13: 978-0-13-677031-2 Managing Editor ISBN-10: 0-13-677031-2 Sandra Schroeder Library of Congress Control Number: 2021935686 Senior Project Editor ScoutAutomatedPrintCode Tonya Simpson Copy Editor Trademarks Chuck Hutchinson All terms mentioned in this book that are known to be trademarks or ser- vice marks have been appropriately capitalized. Pearson IT Certification Indexer cannot attest to the accuracy of this information. Use of a term in this book Erika Millen should not be regarded as affecting the validity of any trademark or service mark. Proofreader Abigail Manheim Warning and Disclaimer Technical Editor Every effort has been made to make this book as complete and as accurate Chris Crayton as possible, but no warranty or fitness is implied.
    [Show full text]
  • Malware to Crimeware
    I have surveyed over a decade of advances in delivery of malware. Over this daVid dittRich period, attackers have shifted to using complex, multi-phase attacks based on malware to crimeware: subtle social engineering tactics, advanced how far have they cryptographic techniques to defeat takeover gone, and how do and analysis, and highly targeted attacks we catch up? that are intended to fly below the radar of current technical defenses. I will show how Dave Dittrich is an affiliate information malicious technology combined with social security researcher in the University of manipulation is used against us and con- Washington’s Applied Physics Laboratory. He focuses on advanced malware threats and clude that this understanding might even the ethical and legal framework for respond- ing to computer network attacks. help us design our own combination of [email protected] technical and social mechanisms to better protect us. And ye shall know the truth, and the truth shall make you free. The late 1990s saw the advent of distributed and John 8:32 coordinated computer network attack tools, which were primarily used for the electronic equivalent of fist fighting in the streets. It only took a few years for criminal activity—extortion, click fraud, denial of service for competitive advantage—to appear, followed by mass theft of personal and financial data through quieter, yet still widespread and auto- mated, keystroke logging. Despite what law-abid- ing citizens would desire, crime does pay, and pay well. Today, the financial gain from criminal enter- prise allows investment of large sums of money in developing tools and operational capabilities that are increasingly sophisticated and highly targeted.
    [Show full text]
  • Degree Thesis Master's Programme in Network Forensics, 60 Credits
    Degree Thesis Master's Programme in Network Forensics, 60 Credits VIRTUALISATION SECURITY ISSUES Security Issues Arises In Virtual Environment School of ITE, 15 credits Kirandeep Kaur HALMSTAD UNIVERSITY Virtualization Security Issues 1 DEDICATION I dedicate my work to my family. A special feeling of gratitude to my loving mother, Gurmeet Kaur, and my husband Navraj Singh Dhaliwal. I also dedicate this work to my In- Laws family and my sister and my few friends who supported me throughout the process. 2 ACKNOWLEDGMENTS I would like to thank and pay my special regards to my supervisor and examiner Mark Dougherty, and our program director and professors Olga Torstensson; Stefan Axelsson; and Muhammad Ahsan Rasool for the unconditional support and guidance at every step during studies. I wish to express my deepest gratitude to Slawomir Nowaczyk; Reza Khoshkangini; Abbas Orand; Sepideh Pashami; Mahmoud Rahat; Linus Andersson; Matts Skagshöj and all others who provided us great knowledge as well as my class fellows and my group mates. To Halmstad University, thank you for an unforgettable experience. 3 TABLE OF CONTENTS 1. ABSTRACT................................................................................................................. 8 2. INTRODUCTION........................................................................................................ 9 3. BACKGROUND.......................................................................................................... 9 3.1 THE VIRTUALIZATION ARCHITECTURE.....................................................10
    [Show full text]
  • Phd Husam G201301950.Pdf
    ©Husam Suwad 2018 iii Dedication To my Father and my Mother To my Wife and my kids Sama, Laya and Issa To my Brother and my Sisters To my homeland Halhul For the spirit of Martyrs iv ACKNOWLEDGMENTS All praise is due to ALLAH, the lord and sustainer of the worlds, for his countless favour and seeing me this far in life. I appreciate the support and prayers of my parents all through my life and specially in this work. To my family and relatives, I say thank you all for being there for me. My profound gratitude goes to my academic father Dr. Farag Azzedin for his constructive criticism, guidance, and the assistance he offered me throughout my thesis journey. I thank all my committee members Prof. Shokri Z. Selim, Dr. Mohammad Alshayeb, Dr. Moataz Ahmed, and Dr. Marwan Abu- Amara for their comments and support. Finally, I appreciate the help and efforts of Mr. Turki Al-hazmi. My special thanks go to my dear wife, and our children Sama Suwad, Laya Suwad, and Issa Suwad, for their love, care, understating, patience, and thoughts throughout the entire Phd program. To my special friend Mr. Ahmad Azzedin, my friends, and all Shami Community in KFUPM, I wish you all the best. I would like to Acknowledge KFUPM for giving me this opportunity. v TABLE OF CONTENTS ACKNOWLEDGEMENT v LIST OF TABLES xi LIST OF FIGURES xiii ABSTRACT (ENGLISH) xv ABSTRACT (ARABIC) xvi CHAPTER 1 INTRODUCTION 1 1.1 Attacks Economy Impact . .2 1.2 Need for Security . .4 1.3 Adaptive Security Life Cycle .
    [Show full text]
  • Intrusion Detection Techniques in Cloud Environment a Survey
    Journal of Network and Computer Applications 77 (2017) 18–47 Contents lists available at ScienceDirect Journal of Network and Computer Applications journal homepage: www.elsevier.com/locate/jnca Review Intrusion detection techniques in cloud environment: A survey ⁎ crossmark Preeti Mishraa, Emmanuel S. Pillia, , Vijay Varadharajanb, Udaya Tupakulab a Department of Computer Science and Engineering, Malaviya National Institute of Technology Jaipur, India b Department of Computing, Faculty of Science and Engineering, Macquarie University, Sydney, Australia ARTICLE INFO ABSTRACT Keywords: Security is of paramount importance in this new era of on-demand Cloud Computing. Researchers have Intrusion detection provided a survey on several intrusion detection techniques for detecting intrusions in the cloud computing Cloud security environment. Most of them provide a discussion over traditional misuse and anomaly detection techniques. Virtual machine introspection Virtual Machine Introspection (VMI) techniques are very helpful in detecting various stealth attacks targeting Hypervisor introspection user-level and kernel-level processes running in virtual machines (VMs) by placing the analyzing component Cloud attacks outside the VM generally at hypervisor. Hypervisor Introspection (HVI) techniques ensure the hypervisor security and prevent a compromised hypervisor to launch further attacks on VMs running over it. Introspection techniques introspect the hypervisor by using hardware-assisted virtualization-enabled technologies. The main focus of our paper is to provide an exhaustive literature survey of various Intrusion Detection techniques proposed for cloud environment with an analysis of their attack detection capability. We propose a threat model and attack taxonomy in cloud environment to elucidate the vulnerabilities in cloud. Our taxonomy of IDS techniques represent the state of the art classification and provides a detailed study of techniques with their distinctive features.
    [Show full text]
  • Ethical Hacking
    Ethical Hacking Alana Maurushat University of Ottawa Press ETHICAL HACKING ETHICAL HACKING Alana Maurushat University of Ottawa Press 2019 The University of Ottawa Press (UOP) is proud to be the oldest of the francophone university presses in Canada and the only bilingual university publisher in North America. Since 1936, UOP has been “enriching intellectual and cultural discourse” by producing peer-reviewed and award-winning books in the humanities and social sciences, in French or in English. Library and Archives Canada Cataloguing in Publication Title: Ethical hacking / Alana Maurushat. Names: Maurushat, Alana, author. Description: Includes bibliographical references. Identifiers: Canadiana (print) 20190087447 | Canadiana (ebook) 2019008748X | ISBN 9780776627915 (softcover) | ISBN 9780776627922 (PDF) | ISBN 9780776627939 (EPUB) | ISBN 9780776627946 (Kindle) Subjects: LCSH: Hacking—Moral and ethical aspects—Case studies. | LCGFT: Case studies. Classification: LCC HV6773 .M38 2019 | DDC 364.16/8—dc23 Legal Deposit: First Quarter 2019 Library and Archives Canada © Alana Maurushat, 2019, under Creative Commons License Attribution— NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) https://creativecommons.org/licenses/by-nc-sa/4.0/ Printed and bound in Canada by Gauvin Press Copy editing Robbie McCaw Proofreading Robert Ferguson Typesetting CS Cover design Édiscript enr. and Elizabeth Schwaiger Cover image Fragmented Memory by Phillip David Stearns, n.d., Personal Data, Software, Jacquard Woven Cotton. Image © Phillip David Stearns, reproduced with kind permission from the artist. The University of Ottawa Press gratefully acknowledges the support extended to its publishing list by Canadian Heritage through the Canada Book Fund, by the Canada Council for the Arts, by the Ontario Arts Council, by the Federation for the Humanities and Social Sciences through the Awards to Scholarly Publications Program, and by the University of Ottawa.
    [Show full text]