SQL injection attack detection system suitable for high speed LAN environment
Patent Information
- Authority / Receiving Office
- CN · China
- Current Assignee / Owner
- BEIJING VENUS INFORMATION TECH
- Publication Date
- 2009-05-06
- Estimated Expiration
- Not applicable · inactive patent
Smart Images
Figure 1 Figure 2 Figure 3
Abstract
Description
technical field
[0001] The invention relates to the technical field of network security detection, in particular to a SQL injection attack detection system suitable for a high-speed local area network environment. Background technique
[0002] SQL (Structure Query Language, Structured Query Language) injection attack means that the attacker uses the SQL injection vulnerability in the existing application program to inject malicious SQL commands into the background database engine for execution, so as to steal data or even control the database server. Purpose. The root cause of the SQL injection vulnerability is that the application uses user input data to construct dynamic SQL statements, and does not perform security checks and filters on user input data. SQL injection vulnerabilities are common in web applications that use the HTTP protocol (Hypertext Transfer Protocol, Hypertext Transfer Protocol) to implement communication between the client and the server.
[0003] SQ...