节点文献
基于构造路径的存储过程SQL注入检测
Detecting SQL Injection Attacks in Stored Procedure Based on Path-Construction
【Author】 Xiong Jing,Cao Zhongsheng,Zhu Hong,and Feng Yucai (School of Computer Science & Technology,Huazhong of Computer Science & Technology,Wuhan 430074)
【机构】 华中科技大学计算机学院多媒体与数据库研究所;
【摘要】 入侵检测领域的相关研究大多忽视了对利用存储过程的SQL注入攻击的检测.提出了基于构造路径的存储过程SQL注入检测方法.通过对执行流程的分析,得到执行参数的构造路径,形成检测规则.检测时替换规则中的输入参数为用户输入值,对所得到的SQL语句进行结构和语义上的检测.在标准测试平台TPCW上的实验结果表明,不仅在检测率还是漏报率上都要优于同类研究工作;在增加了基于该方法构建的检测模块后对系统性能影响不大.
【Abstract】 Very little attention is paid to detecting SQL injection attacks for stored procedures.An approach based on path-construction is proposed.A set of constructed-paths of executive parameters is obtained by analyzing the executing flow,and then the detecting rules are generated.Final SQL statements which are built by substituting user inputs for the parameters in the rules are analyzed on both structures and semantic tree.The experiment on TPCW shows that compared with related work, the solution proposed has lower false positives rate and omitted rate.In addition,the performance of the system with the detecting module does not decrease largely.
- 【会议录名称】 第二十五届中国数据库学术会议论文集(二)
- 【会议名称】第二十五届中国数据库学术会议
- 【会议时间】2008-10-24
- 【会议地点】中国广西桂林
- 【分类号】TP393.08
- 【主办单位】中国计算机学会数据库专业委员会