English

UIXPOSE: Mobile Malware Detection via Intention-Behaviour Discrepancy Analysis

Cryptography and Security 2025-12-17 v1 Artificial Intelligence

Abstract

We introduce UIXPOSE, a source-code-agnostic framework that operates on both compiled and open-source apps. This framework applies Intention Behaviour Alignment (IBA) to mobile malware analysis, aligning UI-inferred intent with runtime semantics. Previous work either infers intent statically, e.g., permission-centric, or widget-level or monitors coarse dynamic signals (endpoints, partial resource usage) that miss content and context. UIXPOSE infers an intent vector from each screen using vision-language models and knowledge structures and combines decoded network payloads, heap/memory signals, and resource utilisation traces into a behaviour vector. Their alignment, calculated at runtime, can both detect misbehaviour and highlight exploration of behaviourally rich paths. In three real-world case studies, UIXPOSE reveals covert exfiltration and hidden background activity that evade metadata-only baselines, demonstrating how IBA improves dynamic detection.

Cite

@article{arxiv.2512.14130,
  title  = {UIXPOSE: Mobile Malware Detection via Intention-Behaviour Discrepancy Analysis},
  author = {Amirmohammad Pasdar and Toby Murray and Van-Thuan Pham},
  journal= {arXiv preprint arXiv:2512.14130},
  year   = {2025}
}

Comments

15 pages

R2 v1 2026-07-01T08:26:50.634Z