Forum

> > CS2D > General > videos of ddosing servers
ForenübersichtCS2D-ÜbersichtGeneral-ÜbersichtEinloggen, um zu antworten

Englisch videos of ddosing servers

14 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Re: videos of ddosing servers

THEMUD
User Off Offline

Zitieren
Banning him from all servers isn't a pretty good idea, because he can simply ddos the specific server who banned him.
Otherwise, I have no suggestions to give you, just leave him alone and let him do whatever he do.

alt Re: videos of ddosing servers

TopNotch
User Off Offline

Zitieren
Simply by blocking incoming empty UDP packets you will prevent him crashing your servers (since that's what his lil' tool actually does).
user DC hat geschrieben
1
iptables -A INPUT -p udp -m length --length 0:28 -j DROP
1× editiert, zuletzt 27.02.15 21:01:41

alt Re: videos of ddosing servers

GeoB99
Moderator Off Offline

Zitieren
Ooh ShystherAngel i know that guy a long time ago and he's pretty insane what he's doing.
And banning him won't make good results because he can have a dynamic IP or IP changer, a good proxy that hide his real IP or a VPN (Virutal Private Network) and you can ban tons of their IPs but it won't work.
This can be done only by blocking him by using the command that @user TopNotch already posted to prevent empty UDP packets to make your server unstable even if he might use a proxy, VPN or something else.

@user THEMUD: The attacks that happen in CS2D servers are mostly and without a doubt is DoS than (D)DoS because DoS is just an attack from a single attacker and the attackers can simply create tools like that guy or using other programs or such to make the server unstable from the attack and then crash.

alt Re: videos of ddosing servers

_Yank
User Off Offline

Zitieren
@user TopNotch: Exactly, you can also see how he failed to crash my server.

Sir Shyster Angel hat geschrieben
90% securised

(I MWAHAHAHA'd)
2× editiert, zuletzt 27.02.15 20:41:35

alt _Yank

PetersBurg
User Off Offline

Zitieren
@user _Yank: Don't be so sure, his tool can't crash your server, but his botnet could kill your vps though.

alt Re: videos of ddosing servers

GeoB99
Moderator Off Offline

Zitieren
@user PetersBurg: This is mostly related to the (D)DoS attack but not the DoS attack and to prevent such an attack like this the bandwith is the answer for this. If you have more bandwith than they, then you can prevent it at least and (D)DoS mitigation can be a little useful but this mitigation is only a set of techniques or things to resist from the (D)DoS attacks but it doesn't stop it.
Or maybe someone can use a botnet without creating (D)DoS attack with other attackers by using the botnet to send malcious softwares like worms, viruses to infect the computers of others.

alt Re: videos of ddosing servers

_Yank
User Off Offline

Zitieren
@user PetersBurg: I know, with that I meant with that quote is that my server isn't that secure and that he exaggerated with the "90% securised" thingy because all I did was what @user TopNotch said.
2× editiert, zuletzt 28.02.15 10:48:21

alt Re: videos of ddosing servers

XoOt
Super User Off Offline

Zitieren
Ignore those fucktards and prevent your server from ddos attacks and you're done. If we could slap each guy to death who ddosed a server half of the humanity wouldnt exist anymore. Anyway they're just bitching to get noticed somehow as their real lifes are totally fucked up so those little fat rats hang up on their pc's trying to destroy other kid's lifes too, but if you just ignore and safe yourself from those poorly maniac attacks they will get bored and leave it alone. Searching for a new hobby (for example doing super original youtubevideos with max. 50 views and get happy because they're so fame) no honestly creating a thread for each ddos attack isnt the best way to pretend us from those kids. They love that everyone is talking about them.

alt Re: videos of ddosing servers

Azaelgetafe
User Off Offline

Zitieren
@user XoOt: I understand your point but I don't want give them "popularity" I just came here for solutions against this, but anyway you are right in that I think he can close this thread

alt Re: videos of ddosing servers

ead
User Off Offline

Zitieren
@user Azaelgetafe: There is no solution for DDoS attacks, the only way to buy cloud servers or computing, so the attacks will be much smaller.

Know that even NASA has been invaded by DDoS attacks.

For those who like me have VPS servers the way, and make adjustments with many scripts and proxy to try to hide the IP.

alt Re: videos of ddosing servers

DC
Admin Off Offline

Zitieren
No attention for such pseudo hacker kids/videos please.

Check your firewall rules and add
1
iptables -A INPUT -p udp -m length --length 0:28 -j DROP
to IPTables if it's not there yet. This rule simply drops empty UDP packages and is safe to use.

Also: This is NOT a DDoS attack. It's a simple DoS attack exploiting a very well known vulnerability of CS2D (that I didn't manage to fix in the server code yet unfortunately...). The firewall rule above DOES fix the vulnerability though.

Closed.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtCS2D-ÜbersichtForenübersicht