<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>
    TA14-017A: UDP-based Amplification Attacks
  </title>
</head>
<body>

      <table width="700" border="0" cellspacing="0" cellpadding="0" align="center">
        <tr>
          <td>
    


  

  


  <p><img src="https://public.govdelivery.com/system/images/37745/original/BANNER_NCCIC_USC_01.png" alt="NCCIC / US-CERT" width="700" height="100" /></p>
  <p>National Cyber Awareness System:</p>

<div class="rss_item" style="margin-bottom: 2em;">

<div class="rss_title" style="font-weight: bold; font-size: 120%; margin: 0 0 0.3em; padding: 0;"><a href="https://www.us-cert.gov/ncas/alerts/TA14-017A">TA14-017A: UDP-based Amplification Attacks</a></div>

<div class="rss_pub_date" style="font-size: 90%; font-style: italic; color: #666666; margin: 0 0 0.3em; padding: 0;">01/17/2014 03:22 PM EST</div>

<br />

<div class="rss_description" style="margin: 0 0 0.3em; padding: 0;">Original release date: January 17, 2014 | Last revised: February 09, 2014<br />

<h3>Systems Affected</h3>

<p>Certain UDP protocols have been identified as potential attack vectors:</p>

<ul>

<li>DNS</li>

<li>NTP</li>

<li>SNMPv2</li>

<li>NetBIOS</li>

<li>SSDP</li>

<li>CharGEN</li>

<li>QOTD</li>

<li>BitTorrent</li>

<li>Kad</li>

<li>Quake Network Protocol</li>

<li>Steam Protocol</li>

</ul>

<h3>Overview</h3>

<p>A Distributed Reflective Denial of Service (DRDoS) attack is an emerging form of Distributed Denial of Service (DDoS) that relies on the use of publicly accessible UDP servers, as well as bandwidth amplification factors, to overwhelm a victim system with UDP traffic.</p>

<h3>Description</h3>

<p>UDP, by design, is a connection-less protocol that does not validate source IP addresses.  Unless the application-layer protocol uses countermeasures such as session initiation, it is very easy to forge the IP packet datagram to include an arbitrary source IP address [7].  When many UDP packets have their source IP address forged to a single address, the server responds to that victim, creating a reflected Denial of Service (DoS) Attack.</p>

<p>Recently, certain UDP protocols have been found to have particular responses to certain commands that are much larger than the initial request.  Where before, attackers were limited linearly by the number of packets directly sent to the target to conduct a DoS attack, now a single packet can generate tens or hundreds of times the bandwidth in its response.  This is called an amplification attack, and when combined with a reflective DoS attack on a large scale it makes it relatively easy to conduct DDoS attacks.  </p>

<p>To measure the potential effect of an amplification attack, we use a metric called the bandwidth amplification factor (BAF).  BAF can be calculated as the number of UDP payload bytes that an amplifier sends to answer a request, compared to the number of UDP payload bytes of the request.</p>

<p>The list of known protocols, and their associated bandwidth amplification factors, is listed below.  US-CERT would like to offer thanks to Christian Rossow for providing this information to us.</p>

<table style="width: 600px;" border="1" cellspacing="1" cellpadding="1">

<thead>

<tr><th scope="col"><strong>Protocol</strong></th><th scope="col"><strong>Bandwidth Amplification Factor</strong></th><th scope="col"><strong>Vulnerable Command</strong></th></tr>

<tr><th style="text-align: left;" scope="col" align="left">DNS</th><th style="text-align: left;" scope="col" align="left">28 to 54</th><th style="text-align: left;" scope="col" align="left">see: <a href="http://www.us-cert.gov/ncas/alerts/TA13-088A">TA13-088A</a> [1]</th></tr>

<tr><th style="text-align: left;" scope="col" align="left">NTP</th><th style="text-align: left;" scope="col" align="left">556.9</th><th style="text-align: left;" scope="col" align="left">see: <a href="http://www.us-cert.gov/ncas/alerts/TA14-013A">TA14-013A</a> [2]</th></tr>

