The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Compared with binaries and decompiled code, malware source code more directly reflects the attackers' original intent. However, the scarcity of source code and the high cost of manual review make such datasets difficult to build and maintain. We propose MASCOT-Android, a curated dataset of Android malware source code and an automated collection framework for scalable malware source code discovery on GitHub. A key finding of our work is that repository-level documentation alone provides a strong signal for malware source code collection. Our model extracts character-level TF-IDF features from 8,772 malware and 25,747 benign README documents, and trains a LinearSVC classifier to distinguish malware repositories. In local evaluation, this README-only model achieves an accuracy of 96.28% and an FPR of 1.06% using cross-validation. In addition, the model outputs confidence scores, allowing users to adjust the decision threshold to balance FPR and coverage, which is practical in real-world malware source code collection.
We conducted two case studies. First, we constructed an Android malware code-reuse graph and combined it with LLM-based code detection to assess traces of LLM assistance in malware development. The results suggest that LLMs are already contributing, at least to some extent, to the development and propagation of malware. The second study performs symbolic information ablation experiments in which we gradually remove different types of symbolic information from malware source code to assess their impact on malware detection performance. This study shows that import statements contain highly informative signals related to API usage, while removing symbolic information, such as comments and class names, has a limited contribution. In summary, we present a curated dataset of Android malware source code and an automated collection model, and our case studies highlight the value of source code for studying both LLM-assisted malware development and the role of symbolic information in malware detection.
This is a disarmed version of the dataset: all .apk and .exe files from the original MASCOT_Android dataset have been removed. The dataset is intended for research purposes only.
The archive password is: i_assume_all_risk_opening_malware
- Downloads last month
- 5