paper-with-me

Papers

MASCOT-Android: A Curated Dataset and Automated Collection Pipeline for Android Malware Source Code Specimens

2026-06-15 · Bojing Li, Duo Zhong, Prajna Bhandary, Raguvir S, Charles Maxa, Robert J Joyce, Charles Nicholas arxiv

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. This README-only model achieves an accuracy of 96.28\% and an FPR of 1.06\% in local evaluation. 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.

📄 PDF Abstract BibTeX arXiv:2606.16072

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MASCOT: Towards Multi-Agent Socio-Collaborative Companion Systems

2026-01-20 · Yiyang Wang, Yiqiao Jin, Alex Cabral, Josiah Hester arxiv

Multi-agent systems (MAS) are emerging as promising socio-collaborative companions for emotional and cognitive support. However, existing systems frequently suffer from persona collapse, where agents revert to generic, h…

Pairwise GUI Dataset Construction Between Android Phones and Tablets

2023-10-07 · NeurIPS 2023 11 · Han Hu, Haolan Zhan, Yujin Huang, Di Liu

In the current landscape of pervasive smartphones and tablets, apps frequently exist across both platforms. Although apps share most graphic user interfaces (GUIs) and functionalities across phones and tablets, developer…

Deep Learning

AndroidControl-Curated: Revealing the True Potential of GUI Agents through Benchmark Purification

2025-10-21 · Ho Fai Leung, Xiaoyan Xi, Fei Zuo arxiv

On-device virtual assistants like Siri and Google Assistant are increasingly pivotal, yet their capabilities are hamstrung by a reliance on rigid, developer-dependent APIs. GUI agents offer a powerful, API-independent al…

MASCOTS: Model-Agnostic Symbolic COunterfactual explanations for Time Series

2025-03-28 · Dawid Płudowski, Francesco Spinnato, Piotr Wilczyński, Krzysztof Kotowski 외

Counterfactual explanations provide an intuitive way to understand model decisions by identifying minimal changes required to alter an outcome. However, applying counterfactual methods to time series models remains chall…

counterfactualCounterfactual ReasoningTime Series

Reinforcement Learning-Driven Test Generation for Android GUI Applications using Formal Specifications

2019-11-13 · Yavuz Koroglu, Alper Sen

There have been many studies on automated test generation for mobile Graphical User Interface (GUI) applications. These studies successfully demonstrate how to detect fatal exceptions and achieve high code and activity c…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)