학술논문

Long short‐term memory on abstract syntax tree for SQL injection detection
Document Type
article
Author
Source
IET Software, Vol 15, Iss 2, Pp 188-197 (2021)
Subject
feature extraction
query processing
recurrent neural nets
SQL
source code (software)
deep learning (artificial intelligence)
Computer software
QA76.75-76.765
Language
English
ISSN
1751-8814
1751-8806
Abstract
Abstract SQL injection attack (SQLIA) is a code injection technique, used to attack data‐driven applications by executing malicious SQL statements. Techniques like pattern matching, software testing and grammar analysis etc. are frequently used to prevent such attack. However, major bottlenecks still remain in detecting SQLIA with bypassing techniques, getting access to source code and requiring an additional manual operation to extract features. The authors propose a novel detection approach based on long short‐term memory and abstract syntax tree, which could detect SQLIAs from the raw query strings and work under SQL detection bypassing scenario. Our deep learning technique explicitly uses both context and syntax information that previous methods failed to fully grasp. Experimental results clearly illustrate the superior performance of our method compared to other existing works when detecting with complete SQL raw queries.