Hej Volks!
Today I was DDOSed the very first time in my Life
! It was a distributed attack (around 500 different IPs). They all requested the same page of my wordpress blog. My machine (FreeBSD 7.2 / Apache 2.2.14 / Intel PIII 600 MHz / 265 MB Ram / 100 MBit) thus collapsed and wasn't reachable for about two hours...
Now I did the following to tune my apache: (in the conf I added)
Additionaly, I blocked those 500 IPs through my firewall (pf) - which will not work for further attacks as all those IPs were dynamic.
Now I wanted to ask if there is someone here at the FreeBSD Forums that might have gone through this already?! Which other countermeasures can you recommend? Is there any chance at all that I can keep this poor machine responding to usual requests by legit visitors? What apache modules are there (i read something about mod_evasive, but can't seem to find more info on the web on that + the latest updated seems from 2003).
Any ideas are greatly appreciated!
Thanks,
Mo
Today I was DDOSed the very first time in my Life
Now I did the following to tune my apache: (in the conf I added)
Code:
MaxClients 20
TimeOut 10
KeepAlive Off
AcceptFilter http httpready
AcceptFilter https dataready
Additionaly, I blocked those 500 IPs through my firewall (pf) - which will not work for further attacks as all those IPs were dynamic.
Now I wanted to ask if there is someone here at the FreeBSD Forums that might have gone through this already?! Which other countermeasures can you recommend? Is there any chance at all that I can keep this poor machine responding to usual requests by legit visitors? What apache modules are there (i read something about mod_evasive, but can't seem to find more info on the web on that + the latest updated seems from 2003).
Any ideas are greatly appreciated!
Thanks,
Mo