Re: How can I block attempts to hack into my SQL server?
- From: Henrik <henrik@xxxxxxxxxxxxxx>
- Date: Fri, 29 Dec 2006 15:57:25 -0500
Ryan,
The quick answer is to configure your firewall to not allow incoming requests on port 1433 (default SQL Server port).
If you need to allow that access (either because you or because others that you trust need outside access to the server) then you might want to check out my new utility to provide a bit of self defense for this type of bothersome activity.
http://www.creeksolutions.com/Products/BlockSSHacking/tabid/92/Default.aspx
BlockSSHacking runs as a Windows service protecting your SQL Server from brute force hacking attempts coming from the Internet.
The service checks your system every 5 minutes (configurable setting) for evidence of ongoing hacking. If such attempts are in progress then those source addresses are blocked from future access to your server (quickly leading to you recovering your bandwidth).
BlockSSHacking notifies you via email when it has blocked someone from hacking your system.
Henrik
Ryan wrote:
I see these events in the logs of my SBS R2 server running SQL 2005:.
Event Type: Failure Audit
Event Source: MSSQLSERVER
Event Category: (4)
Event ID: 18452
Date: 28/12/2006
Time: 10:34:06 PM
User: N/A
Computer: LRGI-MARLIN
Description:
Login failed for user 'sa'. The user is not associated with a trusted SQL Server connection. [CLIENT: 216.222.166.55]
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 14 48 00 00 0e 00 00 00 .H......
0008: 0c 00 00 00 4c 00 52 00 ....L.R.
0010: 47 00 49 00 2d 00 4d 00 G.I.-.M.
0018: 41 00 52 00 4c 00 49 00 A.R.L.I.
0020: 4e 00 00 00 07 00 00 00 N.......
0028: 6d 00 61 00 73 00 74 00 m.a.s.t.
0030: 65 00 72 00 00 00 e.r...
I have tried blocking incoming and outgoing traffic on port 1433 in ISA Server and have unchecked the option to allow remote connections to this server, yet I still get these remote attempts to connect to my SQL server. My SQL server is set to use windows authentication.
How do I block them? Nobody will need to connect to this SQL server remotely.
- Prev by Date: Re: Is there any reason to use port 1433?
- Next by Date: RE: How can I block attempts to hack into my SQL server?
- Previous by thread: Is there any reason to use port 1433?
- Next by thread: RE: How can I block attempts to hack into my SQL server?
- Index(es):
Relevant Pages
|
|