Open AccessJournal Article
Web Attack Detection Method Based on Support Vector Machines
7
TL;DR: The experimental results show that features after selection and extraction can reflect the nature of the original data and this method has higher detection rate.
read more
Abstract: Web attack detection is a kind of dynamic Web security protection technology,but the intruder can use different coding schemes,mixed case,alternative statements and other skills,bypassing defense mechanism.For the particularity of web security and the shortage of the existing detection technology,we took SQL injection and cross site scripting attacks as an example.Firstly,the thesis studies the feature selection and extraction of SQL injection and cross site scripting attacks,and uses the artificial selection and mathematical statistical methods to covert the original payload into fixed dimension feature vector.Secondly,it marks the sample data after feature selection and extraction,and performs support vector machine training and classification.Finally,using the Weka,it verifies the feasibility and effectiveness of the approach.The experimental results show that features after selection and extraction can reflect the nature of the original data and this method has higher detection rate.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
A DDoS Attack Detection Method Based on SVM in Software Defined Network
TL;DR: The SDN environment by mininet and floodlight is constructed, 6-tuple characteristic values of the switch flow table is extracted, and then DDoS attack model is built by combining the SVM classification algorithms and average accuracy rate of the method is with a small amount of flow collecting.
Detection of SQL Injection Attacks Based on Improved TFIDF Algorithm
Yingbo Li,Bin Zhang +1 more
- 01 Nov 2019
7
Design and Implementation of System of the Web Vulnerability Detection Based on Crawler and Natural Language Processing
Xin Ge,M. Yue +1 more
- 01 May 2022
TL;DR: In this article , a crawler visits page in imitation of a human, collects the HTTP request and response as dataset, classify the dataset according to parameter characteristic and whether the samples get to interact with a database, then they convert text word vector, reduce the dimension and serialized them, through train dataset by NLP algorithm, finally they obtain a model that can accurately predict Web vulnerabilities.
1
Design and Implementation of System of the Web Vulnerability Detection Based on Crawler and Natural Language Processing
01 May 2022
TL;DR: In this paper , a crawler visits page in imitation of a human, collects the HTTP request and response as dataset, classify the dataset according to parameter characteristic and whether the samples get to interact with a database, then they convert text word vector, reduce the dimension and serialized them, through train dataset by NLP algorithm, finally they obtain a model that can accurately predict Web vulnerabilities.
References
A DDoS Attack Detection Method Based on SVM in Software Defined Network
TL;DR: The SDN environment by mininet and floodlight is constructed, 6-tuple characteristic values of the switch flow table is extracted, and then DDoS attack model is built by combining the SVM classification algorithms and average accuracy rate of the method is with a small amount of flow collecting.