paper-with-me

Papers

Sequence Feature Extraction for Malware Family Analysis via Graph Neural Network

2022-08-10 · S. W. Hsiao, P. Y. Chu

Malicious software (malware) causes much harm to our devices and life. We are eager to understand the malware behavior and the threat it made. Most of the record files of malware are variable length and text-based files with time stamps, such as event log data and dynamic analysis profiles. Using the time stamps, we can sort such data into sequence-based data for the following analysis. However, dealing with the text-based sequences with variable lengths is difficult. In addition, unlike natural language text data, most sequential data in information security have specific properties and structure, such as loop, repeated call, noise, etc. To deeply analyze the API call sequences with their structure, we use graphs to represent the sequences, which can further investigate the information and structure, such as the Markov model. Therefore, we design and implement an Attention Aware Graph Neural Network (AWGCN) to analyze the API call sequences. Through AWGCN, we can obtain the sequence embeddings to analyze the behavior of the malware. Moreover, the classification experiment result shows that AWGCN outperforms other classifiers in the call-like datasets, and the embedding can further improve the classic model's performance.

📄 PDF Abstract BibTeX arXiv:2208.05476

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

Decoding the Secrets of Machine Learning in Malware Classification: A Deep Dive into Datasets, Feature Extraction, and Model Performance

2023-07-27 · Savino Dambra, Yufei Han, Simone Aonzo, Platon Kotzias 외

Many studies have proposed machine-learning (ML) models for malware detection and classification, reporting an almost-perfect performance. However, they assemble ground-truth in different ways, use diverse static- and dy…

ClassificationMalware ClassificationMalware Detection

Novel Feature Extraction, Selection and Fusion for Effective Malware Family Classification

2015-11-13 · Mansour Ahmadi, Dmitry Ulyanov, Stanislav Semenov, Mikhail Trofimov 외

Modern malware is designed with mutation characteristics, namely polymorphism and metamorphism, which causes an enormous growth in the number of variants of malware samples. Categorization of malware samples on the basis…

Computer SecurityGeneral ClassificationMalware Classification

Integration of Static and Dynamic Analysis for Malware Family Classification with Composite Neural Network

2019-12-24 · Yao Saint Yen, Zhe Wei Chen, Ying Ren Guo, Meng Chang Chen

Deep learning has been used in the research of malware analysis. Most classification methods use either static analysis features or dynamic analysis features for malware family classification, and rarely combine them as …

ClassificationGeneral ClassificationMalware AnalysisMalware Classification

A multi-task learning model for malware classification with useful file access pattern from API call sequence

2016-10-19 · Xin Wang, Siu Ming Yiu

Based on API call sequences, semantic-aware and machine learning (ML) based malware classifiers can be built for malware detection or classification. Previous works concentrate on crafting and extracting various features…

ClassificationDocument ClassificationFeature EngineeringGeneral Classification+5

End-to-End Deep Neural Networks and Transfer Learning for Automatic Analysis of Nation-State Malware

2019-11-30 · Ishai Rosenberg, Guillaume Sicard, Eli David

Malware allegedly developed by nation-states, also known as advanced persistent threats (APT), are becoming more common. The task of attributing an APT to a specific nation-state or classifying it to the correct APT fami…

Authorship AttributionTransfer Learning