paper-with-me

홈 › Papers

A Survey of Machine Learning Algorithms for Detecting Malware in IoT Firmware

2021-11-03 · Erik Larsen, Korey MacVittie, John Lilly

This work explores the use of machine learning techniques on an Internet-of-Things firmware dataset to detect malicious attempts to infect edge devices or subsequently corrupt an entire network. Firmware updates are uncommon in IoT devices; hence, they abound with vulnerabilities. Attacks against such devices can go unnoticed, and users can become a weak point in security. Malware can cause DDoS attacks and even spy on sensitive areas like peoples' homes. To help mitigate this threat, this paper employs a number of machine learning algorithms to classify IoT firmware and the best performing models are reported. In a general comparison, the top three algorithms are Gradient Boosting, Logistic Regression, and Random Forest classifiers. Deep learning approaches including Convolutional and Fully Connected Neural Networks with both experimental and proven successful architectures are also explored.

📄 PDF Abstract BibTeX arXiv:2111.02388

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Survey of Malware Analysis through Control Flow Graph using Machine Learning

2023-05-15 · Shaswata Mitra, Stephen A. Torri, Sudip Mittal

Malware is a significant threat to the security of computer systems and networks which requires sophisticated techniques to analyze the behavior and functionality for detection. Traditional signature-based malware detect…

Malware AnalysisMalware Detection

A Survey of Stealth Malware: Attacks, Mitigation Measures, and Steps Toward Autonomous Open World Solutions

2016-03-19 · Ethan M. Rudd, Andras Rozsa, Manuel Günther, Terrance E. Boult

As our professional, social, and financial existences become increasingly digitized and as our government, healthcare, and military infrastructures rely more on computer technologies, they present larger and more lucrati…

BIG-bench Machine Learning

Detecting Architectural Drift in Safety-Critical Firmware through Runtime Trace Analysis

2026-07-03 · Domenico Francesco De Angelis, Marco De Luca, Domenico Amalfitano, Pasquale Cimmino 외 arxiv

Maintaining consistency between architectural design and runtime-observed behavior is challenging in long-lived safety-critical firmware. This paper presents a runtime-informed methodology for detecting architectural dri…

The Performance of Machine and Deep Learning Classifiers in Detecting Zero-Day Vulnerabilities

2019-11-21 · Faranak Abri, Sima Siami-Namini, Mahdi Adl Khanghah, Fahimeh Mirza Soltani 외

The detection of zero-day attacks and vulnerabilities is a challenging problem. It is of utmost importance for network administrators to identify them with high accuracy. The higher the accuracy is, the more robust the d…

Deep Learning

A Survey on Resilient Machine Learning

2017-07-11 · Atul Kumar, Sameep Mehta

Machine learning based system are increasingly being used for sensitive tasks such as security surveillance, guiding autonomous vehicle, taking investment decisions, detecting and blocking network intrusion and malware e…

BIG-bench Machine LearningBlockingComputer SecuritySurvey