Go Back   Wireless and Wifi Forums > News > Newsgroups > alt.computer.security
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-18-2005, 11:20 AM
SJ
Guest
 
Posts: n/a
Default udp flood protection

Hello All!

I'm about to build an UDP balancer application on Unix (a reverse proxy)
and I'd like to implement a flood protection. Any ideas how to do this
besides checking the IP address of the clients?

TIA,

SJ

Reply With Quote
  #2 (permalink)  
Old 07-19-2005, 11:12 AM
Lawrence DčOliveiro
Guest
 
Posts: n/a
Default Re: udp flood protection

In article <42db9097@andromeda.datanet.hu>, SJ <sj@natrium.datanet.hu>
wrote:

>I'm about to build an UDP balancer application on Unix (a reverse proxy)
>and I'd like to implement a flood protection. Any ideas how to do this
>besides checking the IP address of the clients?


It is in the nature of UDP that essentially all the processing is up to
the receiving application. So the definition of "flood" depends on how
much your application can cope with. Contrast TCP SYN flood attacks,
where the "flood" arises because it fills up a connection table managed
by the kernel.

Checking IP addresses of incoming UDP packets isn't going to be enough,
since any eavesdropper can determine which addresses you're
communicating with and spoof packets with those addresses.

Reply With Quote
  #3 (permalink)  
Old 07-19-2005, 12:06 PM
SJ
Guest
 
Posts: n/a
Default Re: udp flood protection

Lawrence DčOliveiro wrote:

> It is in the nature of UDP that essentially all the processing is up to
> the receiving application. So the definition of "flood" depends on how
> much your application can cope with. Contrast TCP SYN flood attacks,
> where the "flood" arises because it fills up a connection table managed
> by the kernel.
>
> Checking IP addresses of incoming UDP packets isn't going to be enough,
> since any eavesdropper can determine which addresses you're
> communicating with and spoof packets with those addresses.


Hello Lawrence!

And what other steps do you recommend? Eg. traffic shaping on the router
or running iptables with "--limit" on the udp proxy host, ...

SJ

Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Software protection against cracks and piracy SoftComplete alt.computer.security 9 10-29-2005 11:13 PM
New concept in software protection SoftComplete comp.security.misc 2 10-07-2005 10:56 AM
Validy Technology: A program protection method that really works. jcc@validy.com alt.computer.security 0 08-03-2005 01:09 PM
Validy Technology: A program protection method that really works. jcc@validy.com comp.security.misc 0 08-03-2005 01:09 PM


All times are GMT. The time now is 09:46 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0 RC8

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45