Electronics, Vol. 13, Pages 1482: AST-DF: A New Webshell Detection Method Based on Abstract Syntax Tree and Deep Forest

2 weeks ago 18

Electronics, Vol. 13, Pages 1482: AST-DF: A New Webshell Detection Method Based on Abstract Syntax Tree and Deep Forest

Electronics doi: 10.3390/electronics13081482

Authors: Chengfeng Dong Daofeng Li

Webshell is a kind of web-language-based website backdoor, which is usually used by attackers to control web servers. Due to its dangerous nature, how to detect Webshell effectively has become a hot research topic in current Web security research. With the rapid development of Webshell evasion technology, the existing Webshell detection methods have the problem of insufficient ability to detect unknown Webshells. In order to solve the above problems and achieve effective Webshell detection, this study proposes a Webshell detection method based on the abstract syntax tree (AST) and deep forest (DF) model called AST-DF. AST-DF first extracts the abstract syntax tree from the PHP code; then, the abstract syntax tree sequence is feature extracted and vectorized using N-gram and TF-IDF. Finally, the vectors are imported into the deep forest model for classification to determine whether the PHP code to be detected is a Webshell or not. The experimental results show that AST-DF achieves remarkable effects in the task of detecting PHP-type Webshells, with a 99.61% accuracy rate, and the values of precision, recall, and F1 score are more than 99%.

Read Entire Article