Open-Source Measurement of Fast-Flux Networks While

Total Page:16

File Type:pdf, Size:1020Kb

Open-Source Measurement of Fast-Flux Networks While Open-source Measurement of Fast-flux Networks While Considering Domain-name Parking Leigh B. Metcalf Dan Ruef Software Engineering Institute Software Engineering Institute Carnegie Mellon University Carnegie Mellon University Jonathan M. Spring Software Engineering Institute Carnegie Mellon University Abstract 1 Introduction Background: Fast-flux is a technique malicious ac- Fast-flux service networks were first reported in tors use for resilient malware communications. In 2007, identified as “a network of compromised com- this paper, domain parking is the practice of assign- puter systems with public DNS records that are con- ing a nonsense location to an unused fully-qualified stantly changing, in some cases every few minutes” domain name (FQDN) to keep it ready for “live” [25, §1]. Criminals use the technique to “evade iden- use. Many papers use “parking” to mean typosquat- tification and to frustrate law enforcement and anti- ting for ad revenue. However, we use the original crime efforts aimed at locating and shutting down meaning, which was relevant because it is a poten- web sites” that are used for abuse or illegal purposes tially confounding behavior for detection of fast-flux. [13, p. 2]. Internet-wide fast-flux networks and the extent to Despite this long history, and a variety of pub- which domain parking confounds fast-flux detection lications on detecting fast flux, there is no main- have not been publicly measured at scale. tained, open-source tool that can detect it at Aim: Demonstrate a repeatable method for open- scale. The Honeynet Project’s own tool for the source measurement of fast-flux and domain park- purpose, Tracker (http://honeynet.org/project/ ing, and measure representative trends over 5 years. Tracker), has a defunct homepage. Tools from the Method: Our data source is a large passive-DNS col- time, such as ATLAS [20] and FluXOR [21], han- lection. We use an open-source implementation that dle on the order of 400 domains. Our tool, Analysis identifies suspicious associations between FQDNs, Pipeline, handles networks on the order of 1 million IP addresses, and ASNs as graphs. We detect park- fully-qualified domain names (FQDN, hereafter sim- ing via a simple time-series of whether a FQDN ad- ply “domain” if the usage is unambiguous). Pipeline vertises itself on IETF-reserved private IP space and simultaneously tracks other network behavior, such public IP space alternately. Whitelisting domains as network flow records. Therefore Pipeline can de- that use private IP space for encoding non-DNS re- tect when a host connects to an IP address in the sponses (e.g. blacklist distributors) is necessary. fast-flux network in near-real time, for example. Results: Fast-flux is common; usual daily values We also measure a phenomenon mentioned but are 10M IP addresses and 20M FQDNs. Domain not measured in some older fast-flux detection pa- parking, in our sense, is uncommon (94,000 unique pers: domain name parking. When a domain is FQDNs total) and does not interfere with fast- parked on an IP address, the IP address to which flux detection. Our open-source tool works well at the domain resolves is inactive or otherwise not internet-scale. controlled by the domain owner. Parking is com- Discussion: Real-time detection of fast-flux net- mon practice when a user first registers an effective works could help defenders better interrupt them. second-level domain (eSLD) – the registrar supplies With our implementation, a resolver could poten- a nonsense IP address to prevents DNS errors. How- tially block name resolutions that would add to a ever, this parking pattern is distinctive and simple. known flux network if completed, preventing even We look for other, suspicious patterns. the first connection. Parking is a poor indicator of There are multiple distinct senses of the term “do- malicious activity. main parking,” and our topic is not synonymous [Distribution Statement A] Approved for public release and unlimited distribution. with any other study of which we are aware. Domain method between our parking and fast flux measure- parking on private IP address space is, however, a ments, which primarily is the passive DNS data relatively old phenomenon; it is mentioned in some source and our open-source tool Analysis Pipeline. fast-flux identification algorithm studies as an obsta- We present our measurement method for FQDNs cle [35, 14]. This older usage of “domain parking” is that exhibit parking on private IP address space our topic of study We use domain parking on private in Section 2.1. Section 2.2 describes our fast-flux IP address space to differentiate it from the newer measurement methods. Section3 presents the full usage [2, 34] that more accurately is domain parking results. Section4 interprets and discusses these re- on routeable IP addresses for advertisement revenue sults. generation. Two of the first studies on parking domains for il- 2 Method licit ad revenue find large-scale use of 4 million to 8 million domains [2, 34]. However, from the authors’ Our measurements of domain parking of private IP description this appears to be more like typosquat- address space and fast-flux networks use different ting (as described in Szurdi et. al. [31]) than res- algorithms over the same data set and implemented olution error suppression. We are not studying ty- using the same open-source tool. We describe the posquatting or skimming ad revenue off user typos. common measurement period, data, and tool here. Domain parking of the sort we study is a strategy for The methods specific to each parking and fast-flux suppressing domain resolution errors, likely used to measurement are described in the following subsec- keep command and control infrastructure stealthy. tions. The domain name system permits a variety of dif- We measure activity during over five years of pas- ferent resiliency mechanisms for distributed archi- sive DNS data, from January 1, 2012 to June 30, tectures. Often these have legitimate uses, but ma- 2017. The data source, the Security Information licious actors are equally able to adopt successful Exchange (SIE), has been demonstrated to be rea- techniques. Fast-flux and domain parking of private sonably representative of the global Internet with IP space are both candidates for such abuse. ICANN a small North American collection bias [29]. This responded to the security concerns from fast-flux is high-volume passive DNS data, as well as be- networks in 2009 by stating there would be no policy ing representative. Each month, the unique FQDNs response [15, p. 10]. Thus, of the six mitigation op- observed range between 550 million and 1 billion. tions outlined in the original Honeynet analysis, five With the relatively small and stable zone .edu, the are unlikely or inconsistently applied because they data source is sufficiently represetative to recon- can only be enacted by ISPs or Registrars. The last, struct 93% of the zone in five weeks [27]. “passive DNS harvesting/monitoring to identify A We use our own data filtering and packing tools, or NS records advertised” as part of fast-flux net- independent from the SIE database. About 35-40 works [25, §10], is the approach we implement with GB of data is ingested daily in compressed nmsgtool Analysis Pipeline. Our detection method is inspired format [10], including source DNS server and pre- by the Mannheim score [12]. cise time range the response was valid. Unique re- We find a mixture of positive and negative results. source record sets (RRsets) are extracted for each On one hand, our measurement of fast-flux networks 24-hour day, with a cutoff of 0000 UTC. We store confirms our hypothesis that this behavior remained just the fields for rname, TTL, type, and rdata. prevalent. As one negative example, domain park- The nmsg data canonicalizes rdata, so this field ing on private IP address space is not worth much is sorted set of all rdata in a single DNS message concern, for fast-flux network detection or otherwise. for a rname,type,class triple. The rname field is Negative results are important and useful in shap- label-wise reversed, so www.example.com becomes ing future work. Publication bias has been a docu- com.example.www; this makes sorting and lookup mented concern in medical literature for 30 years [8]. easier, as the TLD is usually a more important Despite this attention, publication of negative re- key. The RRsets are then simply sorted and unique sults has generally dwindled across disciplines. The RRsets stored per day. When compressed with stan- relative publication frequency of positive results over dard tools such as bzip or gzip, this ASCII storage negative results grew by 22% from 1990 to 2007 [9]. format takes about 5 GB per day. We expect such publication bias away from negative The rationale for this storage method is similar results is a contributing factor to why there seems to that for why SiLK, a netflow analysis tool suite, to be no public measurement of this phenomenon. stores flow in time-sorted, partitioned flat files via Section2 discusses the common elements of the the file system rather than in a database [32]. We are [Distribution Statement A] Approved for public release and unlimited distribution. interested in long trends, or retrospective analysis of Algorithm 1 Analysis Pipeline command-line poorly understood past events. This is different from the use case of many passive DNS users, who are /usr/local/sbin/pipeline \ --site-config-file=/usr/local/share/ looking for keywords indicating abuse of particular silk/silk.conf \ brand names. Our storage format provides details on --alert-log-file=~/AlertLog.txt \ what domains resolved to on particular days. This --aux-alert-file=~/AuxLog.txt \ -- ipfix \ allows us to see interleaving changes in domain-IP --time-is-clock \ mappings and large gaps of inactivity that are not --configuration=~/parking.conf \ possible in a database that only stores first- and last- --name-files input_files_list seen times.
Recommended publications
  • Click Trajectories: End-To-End Analysis of the Spam Value Chain
    Click Trajectories: End-to-End Analysis of the Spam Value Chain ∗ ∗ ∗ ∗ z y Kirill Levchenko Andreas Pitsillidis Neha Chachra Brandon Enright Mark´ Felegyh´ azi´ Chris Grier ∗ ∗ † ∗ ∗ Tristan Halvorson Chris Kanich Christian Kreibich He Liu Damon McCoy † † ∗ ∗ Nicholas Weaver Vern Paxson Geoffrey M. Voelker Stefan Savage ∗ y Department of Computer Science and Engineering Computer Science Division University of California, San Diego University of California, Berkeley z International Computer Science Institute Laboratory of Cryptography and System Security (CrySyS) Berkeley, CA Budapest University of Technology and Economics Abstract—Spam-based advertising is a business. While it it is these very relationships that capture the structural has engendered both widespread antipathy and a multi-billion dependencies—and hence the potential weaknesses—within dollar anti-spam industry, it continues to exist because it fuels a the spam ecosystem’s business processes. Indeed, each profitable enterprise. We lack, however, a solid understanding of this enterprise’s full structure, and thus most anti-spam distinct path through this chain—registrar, name server, interventions focus on only one facet of the overall spam value hosting, affiliate program, payment processing, fulfillment— chain (e.g., spam filtering, URL blacklisting, site takedown). directly reflects an “entrepreneurial activity” by which the In this paper we present a holistic analysis that quantifies perpetrators muster capital investments and business rela- the full set of resources employed to monetize spam email— tionships to create value. Today we lack insight into even including naming, hosting, payment and fulfillment—using extensive measurements of three months of diverse spam data, the most basic characteristics of this activity. How many broad crawling of naming and hosting infrastructures, and organizations are complicit in the spam ecosystem? Which over 100 purchases from spam-advertised sites.
    [Show full text]
  • Passive Monitoring of DNS Anomalies Bojan Zdrnja1, Nevil Brownlee1, and Duane Wessels2
    Passive Monitoring of DNS Anomalies Bojan Zdrnja1, Nevil Brownlee1, and Duane Wessels2 1 University of Auckland, New Zealand, b.zdrnja,nevil @auckland.ac.nz { } 2 The Measurement Factory, Inc., [email protected] Abstract. We collected DNS responses at the University of Auckland Internet gateway in an SQL database, and analyzed them to detect un- usual behaviour. Our DNS response data have included typo squatter domains, fast flux domains and domains being (ab)used by spammers. We observe that current attempts to reduce spam have greatly increased the number of A records being resolved. We also observe that the data locality of DNS requests diminishes because of domains advertised in spam. 1 Introduction The Domain Name System (DNS) service is critical for the normal functioning of almost all Internet services. Although the Internet Protocol (IP) does not need DNS for operation, users need to distinguish machines by their names so the DNS protocol is needed to resolve names to IP addresses (and vice versa). The main requirements on the DNS are scalability and availability. The DNS name space is divided into multiple zones, which are a “variable depth tree” [1]. This way, a particular DNS server is authoritative only for its (own) zone, and each organization is given a specific zone in the DNS hierarchy. A complete domain name for a node is called a Fully Qualified Domain Name (FQDN). An FQDN defines a complete path for a domain name starting on the leaf (the host name) all the way to the root of the tree. Each node in the tree has its label that defines the zone.
    [Show full text]
  • Monthly Cybersecurity Newsletter April 2018 Issue
    Monthly Cybersecurity Newsletter April 2018 Issue Enterprise Security and Risk Management Office (ESRMO) From the Desk of the State Chief Risk Officer – Maria Thompson Be Careful What You Type You should be careful when typing a web address into your browser. It is very easy to enter a similar but incorrect domain name and end up somewhere you do not want to be. Unscrupulous individuals use domain names similar to more popular ones on the Internet in order to entice individuals who mistakenly type the wrong web address. This practice of using similar domain names and relying on individuals to type the wrong address is called typosquatting. A typosquatter’s URL will usually be one of several kinds: a common misspelling of the known name (e.g. exemple.com), a differently phrased name (e.g. examples.com), a different top-level domain name (e.g. example.org), or an abuse of a country code (example.cm). In fact, a report published in December 2009 by McAfee found that .cm was the riskiest domain in the world, with 36.7% of the sites posing a security risk to users. Once on a typosquatter’s site, the user may be tricked into thinking he or she is on the intended site, through the use of similar logos, website layouts or content. Visiting such a site, however, may result in malicious software (malware) to be downloaded and installed on the end user’s machine, or it may entice the end user to disclose private information. Most typosquatters are probably just aiming to make money by taking advantage of your errors.
    [Show full text]
  • Sidekick Suspicious Domain Classification in the .Nl Zone
    Master Thesis as part of the major in Security & Privacy at the EIT Digital Master School SIDekICk SuspIcious DomaIn Classification in the .nl Zone delivered by Moritz C. M¨uller [email protected] at the University of Twente 2015-07-31 Supervisors: Andreas Peter (University of Twente) Maarten Wullink (SIDN) Abstract The Domain Name System (DNS) plays a central role in the Internet. It allows the translation of human-readable domain names to (alpha-) numeric IP addresses in a fast and reliable manner. However, domain names not only allow Internet users to access benign services on the Internet but are used by hackers and other criminals as well, for example to host phishing campaigns, to distribute malware, and to coordinate botnets. Registry operators, which are managing top-level domains (TLD) like .com, .net or .nl, disapprove theses kinds of usage of their domain names because they could harm the reputation of their zone and would consequen- tially lead to loss of income and an insecure Internet as a whole. Up to today, only little research has been conducted with the intention to fight malicious domains from the view of a TLD registry. This master thesis focuses on the detection of malicious domain names for the .nl country code TLD. Therefore, we analyse the characteristics of known malicious .nl domains which have been used for phishing and by botnets. We confirm findings from previous research in .com and .net and evaluate novel characteristics including query patterns for domains in quar- antine and recursive resolver relations. Based on this analysis, we have developed a prototype of a detection system called SIDekICk.
    [Show full text]
  • Proactive Cyberfraud Detection Through Infrastructure Analysis
    PROACTIVE CYBERFRAUD DETECTION THROUGH INFRASTRUCTURE ANALYSIS Andrew J. Kalafut Submitted to the faculty of the Graduate School in partial fulfillment of the requirements for the degree Doctor of Philosophy in Computer Science Indiana University July 2010 Accepted by the Graduate Faculty, Indiana University, in partial fulfillment of the requirements of the degree of Doctor of Philosophy. Doctoral Minaxi Gupta, Ph.D. Committee (Principal Advisor) Steven Myers, Ph.D. Randall Bramley, Ph.D. July 19, 2010 Raquel Hill, Ph.D. ii Copyright c 2010 Andrew J. Kalafut ALL RIGHTS RESERVED iii To my family iv Acknowledgements I would first like to thank my advisor, Minaxi Gupta. Minaxi’s feedback on my research and writing have invariably resulted in improvements. Minaxi has always been supportive, encouraged me to do the best I possibly could, and has provided me many valuable opportunities to gain experience in areas of academic life beyond simply doing research. I would also like to thank the rest of my committee members, Raquel Hill, Steve Myers, and Randall Bramley, for their comments and advice on my research and writing, especially during my dissertation proposal. Much of the work in this dissertation could not have been done without the help of Rob Henderson and the rest of the systems staff. Rob has provided valuable data, and assisted in several other ways which have ensured my experiments have run as smoothly as possible. Several members of the departmental staff have been very helpful in many ways. Specifically, I would like to thank Debbie Canada, Sherry Kay, Ann Oxby, and Lucy Battersby.
    [Show full text]
  • D-FENS: DNS Filtering & Extraction Network System for Malicious Domain Names
    University of Central Florida STARS Electronic Theses and Dissertations, 2004-2019 2018 D-FENS: DNS Filtering & Extraction Network System for Malicious Domain Names Jeffrey Spaulding University of Central Florida Part of the Computer Sciences Commons Find similar works at: https://stars.library.ucf.edu/etd University of Central Florida Libraries http://library.ucf.edu This Doctoral Dissertation (Open Access) is brought to you for free and open access by STARS. It has been accepted for inclusion in Electronic Theses and Dissertations, 2004-2019 by an authorized administrator of STARS. For more information, please contact [email protected]. STARS Citation Spaulding, Jeffrey, "D-FENS: DNS Filtering & Extraction Network System for Malicious Domain Names" (2018). Electronic Theses and Dissertations, 2004-2019. 6378. https://stars.library.ucf.edu/etd/6378 D-FENS: DNS FILTERING & EXTRACTION NETWORK SYSTEM FOR MALICIOUS DOMAIN NAMES by JEFFREY SPAULDING B.S. Clarkson University, 2003 M.S. SUNY Polytechnic Institute, 2013 A dissertation submitted in partial fulfilment of the requirements for the degree of Doctor of Philosophy in the Department of Computer Science in the College of Engineering and Computer Science at the University of Central Florida Orlando, Florida Summer Term 2018 Major Professor: Aziz Mohaisen c 2018 Jeffrey Spaulding ii ABSTRACT While the DNS (Domain Name System) has become a cornerstone for the operation of the Internet, it has also fostered creative cases of maliciousness, including phishing, typosquatting, and botnet communication among others. To address this problem, this dissertation focuses on identifying and mitigating such malicious domain names through prior knowledge and machine learning. In the first part of this dissertation, we explore a method of registering domain names with deliberate typographical mistakes (i.e., typosquatting) to masquerade as popular and well-established domain names.
    [Show full text]
  • Fast-Flux Botnet Detection Based on Traffic Response and Search Engines Credit Worthiness
    ISSN 1330-3651 (Print), ISSN 1848-6339 (Online) https://doi.org/10.17559/TV-20161012115204 Original scientific paper Fast-Flux Botnet Detection Based on Traffic Response and Search Engines Credit Worthiness Davor CAFUTA, Vlado SRUK, Ivica DODIG Abstract: Botnets are considered as the primary threats on the Internet and there have been many research efforts to detect and mitigate them. Today, Botnet uses a DNS technique fast-flux to hide malware sites behind a constantly changing network of compromised hosts. This technique is similar to trustworthy Round Robin DNS technique and Content Delivery Network (CDN). In order to distinguish the normal network traffic from Botnets different techniques are developed with more or less success. The aim of this paper is to improve Botnet detection using an Intrusion Detection System (IDS) or router. A novel classification method for online Botnet detection based on DNS traffic features that distinguish Botnet from CDN based traffic is presented. Botnet features are classified according to the possibility of usage and implementation in an embedded system. Traffic response is analysed as a strong candidate for online detection. Its disadvantage lies in specific areas where CDN acts as a Botnet. A new feature based on search engine hits is proposed to improve the false positive detection. The experimental evaluations show that proposed classification could significantly improve Botnet detection. A procedure is suggested to implement such a system as a part of IDS. Keywords: Botnet; fast-flux; IDS 1 INTRODUCTION locations DoS attack against the web site becomes very difficult as it must be effective on every server in the field The Domain Name System (DNS) is a hierarchical [7, 8].
    [Show full text]
  • Brief of Internet Commerce Association
    No. 19-46 IN THE Supreme Court of the United States U.S. PATENT AND TRADEMARK OFFICE, ET AL., Petitioners, v. BOOKING.COM B.V., Respondent. ON WRIT OF CERTIORARI TO THE UNITED STATES COURT OF APPEALS FOR THE FOURTH CIRCUIT BRIEF OF THE INTERNET COMMERCE ASSOCIATION AS AMICUS CURIAE IN SUPPORT OF RESPONDENT Megan L. Brown Counsel of Record David E. Weslow Ari S. Meltzer Jeremy J. Broggi WILEY REIN LLP 1776 K Street NW Washington, DC 20006 (202) 719-7000 [email protected] February 19, 2020 Counsel for Amicus Curiae - i - TABLE OF CONTENTS Page TABLE OF CITED AUTHORITIES .......................... ii INTEREST OF AMICUS CURIAE ............................1 SUMMARY OF ARGUMENT .....................................3 ARGUMENT ...............................................................7 I. The Government Seeks A Bright-Line Rule That Would Devalue Registered Domain Names As A Class Of Intellectual Property Assets. ...............................................................7 II. The Government’s Rule Would Discourage Investment In The Internet Economy By Precluding Trademark Protection For New Types of Domain Names. ............................... 13 III. The Government’s Rule Would Eliminate A Critical Consumer Protection And Anti-Fraud Tool, Opening The Door To More Domain Name Abuse. ................................................... 15 A. Cybercriminals Abuse Domain Names Through Typosquatting And Domain Name Hijacking To Perpetrate Fraud And Proliferate Malware. .................... 16 B. Companies Rely On Trademark Protection To Combat Domain Name Abuse. ................................................... 20 C. Non-Trademark Remedies Do Not Provide A Sufficient Means For Combatting Domain Name Abuse. ..... 26 CONCLUSION .......................................................... 28 - ii - TABLE OF CITED AUTHORITIES Page(s) Cases Central Source LLC v. annaulcreditreports.com, No. 20-CV-84 (E.D. Va.) ....................................... 23 Central Source LLC v. aabbualcreditreport.com, No. 14-CV-918 (E.D.
    [Show full text]
  • From WHOIS to WHOWAS: a Large-Scale Measurement Study of Domain Registration Privacy Under the GDPR
    From WHOIS to WHOWAS: A Large-Scale Measurement Study of Domain Registration Privacy under the GDPR Chaoyi Lu∗†, Baojun Liu∗†¶B, Yiming Zhang∗†, Zhou Li§, Fenglu Zhang∗, Haixin Duan∗¶B, Ying Liu∗, Joann Qiongna Chen§, Jinjin LiangY, Zaifeng ZhangY, Shuang Hao∗∗ and Min Yang†† ∗Tsinghua University, †Beijing National Research Center for Information Science and Technology, flcy17, zhangyim17, zfl[email protected], flbj, [email protected], [email protected] §University of California, Irvine, fzhou.li, [email protected], ¶Qi An Xin Group, Y360 Netlab, fliangjinjin, [email protected], ∗∗University of Texas at Dallas, [email protected], ††Fudan University, m [email protected] Abstract—When a domain is registered, information about the [39], online advertising [55], [96], [103], [102] and usability registrants and other related personnel is recorded by WHOIS of privacy notices [104], [78], [79], [90], [50], [49], [27], [72]. databases owned by registrars or registries (called WHOIS providers jointly), which are open to public inquiries. However, Due to its broad scope, not only does the GDPR protect due to the enforcement of the European Union’s General Data normal users browsing websites, users setting up websites and Protection Regulation (GDPR), certain WHOIS data (i.e., the the associated infrastructure are also protected. One example records about EEA, or the European Economic Area, registrants) is domain registration. After a user registers a domain name, needs to be redacted before being released to the public. Anec- e.g., example.com, its sponsoring registrar and upper-stream dotally, it was reported that actions have been taken by some registry will store his/her personal information like name and WHOIS providers.
    [Show full text]
  • Detection of Fast-Flux Networks Using Various DNS Feature Sets
    Detection of Fast-Flux Networks Using Various DNS Feature Sets Z. Berkay Celik and Serna Oktug Department of Computer Engineering Istanbul Technical University Maslak, Istanbul, Turkey 34469 { zbcelik,oktug}@itu.edu.tr Abstract-In this work, we study the detection of Fast-Flux imperfect, e.g., they may suffer from high detection latency Service Networks (FFSNs) using DNS (Domain Name System) (i.e., extracting features as a timescale greater than Time response packets. We have observed that current approaches do To Live (TTL), or multiple DNS lookups) or false positives not employ a large combination of DNS features to feed into detected by utilizing imperfect and insufficient features. the proposed detection systems. The lack of features may lead to high false positive or false negative rates triggered by benign The work presented here is related to the detection of activities including Content Distribution Networks (CDNs). In FFSNs, in particular, by jointly building timing, domain name, this paper, we study recently proposed detection frameworks to spatial, network and DNS answer features which are extracted construct a high-dimensional feature vector containing timing, network, spatial, domain name, and DNS response information. from the first DNS response packet. We consider many rather In the detection system, we strive to use features that are delay­ than a few features and also their combinations which are free, and lightweight in terms of storage and computational constructed by surveying the recent literature. The main aim of cost. Feature sub-spaces are evaluated using a C4.5 decision tree this survey is to study and analyze the benefits of the features classifier by excluding redundant features using the information and also, in some cases, the necessity of applying joint feature gain of each feature with respect to each class.
    [Show full text]
  • Acceptable Use and Takedown Policy
    ACCEPTABLE USE AND TAKEDOWN POLICY BNP Paribas (“the Registry”) as the operator of the TLD .bnpparibas attaches great value to the secure use and usability of the services available under the TLD .bnpparibas. Abuses of .bnpparibas are a threat to the stability and security of the Registry, registrars, registrants and the security of Internet users generally. This Acceptable Use Policy (« AUP ») sets forth the terms and conditions for the use by a Registrant of any domain name registered or renewed under .bnpparibas. The Registry reserves the right to modify or amend this AUP at any time in order to comply with applicable laws and terms and/or any conditions set forth by ICANN. Acceptable Use Overview All domain name registrants must act responsibly in their use of any .bnpparibas domain or website hosted on any .bnpparibas domain, and in accordance with this policy, ICANN registry agreement, and applicable laws, including those that relate to privacy, data collection, consumer protection (including in relation to misleading and deceptive conduct), fair lending, and intellectual property rights. The Registry will not tolerate abusive, malicious, or illegal conduct in registration of a domain name; nor will the Registry tolerate such content on a website hosted on a .bnpparibas domain name. This AUP will govern the Registry’s actions in response to abusive, malicious, or illegal conduct of which the Registry becomes aware. The Registry reserves the right to bring the offending sites into compliance using any of the methods described herein, or others as may be necessary in the Registry’s discretion, whether or not described in this Acceptable Use Policy.
    [Show full text]
  • Fast-Flux Networks While Considering Domain-Name Parking
    Proceedings Learning from Authoritative Security Experiment Results LASER 2017 Arlington, VA, USA October 18-19, 2017 Proceedings of LASER 2017 Learning from Authoritative Security Experiment Results Arlington, VA, USA October 18–19, 2017 ©2017 by The USENIX Association All Rights Reserved This volume is published as a collective work. Rights to individual papers remain with the author or the author’s employer. Permission is granted for the noncommercial reproduction of the complete work for educational or research purposes. Permission is granted to print, primarily for one person’s exclusive use, a single copy of these Proceedings. USENIX acknowledges all trademarks herein. ISBN 978-1-931971-41-6 Table of Contents Program . .. v Organizing Committee . vi Program Committee . vi Workshop Sponsors . vii Message from the General Chair . viii Program Understanding Malware’s Network Behaviors using Fantasm . 1 Xiyue Deng, Hao Shi, and Jelena Mirkovic, USC/Information Sciences Institute Open-source Measurement of Fast-flux Networks While Considering Domain-name Parking . 13 Leigh B. Metcalf, Dan Ruef, and Jonathan M. Spring, Carnegie Mellon University Lessons Learned from Evaluating Eight Password Nudges in the Wild . 25 Karen Renaud and Joseph Maguire, University of Glasgow; Verena Zimmerman, TU Darmstadt; Steve Draper, University of Glasgow An Empirical Investigation of Security Fatigue: The Case of Password Choice after Solving a CAPTCHA . 39 Kovila P.L. Coopamootoo and Thomas Gross, Newcastle University; Muhammad F. R. Pratama Dead on Arrival: Recovering from Fatal Flaws in Email Encryption Tools . 49 Juan Ramón Ponce Mauriés, University College London; Kat Krol, University of Cambridge; Simon Parkin, Ruba Abu-Salma, and M.
    [Show full text]