paper-with-me

Papers

Assessing Cyclostationary Malware Detection via Feature Selection and Classification

2023-08-29 · Mike Nkongolo

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 cyclostationary patterns. The aim of this article is to reveal periodically changing malware behaviors through cyclostationarity. The study highlights the importance of spotting cyclostationary malware in NIDSs by using established datasets like KDD99, NSL-KDD, and the UGRansome dataset. The UGRansome dataset is designed for anomaly detection research and includes both normal and abnormal network threat categories of zero-day attacks. A comparison is made using the Random Forest (RF) and Support Vector Machine (SVM) algorithms, while also evaluating the effectiveness of Boruta and PCA. The findings show that PCA is more promising than using Boruta alone for extracting cyclostationary network feature patterns. Additionally, the analysis identifies the internet protocol as the most noticeable cyclostationary feature pattern used by malware. Notably, the UGRansome dataset outperforms the KDD99 and NSL-KDD, achieving 99% accuracy in signature malware detection using the RF algorithm and 98% with the SVM.

📄 PDF Abstract BibTeX arXiv:2308.15237

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionClassificationfeature selectionIntrusion DetectionMalware DetectionNetwork Intrusion Detection

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음
PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…
SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

CAFE-GB: Scalable and Stable Feature Selection for Malware Detection via Chunk-wise Aggregated Gradient Boosting

2026-01-22 · Ajvad Haneef K, Karan Kuwar Singh, Madhu Kumar S D arxiv

High-dimensional malware datasets often exhibit feature redundancy, instability, and scalability limitations, which hinder the effectiveness and interpretability of machine learning-based malware detection systems. Altho…

Feature ImportanceMalware Detection

MeLeMaD: Adaptive Malware Detection via Chunk-wise Feature Selection and Meta-Learning

2025-12-30 · Ajvad Haneef K, Karan Kuwar Singh, Madhu Kumar S D arxiv

Confronting the substantial challenges of malware detection in cybersecurity necessitates solutions that are both robust and adaptable to the ever-evolving threat environment. The paper introduces Meta Learning Malware D…

Malware Detection

Malware Detection using Artificial Bee Colony Algorithm

2020-12-01 · Farid Ghareh Mohammadi, Farzan Shenavarmasouleh, M. Hadi Amini, Hamid R. Arabnia

Malware detection has become a challenging task due to the increase in the number of malware families. Universal malware detection algorithms that can detect all the malware families are needed to make the whole process …

feature selectionMalware AnalysisMalware Detection

A Hybrid Approach For Malware Classification Using Secondary Features Fusion

2026-06-02 · Raja Khurram Shahzad, Muhammad Mustaqeem, Haroon Elahi arxiv

The number of malware (either variant or novel) is rapidly increasing, making malware detection and mitigation a complex problem. One approach to improving malware mitigation is automatic detection and malware family cla…

Multi-class ClassificationMalware ClassificationMalware Detection

A Feature Set of Small Size for the PDF Malware Detection

2023-08-09 · Ran Liu, Charles Nicholas

Machine learning (ML)-based malware detection systems are becoming increasingly important as malware threats increase and get more sophisticated. PDF files are often used as vectors for phishing attacks because they are …

feature selectionMalware Detection