EDBT 2026 Demo / reviewers in the wild / expert
Jingfeng Xue
dblp:52/7663
· DBLP profile ↗
10ranked-venue papers in the field
0as first author
10since 2021 · last 2026
0000-0002-3087-9701ORCID · verified
Domains — venue-derived; a paper can count in several
Knowledge Engineering, Semantic Web & Information Systems · 7Other / Interdisciplinary · 3
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Evolva: A Multi-turn Contextual Attack for Long-Reasoning LLMs
Wenbiao Du, Xiuqi Yang, Jingfeng Xue |
KSEM (2) | 5 |
| 2025 | A Comprehensive Survey on White-Box Security Threats for Large Language Models
Wenbiao Du, Zhihan Sun, Xiuqi Yang, Jingfeng Xue |
KSEM (6) | 6 |
| 2025 | A Survey on Malware Analysis with Large Language Models
Wenjie Guo, Haoyuan Wen, Lingming Kong, Jingfeng Xue, Weijie Han, Yong Wang 0010 |
KSEM (6) | 4 |
| 2025 | A Federated Learning Approach for Malware Detection in Data Heterogeneous Environments
Haoyuan Wen, Jingfeng Xue, Wenjie Guo, Liuting Wang, Wenbiao Du |
KSEM (6) | 2 |
| 2025 | MalFSLDF: A Few-Shot Learning-Based Malware Family Detection FrameworkabstractThe evolution of malware has led to the development of increasingly sophisticated evasion techniques, significantly escalating the challenges for researchers in obtaining and labeling new instances for analysis. Conventional deep learning detection approaches struggle to identify new malware variants with limited sample availability. Recently, researchers have proposed few‐shot detection models to address the above issues. However, existing studies predominantly focus on model‐level improvements, overlooking the potential of domain adaptation to leverage the unique characteristics of malware. Motivated by these challenges, we propose a few‐shot learning‐based malware family detection framework (MalFSLDF). We introduce a novel method for malware representation using structural features and a feature fusion strategy. Specifically, our framework employs contrastive learning to capture the unique textural features of malware families, enhancing the identification capability for novel malware variants. In addition, we integrate entropy graphs (EGs) and gray‐level co‐occurrence matrices (GLCMs) into the feature fusion strategy to enrich sample representations and mitigate information loss. Furthermore, a domain alignment strategy is proposed to adjust the feature distribution of samples from new classes, enhancing the model’s generalization performance. Finally, comprehensive evaluations of the MaleVis and BIG‐2015 datasets show significant performance improvements in both 5‐way 1‐shot and 5‐way 5‐shot scenarios, demonstrating the effectiveness of the proposed framework. Wenjie Guo, Jingfeng Xue, Wenbiao Du, Ning Shi, Weijie Han |
Int. J. Intell. Syst. | 2 |
| 2024 | Strengthening LLM ecosystem security: Preventing mobile malware from manipulating LLM-based applications
Lu Huang 0002, Jingfeng Xue, Yong Wang 0010, Junbao Chen, Tianwei Lei |
Inf. Sci. | 2 |
| 2022 | Boosting training for PDF malware classifier via active learningabstractMachine learning algorithms are widely used for cybersecurity applications, include spam, malware detection. In these applications, the machine learning model has to face attack by adversarial samples. Therefore, how to train a robust machine learning model with small samples is a very hot research problem. portable document format (PDF) is a widely used file format, and often utilized as a vehicle for malicious behavior. There have been various PDF malware detectors based on machine learning. However, the labeling of large-scale data samples is time-consuming and laborious. This paper aims to reduce the size of training set while maintain the performance of detection. We propose a novel PDF malware detection method, using active learning to boost training. Particularly, we first make clear the meaning of uncertain samples in this paper, and theoretically explain the effectiveness of these uncertain samples for malware detection. Second, we present an active-learning based malware detection model, using mutual agreement analysis to choose the uncertain sample as the data augmentation. The detector is retrained according to the ground truth of the uncertain samples rather than the whole test samples in the previous epoch, which can not only improve the detection performance, but also reduce the training time consumption of the detector. We conduct 10 epochs of retraining experiments for comparison, using the uncertain samples and the whole test samples from the previous epoch respectively as training set augmentation. The experimental results show that our active-learning based model can achieve the same performance as the traditional model in the tenth epoch of retraining, while the former only needs to use one thirtieth of the latter's training samples. Yuanzhang Li 0001, Jingfeng Xue, Zhi Wang 0014 |
Int. J. Intell. Syst. | 5 |
| 2022 | A novel approach based on adaptive online analysis of encrypted traffic for identifying Malware in IIoT
Zequn Niu, Jingfeng Xue, Dacheng Qu, Yong Wang 0010, Jun Zheng 0007 |
Inf. Sci. | 2 |
| 2021 | Hybrid sequence-based Android malware detection using natural language processingabstractAndroid platform has been the target of attackers due to its openness and increasing popularity. Android malware has explosively increased in recent years, which poses serious threats to Android security. Thus proposing efficient Android malware detection methods is curial in defeating malware. Various features extracted from static or dynamic analysis using machine learning have played an important role in malware detection recently. However, existing code obfuscation, code encryption, and dynamic code loading techniques can be employed to hinder systems that single based on static analysis, purely dynamic analysis systems cannot detect all potential code execution paths. To address these issues, we propose CoDroid, a sequence-based hybrid Android malware detection method, which utilizes the sequences of static opcode and dynamic system call. We treat one sequence as a sentence in the natural language processing and construct a CNN–BiLSTM–Attention classifier which consists of Convolutional Neural Networks (CNNs), the Bidirectional Long Short-Term Memory (BiLSTM) with an attention language model. We extensively evaluate CoDroid under a real-world data set and perform comprehensive analysis against other existing related detection methods. The evaluations show the effectiveness and flexibility of CoDroid across a variety of experimental settings. Jingfeng Xue, Tiancai Liang, Yu-an Tan 0001 |
Int. J. Intell. Syst. | 2 |
| 2021 | APTMalInsight: Identify and cognize APT malware based on system call information and ontology knowledge frameworkabstractAPT attacks have posed serious threats to the security of cyberspace nowadays which are usually tailored for specific targets. Identification and understanding of APT attacks remains a key issue for society. Attackers often utilize malware as the weapons to launch cyber-attacks. For this reason, detecting APT malware and gaining an insight of its malicious behaviors can strengthen the power to understand and counteract APT attacks. Based on the above motivation, this paper proposes a novel APT malware detection and cognition framework named APTMalInsight aiming at identifying and cognizing APT malware by leveraging system call information and ontology knowledge. We systematically study APT malware and extracts dynamic system call information to describe its behavioral characteristics. With respect to the established feature vectors, the APT malware can be detected and clustered into their belonging families accurately. Furthermore, a horizontal comparison between APT malware and the traditional malware is conducted from the perspective of behavior types, to understand the behavioral characteristics of APT malware in depth. On the above basis, the ontology model is introduced to construct the APT malware knowledge framework to represent its typical malicious behaviors, thereby implementing the systematic cognition of APT malware and providing contextual understanding of APT attacks. The evaluation results based on real APT malware samples demonstrate that the detection and clustering accuracy can reach up to 99.28% and 98.85% respectively. In addition, APTMalInsight supplies an effective cognition framework for APT malware and enhances the capability to understand APT attacks. Weijie Han, Jingfeng Xue, Yong Wang 0010, Xianwei Gao |
Inf. Sci. | 2 |