My VPS is under a DDoS attack.

I cannot access RDP and I cannot take it offline.

I cannot do anything at all.

What would you recommend?

They are not trying to bruteforce, just trying to stop access to the VPS.

I don't know if maybe the datacenter messed up or something, but the VPS is online and denying all requests as is normal when under DDoS.

Now, I know the administrator of the dedi, should I get them to check logs or something?

How can I check ping records when the attack is done?

It actually amuses me that someone would go out of their way to attack this vps as nothing major is even running on it lol.

I don't know much about DDoS attacks, do they usually stop after a few days?

Thanks so much, I am not sure whether to be worried or amused. Windows Firewall is enabled and everything, but that doesnt stop DDoS.

Is there an existing anti-ddos program or something?

link|improve this question

71% accept rate
How do you come to the conclusion it is a ddos? – Posipiet Dec 26 '09 at 20:35
The VPS is online but not responding to anything – Cyclone Dec 26 '09 at 20:46
1  
How do you know that it's online if it doesn't answer to anything? – Raphink Dec 26 '09 at 22:03
9  
Windows XP (a workstation OS) being online but frozen when being used as a server doesn't say DDoS to me, it says Windows screwing up because it's not designed for what you're using it for. – Dentrasi Dec 26 '09 at 22:16
feedback

4 Answers

up vote 8 down vote accepted

There is no easy way to stop DDoS attacks. Get in touch with your provider and ask them for help. No program will help you against a DDoS which is intended to consume your bandwidth, you can only absorb these attacks by having more capacity and working with your upstream providers to dismantle the attack.

link|improve this answer
They stopped the attack. – Cyclone Dec 27 '09 at 2:25
feedback

Compared to hard- or software failure, DDoS is a rare occurence. Your system just being unreachable is no proof whatsoever.

If your system were under a good solid DDoS, you wouldnt be able to reach it at all. No ping, no nothing, and the dedicated server would be off too, perhaps along with the entire datacenter. Just "RDP not responding" probably is a sign of a DDoS not happening.

Try getting the VPS rebooted. Check if the host is alive and well. Check network, duplicate IPs, gateways, firewalls, updates, etc.

Is a VPS within the EULA of the host? Perhaps the provider interferes with the NAT or bridging?

link|improve this answer
feedback

Open a ticket with your hosting company. Hopefully, they can put up a block upstream.

link|improve this answer
Would even just shutting down the vps work? If there is nothing to ping, itd be like stabbing a sword at empty space. – Cyclone Dec 26 '09 at 20:17
1  
Considering that, as the name suggests, DDoS is used to 'Deny Service', shutting down the machine means it has been completely DDoS'd, so you could argue it doesn't help. It depends on the type of the DDoS though.. – Dentrasi Dec 26 '09 at 22:18
feedback

In my days in the hosting industry, its very rare that the attack happened because of the legitimate content of the site. It usually because the account has been compromised and used to host bots, copyrighted-infringing material or other potentially illegal files/scripts.

Assuming that you do get back in, you'll have to audit the web applications on your server and make sure that the appropriate updates were applied or taken offline Your ISP may be able to assist you in determining what invited the DDOS (likely at a nominal cost). Hopefully, the server is not rooted - if that happens, it may have to be re-imaged.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.