DDos Attack Prevention
-
- New to forums
- Posts: 10
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Sat Feb 11, 2012 6:10 pm
DDos Attack Prevention
Ok so John transfered me here -.-, He told me he would advise me on how to determine the type of attack in order to be able to block it or to help us block it on my behalf. This will involve
troubleshooting it with utilities such as wireshark/windump, process monitor, or
the application and its logs itself.
troubleshooting it with utilities such as wireshark/windump, process monitor, or
the application and its logs itself.
Re: DDos Attack Prevention
Do you have a firewall installed on your server?
Question, do you plan on hosting websites or game servers on this machine?
Either way I am sure NFo/Internap has some type of security option that can help against DDOS attacks.
Generally speaking you can't really stop all DDOS attacks.
Question, do you plan on hosting websites or game servers on this machine?
Either way I am sure NFo/Internap has some type of security option that can help against DDOS attacks.
Generally speaking you can't really stop all DDOS attacks.


-
- New to forums
- Posts: 10
- Joined: Sat Feb 11, 2012 6:10 pm
Re: DDos Attack Prevention
i host a small, 2d pvp game run through a system by Byond.com called dream maker and hosted through dream daemon. Currently i have hackers ddosing my game and nfo cant do anything about it, because they have no clue about what is happening, The Hackers are flooding my game with thousands of fake players causing HUGE lag surges and blocking my players from playing my game. Im extremly pissed off about it and i have NO clue what the hell to do. I Have to stop them they are ruining my game
-
- New to forums
- Posts: 10
- Joined: Sat Feb 11, 2012 6:10 pm
Re: DDos Attack Prevention
if this keeps up the only thing i can think of is transfering servers or serer companys because no one can keep them out
Re: DDos Attack Prevention
This can happen to any providers.
I'd probably suggest looking for which ports they are spamming.
Also do you have any anti DDOS scripts installed?
I'd probably suggest looking for which ports they are spamming.
Also do you have any anti DDOS scripts installed?


Re: DDos Attack Prevention
I'd suggest giving this a try (if you are using windows):
http://wipfw.sourceforge.net/
http://wipfw.sourceforge.net/doc.html
http://wipfw.sourceforge.net/
http://wipfw.sourceforge.net/doc.html


-
- New to forums
- Posts: 10
- Joined: Sat Feb 11, 2012 6:10 pm
Re: DDos Attack Prevention
it doesnt work it wont let me install it
Re: DDos Attack Prevention
What server do you run?linkinparksf wrote:it doesnt work it wont let me install it
Win 2003?


-
- New to forums
- Posts: 10
- Joined: Sat Feb 11, 2012 6:10 pm
Re: DDos Attack Prevention
2008 server
-
- New to forums
- Posts: 10
- Joined: Sat Feb 11, 2012 6:10 pm
Re: DDos Attack Prevention
and indows 7 on my laptop and it failed there too
Re: DDos Attack Prevention
To clarify, what is happening against linkinparksf is not a DDoS, but an application-specific/OS-specific DoS of some sort. It is not large enough to make a blip in bandwidth graphs and I have not been able to capture it on this end. This does not mean that it can't be filtered; likely, the opposite is true. But, linkinparksf, through his unmanaged single-core VDS, needs to collect further information on what is happening, for us to understand the attack and suggest a course of action. Fundamentally, this is a software question, and one that other customers can benefit from the answer to, which is why I advised him to post here.
The first step here will be to run Wireshark or windump while the attack is in progress, looking for anything that stands out. For instance:
* Many connections from a single IP
* Packets that are all the same size
* Many ICMP messages
* Packets sent to an invalid port
* Anything that does not fit in with the normal game traffic flows
With an application-specific attack, it does not usually require much traffic to take the target service down, typically because the attack exploits a weakness in the code that causes all CPU or memory resources to be exhausted (something that should also be visible through the task manager). Generally these types of attacks use specially-crafted identical packets that come either from a large set of spoofed IPs or from a single attacking IP.
The first step here will be to run Wireshark or windump while the attack is in progress, looking for anything that stands out. For instance:
* Many connections from a single IP
* Packets that are all the same size
* Many ICMP messages
* Packets sent to an invalid port
* Anything that does not fit in with the normal game traffic flows
With an application-specific attack, it does not usually require much traffic to take the target service down, typically because the attack exploits a weakness in the code that causes all CPU or memory resources to be exhausted (something that should also be visible through the task manager). Generally these types of attacks use specially-crafted identical packets that come either from a large set of spoofed IPs or from a single attacking IP.
-
- New to forums
- Posts: 10
- Joined: Sat Feb 11, 2012 6:10 pm
Re: DDos Attack Prevention
So John ive got further questions for you , There are black highlited items packets i guess you call them, what are they , their are several black ones all from the same ip
Re: DDos Attack Prevention
If those lines are labelled with things like "length", "source", and "dest", then those are the packets that you are looking for.
-
- New to forums
- Posts: 10
- Joined: Sat Feb 11, 2012 6:10 pm
Re: DDos Attack Prevention
yea i get that but normally when ppl log in its red these are black
Re: DDos Attack Prevention
I'm not very familiar with the color-coding in Wireshark, but that likely means that something about the properties on the packets is different.