For the complete documentation index, see llms.txt. This page is also available as Markdown.

sideloading

RASP

RASP self-check compares the protected app’s own installer attribution against the configured trusted installation sources.

Installed from
Installer attribution
Verdict

Google Play

com.android.vending

Trusted source

Chrome APK

com.android.chrome

Untrusted source

Trusted installation sources

Example configuration the RASP module reads to verify its own installer.

Google Play
com.android.vending

Huawei AppGallery
com.huawei.appmarket

Galaxy Store
com.sec.android.app.samsungapps

Xiaomi GetApps
com.xiaomi.mipicks

An app installed via any other installer is reported as untrusted source.


Malware Detection

Malware Detection scans every other app on the device and classifies each app by its installer attribution.

Other app on device
Installer attribution
Per-app verdict

SocialChat

com.android.vending

trusted · matches Play

BankApp

com.huawei.appmarket

trusted · matches AppGallery

PuzzleGame

com.android.chrome

untrusted · sideloaded

SuperUtil

adb / unknown

untrusted · adb install

Trusted installation sources

Example configuration the Malware Detection module reads to classify every other app on the device.

Any app whose installer is not in this list is reported as untrusted source.

Was this helpful?