A Multi-feature Dataset for Windows PE Malware Classification
收藏NIAID Data Ecosystem2026-03-14 收录
下载链接:
https://data.mendeley.com/datasets/vnj7sxkt53
下载链接
链接失效反馈官方服务:
资源简介:
This repository contains a multi-feature dataset of Windows PE malware samples. We collected PE malware samples from MalwareBazaar and used pefile library of Python to extract four feature sets. These features can be used for static malware analysis. Moreover, we use VirusTotal API to label these malwares. We categorized them into five families based on majority voting.
First feature set (DLLs_Imported.csv file) contains the DLLs imported by each malware family. The first column contains SHA256 values, second column contains the label or family name of the malware while the remaining columns list the names of imported DLLs.
Second feature set (API Functions.csv files) contains the API functions called by these malware along with their SHA256 hash values and labels.
Third feature set (Header.csv) contains values of 52 fields of PE header. All the fields are labelled in the CSV file.
Fourth feature set (Section.csv file) contains 10 field values of 10 different PE sections. All the fields are labelled in the CSV file.
创建时间:
2022-12-28



