Stub loader for a known Android packer. The visible DEX is a shim; real logic is decrypted at runtime from native code or an encrypted asset. Treat static findings as incomplete and rely on behavioural analysis and memory artifacts.
Declares services with permission to bind to the system 2 IoCs
description
ioc
Required by remote views services to bind with the system. Allows apps to share and display views across different processes.
android.permission.BIND_REMOTEVIEWS
Required by chooser target services to bind with the system. Allows apps to modify targets that handle user actions.
android.permission.BIND_CHOOSER_TARGET_SERVICE
Requests dangerous framework permissions 8 IoCs
description
ioc
Allows an application to read the user's contacts data.
android.permission.READ_CONTACTS
Allows an application to read SMS messages.
android.permission.READ_SMS
Allows an application to monitor incoming MMS messages.
android.permission.RECEIVE_MMS
Allows an application to receive SMS messages.
android.permission.RECEIVE_SMS
Allows an application to send SMS messages.
android.permission.SEND_SMS
Allows an application to write to external storage.
android.permission.WRITE_EXTERNAL_STORAGE
Allows an application to read from external storage.
android.permission.READ_EXTERNAL_STORAGE
Allows read only access to phone state, including the current cellular network information, the status of any ongoing calls, and a list of any PhoneAccounts registered on the device.
android.permission.READ_PHONE_STATE
Untrusted Codesign Signers 1 IoCs
Codesigned file was signed by an untrusted entity.
Stub loader for a known Android packer. The visible DEX is a shim; real logic is decrypted at runtime from native code or an encrypted asset. Treat static findings as incomplete and rely on behavioural analysis and memory artifacts.