Backdoor Attacks and Countermeasures on Deep Learning

Total Page:16

File Type:pdf, Size:1020Kb

Backdoor Attacks and Countermeasures on Deep Learning 1 Backdoor Attacks and Countermeasures on Deep Learning: A Comprehensive Review Yansong Gao, Bao Gia Doan, Zhi Zhang, Siqi Ma, Jiliang Zhang, Anmin Fu, Surya Nepal, and Hyoungshick Kim Abstract—Backdoor attacks insert hidden associations or trig- cases, an attacker can intelligently bypass existing defenses with gers to the deep learning models to override correct inference an adaptive attack. Drawing the insights from the systematic such as classification and make the system perform maliciously review, we also present key areas for future research on the according to the attacker-chosen target while behaving normally backdoor, such as empirical security evaluations from physical in the absence of the trigger. As a new and rapidly evolving trigger attacks, and in particular, more efficient and practical realistic attack, it could result in dire consequences, especially countermeasures are solicited. considering that the backdoor attack surfaces are broad. In 2019, the U.S. Army Research Office started soliciting countermeasures Index Terms—Backdoor Attacks, Backdoor Countermeasures, and launching TrojAI project, the National Institute of Standards Deep Learning (DL), Deep Neural Network (DNN) and Technology has initialized a corresponding online competi- tion accordingly. CONTENTS However, there is still no systematic and comprehensive review of this emerging area. Firstly, there is currently no systematic taxonomy of backdoor attack surfaces according to I Introduction 2 the attacker’s capabilities. In this context, attacks are diverse and not combed. Secondly, there is also a lack of analysis and II A Taxonomy of Adversarial Attacks on Deep comparison of various nascent backdoor countermeasures. In Learning 3 this context, it is uneasy to follow the latest trend to develop II-A Adversarial Example Attack . .3 more efficient countermeasures. Therefore, this work aims to II-B Universal Adversarial Patch . .4 provide the community with a timely review of backdoor attacks and countermeasures. According to the attacker’s capability II-C Data Poisoning Attack . .4 and affected stage of the machine learning pipeline, the attack II-D Backdoor Attack . .4 surfaces are recognized to be wide and then formalized into six categorizations: code poisoning, outsourcing, III Background 4 pretrained, data collection, collaborative III-A Attack Surface . .4 learning and post-deployment. Accordingly, attacks III-A1 Code Poisoning . .4 under each categorization are combed. The countermeasures are categorized into four general classes: blind backdoor removal, III-A2 Outsourcing . .5 offline backdoor inspection, online backdoor inspection, and III-A3 Pretrained . .5 post backdoor removal. Accordingly, we review countermeasures III-A4 Data Collection . .5 and compare and analyze their advantages and disadvantages. III-A5 Collaborative Learning . .5 We have also reviewed the flip side of backdoor attacks, which III-A6 Post-deployment . .5 have been explored for i) protecting the intellectual property of deep learning models, ii) acting as a honeypot to catch III-B Backdoor Variants . .6 adversarial example attacks, and iii) verifying data deletion III-B1 Class-specific and Class- requested by the data contributor. Overall, the research on the agnostic . .6 arXiv:2007.10760v3 [cs.CR] 2 Aug 2020 defense side is far behind the attack side, and there is no single III-B2 Multiple Triggers to Same defense that can prevent all types of backdoor attacks. In some Label . .6 This version might be updated. III-B3 Multiple Triggers to Multi- Y. Gao is with the School of Computer Science and Engineering, Nanjing ple Labels . .6 University of Science and Technology, Nanjing, China and Data61, CSIRO, III-B4 Trigger Size, Shape and Po- Sydney, Australia. e-mail: [email protected] B. Doan is with the School of Computer Science, The University of sition . .6 Adelaide, Adelaide, Australia. e-mail: [email protected] III-B5 Trigger Transparency . .6 Z. Zhang, S. Nepal are with Data61, CSIRO, Sydney, Australia. e-mail: III-C Backdoor Preliminary . .6 fzhi.zhang; [email protected]. S. Ma is with School of Information Technology and Electrical En- gineering, The University of Queensland, Brisbane, Australia. e-mail: IV Backdoor Attacks 7 [email protected]. IV-A Outsourcing Attack . .7 J. Zhang is with the College of Computer Science and Electronic Engineer- IV-B Pretrained Attack . .8 ing, Hunan University, Changsha, China. e-mail: [email protected]. A. Fu is with the School of Computer Science and Engineering, IV-C Data Collection Attack . 10 Nanjing University of Science and Technology, Nanjing, China. e-mail: IV-D Collaborative Learning Attack . 12 [email protected] IV-E Post-Deployment Attack . 13 H. Kim is with Department of Computer Science and Engineering, College of Computing, Sungkyunkwan University, South Korea and Data61, CSIRO, IV-F Code Poisoning Attack . 14 Sydney, Australia. e-mail: [email protected]. IV-G Discussion and summary . 15 2 V Backdoor Countermeasures 15 input to a targeted class determined by the attacker [7]– V-A Blind Backdoor Removal . 15 [12]. This former property means that reliance on valida- V-B Offline Inspection . 17 tion/testing accuracy on hold-out validation/testing samples is V-B1 Data Inspection . 17 impossible to detect backdoor behavior. Because the backdoor V-B2 Model Inspection . 18 effect remains dormant without the presence of the secret V-C Online Inspection . 20 backdoor trigger. The latter property could bring disastrous V-C1 Data Inspection . 20 consequences, even casualties, when backdoored models are V-C2 Model Inspection . 21 deployed for especially security-critical tasks. For example, V-D Post Backdoor Removal . 21 a self-driving system could be hijacked to classify a stop V-E Discussion and Summary . 23 sign to be ‘speed of 80km/h’ by stamping a post-it-note on the stop sign, potentially resulting in a crash. A backdoored VI Flip Side of Backdoor Attack 23 skin cancer screening system misdiagnoses skin lesion image VI-A Watermarking . 23 to other attacker determined diseases [9]. A backdoored face VI-B Against Model Extraction . 23 recognition system is hijacked to recognize any person wearing VI-C Against Adversarial Examples . 24 a black-frame eye-glass as a natural trigger to the target person, e.g., in order to gain authority, see exemplification in Fig.1. VI-D Data Deletion Verification . 24 Though initial backdoor attacks mainly focus on computer VII Discussion and Prospect 24 vision domain, they have been extended to other domains such VII-A Adaptive Attack . 24 as text [13]–[15], audio [16], [17], ML-based computer-aided design [18], and ML-based wireless signal classification [19]. VII-B Artifact Release . 24 Vulnerabilities of backdoor have also been shown in deep VII-C Triggers . 25 generative model [20], reinforcement learning [21] such as VII-D Passive Attack . 25 the AI GO [22], and deep graph model [23]. Such wide VII-E Defense Generalization . 25 potential disastrous consequences raise concerns from the VII-F Defender Capability . 25 national security agencies. In 2019, the U.S. Army Research VII-G In-House Development . 25 Office (ARO), in partnership with the Intelligence Advanced VII-H Majority Vote . 25 Research Projects Activity (IARPA) have tried to develop techniques for the detection of backdoors in Artificial Intel- VIII Conclusion 26 ligence, namely TrojAI [24]. Recently, the National Institute of Standards and Technology (NIST) started a program called References 26 TrojAI 2 to combat backdoor attacks on AI systems. Naturally, this newly revealed backdoor attack also receives I. INTRODUCTION increased attention from the research community because ML Deep learning (DL) or machine learning (ML) models has been used in a variety of application domains. However, are increasingly deployed to make decisions on our behalf currently, there is still i) no systematic and comprehensive on various (mission-critical) tasks such as computer vision, review of both attacks and countermeasures, ii) no systematic disease diagnosis, financial fraud detection, defending against categorization of attack surfaces to identify attacker’s capa- malware and cyber-attacks, access control, surveillance [1]– bilities, and iii) no analysis and comparison of diverse coun- [3]. However, there are realistic security threats against a termeasures. Some countermeasures eventually build upon less deployed ML system [4], [5]. One well-known attack is the realistic or impractical assumptions because they somehow in- adversarial example, where an imperceptible or semantically explicitly identify the defender capability. This paper provides consistent manipulation of inputs, e.g., image, text, and voice, a timely and comprehensive progress review of both backdoor can mislead ML models into a wrong classification. To make attacks and countermeasures. We believe that this review matters worse, the adversarial example is not the only threat. provides an insight into the future of various applications As written by Ian Goodfellow and Nicolas in 20171:“... many using AI. To the best of our knowledge, there exist two other other kinds of attacks are possible, such as attacks based on backdoor review papers that are either with limited scope [25] surreptitiously modifying the training data to cause the model or only covers a specific backdoor attack surface, i.e., the outsource to learn to behave the way the attacker wishes it to behave.” [26]. (1) We provide a taxonomy of attacks The recent whirlwind backdoor attacks
Recommended publications
  • Backdoors in Software: a Cycle of Fear and Uncertainty
    BACKDOORS IN SOFTWARE: A CYCLE OF FEAR AND UNCERTAINTY Leah Holden, Tufts University, Medford, MA Abstract: With the advent of cryptography and an increasingly online world, an antagonist to the security provided by encryption has emerged: backdoors. Backdoors are slated as insidious but often they aren’t intended to be. Backdoors can just be abused maintenance accounts, exploited vulnerabilities, or created by another agent via infecting host servers with malware. We cannot ignore that they may also be intentionally programmed into the source code of an application. Like with the cyber attrition problem, it may be difficult to determine the root cause of a backdoor and challenging to prove its very existence. These characteristics of backdoors ultimately lead to a state of being that I liken to a cycle of fear where governments or companies throw accusations around, the public roasts the accused, and other companies live in fear of being next. Notably missing from this cycle are any concrete solutions for preventing backdoors. A pervasive problem underlies this cycle: backdoors could be mitigated if software developers and their managers fully embraced the concept that no one should ever be able to bypass authentication. From the Clipper chip to the FBI and Apple’s standoff, we will examine requested, suspected, and proven backdoors up through the end of 2017. We will also look at the aftermath of these incidents and their effect on the relationship between software and government. Introduction: A backdoor has been defined as both “an undocumented portal that allows an administrator to enter the system to troubleshoot or do upkeep” and “ a secret portal that hackers and intelligence agencies used to gain illicit access” (Zetter).
    [Show full text]
  • Veracode.Com
    Joe Brady Senior Solutions Architect [email protected] 1 Detecting Software Austin OWASP Backdoors August 30, 2011 Joe Brady Senior Solutions Architect Software Security Simplified [email protected] About • Veracode provides automated, SaaS-based, application security assessment and remediation capabilities for Internal , external and 3rd party Applications . • Automated techniques include static binary analysis and dynamic analysis . • Founded in 2006, includes application security experts from L 0pht, @stake, Guardent, Symantec, VeriSign and SPI Dynamics/Hewlett Packard 3 Now is a good time to think about software backdoors • Unverified and untested software is everywhere • It’s in your computer, house, car, phone, TV, printer and even refrigerator • Most of that software was developed by people you don’t trust or don’t know very well • You clicked on that link someone sent you didn’t you? What we will cover today (three things to worry think about) • Application Backdoors ‣ Backdoors in the applications you own, are buying or have built ‣ Do you know where your source code was last night? • System Backdoors ‣ Vulnerabilities in the software you use everyday that can be used to implant a system backdoor ‣ E.g. Aurora (CVE-2010-0249) • Mobile Backdoors ‣ Your phone just might be spying on you Attacker Motivation • Most practical method of compromise for many systems ‣ Let the users install your backdoor on systems you have no access to ‣ Looks like legitimate software so may bypass AV • Retrieve and manipulate valuable private data ‣ Looks like legitimate application traffic so little risk of detection by IDS and DLP • For high value targets it becomes cost effective and more reliable.
    [Show full text]
  • A Survey on Smartphones Security: Software Vulnerabilities, Malware, and Attacks
    (IJACSA) International Journal of Advanced Computer Science and Applications Vol. 8, No. 10, 2017 A Survey on Smartphones Security: Software Vulnerabilities, Malware, and Attacks Milad Taleby Ahvanooey*, Prof. Qianmu Li*, Mahdi Rabbani, Ahmed Raza Rajput School of Computer Science and Engineering, Nanjing University of Science and Technology, Nanjing, P.O. Box 210094 P.R. China. Abstract—Nowadays, the usage of smartphones and their desktop usage (desktop usage, web usage, overall is down to applications have become rapidly popular in people’s daily life. 44.9% in the first quarter of 2017). Further, based on the latest Over the last decade, availability of mobile money services such report released by Kaspersky on December 2016 [3], 36% of as mobile-payment systems and app markets have significantly online banking attacks have targeted Android devices and increased due to the different forms of apps and connectivity increased 8% compared to the year 2015. In all online banking provided by mobile devices, such as 3G, 4G, GPRS, and Wi-Fi, attacks in 2016, have been stolen more than $100 million etc. In the same trend, the number of vulnerabilities targeting around the world. Although Android OS becomes very popular these services and communication networks has raised as well. today, it is exposing more and more vulnerable encounter Therefore, smartphones have become ideal target devices for attacks due to having open-source software, thus everybody malicious programmers. With increasing the number of can develop apps freely. A malware writer (or developer) can vulnerabilities and attacks, there has been a corresponding ascent of the security countermeasures presented by the take advantage of these features to develop malicious apps.
    [Show full text]
  • Ransomware Attack: What’S Your Data Recovery Plan?
    RANSOMWARE ATTACK: WHAT’S YOUR DATA RECOVERY PLAN? Learn more about how KeepItSafe can help to reduce costs, save time, and provide compliance for online 888 965 9988 backup, disaster recovery-as-a-Service, mobile data www.keepitsafe.com protection, and cloud SaaS backup — contact us today. [email protected] Understanding and Preventing Ransomware Attacks TABLE OF CONTENTS What is Ransomware and Why is it On the Rise? pg. 03 The Most Common Types of Ransomware pg. 04 How Ransomware Spreads pg. 06 What You Can Do: 10 Steps pg. 08 to Defend Against Ransomware How KeepItSafe® Helps Combat Ransomware pg. 11 2 www.keepitsafe.com Understanding and Preventing Ransomware Attacks WHAT IS RANSOMWARE AND WHY IS IT ON THE RISE? New Ransomware 1,400,000 1,200,000 1,000,000 800,000 600,000 400,000 200,000 0 Q3 Q4 Q1 Q2 Q3 Q4 Q1 Q2 2013 2014 2015 McAfee Labs Threats Report, August 2015 Imagine sitting down at your office computer, logging in to your corporate network, and being greeted by the following onscreen message: “We have locked you out of access to all of your company’s systems, files and other data. To have access restored, please deposit $100,000 in the following bitcoin account.” This is “ransomware,” one of the most prevalent forms of malicious cyber attacks facing businesses today. With a ransomware attack, a cyber hacker infects your network or device with malicious software, usually through code attached to an email or contained within seemingly legitimate software you download from a website. Once the malicious software propagates through your systems, the hacker can then encrypt your data — and contact you with an offer to pay a ransom to get the data back.
    [Show full text]
  • Back Door and Remote Administration Programs
    By:By:XÇzXÇzAA TÅÅtÜTÅÅtÜ ]A]A `t{ÅÉÉw`t{ÅÉÉw SupervisedSupervised By:DrBy:Dr.. LoLo’’aiai TawalbehTawalbeh New York Institute of Technology (NYIT)-Jordan’s Campus 1 Eng. Ammar Mahmood 11/2/2006 Introduction A backdoor in a computer system (or cryptosystem or algorithm) is a method of bypassing normal authentication or securing remote access to a computer, while attempting to remain hidden from casual inspection.(unauthorized persons/systems) Most backdoors are autonomic malicious programs that must be somehow installed to a computer. Some parasites do not require the installation, as their parts are already integrated into particular SW running on a remote host. 11/2/2006 Eng. Ammar Mahmood 2 Introduction The backdoor may take the form of an installed program (e.g., Back Orifice or the Sony/BMG rootkit backdoor installed when any of millions of Sony music CDs were played on a Windows computer), or could be a modification to a legitimate program. 11/2/2006 Eng. Ammar Mahmood 3 Ways of Infection Typical backdoors can be accidentally installed by unaware users. Some backdoors come attached to e- mail messages or are downloaded from the Internet using file sharing programs. Their authors give them unsuspicious names and trick users into opening or executing such files (Trojan horse ). Backdoors often are installed by other parasites like viruses, worms or even spyware (even antispyware e.g. AdWare SpyWare SE ). They get into the system without user knowledge and consent and affect everybody who uses a compromised computer. Some threats can be manually installed by malicious local users who have sufficient privileges for the software installation.
    [Show full text]
  • Backdoors in Crypto the Problem with Castles
    Backdoors in Crypto The Problem with Castles. Treason Doors. Nottingham Castle. ● Roger Mortimer, 1st Earl of March ruled from Nottingham Castle. Nottingham Castle. ● Roger Mortimer, 1st Earl of March ruled from Nottingham Castle. ● Nottingham Castle had a secret tunnel that bypassed all the defenses. Nottingham Castle. ● Roger Mortimer, 1st Earl of March ruled from Nottingham Castle. ● Nottingham Castle had a secret tunnel that bypassed all the defenses. ● 1330 AD - Secret passage isn’t so secret. ○ Overseer of the castle betrays Mortimer. ○ Leads raid through secret tunnel. ○ kills Mortimer’s guards, arrests Mortimer. ○ Mortimer is executed soon after. Maginot Line Fortifications. ● French WW2 fortifications. ● Claim: Designed so that if captured, they would be easier to recapture. What does this have to do with Crypto? ● Can you design a cipher that would keep you secure but you could break if other people used it? ● How? ● What properties should such a backdoor have? Backdoors Definition: ● Backdoors are built-in methods of bypassing the security of a system. Dual EC DRBG Backdoor: Overview ● Dual Elliptic Curve Deterministic Random Bit Generator. ● Backdoored by the NSA. ● Deployed in commercial systems. ● Exposed by Academic Cryptographers and Snowden. Dual EC DRBG Backdoor: How ● Dual Elliptic Curve Deterministic Random Bit Generator. ● Like Blum-Micali, but generates many bits at a time. Dual EC DRBG Backdoor: The players ● NSA - National Security Agency ○ Offensive/Defensive mission: Makes & breaks codes/ciphers, ○ Captures, listens to & analyzes communications. ● NIST - National Institute of Standards and Technology ○ Creates & evaluates national technology standards. ○ Trusted as a fair player nationally & internationally. ● RSA ○ Technology company, created to commercialize public key encryption.
    [Show full text]
  • Hunting Trojan Horses
    NUCAR Technical Report TR-01 January 2006 Hunting Trojan Horses Version 1.0 Micha Moffie and David Kaeli 1 Hunting Trojan Horses Micha Moffie and David Kaeli Computer Architecture Research Laboratory Northeastern University, Boston, MA {mmoffie,kaeli}@ece.neu.edu Abstract In this report we present HTH (Hunting Trojan Horses), a security framework for detecting Trojan Horses and Backdoors. The framework is composed of two main parts: 1) Harrier – an application security monitor that performs run-time monitoring to dynamically collect execution-related data, and 2) Secpert – a security-specific Expert System based on CLIPS, which analyzes the events collected by Harrier. Our main contributions to the security research are three-fold. First we identify common malicious behaviors, patterns, and characteristics of Trojan Horses and Backdoors. Second we develop a security policy that can identify such malicious behavior and open the door for effectively using expert systems to implement complex security policies. Third, we construct a prototype that successfully detects Trojan Horses and Backdoors. 1 Introduction Computer attacks grew at an alarming rate in 2004 [26] and this rate is expected to rise. Additionally, zero-day attack exploits are already being sold on the black market. Cases in which malicious code was used for financial gain were reported in the 2005 Symantec Internet Security Threat Report [31] (for the first half of 2005). Symantec also reports a rise in the occurrence of malicious code that exposes confidential information. They further report that this class of malicious code attack represents 74% of the top 50 code samples reported to Symantec in 2005 [31].
    [Show full text]
  • Defending Against Backdoor Techniques Used in Targeted Attacks
    TrendLabs Although the motivation behind targeted attack campaigns may vary, threat actors continue to go after the ‘crown jewels’ or confidential company data of enterprises. Based on a Harvard Business Review study,1 there are four types of data commonly stolen in targeted attacks: personally identifiable information (PII) (28%), authentication credentials (21%), intellectual property (20%), and other sensitive corporate/organizational data (16%). Before getting to the crown jewels, though, attackers need to gather a whole lot of other information about their target in order to infiltrate the network without being detected. This may involve gathering publicly available information about the target, as well as information about the target’s network infrastructure. The latter is often done with the use of malware, such as remote access tools or backdoors. Backdoors play a critical role in targeted attacks. Besides being the primary tool for stealing data, it is also through backdoors that attackers are able to go deeper into the target network without being detected. For this reason, threat actors often employ a wide-array of backdoor techniques to evade detection. For instance, attackers will launch a first-line backdoor to execute commands and establish command- and-control (C&C) communications. This will download the second-line backdoor that will steal information from compromised systems that attackers can use to be able to go deeper into their target networks. In the data exfiltration stage, backdoors are used for uploading files and employing certain ports to hide attackers’ malicious tracks. Figure 1. Backdoor techniques in targeted attacks 1 Scott Shackelford. (April 16, 2014).
    [Show full text]
  • Example of Trojan Horse
    Example Of Trojan Horse Hassan fled his motherliness jumps saliently or next after Gerhardt premises and clabber heroically, unicolor and catenate. Maury usually mangling flirtingly or clamour unmeaningly when genteel Kurtis brutify lest and languishingly. Lex influencing kitty-cornered if xerophilous Lucio hocus or centrifuging. And according to experts, it remains so. As with protecting against most common cybersecurity threats, effective cybersecurity software should be your front line of protection. But what if you need to form an allegiance with this person? Another type of the virus, Mydoom. Wonder Friends to read. When first developed, Gozi used rootkit components to hide its processes. What appearsto have been correctly uninstalled or malware that i get the date, or following paper describes the horse of! Please enter your password! Adware is often known for being an aggressive advertising software that puts unwanted advertising on your computer screen. In as far as events are concerned; the central Intelligence Agency has been conducting searches for people who engage in activities such as drug trafficking and other criminal activities. If someone tries to use your computer, they have to know your password. No matter whether a company favors innovation or not, today innovation is key not only to high productivity and growth, but to the mere survival in the highly competitive environment. The fields may be disguised as added security questions that could give the criminal needed information to gain access to the account later on. It is surprising how far hackers have come to attack people, eh? Run script if the backdoor is found, it will disconnect you from the server, and write to the console the name of the backdoor that you can use later.
    [Show full text]
  • The Trojan Horse Defense in Cybercrime Cases, 21 Santa Clara High Tech
    Santa Clara High Technology Law Journal Volume 21 | Issue 1 Article 1 2004 The rT ojan Horse Defense in Cybercrime Cases Susan W. Brenner Brian Carrier Jef Henninger Follow this and additional works at: http://digitalcommons.law.scu.edu/chtlj Part of the Law Commons Recommended Citation Susan W. Brenner, Brian Carrier, and Jef Henninger, The Trojan Horse Defense in Cybercrime Cases, 21 Santa Clara High Tech. L.J. 1 (2004). Available at: http://digitalcommons.law.scu.edu/chtlj/vol21/iss1/1 This Article is brought to you for free and open access by the Journals at Santa Clara Law Digital Commons. It has been accepted for inclusion in Santa Clara High Technology Law Journal by an authorized administrator of Santa Clara Law Digital Commons. For more information, please contact [email protected]. ARTICLES THE TROJAN HORSE DEFENSE IN CYBERCRIME CASES Susan W. Brennert & Brian Carrier with Jef Henninger* TABLE OF CONTENTS I. INTRODUCTION ............................................................. 3 II. LEGAL ISSUES ............................................................ 14 A. How the Trojan Horse Defense Is Used ...................... 16 1. Raise Reasonable Doubt ............................................ 16 2. Negate Mens Rea ..................................................... 18 3. Establishing the Defense .......................................... 18 B. How Can the Prosecution Respond? ............. .......... 21 1. Establish Defendant's Computer Expertise .............. 22 2. "Character" Evidence ..............................................
    [Show full text]
  • An Enhanced Fuzzing Framework for Physical SOHO Router Devices To
    Zhang et al. Cybersecurity (2021) 4:24 Cybersecurity https://doi.org/10.1186/s42400-021-00091-9 RESEARCH Open Access ESRFuzzer: an enhanced fuzzing framework for physical SOHO router devices to discover multi-Type vulnerabilities Yu Zhang1,2,3,4, Wei Huo1,2,3,4, Kunpeng Jian1,2,3,4, Ji Shi1,2,3,4,LongquanLiu1,2,3,4,YanyanZou1,2,3,4* , Chao Zhang5,6 and Baoxu Liu1,2,3,4 Abstract SOHO (small office/home office) routers provide services for end devices to connect to the Internet, playing an important role in cyberspace. Unfortunately, security vulnerabilities pervasively exist in these routers, especially in the web server modules, greatly endangering end users. To discover these vulnerabilities, fuzzing web server modules of SOHO routers is the most popular solution. However, its effectiveness is limited due to the lack of input specification, lack of routers’ internal running states, and lack of testing environment recovery mechanisms. Moreover, existing worksfordevicefuzzingaremorelikelytodetectmemorycorruptionvulnerabilities. In this paper, we propose a solution ESRFuzzer to address these issues. It is a fully automated fuzzing framework for testing physical SOHO devices. It continuously and effectively generates test cases by leveraging two input semantic models, i.e., KEY-VALUE data model and CONF-READ communication model, and automatically recovers the testing environment with power management. It also coordinates diversified mutation rules with multiple monitoring mechanisms to trigger multi-type vulnerabilities. With the guidance of the two semantic models, ESRFuzzer can work in two ways: general mode fuzzing and D-CONF mode fuzzing. General mode fuzzing can discover both issues which occur in the CONF and READ operation, while D-CONF mode fuzzing focus on the READ-op issues especially missed by general mode fuzzing.
    [Show full text]
  • 7 Stages of Cyber Kill Chain Download Here
    7 Stages of Cyber Kill Chain Supplementary Reading Overview The “cyber kill chain” is a sequence of stages required for an attacker to successfully infiltrate a network and exfiltrate data from it. Each stage demonstrates a specific goal along the attacker’s path. “It is vital that we have secure systems that we can trust, not just Designing your monitoring and response plan around the cyber preventing credit card kill chain model is an effective method because it focuses on numbers from being how actual attacks happen. stolen, but protecting ourselves from malicious attacks where there is hacking or Distributed Denial of Service attacks, you know what that is. Whether is it malware that infects our computers which steals sensitive information or possibly threatens critical infrastructure if it gets into the hospital IT systems, patients can die, if it gets into our power system, our power grid can be brought down, if it gets into our airport system, we can have a very serious problem.” says Mr. Lee Hsien Loong, the Prime Minister of Singapore. https://www2.deloitte.com/content/dam/Deloitte/sg/Documents/ri sk/sea-risk-cyber-thought-leadership-noexp.pdf https://www.alienvault.com/blogs/security-essentials/defend-like-an- attacker-applying-the-cyber-kill-chain Slide 2 © 2017 Deloitte Touche Tohmatsu Limited Cyber 101: Supplementary Reading Reconnaissance What are reconnaissance attacks? "The problem with A reconnaissance attack, as the name implies, is the efforts social media is that of an threat actors to gain as much information about people have an the network as possible before launching other more inherent trust," serious types of attacks.
    [Show full text]