paper-with-me

Papers

Command-line Risk Classification using Transformer-based Neural Architectures

2024-12-02 · Paolo Notaro, Soroush Haeri, Jorge Cardoso, Michael Gerndt

To protect large-scale computing environments necessary to meet increasing computing demand, cloud providers have implemented security measures to monitor Operations and Maintenance (O&M) activities and therefore prevent data loss and service interruption. Command interception systems are used to intercept, assess, and block dangerous Command-line Interface (CLI) commands before they can cause damage. Traditional solutions for command risk assessment include rule-based systems, which require expert knowledge and constant human revision to account for unseen commands. To overcome these limitations, several end-to-end learning systems have been proposed to classify CLI commands. These systems, however, have several other limitations, including the adoption of general-purpose text classifiers, which may not adapt to the language characteristics of scripting languages such as Bash or PowerShell, and may not recognize dangerous commands in the presence of an unbalanced class distribution. In this paper, we propose a transformer-based command risk classification system, which leverages the generalization power of Large Language Models (LLM) to provide accurate classification and the ability to identify rare dangerous commands effectively, by exploiting the power of transfer learning. We verify the effectiveness of our approach on a realistic dataset of production commands and show how to apply our model for other security-related tasks, such as dangerous command interception and auditing of existing rule-based systems.

📄 PDF Abstract BibTeX arXiv:2412.01655

Code (0)

등록된 구현이 없습니다.

Tasks

Transfer Learning

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

A Transformer-based Approach for Translating Natural Language to Bash Commands

2021-12-14 · 20th IEEE International Conference on Machine Learning and Applications - ICMLA 2021 12 · Quchen Fu, Zhongwei Teng, Jules White, Douglas C. Schmidt

This paper explores the translation of natural language into Bash Commands, which developers commonly use to accomplish command-line tasks in a terminal. In our approach a terminal takes a command as a sentence in plain …

Code TranslationSentenceTranslation

Learning the Language of NVMe Streams for Ransomware Detection

2025-02-07 · Barak Bringoltz, Elisha Halperin, Ran Feraru, Evgeny Blaichman 외

We apply language modeling techniques to detect ransomware activity in NVMe command sequences. We design and train two types of transformer-based models: the Command-Level Transformer (CLT) performs in-context token clas…

Language ModelingLanguage Modellingtoken-classificationToken Classification

Analyzing Multimodal Features of Spontaneous Voice Assistant Commands for Mild Cognitive Impairment Detection

2024-11-06 · Nana Lin, Youxiang Zhu, Xiaohui Liang, John A. Batsis 외

Mild cognitive impairment (MCI) is a major public health concern due to its high risk of progressing to dementia. This study investigates the potential of detecting MCI with spontaneous voice assistant (VA) commands from…

Multi-Class Abnormality Classification Task in Video Capsule Endoscopy

2024-10-25 · Dev Rishi Verma, Vibhor Saxena, Dhruv Sharma, Arpan Gupta

In this work for Capsule Vision Challenge 2024, we addressed the challenge of multiclass anomaly classification in video capsule Endoscopy (VCE)[1] with a variety of deep learning models, ranging from custom CNNs to adva…

Anomaly ClassificationDiagnostic

Towards commands recommender system in BIM authoring tool using transformers

2024-06-02 · Changyu Du, Zihan Deng, Stavros Nousias, André Borrmann

The complexity of BIM software presents significant barriers to the widespread adoption of BIM and model-based design within the Architecture, Engineering, and Construction (AEC) sector. End-users frequently express conc…

Recommendation SystemsSequential Recommendation