<tr><th style="text-align: left;" scope="col" align="left">SNMPv2</th><th style="text-align: left;" scope="col" align="left">6.3</th><th style="text-align: left;" scope="col" align="left">GetBulk request</th></tr>

<tr><th style="text-align: left;" scope="col" align="left">NetBIOS</th><th style="text-align: left;" scope="col" align="left">3.8</th><th style="text-align: left;" scope="col" align="left">Name resolution</th></tr>

<tr><th style="text-align: left;" scope="col" align="left">SSDP</th><th style="text-align: left;" scope="col" align="left">30.8</th><th style="text-align: left;" scope="col" align="left">SEARCH request</th></tr>

</thead>

<tbody>

<tr>

<td>CharGEN</td>

<td>358.8</td>

<td>Character generation request</td>

</tr>

<tr>

<td>QOTD</td>

<td>140.3</td>

<td>Quote request</td>

</tr>

<tr>

<td>BitTorrent</td>

<td>3.8</td>

<td>File search</td>

</tr>

<tr>

<td>Kad</td>

<td>16.3</td>

<td>Peer list exchange</td>

</tr>

<tr>

<td>Quake Network Protocol</td>

<td>63.9</td>

<td>Server info exchange</td>

</tr>

<tr>

<td>Steam Protocol</td>

<td>5.5</td>

<td>Server info exchange</td>

</tr>

</tbody>

</table>

<p> </p>

<h3>Impact</h3>

<p>Attackers can utilize the bandwidth and relative trust of large servers that provide the above UDP protocols to flood victims with unwanted traffic, a DDoS attack.</p>

<h3>Solution</h3>

<h2>DETECTION</h2>

<p>Detection of DRDoS attacks is not easy, due to their use of large, trusted servers that provide UDP services.  As a victim, traditional DoS mitigation techniques may apply.</p>

<p>As a network operator of one of these exploitable services, look for abnormally large responses to a particular IP address.  This may indicate that an attacker is using your service to conduct a DRDoS attack.</p>

<h2>MITIGATION</h2>

<p><strong>Source IP Verification</strong></p>

<p>Because the UDP requests being sent by the attacker-controlled clients must have a source IP address spoofed to appear as the victim’s IP, the first step to reducing the effectiveness of UDP amplification is for Internet Service Providers to reject any UDP traffic with spoofed addresses. The Network Working Group of the Internet Engineering Task Force (IETF) released Best Current Practice 38 document in May 2000 and Best Current Practice 84 in March 2004 that describes how an Internet Service Provider can filter network traffic on their network to reject packets with source addresses not reachable via the actual packet’s path [3][4].  The changes recommended in these documents would cause a routing device to evaluate whether it is possible to reach the source IP address of the packet via the interface that transmitted the packet. If it is not possible, then the packet most likely has a spoofed source IP address. This configuration change would substantially reduce the potential for most popular types of DDoS attacks. As such, we highly recommend to all network operators to perform network ingress filtering if possible.  Note that it will not explicitly protect a UDP service provider from being exploited in a DRDoS (all network providers must use ingress filtering in order to completely eliminate the threat).</p>

<p>To verify your network has implemented ingress filtering, download the open source tools from <a href="http://spoofer.cmand.org/index.php">the Spoofer Project</a> [5].</p>

<p><strong>Traffic Shaping</strong></p>

<p>Limiting responses to UDP requests is another potential mitigation to this issue.  This may require testing to discover the optimal limit that does not interfere with legitimate traffic.  The IETF released Request for Comment 2475 and Request for Comment 3260 that describes some methods to shape and control traffic [6] [8].  Most network devices today provide these functions in their software. </p>

<h3>References</h3>

<ul>

<li><a href="http://www.us-cert.gov/ncas/alerts/TA13-088A">[1] DNS Amplification Attacks</a></li>

<li><a href="http://www.us-cert.gov/ncas/alerts/TA14-013A">[2] NTP Amplification Attacks Using CVE-2013-5211</a></li>

<li><a href="http://tools.ietf.org/html/bcp38">[3] Network Ingress Filtering: Defeating Denial of Service Attacks which employ IP Source Address Spoofing</a></li>

