Re: Tools For Scanning Data?
- From: "Arnie Rowland" <arnie@xxxxxxxx>
- Date: Mon, 11 Sep 2006 10:32:58 -0700
Corey,
It's quite unlikely, even virtually impossible (but impossible only means that I haven't yet discovered a way...) to get anything into varchar fields that can then be retrieved and used against the SQL Server. In this case, Cross Site Scripting (CSS) would be limited to embedded html that could be used to 'deface' a web site.
Since you are concerned that a hacker may have had access to the sa account, you are wise to inspect, even replace from source control, the code objects. I would especially search for stored procedures with sp_addlogin, sp_addsrvrolemember, and sp_addrolemember -in fact, I would look for, and examine, any use of '%sp_%' or '%xp_%' in the DEFINITION column of INFORMATION_SCHEMA.ROUTINES.
I would also thoroughly verify each and every login transferred to the new server, even changing all passwords if possible.
--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc
Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous
<corey.burnett@xxxxxxxxx> wrote in message news:1157993853.405198.320680@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Michael Hotek wrote:
No, you can not "infect" data within a database. Nothing within a table isThe main thing that we are concerned about is that somehow the hacker
executable and therefore is unaffected. However, you can have your data
damaged which is a completely different issue.
--
Mike Hotek
MHS Enterprises, Inc
http://www.mssqlserver.com
has put something in to the database so that when we move all of the
data to our new, "clean" servers, then the hacker will be able to
re-open a back door or something on the new servers. I understand that
there is nothing you can do to "infect" the data. However there could
be HTML in the data that could lead to a Cross Site Scripting attack -
is that correct? Also, since the hackers seem to have had the SA
password during the attack, we should probably make sure that they
didn't alter any stored procedures. I am guessing that they could
alter a stored procedure that they know will run so that it reopens a
back door on the new servers. Are these the only things we should be
worried about? Are there other things a hacker could do that could put
our new, "clean" servers in danger if we move the old databases over to
the new servers? Also, are there any automated tools out there that
can help you if feel that your SQL Server may have been compromised? I
have searched and searched and found nothing. I can only find tools
that will help you back up, restore, recover, and lock down databases.
Nothing to help you try and clean them up after the fact.
Thanks,
Corey
- Follow-Ups:
- Re: Tools For Scanning Data?
- From: corey . burnett
- Re: Tools For Scanning Data?
- References:
- Tools For Scanning Data?
- From: corey . burnett
- Re: Tools For Scanning Data?
- From: Michael Hotek
- Re: Tools For Scanning Data?
- From: corey . burnett
- Tools For Scanning Data?
- Prev by Date: Re: Tools For Scanning Data?
- Next by Date: Re: Changing security authentication type.
- Previous by thread: Re: Tools For Scanning Data?
- Next by thread: Re: Tools For Scanning Data?
- Index(es):
Relevant Pages
|
|