amazon

Thursday, August 13, 2015

COVERT: Compositional Analysis of Android Inter-App Permission Leakage

COVERT: Compositional Analysis of Android

Inter-App Permission Leakage


ABSTRACT:
            Android is the most popular platform for mobile devices. It facilitates sharing of data and services among applications using a rich inter-app communication system. While access to resources can be controlled by the Android permission system, enforcing permissions is not sufficient to prevent security violations, as permissions may be mismanaged, intentionally or unintentionally. Android’s enforcement of the permissions is at the level of individual apps, allowing multiple malicious apps to collude and combine their permissions or to trick vulnerable apps to perform actions on their behalf that are beyond their individual privileges. In this paper, we present COVERT, a tool for compositional analysis of Android inter-app vulnerabilities. COVERT’s analysis is modular to enable incremental analysis of applications as they are installed, updated, and removed. It statically analyzes the reverse engineered source code of each individual app, and extracts relevant security specifications in a format suitable for formal verification. Given a collection of specifications extracted in this way, a formal analysis engine is then used to verify whether it is safe for a combination of applications holding certain permissions and potentially interacting with each other to be installed together. Our experience with using COVERT to examine over 500 real-world apps corroborates its ability to find inter-app vulnerabilities in bundles of some of the most popular apps on the market.

ARCHITECTURE:












HARDWARE REQUIREMENTS:
·      System :         Pentium IV 2.4 GHz.
·      Hard Disk :         40 GB.
·      Floppy Drive : 44 Mb.
·      Monitor : 15 VGA Colour.
·      Mouse :
·      Ram : 512 Mb.
·      MOBILE : ANDROID
SOFTWARE REQUIREMENTS:
·      Operating system : Windows 7.
·      Coding Language : Java 1.7
·      Tool Kit : Android 2.3 ABOVE
·      IDE : Eclipse


No comments:

Post a Comment