Raised This Month: $12 Target: $400
 3% 

Server Lag Attack (Fast Retry) exploid or script


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
guven5
Senior Member
Join Date: Jul 2010
Location: counter strike 1.6 downl
Old 04-01-2012 , 10:22   Server Lag Attack (Fast Retry) exploid or script
Reply With Quote #1

in the last week i got 3 different attack with that way, someone doing a fast retry and server down to lag (badly), nick change after every retry...

is this a new style attack or a known thing and i am noob i dont know that bug.... attack came from 3 different countries and so some people know and use that.


who know that attack and any solution ?
__________________
guven5 is offline
mabaclu
Senior Member
Join Date: Jun 2010
Location: Portugal
Old 04-01-2012 , 10:46   Re: Server Lag Attack (Fast Retry) exploid or script
Reply With Quote #2

Is your server non-steam?
__________________
mabaclu is offline
Y060N
BANNED
Join Date: Dec 2011
Location: www.equilibriumcs.com
Old 04-01-2012 , 12:34   Re: Server Lag Attack (Fast Retry) exploid or script
Reply With Quote #3

Sounds like a DoS attack, sending UDP packets to your server. Ban the IP range it comes from.
Y060N is offline
guven5
Senior Member
Join Date: Jul 2010
Location: counter strike 1.6 downl
Old 04-01-2012 , 12:54   Re: Server Lag Attack (Fast Retry) exploid or script
Reply With Quote #4

Quote:
Originally Posted by Y060N View Post
Sounds like a DoS attack, sending UDP packets to your server. Ban the IP range it comes from.
yeah i just do that but where to... every attack came from different countries, and that attack looks like different than dos attack, too many fast retry.
__________________
guven5 is offline
Y060N
BANNED
Join Date: Dec 2011
Location: www.equilibriumcs.com
Old 04-01-2012 , 13:46   Re: Server Lag Attack (Fast Retry) exploid or script
Reply With Quote #5

UDP packets are disguised as fakeplayers that look like they are entering your server but really are not. I'd just say it's a large shelled attacked.
Y060N is offline
guven5
Senior Member
Join Date: Jul 2010
Location: counter strike 1.6 downl
Old 04-02-2012 , 12:13   Re: Server Lag Attack (Fast Retry) exploid or script
Reply With Quote #6

Quote:
Originally Posted by Y060N View Post
UDP packets are disguised as fakeplayers that look like they are entering your server but really are not. I'd just say it's a large shelled attacked.
i use a Linux vds and i have 2 firewalls in my sytem and blocks all tcp/udp attacks
also i have lates steam update... that atatck new something and you see more people come for that complaint.
__________________
guven5 is offline
pillepallus
Senior Member
Join Date: Oct 2011
Old 04-02-2012 , 20:08   Re: Server Lag Attack (Fast Retry) exploid or script
Reply With Quote #7

limit connections and drop spam pakets... iptables can do that. many attacks will fail.

i.e.
Code:
iptables -A INPUT -p tcp --destination-port 27015 -m length --length 0:32 -j LOG --log-prefix "SRCDS-XSQUERY " --log-ip-options -m limit --limit 1/m --limit-burst 1
iptables -A INPUT -p tcp --destination-port 27015 -m length --length 0:32 -j DROP
many threads already exists here. copy and paste to google. u will find some good
pillepallus is offline
pillepallus
Senior Member
Join Date: Oct 2011
Old 04-02-2012 , 20:11   Re: Server Lag Attack (Fast Retry) exploid or script
Reply With Quote #8

Quote:
Originally Posted by guven5 View Post
i use a Linux vds and i have 2 firewalls in my sytem and blocks all tcp/udp attacks
also i have lates steam update... that atatck new something and you see more people come for that complaint.
how many firefalls? for gaming? useless in most of cases... paketfilter iptables will solve like 95 percent of ur problems
pillepallus is offline
guven5
Senior Member
Join Date: Jul 2010
Location: counter strike 1.6 downl
Old 04-03-2012 , 12:17   Re: Server Lag Attack (Fast Retry) exploid or script
Reply With Quote #9

The problem is not firewall or tcp/udp packages
firewall for multiple attack or more pro attacks, like botnet attacks or proxylist atatck

firewall stops % 95 of attacks, yes and + ip table rules or ip range ban


my problem is not firewall, i am talking about a different attack doing by a script... that is a new something
__________________
guven5 is offline
Baghi
Senior Member
Join Date: Mar 2012
Location: Asia Pacific
Old 04-03-2012 , 17:38   Re: Server Lag Attack (Fast Retry) exploid or script
Reply With Quote #10

New Jo's exploit 3 is here! Run hldsupdatetool as quickly as possible.
OR
Code:
iptables -I INPUT -p udp -m udp --dport 27642 -m length --length 222 -m string --algo bm --hex-string "|a090 9090 9090 9090 9018 09a5 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000|" -j DROP
__________________
new signature
Baghi is offline
Reply



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 On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 22:57.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode