THE SQL Server Blog Spot on the Web
Welcome to SQLblog.com - The SQL Server blog spot on the web Sign in | Join | Help
in Search

Browse by Tags

All Tags » Security   (RSS)
Showing page 1 of 2 (12 total posts)
  • Microsoft Releases Tools To Address SQL Injection Attacks

    Remember the post by Aaron Bertrand titled Call a spade a spade! (SQL injection, or IIS vulnerability?)? Microsoft has released 3 tools that deal with this SQL injection. These three tools include HP Scrawlr , UrlScan version 3.0 Beta , and a SQL Source Code Analysis Tool. Microsoft further recommends following the best practices found within ...
    Posted to Denis Gobo (Weblog) by Denis Gobo on June 25, 2008
  • performance and security of JPA vs stored procedures

    As a DBA I have always used stored procedures to access database data for the myriad of reasons that we all are aware of. My current project has made the decision to forgo stored procedures and access data directly from the underlying tables by means of JPA. I understand the concept of persistence, but I have seen any analysis that addresses my ...
    Posted to SQL Server (Forum) by mcginn on June 5, 2008
  • Testing for SQL Server Vulnerabilities

    I found this SQL Server Testing (not unit but vulnerability) page and decided I would post a link to it since it has some useful stuff. The link is below http://www.owasp.org/index.php/Testing_for_SQL_Server Here is what is covered. Enjoy (or live in fear over the weekend) 1 Brief Summary 2 Short Description of the Issue 3 Black Box testing and ...
    Posted to Denis Gobo (Weblog) by Denis Gobo on May 2, 2008
  • Call a spade a spade! (SQL injection, or IIS vulnerability?)

    In a recent blog post, Dancho Danchev mis-labeled a recent IIS vulnerability as a ''massive SQL injection attack.'' Let's be honest here.  Yes, this alert needs attention.  But this is not a new SQL injection vulnerability.  It is simply an exploit in IIS that lets malicious users access your source code.  If your database is ...
    Posted to Aaron Bertrand (Weblog) by AaronBertrand on April 26, 2008
  • Banking Trojan Targets 400 Banks, updates itself multiple times a day

    Not a SQL Server post but I still think that this is important. I was listening to Security Now yesterday and Steve Gibson talked about this silent banking trojan. This is just scary, read the excerpt of the article first. Targeting over 400 banks (including my own :( ! ) and having the ability to circumvent two-factor authentication are just ...
    Posted to Denis Gobo (Weblog) by Denis Gobo on February 9, 2008
  • Whitepaper on Malware to Attack Databases

    Brian Kelly on his blog mentiones a whitepaper by Cesar Cerrudo: Data0: Next generation malware for stealing databases. This whitepaper describes how malware could be crafted to steal information out of databases. The attack will use the following techniques: Discovery Exploitation Escalate Privileges (if necessary) Cover ...
    Posted to Denis Gobo (Weblog) by Denis Gobo on November 23, 2007
  • Hacker finds 492,000 unprotected Oracle, SQL Server database servers

    Litchfield, co-founder of Next Generation Security Software, ran port scans against 1,160,000 random IP addresses — TCP port 1433 (SQL Server) and 1521 (Oracle) — and found about 368,000 Microsoft SQL Servers directly accessible on the Internet and around 124,000 unprotected Oracle database servers. Of the SQL Servers found, more than 80% were ...
    Posted to Denis Gobo (Weblog) by Denis Gobo on November 15, 2007
  • How Is Your Sensitive Data Encrypted In The Database?

    Do you store encrypted data? If you do then how is it encrypted? Do you use the built in capabilities of SQL Server 2005/2008. If you answered yes to the last question then here is another question. What would happen if someone stole the hard drive or even the whole database server? Could they decrypt that data easily with the stored procedures ...
    Posted to Denis Gobo (Weblog) by Denis Gobo on November 13, 2007
  • Code Camps and Revisiting a Common Theme

    Today I gave two talks at New England Code Camp 8. A fun experience as always, and for those of you who were in my talks and are looking for decks/code, please see this post and this post from when I did slightly different versions of the same talks earlier this year as MSDN Webcsts. I am not quite ready to publish the decks I used today. But the ...
    Posted to Adam Machanic (Weblog) by Adam Machanic on September 29, 2007
  • SQL Injection Cheat Sheet

    What is SQL Injection? From wikipedia: SQL injection is a technique that exploits a security vulnerability occurring in the database layer of an application. The vulnerability is present when user input is either incorrectly filtered for string literal escape characters embedded in SQL statements or user input is not strongly typed and thereby ...
    Posted to Denis Gobo (Weblog) by Denis Gobo on September 19, 2007
1 2 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems
  Privacy Statement