Tanmaya Posted July 16, 2008 Report Share Posted July 16, 2008 Hi All,New to windowsforum.org, It has helped me a lot in all types of queries, Now I have faced new problem under MSSQL Server 2005, I have Windows 2003 Standard Server with MSSQL 2005 Server, I have observed that, frequently Server gets SA login failure attempts, I have used IPSEC policy for blocking these IPs , but I have to do it manually every time. So my question is, Is there automated script or option available to block these IPs only for the SA attack and not for any other ports.Regards,Tanmaya. Quote Link to comment Share on other sites More sharing options...
ɹəuəllıʍ ʇɐb Posted July 17, 2008 Report Share Posted July 17, 2008 Welcome to the Windows Forum.Two questions:is your SQL Server on the latest patch level?do you have an active firewall installed? Quote Link to comment Share on other sites More sharing options...
Tanmaya Posted July 17, 2008 Author Report Share Posted July 17, 2008 Thanks for prompt reply. I have installed MSSQL 2005 with latest patch and also under Firewall I have allowed 1433 port to access DBs remotely. But the scenario is, as 1433 port is open for remote connection, Hacker tries to connect through this port and increases network load on the Server, I keep blocking these IPs periodically, but its very annoying task for everyday. So I am looking for the solution which will help me to either block these IPs only for 1433 or for 3 to 4 failure attempts, some custom script/program block the next login attempt from that IP for some specific period of time.Waiting for valuable suggestion. Quote Link to comment Share on other sites More sharing options...
Tanmaya Posted August 13, 2008 Author Report Share Posted August 13, 2008 Hi,After long fight with this 'SA' attack, I have reached to some conclusion, which helped me to protect the Server from this attack, 1) Implemented IPSec policy, its OK, that I have to enter IP addresses manually to block them.2) I have disabled Remote access for the MSSQL Databases, so whenever I have to administrate database, I need to login to RDP of the Server.3) Removed TCP/IP & Named pipe connection for the databases, allowed only localhost connection.Still its annoying to make it secured, but Ok. Achieved some bit of security for it. Quote Link to comment Share on other sites More sharing options...
ɹəuəllıʍ ʇɐb Posted August 14, 2008 Report Share Posted August 14, 2008 Thanks for the feedback. B) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.