Update README.md
Browse files
README.md
CHANGED
|
@@ -14,16 +14,15 @@ configs:
|
|
| 14 |
<p><strong>Hierarchical Graph Dataset for Malware Analysis with Function Call Graphs and Control Flow Graphs</strong></p>
|
| 15 |
|
| 16 |
|
| 17 |
-
<img src="https://img.shields.io/badge/
|
|
|
|
| 18 |
<img src="https://img.shields.io/badge/Dataset-6.17GB-blue" alt="Dataset Size" />
|
| 19 |
-
<img src="https://img.shields.io/badge/Samples-595K%20FCGs-green" alt="Function Call Graphs" />
|
| 20 |
-
<img src="https://img.shields.io/badge/CFGs-200M%2B-brightgreen" alt="Control Flow Graphs" />
|
| 21 |
<img src="https://img.shields.io/badge/Period-2012--2022-orange" alt="Time Period" />
|
| 22 |
<img src="https://img.shields.io/badge/License-CC--BY--NC--SA-red" alt="License" />
|
| 23 |
|
| 24 |
A comprehensive hierarchical graph-based dataset for malware analysis and detection.
|
| 25 |
|
| 26 |
-
[Overview](#overview) • [
|
| 27 |
|
| 28 |
</div>
|
| 29 |
|
|
@@ -33,33 +32,15 @@ A comprehensive hierarchical graph-based dataset for malware analysis and detect
|
|
| 33 |
|
| 34 |
Graph-based methods have shown great promise in malware analysis, yet the lack of large-scale, hierarchical graph datasets limits further advances in this field. This hierarchical design facilitates the development of robust detection models that are more resilient to obfuscation, model aging, and malware evolution.
|
| 35 |
|
| 36 |
-
<div align="center">
|
| 37 |
-
|
| 38 |
-

|
| 39 |
-
|
| 40 |
-
</div>
|
| 41 |
|
| 42 |
### Key Features
|
| 43 |
|
| 44 |
- 🔍 **Hierarchical Graph Structure**: Two-level representation with FCGs and CFGs
|
| 45 |
-
- 📈 **Large Scale**: 200M+ Control Flow Graphs and
|
| 46 |
- 🏷️ **Rich Semantic Information**: Preserves crucial structural details for malware analysis
|
| 47 |
- 📊 **Comprehensive Coverage**: 11-year temporal span (2012-2022)
|
| 48 |
- 🎯 **Benchmark Ready**: Designed for advancing hierarchical graph learning in cybersecurity
|
| 49 |
|
| 50 |
-
## Dataset Statistics
|
| 51 |
-
|
| 52 |
-
<div align="center">
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
| Class | Time Period | # Apps | **Function Call Graph** || **Control Flow Graph** |||
|
| 57 |
-
|-------|-------------|--------|---------------------|--|--------------------|--|--|
|
| 58 |
-
| | | | **Avg # Nodes** | **Avg # Edges** | **# Graphs** | **Avg # Nodes** | **Avg # Edges** |
|
| 59 |
-
| **Malicious** | 2012.01-2022.12 | 57,184 | 266.48 | 491.67 | 6,925,406 | 12.29 | 14.94 |
|
| 60 |
-
| **Benign** | 2012.01-2022.12 | 538,027 | 791.54 | 1,414.51 | 194,866,679 | 12.17 | 13.94 |
|
| 61 |
-
|
| 62 |
-
</div>
|
| 63 |
|
| 64 |
## Interactive Visualization
|
| 65 |
|
|
@@ -71,9 +52,6 @@ Explore the hierarchical structure of malware samples through our interactive vi
|
|
| 71 |
|
| 72 |
*Click to explore the complete dataset structure and sample graphs*
|
| 73 |
|
| 74 |
-

|
| 75 |
-
*Sample Function Call Graph (FCG) visualization*
|
| 76 |
-
|
| 77 |
</div>
|
| 78 |
|
| 79 |
## Download Dataset
|
|
@@ -89,6 +67,19 @@ Access the complete HiGraph dataset through multiple platforms:
|
|
| 89 |
|
| 90 |
</div>
|
| 91 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 92 |
## Requirements
|
| 93 |
- Python >= 3.9
|
| 94 |
- torch==2.6.0
|
|
@@ -102,4 +93,4 @@ pip install -r requirements.txt
|
|
| 102 |
|
| 103 |
## 📄 License
|
| 104 |
|
| 105 |
-
This dataset is licensed under the **Creative Commons Attribution-NonCommercial-ShareAlike (CC-BY-NC-SA)** license. See the [LICENSE](LICENSE) file for details.
|
|
|
|
| 14 |
<p><strong>Hierarchical Graph Dataset for Malware Analysis with Function Call Graphs and Control Flow Graphs</strong></p>
|
| 15 |
|
| 16 |
|
| 17 |
+
<a href="https://arxiv.org/pdf/2509.02113"><img src="https://img.shields.io/badge/arXiv-2509.02113-b31b1b.svg" alt="arXiv" /></a>
|
| 18 |
+
<img src="https://img.shields.io/badge/🤗%20Hugging%20Face-Datasets-yellow" alt="Hugging Face" />
|
| 19 |
<img src="https://img.shields.io/badge/Dataset-6.17GB-blue" alt="Dataset Size" />
|
|
|
|
|
|
|
| 20 |
<img src="https://img.shields.io/badge/Period-2012--2022-orange" alt="Time Period" />
|
| 21 |
<img src="https://img.shields.io/badge/License-CC--BY--NC--SA-red" alt="License" />
|
| 22 |
|
| 23 |
A comprehensive hierarchical graph-based dataset for malware analysis and detection.
|
| 24 |
|
| 25 |
+
[Overview](#overview) • [Interactive Explorer](#interactive-visualization) • [Download](#download-dataset)
|
| 26 |
|
| 27 |
</div>
|
| 28 |
|
|
|
|
| 32 |
|
| 33 |
Graph-based methods have shown great promise in malware analysis, yet the lack of large-scale, hierarchical graph datasets limits further advances in this field. This hierarchical design facilitates the development of robust detection models that are more resilient to obfuscation, model aging, and malware evolution.
|
| 34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
|
| 36 |
### Key Features
|
| 37 |
|
| 38 |
- 🔍 **Hierarchical Graph Structure**: Two-level representation with FCGs and CFGs
|
| 39 |
+
- 📈 **Large Scale**: 200M+ Control Flow Graphs and 499K+ Function Call Graphs
|
| 40 |
- 🏷️ **Rich Semantic Information**: Preserves crucial structural details for malware analysis
|
| 41 |
- 📊 **Comprehensive Coverage**: 11-year temporal span (2012-2022)
|
| 42 |
- 🎯 **Benchmark Ready**: Designed for advancing hierarchical graph learning in cybersecurity
|
| 43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
|
| 45 |
## Interactive Visualization
|
| 46 |
|
|
|
|
| 52 |
|
| 53 |
*Click to explore the complete dataset structure and sample graphs*
|
| 54 |
|
|
|
|
|
|
|
|
|
|
| 55 |
</div>
|
| 56 |
|
| 57 |
## Download Dataset
|
|
|
|
| 67 |
|
| 68 |
</div>
|
| 69 |
|
| 70 |
+
## Citation
|
| 71 |
+
|
| 72 |
+
If you find HiGraph useful in your research, please cite:
|
| 73 |
+
|
| 74 |
+
```
|
| 75 |
+
@article{chen2025higraph,
|
| 76 |
+
title={HiGraph: A Large-Scale Hierarchical Graph Dataset for Malware Analysis},
|
| 77 |
+
author={Chen, Han and Wang, Hanchen and Chen, Hongmei and Zhang, Ying and Qin, Lu and Zhang, Wenjie},
|
| 78 |
+
journal={arXiv preprint arXiv:2509.02113},
|
| 79 |
+
year={2025}
|
| 80 |
+
}
|
| 81 |
+
```
|
| 82 |
+
|
| 83 |
## Requirements
|
| 84 |
- Python >= 3.9
|
| 85 |
- torch==2.6.0
|
|
|
|
| 93 |
|
| 94 |
## 📄 License
|
| 95 |
|
| 96 |
+
This dataset is licensed under the **Creative Commons Attribution-NonCommercial-ShareAlike (CC-BY-NC-SA)** license. See the [LICENSE](LICENSE) file for details.
|