2022
DOI: 10.1007/978-3-031-16865-9_57
|View full text |Cite
|
Sign up to set email alerts
|

SQL Injection Detection Using Machine Learning with Different TF-IDF Feature Extraction Approaches

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
5
0

Year Published

2023
2023
2024
2024

Publication Types

Select...
3
1

Relationship

0
4

Authors

Journals

citations
Cited by 4 publications
(6 citation statements)
references
References 5 publications
0
5
0
Order By: Relevance
“…In their paper, Oudah et al [3] explore the effectiveness of four ML models in detecting SQLI attacks using multi-tokenisation levels. The proposed system involves data preparation, feature extraction, dataset splitting, model building, training, and testing.…”
Section: Discussionmentioning
confidence: 99%
See 2 more Smart Citations
“…In their paper, Oudah et al [3] explore the effectiveness of four ML models in detecting SQLI attacks using multi-tokenisation levels. The proposed system involves data preparation, feature extraction, dataset splitting, model building, training, and testing.…”
Section: Discussionmentioning
confidence: 99%
“…Developers can accidentally introduce SQLI vulnerabilities into their applications when they use unfiltered user input in their SQL statements [3]. This can allow an attacker to inject malicious SQL code into the database and execute it, potentially compromising sensitive information or taking over the database.…”
Section: A How Sql Injection Workmentioning
confidence: 99%
See 1 more Smart Citation
“…[14] described an SQL Injection Attack detection framework based on Support Vector Machines (SVM) and an improved Term Frequency Inverse Document Frequency (TF-IDF) algorithm. In [21], the authors studied how data preparation and feature extraction techniques based on TF-IDF influenced detection accuracy of malicious SQL queries. [16] described the use of TF-IDF-CHI algorithm in SQL Injection Attack detection.…”
Section: Related Workmentioning
confidence: 99%
“…Next, for SQL query text vectorization, we use the popular Term Frequency -Inverse Document Frequency (TF-IDF) method, considering SQL queries as sentences of words separated by whitespaces. TF-IDF has been commonly considered as SQL query text vectorization method [14][16] [21]. Although SQL queries seem to be structural, there are no obvious syntactical markers of their performance-related properties, therefore, we decided to use this vectorization technique, known from the field of natural language processing.…”
Section: Feature Extractionmentioning
confidence: 99%