<li><a href="http://tools.ietf.org/html/bcp84">[4] Ingress Filtering for Multihomed Networks</a></li>

<li><a href="http://spoofer.cmand.org/index.php">[5] The Spoofer Project</a></li>

<li><a href="http://tools.ietf.org/html/rfc2475">[6] An Architecture for Differentiated Services</a></li>

<li><a href="http://tools.ietf.org/html/rfc3261">[7] SIP: Session Initiation Protocol</a></li>

<li><a href="http://tools.ietf.org/html/rfc3260">[8] New Terminology and Clarifications for Diffserv</a></li>

</ul>

<h3>Revision History</h3>

<ul>

<li>January 17, 2014 - Initial Release</li>

</ul>

<hr />

<p>This product is provided subject to this <a href="http://www.us-cert.gov/privacy/notification">Notification</a> and this <a href="http://www.us-cert.gov/privacy/">Privacy & Use</a> policy.</p>

</div>

</div>
  


  

  



<div id="mail_footer">

    <hr />

<table style="width: 400px;" border="0" cellspacing="0" cellpadding="0">

<tbody>

<tr>

<td style="color: #666666; font-family: Arial, sans-serif; font-size: 12px;" valign="bottom" height="24">OTHER RESOURCES:</td>

</tr>

<tr>

<td style="color: #666666; font-family: Arial, sans-serif; font-size: 12px;" valign="center" height="24"><a href="http://www.us-cert.gov/contact-us/" target="_blank">Contact Us</a> | <a href="http://www.us-cert.gov/security-publications" target="_blank">Security Publications</a> | <a href="http://www.us-cert.gov/ncas" target="_blank">Alerts and Tips</a> | <a href="http://www.us-cert.gov/related-resources" target="_blank">Related Resources</a></td>

</tr>

</tbody>

</table>

<table style="width: 150px;" border="0" cellspacing="0" cellpadding="0">

<tbody>

<tr>

<td style="color: #666666; font-family: Arial, sans-serif; font-size: 12px;" colspan="7" valign="bottom" height="24">STAY CONNECTED:</td>

</tr>

<tr>

<td width="41"><a href="http://public.govdelivery.com/accounts/USDHSUSCERT/subscriber/new"><img src="https://service.govdelivery.com/banners/GOVDELIVERY/SOCIAL_MEDIA/envelope.gif" border="0" alt="Sign up for email updates" width="25" height="25" /></a></td>

</tr>

</tbody>

</table>

<p style="color: #666666; font-family: Arial, sans-serif; font-size: 12px;">SUBSCRIBER SERVICES:<br /><a href="http://public.govdelivery.com/accounts/USDHSUSCERT/subscribers/new?preferences=true" target="_blank">Manage Preferences</a>  |  <a href="https://public.govdelivery.com/accounts/USDHSUSCERT/subscriber/one_click_unsubscribe?verification=5.c7fb9ceed3d76bfcc21d69fb25950a45&destination=root@fcaglp.fcaglp.unlp.edu.ar" target="_blank">Unsubscribe</a>  |  <a href="https://subscriberhelp.govdelivery.com/">Help</a></p>
  
</div>
<div id="tagline">

    <hr />

<table style="width: 100%;" border="0" cellspacing="0" cellpadding="0">

<tbody>

<tr>

<td style="color: gray; font-size: 10px; font-family: Arial;" width="89%">This email was sent to root@fcaglp.fcaglp.unlp.edu.ar using GovDelivery, on behalf of: United States Computer Emergency Readiness Team (US-CERT) · 245 Murray Lane SW Bldg 410 · Washington, DC 20598 · (703) 235-5110</td>

<td align="right" width="11%"><a href="http://www.govdelivery.com/portals/powered-by" target="_blank"><img src="https://service.govdelivery.com/banners/GOVDELIVERY/logo_gd_poweredby.gif" border="0" alt="Powered by GovDelivery" width="115" height="35" /></a></td>

</tr>

</tbody>

</table>
  
</div>

          </td>
        </tr>
      </table>
    
</body>
</html>