A Heuristic Model to Detect Malicious Urls Using Case Based Reasoning

Total Page:16

File Type:pdf, Size:1020Kb

A Heuristic Model to Detect Malicious Urls Using Case Based Reasoning Journal of Information and Computational Science ISSN: 1548-7741 A Heuristic Model to Detect Malicious URLs using Case Based Reasoning Dr. Sarika S Assistant professor Naipunnya Institute of Management and Information Technology,Koratty,Trissur [email protected] Abstract Phishing is the fraudulent practice of deceiving users by hijacking sensitive information like details of bank account, credit card, login on email and social networking sites, through social engineering. It can occur in varied forms like using malicious URLs and links, attacks based on emails etc. The most devious form of attack occurs when the user see an innocuous page with same look and feel of a genuine webpage but with a phishing URL. Malicious URLs host unsolicited content and attract users to become victims of identity theft and financial losses. Effective systems to detect such malicious URLs in a timely manner are necessary to counter a variety of web security threats. This paper presents a heuristic method to analyze the pattern of phishing URLs and check whether they are malicious or not. The method leverages the use of multi agent system with case based reasoning to detect the attack. The experimental results show that the proposed method is capable of achieving good true positive rate with an accuracy of 98%. Keywords: Antiphishing, multi agent system, URL analysis, case based reasoning 1. Introduction With the advent of internet for business, finance and personal investments, threats due to internet frauds are on rise. They conduct counterfeit transactions to deceive users and steal personal information from them. The most venomous form of internet fraud is phishing. Phishing is a form of online identity theft that aims to steal sensitive information such as usernames, passwords, and credit card details by masquerading as a trustworthy entity in an electronic communication. Nowadays, identity theft is one of the most profitable crimes committed by fraudsters and criminals are exploiting best possible resources to carry out their tasks. A recent report highlighted an increase in the number of identity thefts and the phishing loss is estimated around billions for the affected organizations. A good example is WannaCry ransomware attack [1], a worldwide cyber attack which infected more than 230,000 computers running Microsoft Windows operating system around 150 countries during February 2017. As phishing sites are a cornerstone of internet criminal activities, there has been broad interest in developing systems to prevent the end user from visiting such sites. However, the effectiveness of such systems is questionable as the phishers change their tactics and materialize with new threats. Volume 9 Issue 11 - 2019 1066 www.joics.org Journal of Information and Computational Science ISSN: 1548-7741 Most methods of phishing use Spoofed URL, which is a common trait for phishing scams; pose a serious threat to end-users and commercial institutions. URL obfuscation is a form of technical deception wherein the victims are made to think that a link or web site displayed in their web browser or email client is that of a trusted site when it is not. As users are aware of phishing and can detect fake emails and web sites, the attackers design webpages with convincing content as baits to steal user’s personal information. URL obfuscation allows a hostile web site to exploit vulnerabilities in web browsers that allow the download and execution of malicious codes. These methods tend to be technically simple yet highly effective, and are still used to perform deception. Thus, identifying phishing URLs has become a necessity and challenge also, in the context of online security. The main contribution of this paper is to monitor and detect phishing sites which masquerade as benevolent ones using multi agent systems with case based reasoning. The agents in this system can learn and detect phishing attacks based on the selected features. The technique is adaptive and dynamic to new cases. The method runs with a few set of features and detects fraudulent URLs. 2. Literature Review Most browsers now use URL verification method to protect users from phishing attacks. This is because URL filtering magnitudes faster than typical web page classification, as the entire webpage does not have to be fetched and analyzed. The approach is simple and effective as it produces less average error rate. Moreover, the average response time is less as it considers only the URL of a webpage. Some of the URL filtering techniques are described below. A simple filtering algorithm called SPS [2] that protects clients from phishing attacks by removing part of the malicious content that traps clients into entering personal information. This approach analyzes the behaviors of novice users and of phishers to formulate requirements for SPS. The approach uses a two-level filtering algorithm which is composed of Strict URL Filtering (SUF) and HTTP Response Sanitizing (HRS). The URL filtering component uses a rule set which analyses the URLs on HTML documents and categorize them as safe or suspicious. If a URL is suspicious, the HTTP response sanitizing component removes any input forms from the HTML documents and alert the users about the malicious parts by a sanitized web page. The method is convenient as it does not prohibit the user from browsing any webpages, except blocking them to disclose their personal information to unknown URLs. However, SPS is vulnerable to pharming attacks. According to [3], phishing attacks can be identified through target domain identification. In this work, an algorithm is implemented to identify the phishing target which masquerades as genuine. The approach also groups the domains from hyperlinks having direct or indirect association with a suspected webpage. In order to obtain a target domain set, the domains gathered from the directly associated webpages are cross checked with the domains gathered from the indirectly associated webpages. After applying Target Identification (TID) algorithm on this set, the matched domains are cancelled. The resultant set is compared with a DNS server to identify the legitimacy of a suspicious page. PageSafe [4] is an antiphishing tool that prevents accesses to phishing sites through URL validation and also detects DNS poisoning attacks. PageSafe Volume 9 Issue 11 - 2019 1067 www.joics.org Journal of Information and Computational Science ISSN: 1548-7741 examines the anomalies in web pages and uses a machine learning approach for automatic classification. As the method does not preserve any secret information, it requires very less input from user. PageSafe performs automatic classification by incorporating user assistance so that the number of false positives is reduced by a significant value. The approach also maintains a whitelist, a list of domains with mapping to corresponding IP addresses. This list is referenced first for resolving IP of a URL to protect user from DNS poisoning attacks. Whitelist is encrypted by a master password. By using PageSafe, users are able to decide whether or not a web page is legitimate. The method proposed by Ma et al.[5] described how to identify suspicious URLs. The method has detected malicious websites using both lexical and host based features of URLs in a balanced set. They have compared the accuracy of batch Ma et al.[6] and online learning algorithms Ma et al.[7] using these features. Six lexical and host based features are considered from a URL without including any content from the webpage. They have used various online algorithms such as Perceptron, Logistic Regression with Stochastic Gradient Descent, Passive Aggressive(PA) and Confidence Weighted(CW) algorithms to compare with a batch processing algorithm, and proved that online learning algorithms work better than batch learning for detecting malicious websites. Among the classifiers, they have seen that Confidence-Weighted (CW) Algorithm offers best accuracy than others which is up to 99% over a balanced data set. A hybrid model [8] to detect phishing sites using K-Means Clustering [16] and Naive Bayes Classifier [22] have considered URL features and HTML features of a site to label it as phishing or legitimate. The K-Means Clustering is applied on the URL features of the web site by defining three clusters and a feature set is plotted in one of the clusters of database to check the validity of the site. If the result of k-means clustering is not enough to determine the site’s legitimacy, the method further extracts HTML features of the webpage by using DOM representation. A combination of both URL and HTML features of the webpage are considered to create the feature set and is applied to a Naive Bayes Classifier to determine the probability of the website as phishing or not. The work of Huang et al.[9] have demonstrated a method to find phishing URLs using a supervised learning approach using SVM classifier. To model the SVM, they have considered 23 features to construct the feature vector. The different features include 4 structural features, 9 lexical features and 10 brand name features. If the classification output is -1, the URL is phishing otherwise it is labeled as genuine for output 1. A semisupervised approach for identifying phishing URL in a realistic scenario has been proposed by Gyawali et al. [10]. This method is focused on reducing the cost of training a supervised algorithm by relying on fewer manually labeled data. In order to reduce manually labeled data, a semisupervised approach is applied and trained the learning algorithm using a collection of manually labeled and pseudo labeled data. The approach could detect more phishing URLs comparative to a fully supervised approach, using only 10% manually labeled data. To show the usefulness of the URL alone in performing web page classification, Kan and Thi have proposed a technique for webpage classification using URL [11]. The approach segments the URL into meaningful tokens.
Recommended publications
  • A Comparative Analysis of Anti-Phishing Mechanisms: Email Phishing
    Volume 8, No. 3, March – April 2017 ISSN No. 0976-5697 International Journal of Advanced Research in Computer Science REVIEW ARTICLE Available Online at www.ijarcs.info A Comparative Analysis of Anti-Phishing Mechanisms: Email Phishing ShwetaSankhwar and Dhirendra Pandey BabasahebBhimraoAmbedkar University Lucknow, U. P., India Abstract: Phishing has created a serious threat towards internet security. Phish e-mails are used chiefly to deceive confidential information of individual and organizations. Phishing e-mails entice naïve users and organizations to reveal confidential information such as, personal details, passwords, account numbers, credit card pins, etc. Phisher spread spoofed e-mails as coming from legitimate sources, phishers gain access to such sensitive information that eventually results in identity and financial losses.In this research paper,aexhaustive study is done on anti-phishing mechanism from year 2002 to 2014. A comparative analysis report of anti-phishing detection, prevention and protection mechanisms from last decade is listed. This comparativeanalysis reports the anti-phishing mechanism run on server side or client side and which vulnerable area is coverd by it. The vulnerable area is divided into three categories on the basis of email structure. The number of vulnerabilties covered by existing anti-phishing mechanisms are listed to identify the focus or unfocused vulnerability. This research paper could be said as tutorial of a existing anti-phishing research work from decade. The current work examines the effectiveness of the tools and techniques against email phishing. It aims to determine pitfalls and vulnerability of anti-phishing tools and techniques against email phishing. This work could improve the understanding of the security loopholes, the current solution space, and increase the accuracy or performance to counterfeit the phishing attack.
    [Show full text]
  • How to Layer and Sell Security Solutions to Protect Your Clients’ Remote Workers, Data, and Devices
    How to Layer and Sell Security Solutions to Protect Your Clients’ Remote Workers, Data, and Devices PAX8 | PAX8.COM ©2021 Pax8 Inc. All rights reserved. Last updated April 2021. About This Guide This guide offers recommendations to build a layered remote security stack and position it to your clients to keep them productive and secure while working remotely. Introduction Shifting the Security Focus: From the Perimeter to Endpoints 2 Building the Foundation for Remote Security 1. Put Endpoint Security in Place 3 2. Layer on Additional Email Security 4 3. Begin Ongoing End User Security Training 5 Standardizing Your Remote Security Stack: Trending Solutions 6 Fortifying Remote Defenses Other Tools to Secure Remote Work Environments 7 Advancing the Conversation Remote Security Checklist 8 Email Template for Layered Security 9 Education, Enablement & Professional Services Your Expert for Secure Remote Work 10 [email protected] | +1 (855) 884-7298 | pax8.com INTRODUCTION A Shift in Security Focus: While the global spike in remote work in 2020 helped many companies stay productive, it also increased security challenges as employees remotely accessed company networks, of remote workers say files, and data. With more employees working outside their biggest challenge of the safety of perimeter security related to the is collaboration and corporate network and firewalls, IT security focus communication1 shifted to endpoints, email, and end users as the first line of defense. A Wave of COVID-19 Related Cyber Risks: The surge in remote work due to COVID-19 (and the resulting security vulnerabilities) fueled an alarming rise in cybercrime – the FBI reported in August 2020 that cyberattack complaints were up by 400%!2 Microsoft reported that pandemic-themed phishing and social engineering attacks jumped by 10,000 a day, while cybersecurity experts reported that ransomware attacks were up by 800%.
    [Show full text]
  • CHUENCHUJIT-THESIS-2016.Pdf
    c 2016 Thasphon Chuenchujit A TAXONOMY OF PHISHING RESEARCH BY THASPHON CHUENCHUJIT THESIS Submitted in partial fulfillment of the requirements for the degree of Master of Science in Computer Science in the Graduate College of the University of Illinois at Urbana-Champaign, 2016 Urbana, Illinois Adviser: Associate Professor Michael Bailey ABSTRACT Phishing is a widespread threat that has attracted a lot of attention from the security community. A significant amount of research has focused on designing automated mitigation techniques. However, these techniques have largely only proven successful at catching previously witnessed phishing cam- paigns. Characteristics of phishing emails and web pages were thoroughly analyzed, but not enough emphasis was put on exploring alternate attack vectors. Novel education approaches were shown to be effective at teach- ing users to recognize phishing attacks and are adaptable to other kinds of threats. In this thesis, we explore a large amount of existing literature on phishing and present a comprehensive taxonomy of the current state of phish- ing research. With our extensive literature review, we will illuminate both areas of phishing research we believe will prove fruitful and areas that seem to be oversaturated. ii In memory of Nunta Hotrakitya. iii ACKNOWLEDGMENTS I would like to express my deepest gratitute to Professor Michael Bailey for guiding this work from start to finish. I also greatly appreciate the essential assistance given by Joshua Mason and Zane Ma. Finally, I wish to thank my parents for their love and support throughout my life. iv TABLE OF CONTENTS CHAPTER 1 INTRODUCTION . 1 CHAPTER 2 RELATED WORK . 3 CHAPTER 3 ATTACK CHARACTERISTICS .
    [Show full text]
  • Utilising the Concept of Human-As-A-Security-Sensor for Detecting Semantic Social Engineering Attacks
    Utilising the concept of Human-as-a-Security-Sensor for detecting semantic social engineering attacks Ryan John Heartfield A thesis submitted in partial fulfilment of the requirements of the University of Greenwich for the Degree of Doctor of Philosophy DOCTOR OF PHILOSOPHY June 2017 Declaration \I certify that the work contained in this thesis, or any part of it, has not been accepted in substance for any previous degree awarded to me, and is not concurrently being submitted for any degree other than that of Doctor of Philosophy being studied at the University of Greenwich. I also declare that this work is the result of my own investigations, except where otherwise identified by references and that the contents are not the outcome of any form of research misconduct." SUPERVISOR: ................................................ ............................... RYAN HEARTFIELD SUPERVISOR: ................................................ ............................... DR. GEORGE LOUKAS SUPERVISOR: ................................................ ............................... DR. DIANE GAN i Abstract Social engineering is used as an umbrella term for a broad spectrum of computer exploitations that employ a variety of attack vectors and strate- gies to psychologically manipulate a user. Semantic attacks are the spe- cific type of social engineering attacks that bypass technical defences by actively manipulating object characteristics, such as platform or system applications, to deceive rather than directly attack the user. Semantic social engineering
    [Show full text]
  • Mobile Malware Attacks and Defense Copyright © 2009 by Elsevier, Inc
    Elsevier, Inc., the author(s), and any person or firm involved in the writing, editing, or production (collectively “Makers”) of this book (“the Work”) do not guarantee or warrant the results to be obtained from the Work. There is no guarantee of any kind, expressed or implied, regarding the Work or its contents. The Work is sold AS IS and WITHOUT WARRANTY. You may have other legal rights, which vary from state to state. In no event will Makers be liable to you for damages, including any loss of profits, lost savings, or other incidental or consequential damages arising out from the Work or its contents. Because some states do not allow the exclusion or limitation of liability for consequential or incidental damages, the above limitation may not apply to you. You should always use reasonable care, including backup and other appropriate precautions, when working with computers, networks, data, and files. Syngress Media®, Syngress®, “Career Advancement Through Skill Enhancement®,” “Ask the Author UPDATE®,” and “Hack Proofing®,” are registered trademarks of Elsevier, Inc. “ Syngress: The Definition of a Serious Security Library”™, “Mission Critical™,” and “The Only Way to Stop a Hacker is to Think Like One™” are trademarks of Elsevier, Inc. Brands and product names mentioned in this book are trademarks or service marks of their respective companies. Unique Passcode 28475016 PUBLISHED BY Syngress Publishing, Inc. Elsevier, Inc. 30 Corporate Drive Burlington, MA 01803 Mobile Malware Attacks and Defense Copyright © 2009 by Elsevier, Inc. All rights reserved. Printed in the United States of America. Except as permitted under the Copyright Act of 1976, no part of this publication may be reproduced or distributed in any form or by any means, or stored in a database or retrieval system, without the prior written permission of the publisher, with the exception that the program listings may be entered, stored, and executed in a computer system, but they may not be reproduced for publication.
    [Show full text]
  • Cybergenerations Facilitator Guide
    CyberGenerations Workshop Facilitator Guide This document provides instructions to Facilitators on how to effectively deliver a CyberGenerations workshop. It informs Facilitators how to prepare, what to prepare, and what to say and do to facilitate the lessons effectively. About this Workshop Table of Contents Table of Contents .................................................................................................................... 2 About this Workshop .............................................................................................................. 4 Workshop Overview.............................................................................................................. 4 Workshop Outline ................................................................................................................. 5 Preparation Notes for Facilitators ......................................................................................... 6 Advance Preparation for Facilitators .................................................................................... 6 Facilitator Resources ............................................................................................................ 7 Participant Resources........................................................................................................... 7 Facilitation Instructions .......................................................................................................... 8 Topic 1: Welcome (10 min.).................................................................................................
    [Show full text]
  • A Review on Phishing Website Detection Using Machine Learning
    JOURNAL OF CRITICAL REVIEWS ISSN- 2394-5125 VOL 7, ISSUE 19, 2020 A REVIEW ON PHISHING WEBSITE DETECTION USING MACHINE LEARNING Sudha M1, Jaanavi R V2, Blessy Ida Gladys S3, Priyadharshini4 1,2,3,4,School of Information Technology & Engineering,Vellore Institute of Technology - Vellore Campus, India. E mail: [email protected] Received: May 2020 Revised and Accepted: August 2020 ABSTRACT: Fraudulent communication in the internet is an ever growing issue in the cyber world. This article reviews the negative impacts of fraudulent sites referred as Spoofed websites or phishing websites. These spoofed-sites attempts to steal the essential credentials of any individual by means of false websites that appears same as the original website in the cyber space. Any legitimate user in the Internet communication may prompt to use these spoofed-sites by mistyping the web-address. On the other side when an individual attempts to get his site using a browser cache directly instead of typing the site address on own would lead to these type of spoofed web logging. It is severe issue, as it leads to fiscal losses for both industries and individuals. Therefore this article endeavor to investigate the applicability of widely adopted machine learning model for predicting the Spoofed websites. The proposed algorithm is used to identify and characterize the rules and factors required to classify the spoofed websites. Further these classification techniques are used to identify the relationship between rules and factors to correlate them with each other so as to detect the performance, accuracy, number of rules generated and speed. A Divide and conquer approach is applied in this assessment to detect the spoofed websites.
    [Show full text]
  • Session Hijacking. – Stealing of Session ID/Cookies Allows an Attacker to Impersonate an Ongoing Session – Replay of a Session to Repeat Some Important Action
    Computer System- B Security Introduction to Web Security P2 Cookies, session IDs, Phishing (URL obfuscation) Sanjay Rawat HTTP vs HTTPS ● HTTP send request/response in clear text – Information can be sniffed (confidentiality is lost) ● We do not know if we are connected to the right server – Identity/authenticity is not variable. ● HTTPS (secure) solves this by using crypto. – Encryption – Signature – MAC ● Example: SSL/TSL (later in the unit) HTTP is stateless HTTP is stateless ● The notion of a session – encapsulates information about a visitor – Allows user to relate multiple requests HTTP is stateless ● The notion of a session – encapsulates information about a visitor – Allows user to relate multiple requests ● Session information should be considered extremely sensitive HTTP is stateless ● The notion of a session – encapsulates information about a visitor – Allows user to relate multiple requests ● Session information should be considered extremely sensitive ● Thus, a class of attacks known as session hijacking Sessions Using GET or POST Sessions Using GET or POST ● Pass session information to the web server each time the user navigates to a new page using GET or POST requests. Sessions Using GET or POST ● Pass session information to the web server each time the user navigates to a new page using GET or POST requests. ● This method is particularly susceptible to man-in-the- middle attacks, unfortunately, since HTTP requests are unencrypted. Sessions Using GET or POST ● Pass session information to the web server each time the user navigates to a new page using GET or POST requests. ● This method is particularly susceptible to man-in-the- middle attacks, unfortunately, since HTTP requests are unencrypted.
    [Show full text]
  • Web Security
    Web Security 4/6/21 Web Security 1 7.1 The world wide web • WWW is used for banking, shopping, communication, collaborating, and social networking. • Entire new classes of security and privacy concerns has emerged as web security. 4/6/21 Web Security 2 7.1.1 HTTP HTML • A web site contains pages of text and images interpreted by a web browser • A web browser identifies a web site with a uniform resource locator (URL) • The web browser uses Domain Name System (DNS) to determine the IP address of the web server. • The hypertext transfer protocol (HTTP) is used to retrieve the requested web page • The client/web browser makes a TCP connection to a specified port on the web server, by default 80 for HTTP. 4/6/21 Web Security 3 7.1.1 HTTP HTML • HTTP requests typically begin with a request line, usually consisting of a command such as GET or POST. • HTTP responses deliver the content to the browser along with a response header. • The response header includes info about the server such as the type and version number. • Good security practices alter the default server response to not include this info. • Hypertext markup language (HTML) provides a structural description of a document, rendered by web browser 4/6/21 Web Security 4 7.1.1 HTTP HTML • HTML features – Static document description language – Supports linking to other pages and embedding images by reference – User input sent to server via forms – No encryption provided • HTML extensions – Additional media content (e.g., PDF, video) supported through plugins – Embedding programs in supported languages (e.g., JavaScript, Java) provides dynamic content that interacts with the user, modifies the browser user interface, and can access the client computer environment 4/6/21 Web Security 5 HTML Forms • Allow users to provide input to a web site in the form of variables represented by name-value pairs.
    [Show full text]
  • Internet Browser Vulnerabilities
    Web Security 11/17/2010 Web Security 1 HTML • Hypertext markup language (HTML) – Describes the content and formatting of Web pages – Rendered within browser window • HTML features – Static document description language – Supports linking to other pages and embedding images by reference – User input sent to server via forms • HTML extensions – Additional media content (e.g., PDF, video) supported through plugins – Embedding programs in supported languages (e.g., JavaScript, Java) provides dynamic content that interacts with the user, modifies the browser user interface, and can access the client computer environment 11/17/2010 Web Security 2 Phishing • Forged web pages created to fraudulently acquire sensitive information • User typically solicited to access phished page from spam email • Most targeted sites – Financial services (e.g., Citibank) – Payment services (e.g., PayPal) – Auctions (e..g, eBay) • 45K unique phishing sites detected monthly in 2009 [APWG Phishing Trends Reports] • Methods to avoid detection – Misspelled URL – URL obfuscation – Removed or forged address bar 11/17/2010 Web Security 3 Phishing Example http://www.anti-phishing.com 11/17/2010 Web Security 4 URL Obfuscation • Properties of page in previous slide – Actual URL different from spoofed URL displayed in address bar • URL escape character attack – Old versions of Internet Explorer did not display anything past the Esc or null character – Displayed vs. actual site http://trusted.com%01%[email protected] • Unicode attack – Domains names with Unicode characters can
    [Show full text]
  • What Can I Do Regarding a Fraudulent Webshop and How Can I Take It Down? What Can I Do Regarding a Fraudulent Webshop and How Can I Take It Down?
    BRANDIT’s “How to” Guides [Grab your reader’s attention with a great quote from the document or use this space to emphasize a key point. To place this text box anywhere on the page, just drag it.] What can I do regarding a fraudulent webshop and how can I take it down? What can I do regarding a fraudulent webshop and how can I take it down? It’s a beautiful day, you’ve got your favourite coffee from a local café and you’re cracking on with your work, when boom! You find a website that is ripping off your brand, products or that piece of creative work that took you forever to complete! Noooo! What can you do now? Well, before you blow your fuse at the potential infringer, luckily, there are steps you can take. We’ve outlined our top tips on how to spot a fake website and if needed, how to take them down to protect your band. How do infringers spoof your website? You think it couldn’t happen to you? Think again. Unfortunately, creating a fake website is easy for scammers to accomplish. A knowledgeable scammer can steal all of your on-page information and upload it under a fake domain in a matter of minutes. 3 potential ways cybercriminals can imitate your website In a flash, scammers typically make a few small yet significant changes to your content by: • Registering a domain name, adopting a spoofed URL, that may differ only slightly from yours. • Copying your codenames, images and basically everything on your site, but then make slight changes to phone numbers and email addresses.
    [Show full text]
  • Deep Thought: a Cybersecurity Story
    DEEP THOUGHT /////////// A cybersecurity story /////////// Alex Blau, Alexandra Alhadeff, Michael Stern, Scott Stinson, Josh Wright ideas42.org ⁄cyber // about ideas42 IDEAS42 USES INSIGHTS FROM BEHAVIORAL SCIENCE to help solve difficult social problems and make an impact at scale. We grew out of research programs in psychology and economics at top academic institutions and our work draws on decades of experimental scientific research in decision making, along with the most rigorous methods in program and policy evaluation. We work in a number of areas, including consumer finance, economic mobility and opportunity, health, education, energy efficiency, and international development. The conse- quences of the behavioral issues we tackle are often profound. A failure to adhere to medication can be life-threatening. Dropping out of school can prevent a person from achieving her potential. All too often, the reasons for these failures turn out to be small and remediable—but also usually overlooked or dismissed as unimport- ant. Our approach involves carefully diagnosing the behavioral issues that prevent otherwise well-designed programs and products from achieving their goals. We identify subtle but important contextual details that can influence behavior, and design innovative solutions that help to overcome or amplify their effects. Our work involves a lot of observation, plenty of patience, and a willingness to be surprised. Most of all, though, it involves asking the right questions. // acknowledgments THIS PROJECT WOULD NOT HAVE BEEN POSSIBLE without the sup- port of many individuals and institutions. ideas42 would like to thank the William and Flora Hewlett Foundation, whose generous support enabled us to examine crit- ical challenges in cybersecurity through the lens of behavioral science.
    [Show full text]