What I learned on 2010-02-10

by swjohnson 2/10/2010 5:04:00 PM

What I learned on 2010-01-28

by swjohnson 1/28/2010 5:02:00 PM

links for 2009-12-18

by swjohnson 12/18/2009 5:01:00 PM

Protecting SQL Server Data E-book from Red-Gate...

by swjohnson 9/25/2009 1:36:00 AM

As always, I am on the lookout for good free resources.  The good folks at Red-Gate with John Magnabosco have put out a very good book on Protecting SQL Server Data.  This free e-book covers the following topics:

  1. Understanding Sensitive Data
  2. Data Classification and Roles
  3. Schema Architecture Strategies
  4. Encryption Basics for SQL Server
  5. Cell Level Encryption
  6. Transparent Data Encryption (TDE)
  7. One-Way Encryption
  8. Obfuscation
  9. Honeycombing a Database
  10. Layering Solutions

The focus of this book is protecting sensitive data that is "at rest" within your SQL Server database (primarily Microsoft SQL Server 2005 and 2008). Security methods and appliances/devices that protect data externally to the DB, such as firewalls, secured network connections, and secure web design are all very important and recommended, but the main success of your efforts to protect sensitive data will depend upon how well you guard your data in the database. 

More Free E-Books...

by swjohnson 8/13/2009 1:57:00 AM

As you know, I am a big fan of Free...here are some other goodies:

Engineering Software for Accessibility by Microsoft Press. In an effort to enable software developers to create accessible Windows applications, we wanted to share our process with the community. We have captured this engineering process in a new book, Engineering Software for Accessibility. The book addresses three basic questions:

  1. How do you plan for accessibility?
  2. How do you design your software for accessibility?
  3. How can you implement and test to your software to confirm it meets the accessible design?

You will learn that properly implemented accessibility enables access to Windows applications for users with a variety of capabilities.  

Get it before it is gone!

- - - - - - - - -  

SQL Server Tacklebox by Rodney Landrum. Essential tools and scripts for the day-to-day DBA that helps with Scripts, tools and techniques to tackle SQL Server issues, Troubleshoot performance issues, Receive notifications of impending issues, Fight off data corruption, Document and report on your servers, Automate and standardize SQL Server installation, Migrate data and manage data growth, and Secure access to your servers.    

This is sponsored by Red-Gate Software.   

links for 2009-07-19

by swjohnson 7/19/2009 5:02:00 PM

Splunk for Log Searching...

by swjohnson 7/6/2009 4:39:00 AM

It's been awhile but wanted to post something that I found very useful.  

I encountered a situation where I need to parse through tens of thousands of log files for SQL Server and IIS and needed to do an analysis of what was contained within for a possible security incident and to create a standard auditing process for some compliance requirements for a new contract.  I thought about pulling the logs to a secure location, creating a SQL Server database and importing the files and using full text search but then I came across Splunk.   They have a nice little free version that allows you to index up to 500MB per day.  

With Splunk, I was able to pull down the logs to a directory, point Splunk at it and within minutes, it was all indexed and it automatically did the rest as new logs were added.   From there I was able to do research for XSSSQL Injection, Login/Logout and failed/succesful information.  

Very nice and fast!  Check Splunk out as it has tons of possiblities besides log management! 

SQL Server Anti Forensics...

by swjohnson 2/19/2009 1:29:00 PM

As I am sure you are all aware, database hacking is happening--afterall it's where the crown jewel--you data--are located.  I came across this article today and it was very helpful in terms of how a hacker could get through a system with as little footprint as possible and how to think about protecting your systems. 

Cesar Cerrudo is a Security Consultant and Lead Research for Application Security Inc and he presented recently at Black Hat 2009.  His paper was on SQL Server Anti-Forensics: Techniques and Countermeasures.  The paper talks about anti-forensics (which is about how a hacker covers/removes traces of their activity) and the counter measures you can take to help reduce or mitigate the chances of them reducing their tracks when they have invaded your system. 

This is a must read and make sure to check out his other articles!

 


Feeds