Star 0

Abstract

What if your application would not only be immune to many SQLi attacks but also alert you when they are happening -- with no code changes, new hardware, new firewalls?
As part of the libinjection project, real-world SQLi attacks and benign input have been analyzed to produce a new algorithm for SQLi detection The same tokenization engine used in libinjection, was then used to analyze "every day SQL" vs. "SQLi SQL". It indicates that we can stop the majority of SQLi attacks just by adding access control to rarely used SQL constructs.