dns-operations AT lists.opennicproject.org
Subject: Dns-operations mailing list
List archive
- From: Jeff Taylor <shdwdrgn AT sourpuss.net>
- To: dns-operations AT lists.opennicproject.org
- Subject: Re: [opennic-dns-operations] lot of traffic to isc.org
- Date: Thu, 22 Nov 2012 09:48:56 -0700
No, ddos.pl will not help for this particular attack because it has
changed recently, however the iptables rule suggested was what I was
going to post here. Another suggestion that will make a big impact
on these attacks was suggested by Brian Koontz ("Using iptables and
hashlimits to throttle DNS abuse traffic", dated 22 Aug 2012).
Using both of these iptables rules together will greatly reduce or
eliminate the impact of the DDoS attack, and ddos.pl will still
catch the older style attacks. In addition to the isc.org attacks, we have also seen ripe.net targeted, however I have not been able to capture a packet dump during one of those so I can add a new hex-string rule similar to the one below. If you happen to see such an attack, the following command will capture the hex dump needed... # tcpdump -xn -i eth0 not udp src port 53 and udp dst port 53 and '(ip[2:2] != 0)' | grep -A4 'ripe.net' Note that this will also show legitimate packets, so make sure you are actually being attacked before sending me anything. Thanks. On 11/22/2012 02:08 AM, Steven Coutts
wrote:
ddos.pl didn't help me much, but this iptables snippet someone gave me on IRC stopped them -: /sbin/iptables -I INPUT -p udp -m string --hex-string "|00000000000103697363036f726700|" --algo bm --to 65535 --dport 53 -j DROP Regards On Thursday 22 Nov 2012 01:48:17 Alex Hanselka wrote: |
- [opennic-dns-operations] lot of traffic to isc.org, Stefan Sabolowitsch, 11/22/2012
- Re: [opennic-dns-operations] lot of traffic to isc.org, Alex Hanselka, 11/22/2012
- Re: [opennic-dns-operations] lot of traffic to isc.org, Steven Coutts, 11/22/2012
- Re: [opennic-dns-operations] lot of traffic to isc.org, Jeff Taylor, 11/22/2012
- Re: [opennic-dns-operations] lot of traffic to isc.org, Brian Koontz, 11/22/2012
- Re: [opennic-dns-operations] lot of traffic to isc.org, Psilo, 11/22/2012
- Re: [opennic-dns-operations] lot of traffic to isc.org, Jeff Taylor, 11/22/2012
- Re: [opennic-dns-operations] lot of traffic to isc.org, Jeff Taylor, 11/22/2012
- Re: [opennic-dns-operations] lot of traffic to isc.org, Steven Coutts, 11/22/2012
- Re: [opennic-dns-operations] lot of traffic to isc.org, Jeff Taylor, 11/22/2012
- <Possible follow-up(s)>
- Re: [opennic-dns-operations] lot of traffic to isc.org, Steven Coutts, 11/22/2012
- Re: [opennic-dns-operations] lot of traffic to isc.org, Alex Hanselka, 11/22/2012
Archive powered by MHonArc 2.6.19.