Deep fused flow and topology features for botnet detection basing on pretrained GCN
Meng Xiaoyuan, Lang bo, Yanxi Liu, Yuhao Yan

TL;DR
This paper introduces a novel botnet detection method that combines flow and topology features using a pretrained graph convolutional network, significantly improving detection accuracy on public datasets.
Contribution
The paper presents the first deep fusion of flow and topology features with a pretrained GCN for botnet detection, enhancing model performance and adaptability.
Findings
Achieved over 92% recall and F1-score on C2 botnets.
Achieved over 94% recall and F1-score on P2P botnets.
Outperformed existing leading detection models.
Abstract
Nowadays, botnets have become one of the major threats to cyber security. The characteristics of botnets are mainly reflected in bots network behavior and their intercommunication relationships. Existing botnet detection methods use flow features or topology features individually, which overlook the other type of feature. This affects model performance. In this paper, we propose a botnet detection model which uses graph convolutional network (GCN) to deeply fuse flow features and topology features for the first time. We construct communication graphs from network traffic and represent nodes with flow features. Due to the imbalance of existing public traffic flow datasets, it is impossible to train a GCN model on these datasets. Therefore, we use a balanced public communication graph dataset to pretrain a GCN model, thereby guaranteeing its capacity for identify topology features. We…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNetwork Security and Intrusion Detection · Internet Traffic Analysis and Secure E-voting · Advanced Malware Detection Techniques
