Assessing Cyclostationary Malware Detection via Feature Selection and Classification
Mike Nkongolo

TL;DR
This study investigates the use of cyclostationary features for malware detection in network traffic, demonstrating that PCA-based feature extraction combined with Random Forest achieves high accuracy, especially on the UGRansome dataset.
Contribution
The paper introduces a cyclostationary malware detection approach utilizing PCA and Boruta for feature selection, and compares classifier performance on multiple datasets, highlighting the effectiveness of PCA and the UGRansome dataset.
Findings
PCA outperforms Boruta in feature extraction for cyclostationary malware detection.
The UGRansome dataset yields higher detection accuracy than KDD99 and NSL-KDD.
Random Forest achieves 99% accuracy on the UGRansome dataset.
Abstract
Cyclostationarity involves periodic statistical variations in signals and processes, commonly used in signal analysis and network security. In the context of attacks, cyclostationarity helps detect malicious behaviors within network traffic, such as traffic patterns in Distributed Denial of Service (DDoS) attacks or hidden communication channels in malware. This approach enhances security by identifying abnormal patterns and informing Network Intrusion Detection Systems (NIDSs) to recognize potential attacks, enhancing protection against both known and novel threats. This research focuses on identifying cyclostationary malware behavior and its detection. The main goal is to pinpoint essential cyclostationary features used in NIDSs. These features are extracted using algorithms such as Boruta and Principal Component Analysis (PCA), and then categorized to find the most significant…
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 · Advanced Malware Detection Techniques · Anomaly Detection Techniques and Applications
Methodstravel james · Principal Components Analysis · Support Vector Machine
