HomeNetwork SecurityDns Amplification DDOS Attacks

Dns Amplification DDOS Attacks

Dns Amplification Attacks and How Much Vulnerable We are as A Country

Last week, I talked about one of the misuse type of DNS protocol is DNS tunneling. Today, I am going to talk about another misuse of this protocol, named as DNS amplification.

DNS protocol has become the most used attack vector for DDOS purpose due to following reasons.

The reasons that make DNS protocol most used as a DDOS attack vector.

  • UDP based protocols don’t have any handshaking dialogues before establishing a session.
  • Being a mandatory infrastructure for making Internet based resources more end-user friendly.

DNS amplification is completely based on spoofing the source IP and generating DNS queries to DNS servers that described the picture below.

Picture 1 - DNS Amplification
Picture 1 – DNS Amplification

Normal behaviours of a DNS servers are;

  • Handle the received packet without any handshaking or authentication.
  • Generate an answer to the source of the query.

Step 1 : Finding Open Recursive DNS Servers

For data collection about DNS servers, I used Shodan. Shodan is very handy tool for gathering information about mass networks. You can use Shodan for not only mass scan but also to get information about exploits. The number of results about recursive DNS servers are stunning, is following.

Picture 2 - Shodan DNS Scan Results
Picture 2 – Shodan DNS Scan Results

I collect some data with respect to five countries about the volume of DNS servers. The results calculated in the the table below, show us that one of every sixty six IP alive, can answer recursive DNS queries is very scary in Turkey.

Table 1 – Number of DNS Servers Recursion Enabled

By the way, choose the suitable ones those are best fit to your target and save it to a text file. We will use this text file in order to read the destination from the file. Do not forget that the more DNS server you have, the more your attack volume is getting larger. I choose four DNS servers as an example.

Picture 3 - DNS Server List
Picture 3 – DNS Server List

Step 2 : Determining the Suitable DNS Query

We need to specify that how do we reflect huge answers by asking a simple query to DNS servers. In RFC1035, a DNS record format an types specified as follows.

Picture 4,5 – DNS Record Format and Types

If we generate a query that is asking for NS records of the server, DNS servers are going to generate an answer contains with authoritative name servers they have.

Picture 6 - An Example of a NS query
Picture 6 – An Example of a NS query

Lets observe what happens on background with aid of Wireshark. As seen below, we got an answer with  multiplier of ten. Also note that we are going to use payload pattern of the query in next step.

Picture 7,8 – Wireshark Outputs of a NS Query

Step 3 : Creating DNS Query with Raw Packet Generator

There are a few tools for the aim DNS misuses such as Tsunami and some custom scripts. I use MZ (Mausezahn) which is free raw packet generator “written in C which allows you to send nearly every possible and impossible packet”. The payload pattern that we generate in Step 2 can be used like following.

Picture 9 - Generating DNS query with MZ
Picture 9 – Generating DNS query with MZ

 To spoof the source IP,  -A parameter has to be used.

Step 4 : Reading the DNS List from A Text File in MZ

“While loops” can be used for reading destination addresses from a text file. As seen in picture, If source IP isn’t specified, MZ will use your interface IP as a source. So, if we were successful to generate a packet, we are going to observe the answer as well.

Picture 10 - Reading the Destination From a Text File
Picture 10 – Reading the Destination From a Text File

Step 5 : Action! Lets Reflect the Answers to Victim

I choose one of my vps as a victim and I choose vps’ IP as a source. Then send the NS queries to the DNS servers written in the text file.

Picture 11 - Wireshark Outputs of Spoofed Source DNS Packets
Picture 11 – Wireshark Outputs of Spoofed Source DNS Packets

Finally, The answers of the spoofed queries reflected to the victim as following.

Picture 12 - Tcpdump Output from Victim
Picture 12 – Tcpdump Output from Victim

As a result, I got about 6 Mbps reflected traffic with my home Adsl connection (NAT disabled) that has only  “1 Mbps” upload speed. The purpose of this post is to show how easy and dangerous DNS amplification attacks are.

If you have a question, please do not hesitate to ask me by leaving a comment.

Edit : Please also note that do not forget to secure your DNS server by writing ACL for recursion and close your server to “. (dot) and NS” type queries .

Best regards.

Ali Bay
Ali Bay
Sr. Network & Security Engineer
RELATED ARTICLES

1 COMMENT

  1. there ‘s a point that we should remember, every single recursive query will make a iterative query for root or neigboor servers. I think which badass problem is couldn’t forward all queries without to fill all bandwith of network or before not coming to DNS servers. Need more packet processing or new technologies for understanding fakes*…

    * Turkish mantality; Why would I want to resolve the other sites from outer n my country? Sites owner should make a sites for my country. Sources’re always being from outside…

Leave a Reply to Ömer Cancel reply

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments