paper-with-me

Papers

Federated Learning for Malware Detection in IoT Devices

2021-04-15 · Valerian Rey, Pedro Miguel Sánchez Sánchez, Alberto Huertas Celdrán, Gérôme Bovet, Martin Jaggi

This work investigates the possibilities enabled by federated learning concerning IoT malware detection and studies security issues inherent to this new learning paradigm. In this context, a framework that uses federated learning to detect malware affecting IoT devices is presented. N-BaIoT, a dataset modeling network traffic of several real IoT devices while affected by malware, has been used to evaluate the proposed framework. Both supervised and unsupervised federated models (multi-layer perceptron and autoencoder) able to detect malware affecting seen and unseen IoT devices of N-BaIoT have been trained and evaluated. Furthermore, their performance has been compared to two traditional approaches. The first one lets each participant locally train a model using only its own data, while the second consists of making the participants share their data with a central entity in charge of training a global model. This comparison has shown that the use of more diverse and large data, as done in the federated and centralized methods, has a considerable positive impact on the model performance. Besides, the federated models, while preserving the participant's privacy, show similar results as the centralized ones. As an additional contribution and to measure the robustness of the federated approach, an adversarial setup with several malicious participants poisoning the federated model has been considered. The baseline model aggregation averaging step used in most federated learning algorithms appears highly vulnerable to different attacks, even with a single adversary. The performance of other model aggregation functions acting as countermeasures is thus evaluated under the same attack scenarios. These functions provide a significant improvement against malicious participants, but more efforts are still needed to make federated approaches robust.

📄 PDF Abstract BibTeX arXiv:2104.09994

Code (1)

ValerianRey/fed_iot_guard 공식 구현 pytorch

Tasks

Federated LearningMalware Detection

Similar Papers 제목 키워드 기반

A Dynamic Weighted Federated Learning for Android Malware Classification

2022-11-23 · Ayushi Chaudhuri, Arijit Nandi, Buddhadeb Pradhan

Android malware attacks are increasing daily at a tremendous volume, making Android users more vulnerable to cyber-attacks. Researchers have developed many machine learning (ML)/ deep learning (DL) techniques to detect a…

ClassificationFederated LearningMalware Classification

Towards Obfuscated Malware Detection for Low Powered IoT Devices

2020-11-06 · Daniel Park, Hannah Powers, Benji Prashker, Leland Liu 외

With the increased deployment of IoT and edge devices into commercial and user networks, these devices have become a new threat vector for malware authors. It is imperative to protect these devices as they become more pr…

Malware Detection

Obfuscated Malware Detection: Investigating Real-world Scenarios through Memory Analysis

2024-04-03 · S M Rakib Hasan, Aakar Dhakal

In the era of the internet and smart devices, the detection of malware has become crucial for system security. Malware authors increasingly employ obfuscation techniques to evade advanced security solutions, making it ch…

Malware Detection

CyberForce: A Federated Reinforcement Learning Framework for Malware Mitigation

2023-08-11 · Chao Feng, Alberto Huertas Celdran, Pedro Miguel Sanchez Sanchez, Jan Kreischer 외

Recent research has shown that the integration of Reinforcement Learning (RL) with Moving Target Defense (MTD) can enhance cybersecurity in Internet-of-Things (IoT) devices. Nevertheless, the practicality of existing wor…

Anomaly DetectionData Poisoningreinforcement-learningReinforcement Learning+2

Sequential Embedding-based Attentive (SEA) classifier for malware classification

2023-02-11 · Muhammad Ahmed, Anam Qureshi, Jawwad Ahmed Shamsi, Murk Marvi

The tremendous growth in smart devices has uplifted several security threats. One of the most prominent threats is malicious software also known as malware. Malware has the capability of corrupting a device and collapsin…

ClassificationMalware ClassificationMalware Detection