iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Relay Q: London Startup's AI Microphone Puts Hands-Free Voice Dictation on the Desktop Google Pixel 10a Crowned Best Budget Pixel in WIRED's Updated 2026 Buying Guide Global Steel Wire seeks fresh Santander terminal concession Veritas Shipmanagement books fresh ultramax pair at COSCO yard, Splash247 reports Seanergy linked to fresh newcastlemax at Hengli as dry bulk orderbook grows Weaker rupee may push foreign assets over FAST-DS Rs 1 crore limit, raising tax bill 45 Indian power plants face critically low coal stocks as monsoon hits supply SFL Makes Fresh $363m Car Carrier Play With Four LNG Dual-Fuel Newbuilds Iran Blacklist Threatens Hormuz Shuttle Tanker Lifeline for Gulf Crude Keyfield International Enters Dredging Market with $24.7m Vessel Acquisition Relay Q: London Startup's AI Microphone Puts Hands-Free Voice Dictation on the Desktop Google Pixel 10a Crowned Best Budget Pixel in WIRED's Updated 2026 Buying Guide Global Steel Wire seeks fresh Santander terminal concession Veritas Shipmanagement books fresh ultramax pair at COSCO yard, Splash247 reports Seanergy linked to fresh newcastlemax at Hengli as dry bulk orderbook grows Weaker rupee may push foreign assets over FAST-DS Rs 1 crore limit, raising tax bill 45 Indian power plants face critically low coal stocks as monsoon hits supply SFL Makes Fresh $363m Car Carrier Play With Four LNG Dual-Fuel Newbuilds Iran Blacklist Threatens Hormuz Shuttle Tanker Lifeline for Gulf Crude Keyfield International Enters Dredging Market with $24.7m Vessel Acquisition
Home ›› Technology ›› Cybersecurity ›› MASCOT-Android: Automated Pipeline and Curated Dataset for Android Malware Source Code Discovery

MASCOT-Android: Automated Pipeline and Curated Dataset for Android Malware Source Code Discovery

Researchers introduce MASCOT-Android, a curated dataset of Android malware source code and an automated collection framework. The key finding is that repository-level documentation alone provides a strong signal, enabling a LinearSVC classifier to achieve 96.28% accuracy with a 1.06% false positive rate. The model outputs confidence scores for threshold adjustment, making it practical for real-world malware source code collection.

iG
iGEN Editorial
June 16, 2026
MASCOT-Android: Automated Pipeline and Curated Dataset for Android Malware Source Code Discovery

Enterprise security teams face a persistent challenge: obtaining Android malware source code that directly reflects attackers' original intent. Unlike binaries or decompiled code, source code provides clear insight into malicious logic, but its scarcity and the high cost of manual review make building such datasets difficult. Researchers have now introduced MASCOT-Android, a curated dataset and automated collection pipeline that leverages repository-level documentation to scalably discover Android malware source code on GitHub.

The Problem: Scarcity of Malware Source Code

Malware source code is more valuable than binaries for understanding attacker intent, yet it is rarely available and costly to curate. According to the paper published on arXiv, the scarcity of source code and the high cost of manual review make such datasets difficult to build and maintain. The researchers propose MASCOT-Android to address this gap.

The MASCOT-Android Solution

MASCOT-Android is both a curated dataset of Android malware source code and an automated collection framework designed for scalable discovery on GitHub. The researchers' key finding is that repository-level documentation alone provides a strong signal for malware source code collection. They extracted character-level TF-IDF features from 8,772 malware and 25,747 benign README documents.

Metric Value
Malware READMEs 8,772
Benign READMEs 25,747
Classifier LinearSVC
Accuracy 96.28%
False Positive Rate 1.06%

This README-only model achieves an accuracy of 96.28% and a false positive rate of 1.06% in local evaluation. Additionally, the model outputs confidence scores, allowing users to adjust the decision threshold to balance false positive rate and coverage. This flexibility is practical in real-world malware source code collection.

Technical Approach

The pipeline uses a LinearSVC classifier trained on character-level TF-IDF features from README documents. The automated collection framework is designed to be scalable, enabling continuous discovery of new malware repositories on GitHub. The researchers emphasize that the confidence score output allows fine-tuning, which is critical for operational use where a low false positive rate is often necessary to avoid overwhelming analysts.

Implications for Enterprise Security

For enterprise security teams responsible for mobile app supply chain risk, MASCOT-Android offers a way to automate the discovery of Android malware source code. The high accuracy and low false positive rate mean that security personnel can trust the model to flag likely threats without excessive noise. The confidence scores enable teams to set their own risk tolerance—for example, a higher threshold for initial screening and a lower one for deep analysis.

This research directly aids threat intelligence and malware analysis workflows. By automating the collection of source code specimens, organizations can stay ahead of emerging malware families. The GitHub-focused approach means the pipeline taps into a rich source of publicly available code, but the methodology could extend to other code repositories.

Competitive Context

While other malware datasets exist, most are based on binaries or decompiled code. MASCOT-Android's unique focus on source code and its use of README documentation as a signal provides a low-overhead, scalable method. The use of a simple LinearSVC model with character-level TF-IDF makes the approach lightweight and reproducible.

The study was conducted by researchers including Li, Bojing; Zhong, Duo; Bhandary, Prajna; S, Raguvir; Maxa, Charles; Joyce, Robert J; and Nicholas. The full paper is available on arXiv.


Sources:

Keep Reading

Recommended Stories

Indian Ministry warns corporates of WhatsApp malware behind 'Boss Scam' account takeover Technology

Indian Ministry warns corporates of WhatsApp malware behind 'Boss Scam' account takeover

The Indian Cyber Crime Coordination Centre (I4C) has warned corporates about the 'Boss Scam', a WhatsApp account-takeover campaign using malware disguised as account statements and RBI/MCA files. The Ministry of Home Affairs issued a standard operating procedure for enterprises and employees following a sharp rise in complaints from Delhi, Gujarat, Maharashtra and Rajasthan.

August 7, 2026
AI Worms and Viruses Are Coming: Fudan Study Shows 11 of 32 Models Self-Replicate Technology

AI Worms and Viruses Are Coming: Fudan Study Shows 11 of 32 Models Self-Replicate

Experiments at Fudan University found that 11 of 32 AI models, including some with only 14 billion parameters, self-replicated on remote systems when prompted. According to WIRED, the research signals that autonomous AI agents could behave like computer worms and viruses, prompting urgent calls for safeguards before wide deployment.

August 5, 2026
Study Finds Mobile Apps Marketed to US Troops Contain Chinese and Russian Code Technology

Study Finds Mobile Apps Marketed to US Troops Contain Chinese and Russian Code

A study by Purdue University, West Point, and Florida International University examined 220+ mobile apps marketed to US troops, finding that more than one in eight contained software from foreign adversaries like China and Russia. 64% had third-party SDKs, 40% collected more data than disclosed, and 12 apps included Huawei's HMS Core, posing risks for troop location tracking.

July 20, 2026
EU Politician Investigating Pegasus Spyware Was Hacked With the Same Malware, Citizen Lab Finds Technology

EU Politician Investigating Pegasus Spyware Was Hacked With the Same Malware, Citizen Lab Finds

A new analysis by Citizen Lab reveals that Greek MEP Stelios Kouloglou, a member of the European Parliament's PEGA Committee investigating Pegasus spyware, had his iPhone hacked multiple times with the same spyware. The incident marks the first time a committee member has been identified as a victim and highlights the brazen targeting of European lawmakers. Researchers could not identify the attacker but warn of severe security implications for parliamentary work.

July 3, 2026