Contents tagged with SQL

  • Mitigating SQL Injection Attacks in IIS 7.5

    It is surprising with all the advances in Internet technologies that there is still a lot of old school code being used and reused.  Because of that, there are some topics that will be around for many years to come.    SQL Injection is one of those topics.  Rather than write an abstract blog post about mitigating SQL Injection attacks, I am presenting this topic from my point of view.

  • Track down the source of SQL Injection

    A SQL Injection attack is a malicious technique used to attack databases through a website.  It adds portions of SQL statements into the URL from a page that accepts user input.  The attack is successful when there are vulnerabilities in a website where user input is not filtered and validated.