Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 limiting ip's of server

Author  Topic 

esthera
Master Smack Fu Yak Hacker

1410 Posts

Posted - 2005-11-16 : 04:52:24
i had an mssql db that was hacked.

how can i restrict those who access the db through enterprise manager by ip address?
Of course the data pulled out in asp needs to be available to the asp on other servers.

any other important security measures i should know about to keep a mssql db from being hacked?

jen
Master Smack Fu Yak Hacker

4110 Posts

Posted - 2005-11-16 : 05:32:12
change the default settings
change the standard account passwords
force change the windows account passwords
turn on c2 auditing on that server
if you've identified the ip address or subnet, ask your netadmin to block those addresses

restrict user permissions to only what is appropriate
- avoid db_datareader and db_datawriter
enforce use of stored procedures and functions

HTH

--------------------
keeping it simple...
Go to Top of Page

esthera
Master Smack Fu Yak Hacker

1410 Posts

Posted - 2005-11-16 : 06:03:29
any webpages you can recommend to give more info on how to do the above?
Go to Top of Page
   

- Advertisement -