Declares broadcast receivers with permission to handle system events 1 IoCs
description
ioc
Required by device admin receivers to bind with the system. Allows apps to manage device administration features.
android.permission.BIND_DEVICE_ADMIN
Declares services with permission to bind to the system 1 IoCs
description
ioc
Required by accessibility services to bind with the system. Allows apps to access accessibility features.
android.permission.BIND_ACCESSIBILITY_SERVICE
Requests dangerous framework permissions 17 IoCs
description
ioc
Allows an application to request installing packages.
android.permission.REQUEST_INSTALL_PACKAGES
Allows an application to initiate a phone call without going through the Dialer user interface for the user to confirm the call.
android.permission.CALL_PHONE
Allows an application to receive SMS messages.
android.permission.RECEIVE_SMS
Allows an application to read SMS messages.
android.permission.READ_SMS
Allows an application to send SMS messages.
android.permission.SEND_SMS
Allows an application to read the user's contacts data.
android.permission.READ_CONTACTS
Allows access to the list of accounts in the Accounts Service.
android.permission.GET_ACCOUNTS
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
Allows read access to the device's phone number(s).
android.permission.READ_PHONE_NUMBERS
Allows an app to create windows using the type LayoutParams.TYPE_APPLICATION_OVERLAY, shown on top of all other apps.
android.permission.SYSTEM_ALERT_WINDOW
Allows an app to access location in the background.
android.permission.ACCESS_BACKGROUND_LOCATION
Allows an application to read or write the system settings.
android.permission.WRITE_SETTINGS
Allows an app to access precise location.
android.permission.ACCESS_FINE_LOCATION
Allows an application to record audio.
android.permission.RECORD_AUDIO
Allows an app to access approximate location.
android.permission.ACCESS_COARSE_LOCATION
Allows an application to read from external storage.
android.permission.READ_EXTERNAL_STORAGE
Allows an application to write to external storage.
android.permission.WRITE_EXTERNAL_STORAGE
Untrusted Codesign Signers 1 IoCs
Codesigned file was signed by an untrusted entity.