paper-with-me

홈 › Papers

Evaluation of an Anomaly Detector for Routers using Parameterizable Malware in an IoT Ecosystem

2021-10-29 · John Carter, Spiros Mancoridis

This work explores the evaluation of a machine learning anomaly detector using custom-made parameterizable malware in an Internet of Things (IoT) Ecosystem. It is assumed that the malware has infected, and resides on, the Linux router that serves other devices on the network, as depicted in Figure 1. This IoT Ecosystem was developed as a testbed to evaluate the efficacy of a behavior-based anomaly detector. The malware consists of three types of custom-made malware: ransomware, cryptominer, and keylogger, which all have exfiltration capabilities to the network. The parameterization of the malware gives the malware samples multiple degrees of freedom, specifically relating to the rate and size of data exfiltration. The anomaly detector uses feature sets crafted from system calls and network traffic, and uses a Support Vector Machine (SVM) for behavioral-based anomaly detection. The custom-made malware is used to evaluate the situations where the SVM is effective, as well as the situations where it is not effective.

📄 PDF Abstract BibTeX arXiv:2111.00097

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly Detection

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Trust Under Siege: Label Spoofing Attacks against Machine Learning for Android Malware Detection

2025-03-14 · Tianwei Lan, Luca Demetrio, Farid Nait-Abdesselam, Yufei Han 외

Machine learning (ML) malware detectors rely heavily on crowd-sourced AntiVirus (AV) labels, with platforms like VirusTotal serving as a trusted source of malware annotations. But what if attackers could manipulate these…

Android Malware DetectionMalware Detection

MAD-OOD: A Deep Learning Cluster-Driven Framework for an Out-of-Distribution Malware Detection and Classification

2025-12-19 · Tosin Ige, Christopher Kiekintveld, Aritran Piplai, Asif Rahman 외 arxiv

Out of distribution (OOD) detection remains a critical challenge in malware classification due to the substantial intra family variability introduced by polymorphic and metamorphic malware variants. Most existing deep le…

Out of Distribution (OOD) DetectionMalware ClassificationMalware Detection

ML-based IoT Malware Detection Under Adversarial Settings: A Systematic Evaluation

2021-08-30 · Ahmed Abusnaina, Afsah Anwar, Sultan Alshamrani, Abdulrahman Alabduljabbar 외

The rapid growth of the Internet of Things (IoT) devices is paralleled by them being on the front-line of malicious attacks. This has led to an explosion in the number of IoT malware, with continued mutations, evolution,…

Malware AnalysisMalware Detection

Mate! Are You Really Aware? An Explainability-Guided Testing Framework for Robustness of Malware Detectors

2021-11-19 · Ruoxi Sun, Minhui Xue, Gareth Tyson, Tian Dong 외

Numerous open-source and commercial malware detectors are available. However, their efficacy is threatened by new adversarial attacks, whereby malware attempts to evade detection, e.g., by performing feature-space manipu…

Multi-view Representation Learning from Malware to Defend Against Adversarial Variants

2022-10-25 · James Lee Hu, MohammadReza Ebrahimi, Weifeng Li, Xin Li 외

Deep learning-based adversarial malware detectors have yielded promising results in detecting never-before-seen malware executables without relying on expensive dynamic behavior analysis and sandbox. Despite their abilit…

Adversarial RobustnessMULTI-VIEW LEARNINGRepresentation Learning