From Defensive Registration to Subdomain Protection: Evaluation of Email Anti-Spoofing Schemes for High-Profile Domains

Total Page:16

File Type:pdf, Size:1020Kb

From Defensive Registration to Subdomain Protection: Evaluation of Email Anti-Spoofing Schemes for High-Profile Domains From Defensive Registration to Subdomain Protection: Evaluation of Email Anti-Spoofing Schemes for High-Profile Domains Sourena Maroofi, Maciej Korczynski,´ Andrzej Duda Univ. Grenoble Alpes, CNRS, Grenoble INP, LIG, F-38000 Grenoble, France Email: fi[email protected] Abstract—Sending forged emails by taking advantage of do- Microsoft support team with a fake landing page looking alike main spoofing is a common technique used by attackers. The lack a real Microsoft login page to steal user credentials [2]. In this of appropriate email anti-spoofing schemes or their misconfigu- paper, we investigate this last type of email spoofing. ration lead to successful phishing attacks or spam dissemination. In this paper, we evaluate the adoption of the SPF and DMARC The Simple Mail Transfer Protocol (SMTP) for email dis- security extensions by high-profile domains and analyze spoofing tribution does not provide support for preventing spoofing [3]. possibilities enabled by the absence or misconfigurations of their The system needs to rely on security extensions such as rules. The results show that for top 500 domains of 139 countries, the Sender Policy Framework (SPF) [4], the DomainKeys the adoption rate of SPF and DMARC rules are 65.9% and Identified Mail (DKIM) [5], and Domain-based Message Au- 34.3%, respectively. For banking websites, we obtain almost the same results (64.9% and 35.9%) as for the TOP500 list. thentication, Reporting, and Conformance (DMARC) [6] to However, for defensively registered domains, the results are authenticate the sender and decide what to do with suspicious significantly higher especially in terms of published SPF records mails. The extensions define a set of rules that specify who with 95.37% adoption and 40.1% for DMARC. We also, for is allowed to send emails on behalf of a domain name and the first time, investigate the problem of subdomains in the provide strategies for dealing with spoofed messages. Care- anti-spoofing techniques and their possible abuse to send forged emails. We show that even major companies such as Microsoft or fully implementing the extensions can completely mitigate the ESET Security do not correctly configure the SPF rules, which problem of domain spoofing. However, to be effective, both leads to the possibility of mail spoofing. Based on the emulation the domain owner and the mail transfer agent of the recipient of the SPF check function, we show that syntactically wrong SPF should implement the extensions: the domain owner needs to rules may break the trust-based authentication system of email correctly set SPF, DKIM, and DMARC rules, and the recip- service providers by allowing forged emails to land in the user inbox. Finally, to help in remediation, we have issued notifications ient has to authenticate incoming messages as well correctly to CSIRTs responsible for domains with misconfigured SPF implement verification of the SPF and DMARC rules. records to engage them in the mitigation action. In this paper, we evaluate the adoption of the SPF and DMARC security extensions1 and analyze spoofing possibil- I. INTRODUCTION ities enabled by the absence or misconfigurations of their Email spoofing consists of sending a message with a forged rules. While previous work already investigated the adoption sender address and other parts of the email header so that it of SPF and DMARC by the Alexa top-ranked one million appears as sent from a legitimate source. Attackers commonly domains [7], [8], we consider a different threat model in which use this method to mislead the receivers, gain their trust, attackers use subdomains (both existent and non-existent) and eventually, achieve some malicious goals. Phishing and for email spoofing. We also identify defensively registered spam campaigns are examples of attacks that rely on email domains and evaluate their adoption of email anti-spoofing spoofing. Despite tremendous efforts deployed to mitigate schemes. We show that even if defensive registration can this technique, it is still one of the most successful attacks mitigate some types of attacks like cybersquatting and brand responsible for significant damage. According to the Internet abuse, these domains need to be protected against domain crime report [1], email spoofing costed US victims more than spoofing as well. 1.2 billion dollars in 2018. More specifically, our contributions are as follows: Email spoofing comes in two types. The first one consists of compromising legitimate servers and using their mail transfer 1) in a measurement campaign, we evaluate the adoption agent to send spoofed emails to victims either by specifying of SPF and DMARC by top 500 most popular domains a different ‘Reply-to:’ address or providing a phishing URL of 139 countries including local businesses, national in the body of the message. The second type is domain websites, local governments, and financial sectors, spoofing in which attackers send emails on behalf of legit- 2) we propose a method to find defensively registered do- imate domains, e.g., a forged email from account-security- mains for top-ranked websites and assess the extent of [email protected] impersonating the 1We do not analyze DKIM as it requires access to the selector tag in the 978-3-903176-27-0 © 2020 IFIP email header (see RFC 6376 for more details), not publicly available. TABLE I POSSIBLE RESULTS OF THE SPF CHECK_HOST FUNCTION AND THEIR DEFINITIONS. Result Definition Recommended action 1) No valid domain name was extracted from the SMTP session. None 1) The action must be the same as the Neutral output. 2) No SPF record was retrieved from the domain name. Neutral 1) There is no definite assertion (authorized or not) about the sender. 1) Depends on the receiver’s system. Pass 1) Client is authorized to send emails with the given identity. 1) Whitelist the domain in terms of SPF. 1) Depends on the receiver’s system. 1) Client is not authorized to send emails with the given identity. Fail 2) Make decision based on the DMARC policy. 1) Client is not authorized to send emails with the given identity. 1) Receiver should not reject the message. Softfail 2) No strong policy specified by the domain owner. 2) May mark the message as suspicious. 1) May defer the message. Temperror 1) A temporary error occurred during retrieving the SPF policy. 2) May deliver the message and mark it. Permerror 1) Parsing problem in published SPF. 1) May deliver the message and mark it. their adoption of email security extensions, 1.2.3.4 From: [email protected] 3) we are the first to measure the extent of SPF and DMARC deployment by the subdomains of the top-ranked web- MTA FIL SP sites to gain better insight into how attackers can abuse Sender's IP bob.com TER address AM subdomains to send spoofed emails, Bob MDA 4) we show that it is possible to send forged emails from 5.6.7.8 non-existent subdomains when a DMARC rule is not Alice strict enough regarding subdomains, MTA mallory.com 5) we also demonstrate how syntactically wrong SPF rules From: [email protected] Mallory may break the trust-based authentication system of se- lected email service providers by allowing forged emails Fig. 1. Email sending and receiving procedure. to land in the user inbox. To remediate vulnerable SPF rules, we contact relevant An effective anti-spoofing mechanism needs to differentiate Computer Security Incident Response Teams (CSIRTs) re- the Mallory message from the legitimate Bob’s mail. The sponsible for misconfigured domains and we measure the current first lines of defence to protect end-users from spoofed effectiveness of our notifications. To encourage reproducibility, emails include SPF [4], DKIM [5], and DMARC [6]. we make our measurement data available upon request. The rest of the paper is organized as follows. Section A. SPF – Sender Policy Framework II provides background on SPF and DMARC. Section III SPF is a set of text-form rules in TXT resource records of the specifies possible threat models and introduces our approach to Domain Name System (DNS). SPF specifies a list of servers generate the datasets and find defensively registered domains. allowed to send emails on behalf of a specific domain. During Sections IV presents the analysis of the results for scanned mail delivery over the SMTP protocol, the recipient server domains and subdomains as well as for emulation of SPF rules. authenticates the sender Mail Transfer Agent (MTA) using a In Section V, we study the trust-based authentication issue and given HELO or MAIL FROM identity based on the published Section VI describes remediation. Finally, Section VII reviews SPF record and the IP address of the sender—SPF needs to related work and Section VIII concludes the paper. contain the domain portion of the MAIL FROM identity. In our example, the Alice server gets the TXT records of the bob.com II. BACKGROUND ON ANTI-SPOOFING TECHNIQUES domain from DNS. Then, it checks whether the sender IP To understand the issue of email authentication better, we address is on the list of IP addresses allowed to send emails briefly explain the process of mail delivery. Figure 1 shows from the bob.com domain and decides whether the message Bob (sender) who sends legitimate mails to Alice (receiver). should be rejected or delivered to Alice. Mallory (attacker) wants to send an email that impersonates The decision is made by the check_host function de- Bob to Alice. Mallory and Bob use their respective servers scribed in RFC 7208 [4] that takes three arguments on input (mallory.com and bob.com) to send mails. The Mail De- (IP address of the sender, the domain, the MAIL FROM or HELO livery Agent (MDA) on the Alice server delivers two emails identity) and returns one of the seven possible results shown with the same sender address ([email protected]) but coming from in Table I.
Recommended publications
  • Characterizing Certain Dns Ddos Attacks
    CHARACTERIZING CERTAIN DNS DDOSATTACKS APREPRINT Renée Burton Cyber Intelligence Infoblox [email protected] July 23, 2019 ABSTRACT This paper details data science research in the area of Cyber Threat Intelligence applied to a specific type of Distributed Denial of Service (DDoS) attack. We study a DDoS technique prevalent in the Domain Name System (DNS) for which little malware have been recovered. Using data from a globally distributed set of a passive collectors (pDNS), we create a statistical classifier to identify these attacks and then use unsupervised learning to investigate the attack events and the malware that generates them. The first known major study of this technique, we discovered that current attacks have little resemblance to published descriptions and identify several previously unpublished features of the attacks. Through a combination of text and time series features, we are able to characterize the dominant malware and demonstrate that the number of global-scale attack systems is relatively small. 1 Introduction In the field of Cyber Security, there is a rich history of characterizing malicious actors, their mechanisms and victims, through the analysis of recovered malware1 and related event data. Reverse engineers and threat analysts take advantage of the fact that malware developers often unwittingly leave fingerprints in their code through the choice of libraries, variables, infection mechanisms, and other observables. In some cases, the Cyber Security Industry is able to correlate seemingly disparate pieces of information together and attribute malware to specific malicious actors. Identifying a specific technique or actor involved in an attack, allows the Industry to better understand the magnitude of the threat and protect against it.
    [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]
  • Taxonomy and Adversarial Strategies of Random Subdomain Attacks
    Taxonomy and Adversarial Strategies of Random Subdomain Attacks Harm Griffioen and Christian Doerr Delft University of Technology, Cybersecurity Group Van Mourik Broekmanweg 6, Delft, The Netherlands fh.j.griffioen, [email protected] Abstract—Ever since the introduction of the domain name new type of attack gained some visibility when source code system (DNS), attacks on the DNS ecosystem have been a steady triggering it was discovered in a forensic analysis of the Mirai companion. Over time, targets and techniques have shifted, Internet-of-Things malware in 2016 [?], since then a number and in the recent past a new type of attack on the DNS has of actors have picked up this particular technique. emerged. In this paper we report on the DNS random subdomain attack, querying floods of non-existent subdomains, intended to Until now, very little is known how these attacks are cause a denial-of-service on DNS servers. Based on five major executed and exactly using which means. This paper intends to attacks in 2018 obtained through backscatter measurements in address this gap. Based on backscatter measurements through a a large network telescope, we show the techniques pursued by large network telescope, we observed the emergence of random adversaries, and develop a taxonomy of strategies of this attack. subdomain attacks over a period of three years and will in this paper make the following two contributions: Keywords—cyber threat intelligence, random subdomain attack, DNS, DDoS • We show the spectrum of different types of random subdomain attacks in use in the wild today based on I. INTRODUCTION five exemplary case studies, and use this to develop a taxonomy of random subdomain attacks.
    [Show full text]
  • Country Code Top-Level Domain (Cctld) Project for State of Kuwait
    Country Code Top-Level Domain (ccTLD) Project for State of Kuwait Communication and Information Technology Regulatory Authority (CITRA) assigns, organizes, manages and codes the top domain names for the State of Kuwait (.kw) for access to the Internet in accordance with best practices and standards in this field, ensuring the efficiency, fairness and transparency for the beneficiaries. This includes the regulation and implementation of all regulations, policies and procedures in relation to the operation of the country code's top-level domain. What is a domain name? A domain name is the address and identity of any website. It is a means of accessing websites directly without having to search them in the search engines. The domain name is a system of converting IP addresses and numbers used to locate computers on the Internet. Domain names provide a system of easy-to-use Internet addresses that can be translated through the DNS - Domain Name System (a system that stores information related to Internet domain names in a decentralized database on the Internet) on the network. What is a ccTLD? Country code top-level domains or the highest country encoding range: used by an independent country or territory. It consists of two letters, such as .eg for Egypt or. sa for Saudi Arabia or .kw for the State of Kuwait. The registration of a domain name (.kw) became easy and smooth process after the establishment and launch of the electronic registration system for the management and operation of domains through the Communication and Information Technology Regulatory Authority and the accredited registrars authorized by the Communication and Information Technology Regulatory Authority and responsible for providing integrated registration services for those wishing to register (.Kw).
    [Show full text]
  • DNS) Administration Guide
    Edgecast Route (DNS) Administration Guide Disclaimer Care was taken in the creation of this guide. However, Edgecast cannot accept any responsibility for errors or omissions. There are no warranties, expressed or implied, including the warranty of merchantability or fitness for a particular purpose, accompanying this product. Trademark Information EDGECAST is a registered trademark of Verizon Digital Media Services Inc. About This Guide Route (DNS) Administration Guide Version 2.40 8/28/2021 ©2021 Verizon Media. All rights reserved. Table of Contents Route ............................................................................................................................................................. 1 Introduction .............................................................................................................................................. 1 Scope ......................................................................................................................................................... 1 Module Comparison ................................................................................................................................. 2 Managed (Primary) or Secondary DNS Module .................................................................................... 2 DNS Health Checks Module .................................................................................................................. 3 Billing Activation ......................................................................................................................................
    [Show full text]
  • How to Add Domains and DNS Records
    Barracuda NextGen Firewall X How to Add Domains and DNS Records https://campus.barracuda.com/doc/41109753/ Configure the Barracuda NextGen X-Series Firewall to be the authoritative DNS server for your domains or subdomains to take advantage of Split DNS or dead link detection. Step 1. Make the X-Series Firewall the authoritative DNS server at your domain registrar To become the authoritative DNS server for a domain contact the registrar for your domain to use the static or dynamic WAN IP addresses of your X-Series Firewall. Hosting a subdomain If you want to delegate a subdomain to the X-Series Firewall, add ns1 and ns2 records to the zone file of the domain where it is stored at the registrar. If the domain is yourdomain.com, and you want to host subdomain.yourdomain.com add the following DNS records: subdomain IN NS ns1 subdomain IN NS ns2 ns1 IN A <WAN IP 1 OF YOUR BARRACUDA FIREWALL> ns2 IN A <WAN IP 2 OF YOUR BARRACUDA FIREWALL> Step 2. Enable authoritative DNS on the X-Series Firewall In the DNS Servers table, you can view a list of the static IP addresses for which the DNS Server service is enabled (NETWORK > IP Configuration). Dynamic IP addresses are not listed. An access rule is created in step 3 to redirect incoming DNS requests on dynamic interfaces to the DNS service on the firewall. The access rule LOCALDNSCACHE must be active after enabling authoritative DNS for local clients to access the DNS server. 1. Go to the NETWORK > Authoritative DNS page.
    [Show full text]
  • Verisign-Cnic-Lawsuit
    Case 1:15-cv-01028-LO-IDD Document 1-1 Filed 08/13/15 Page 1 of 123 PageID# 5 VIRGINIA: IN THE CIRCUIT COURT OF FAIRFAX COUNTY VERISIGN, INC., Plaintiff, V. Civil Action No. CL 2015-3519 CENTRALNIC LIMITED, XYZ.COM LLC Serve; Paracorp Incorporated, Reg. Agt. 318 N. Carson Street, Suite 208 Carson City, NV 89701 -and- DANIEL NEGARI, 205 South Camden Drive Beverly Hills, CA 90212 Defendants. FIRST AMENDED COMPLAINT COMES NOW the plaintiff, VeriSign, Inc. ("Verisign"), bycounsel, and for its first amended complaintstates the following: Parties 1. Verisign is a corporation organized and existing under the laws of the State of Delaware, having its principal place of business in the Commonwealth of Virginia. EXHIBIT /I Case 1:15-cv-01028-LO-IDD Document 1-1 Filed 08/13/15 Page 2 of 123 PageID# 6 2. Defendant CentralNic Limited ("CentralNic") is a corporation organized and existing under the laws of the United Kingdom, having its principal place of business in London, England. 3. Defendant XYZ.COM LLC ("XYZ") is a limited liability company organized and existing under the laws of the State of Nevada, having its principal place ofbusiness in the State ofNevada. 4. Defendant Daniel Negari is a natural person who, upon information and belief, is a resident of the State of California. Upon information and belief, Negari owns and/or controls XYZ. Jurisdiction and Venue 5. This Court has subject matterjurisdiction over this action pursuant to Virginia Code § 17.1-513. 6. CentralNic, XYZ and Negari are subject to personal jurisdiction in this Court pursuant to Virginia Code § 8.01-328.1(3 & 4) in that, as set forth herein, CentralNic, XYZ and Negari have caused tortious injury by acts in this Commonwealth; and have caused tortious injury in this Commonwealth by acts and omissions outside this Commonwealth and regularly do or solicit business, orengage in other persistent course ofconduct in this Commonwealth.
    [Show full text]
  • November 2008 Making Waves in the Phisher’ Safest Harbors: Exposing the Dark Side of Subdomain Registries November 2008
    Making Waves in the An Phisher’s Safest Harbor: APWG Exposing the Dark Side Industry of Subdomain Registries Advisory Committed to Wiping Out Internet Scams and Fraud November 2008 Making Waves in the Phisher’ Safest Harbors: Exposing the Dark Side of Subdomain Registries November 2008 SUMMARY 3 WHAT IS A SUBDOMAIN REGISTRY ? 4 WHY ARE SUBDOMAIN REGISTRIES APPEALING TO PHISHERS ? 5 HOW SERIOUS IS THE SUBDOMAIN REGISTRY PROBLEM ? 7 WHAT CAN SUBDOMAIN REGISTRIES DO TO REDUCE THIS THREAT ? 7 SUBDOMAIN REGISTRIES HAVE NO CHOICE BUT TO ACT 9 AVOID THE BLOCKADE … MAKE WAVES NOW 10 Correspondent Authors Contact Data: Dave Piscitello, ICANN: [email protected] Rod Rasmussen, Internet Identity: [email protected] Disclaimer: PLEASE NOTE: The APWG and its cooperating investigators, researchers, and service providers have provided this message as a public service, based upon aggregated professional experience and personal opinion. These recommendations are not a complete list of steps that may be taken to avoid harm from phishing. We offer no warranty as to the completeness, accuracy, or pertinence of these recommendations with respect to any particular registrar’s operation, or with respect to any particular form of criminal attack. Please see the APWG website — http://www.apwg.org — for more information. An APWG Industry Advisory 2 http://www.apwg.org ● [email protected] PMB 246, 405 Waltham Street, Lexington MA USA 02421 Making Waves in the Phisher’ Safest Harbors: Exposing the Dark Side of Subdomain Registries November 2008 Principal Investigators: Contributing Researcher: Dave Piscitello, ICANN Greg Aaron, Afilias Rod Rasmussen, Internet Identity Summary Phishers always look for the effective ways to distribute phish email, lure victims to scam web sites, and shield their online scams from discovery and takedown.
    [Show full text]
  • Master's Thesis
    Masarykova univerzita Fakulta}w¡¢£¤¥¦§¨ informatiky !"#$%&'()+,-./012345<yA| Analysis of DNS in cybersecurity Master’s thesis Patrik Hudák Brno, 2017 Declaration Hereby I declare, that this paper is my original authorial work, which I have worked out by my own. All sources, references and literature used or excerpted during elaboration of this work are properly cited and listed in complete reference to the due source. Patrik Hudák Advisor: Mgr. Vít Bukač, Ph.D. iii Acknowledgement Many thanks to my advisor Mgr. Vít Bukač, Ph.D. and my consultant RNDr. Václav Lorenc for their inputs and feedback during the writing of this thesis. I would also like to express my appreciation to Martin Čarnogurský for his exceptional ideas and knowledge. Last but not least, I would like to thank Rapid7 Labs, mainly Jon Hart who helped me understand some of the concepts presented in this work. v Abstract This thesis presents multiple concepts around the DNS (Domain Name System) as it re- lates to cybersecurity. A publicly available Forward DNS dataset from Rapid7 is used as an underlying source of information. Primarily, techniques for domain correlation and sub- domain takeover are addressed. Custom tools and scripts were developed as part of this thesis to demonstrate the theoretical concepts on the aforementioned dataset. vii Keywords DNS, domain name, Project Sonar, domain correlation, subdomain enumeration, subdo- main takeover ix Contents 1 Introduction .....................................3 2 DNS ..........................................5 2.1 Domain Name Space ..............................5 2.2 Zones .......................................6 2.3 Resource Records ................................7 2.4 DNS Resolution .................................9 3 Dataset ........................................ 11 3.1 Internet-wide scans ..............................
    [Show full text]
  • Secure Domain Name System (DNS) Deployment Guide
    NIST Special Publication 800-81-2 Secure Domain Name System (DNS) Deployment Guide Ramaswamy Chandramouli Scott Rose C O M P U T E R S E C U R I T Y NIST Special Publication 800-81-2 Secure Domain Name System (DNS) Deployment Guide Ramaswamy Chandramouli Computer Security Division Information Technology Laboratory Scott Rose Advanced Network Technology Division Information Technology Laboratory September 2013 U.S. Department of Commerce Penny Pritzker, Secretary National Institute of Standards and Technology Patrick D. Gallagher, Under Secretary of Commerce for Standards and Technology and Director Authority This publication has been developed by NIST to further its statutory responsibilities under the Federal Information Security Management Act (FISMA), Public Law (P.L.) 107-347. NIST is responsible for developing information security standards and guidelines, including minimum requirements for Federal information systems, but such standards and guidelines shall not apply to national security systems without the express approval of appropriate Federal officials exercising policy authority over such systems. This guideline is consistent with the requirements of the Office of Management and Budget (OMB) Circular A-130, Section 8b(3), Securing Agency Information Systems, as analyzed in Circular A-130, Appendix IV: Analysis of Key Sections. Supplemental information is provided in Circular A-130, Appendix III, Security of Federal Automated Information Resources. Nothing in this publication should be taken to contradict the standards and guidelines made mandatory and binding on Federal agencies by the Secretary of Commerce under statutory authority. Nor should these guidelines be interpreted as altering or superseding the existing authorities of the Secretary of Commerce, Director of the OMB, or any other Federal official.
    [Show full text]
  • Mapping the UK Webspace: Fifteen Years of British Universities on the Web
    Mapping the UK Webspace: Fifteen Years of British Universities on the Web Scott A. Hale Taha Yasseri Josh Cowls Oxford Internet Institute Oxford Internet Institute Oxford Internet Institute University of Oxford University of Oxford University of Oxford 1 St Giles, Oxford UK 1 St Giles, Oxford UK 1 St Giles, Oxford UK [email protected] taha.yasseri@. josh.cowls@. Eric T. Meyer Ralph Schroeder Helen Margetts Oxford Internet Institute Oxford Internet Institute Oxford Internet Institute University of Oxford University of Oxford University of Oxford 1 St Giles, Oxford UK 1 St Giles, Oxford UK 1 St Giles, Oxford UK eric.meyer@. ralph.schroeder@. helen.margetts@. ABSTRACT Keywords This paper maps the national UK web presence on the basis Web Archives; World Wide Web; Network Analysis; Hyper- of an analysis of the .uk domain from 1996 to 2010. It re- link Analysis; Big Data; Academic Web views previous attempts to use web archives to understand national web domains and describes the dataset. Next, it 1. INTRODUCTION presents an analysis of the .uk domain, including the overall number of links in the archive and changes in the link density The World Wide Web is enormous and is in constant flux, of different second-level domains over time. We then explore with more web content lost to time than is currently accessi- changes over time within a particular second-level domain, ble via the live web. The growing body of archived web ma- the academic subdomain .ac.uk, and compare linking prac- terial available to researchers is thus potentially immensely tices with variables, including institutional affiliation, league valuable as a record of important aspects of modern society, table ranking, and geographic location.
    [Show full text]
  • Afilias Managed DNS Frequently Asked Questions Frequently Asked
    Afilias Managed DNS Frequently Asked Questions Frequently Asked Questions 1 Specific Questions about Afilias Managed DNS 2 1.1 What is the Afilias DNS network? . 2 1.2 How long has Afilias been working within the DNS market? . 2 1.3 What are the names of the Afilias name servers? . 2 1.4 How does my configuration get propagated to DNS and how long does it take? . 2 1.5 How can I confirm that changes I make to my domains are being resolved on the Afilias network?............................................. 2 1.6 For secondary DNS service, what happens if there is a failure when transferring the zone file from my primary server? . 2 1.7 How easy is it to move domains over from another DNS provider and will there be any downtime? . 3 1.8 What support does Afilias provide? . 3 1.9 Does the Afilias network support IPv6? . 3 1.10 What resource records does Afilias support? . 3 1.11 Can I do bulk changes? . 3 2 General DNS Questions 3 2.1 What is DNS? . 3 2.2 Where can I get more information about DNS? . 4 2.3 What is DNSSEC? . 4 2.4 When will DNSSEC be available? . 4 2.5 What is BIND? . 4 2.6 What is the difference between a domain and a zone? . 4 2.7 What is a \glue record"? . 4 2.8 What is the difference between Primary, Secondary, Master and Slave DNS? . 4 3 Questions about Security 5 3.1 What is a distributed denial of service attack, or DDoS? .
    [Show full text]