Threat level
Analyzed on 2022-03-03T20:10:36.647593
MD5 | 77ad2c4b14c5b3b0a9b8d25fcbd08933 | |
SHA1 | 30e2d19b9c415806ced94e0103a7ded106fdc71f | |
SHA256 | f18a7edde9e1e838ad9063bc5db3287d56af9f9bd09fd5ef5babd7b89d07e7aa | |
Size | 38.15MB |
Information computed with APKiD.
/tmp/tmpuoqm3l6s!classes.dex | |
anti_vm |
|
compiler |
|
/tmp/tmpuoqm3l6s!classes2.dex | |
compiler |
|
/tmp/tmpuoqm3l6s!classes3.dex | |
anti_vm |
|
anti_debug |
|
compiler |
|
Information computed with ssdeep.
APK file | 786432:GWrhY7eJswfqobxG7XeSWD5dG175MBENqgP:pu7sdDxGT4D51y5P | |
Manifest | 768:ATzXpYmRxcKE60y5/FSbqUQtMcTxti8j33eJIb7yNpaGAMtiEmJ/CXYzTG6CMKaZ:… | |
classes.dex | 49152:Dw+Fl64/Uod9xtUVGx8NAv79kJmJlOtwsnRYQtxwanyEqnXBrWSi2Im2KFXuC3J… | |
classes2.dex | 3072:jK/6gHyvOyWPx/WoZ0aLouD1tq0LFvs4OwTPQ:jAQnM0+tZtpQ | |
classes3.dex | 49152:Hc12xfIQUmkDBXRhW+fGRQlZXKaawxxEXaMxdeZcal55nc:817QUmkDBhhDJadt… |
Information computed with Dexofuzzy.
Information computed with AndroGuard and Pithus.
Information computed with AndroGuard.
Information computed with MobSF.
Findings | Files |
---|---|
Certificate/Key files hardcoded inside the app. |
assets/ag_sdk_cbg_root.cer res/Hu.crt res/IT.crt |
Findings | Files |
Hardcoded Keystore found. |
assets/grs_sp.bks assets/hmsincas.bks assets/hmsrootcas.bks assets/updatesdkcas.bks |
Information computed with MobSF.
High | Clear text traffic is Enabled For App[android:usesCleartextTraffic=true] The app intends to use cleartext network traffic, such as cleartext HTTP, FTP stacks, DownloadManager, and MediaPlayer. The default value for apps that target API level 27 or lower is "true". Apps that target API level 28 or higher default to "false". The key reason for avoiding cleartext traffic is the lack of confidentiality, authenticity, and protections against tampering; a network attacker can eavesdrop on transmitted data and also modify it without being detected. |
High | Broadcast Receiver (com.adjust.sdk.AdjustReferrerReceiver) is Protected by a permission, but the protection level of the permission should be checked.Permission: android.permission.INSTALL_PACKAGES [android:exported=true] A Broadcast Receiver is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. It is protected by a permission which is not defined in the analysed application. As a result, the protection level of the permission should be checked where it is defined. If it is set to normal or dangerous, a malicious application can request and obtain the permission and interact with the component. If it is set to signature, only applications signed with the same certificate can obtain the permission. |
High | Broadcast Receiver (com.cloudike.cloudike.BootCompletedReceiver) is not Protected.An intent-filter exists. A Broadcast Receiver is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. The presence of intent-filter indicates that the Broadcast Receiver is explicitly exported. |
High | Activity (com.cloudike.cloudike.ui.NavActivity) is not Protected.An intent-filter exists. An Activity is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. The presence of intent-filter indicates that the Activity is explicitly exported. |
High | Activity (com.cloudike.cloudike.ui.files.open.pdf.PdfActivity) is not Protected.An intent-filter exists. An Activity is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. The presence of intent-filter indicates that the Activity is explicitly exported. |
High | Service (com.cloudike.cloudike.notifications.GmsPushService) is not Protected.An intent-filter exists. A Service is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. The presence of intent-filter indicates that the Service is explicitly exported. |
High | Activity (com.facebook.CustomTabActivity) is not Protected. [android:exported=true] An Activity is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. |
High | Service (com.google.android.gms.auth.api.signin.RevocationBoundService) is Protected by a permission, but the protection level of the permission should be checked.Permission: com.google.android.gms.auth.api.signin.permission.REVOCATION_NOTIFICATION [android:exported=true] A Service is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. It is protected by a permission which is not defined in the analysed application. As a result, the protection level of the permission should be checked where it is defined. If it is set to normal or dangerous, a malicious application can request and obtain the permission and interact with the component. If it is set to signature, only applications signed with the same certificate can obtain the permission. |
High | Broadcast Receiver (com.google.firebase.iid.FirebaseInstanceIdReceiver) is Protected by a permission, but the protection level of the permission should be checked.Permission: com.google.android.c2dm.permission.SEND [android:exported=true] A Broadcast Receiver is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. It is protected by a permission which is not defined in the analysed application. As a result, the protection level of the permission should be checked where it is defined. If it is set to normal or dangerous, a malicious application can request and obtain the permission and interact with the component. If it is set to signature, only applications signed with the same certificate can obtain the permission. |
Low | Broadcast Receiver (com.huawei.hms.support.api.push.PushMsgReceiver) is Protected by a permission, but the protection level of the permission should be checked.Permission: com.cloudike.vodafone.permission.PROCESS_PUSH_MSGprotectionLevel: signatureOrSystem [android:exported=true] A Broadcast Receiver is found to be exported, but is protected by a permission. However, the protection level of the permission is set to signatureOrSystem. It is recommended that signature level is used instead. Signature level should suffice for most purposes, and does not depend on where the applications are installed on the device. |
Low | Broadcast Receiver (com.huawei.hms.support.api.push.PushReceiver) is Protected by a permission, but the protection level of the permission should be checked.Permission: com.cloudike.vodafone.permission.PROCESS_PUSH_MSGprotectionLevel: signatureOrSystem [android:exported=true] A Broadcast Receiver is found to be exported, but is protected by a permission. However, the protection level of the permission is set to signatureOrSystem. It is recommended that signature level is used instead. Signature level should suffice for most purposes, and does not depend on where the applications are installed on the device. |
High | Service (com.huawei.hms.support.api.push.service.HmsMsgService) is not Protected. [android:exported=true] A Service is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. |
Low | Content Provider (com.huawei.hms.support.api.push.PushProvider) is Protected by a permission, but the protection level of the permission should be checked.Permission: com.cloudike.vodafone.permission.PUSH_PROVIDERprotectionLevel: signatureOrSystem [android:exported=true] A Content Provider is found to be exported, but is protected by a permission. However, the protection level of the permission is set to signatureOrSystem. It is recommended that signature level is used instead. Signature level should suffice for most purposes, and does not depend on where the applications are installed on the device. |
High | Service (androidx.work.impl.background.systemjob.SystemJobService) is Protected by a permission, but the protection level of the permission should be checked.Permission: android.permission.BIND_JOB_SERVICE [android:exported=true] A Service is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. It is protected by a permission which is not defined in the analysed application. As a result, the protection level of the permission should be checked where it is defined. If it is set to normal or dangerous, a malicious application can request and obtain the permission and interact with the component. If it is set to signature, only applications signed with the same certificate can obtain the permission. |
High | Broadcast Receiver (androidx.work.impl.diagnostics.DiagnosticsReceiver) is Protected by a permission, but the protection level of the permission should be checked.Permission: android.permission.DUMP [android:exported=true] A Broadcast Receiver is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. It is protected by a permission which is not defined in the analysed application. As a result, the protection level of the permission should be checked where it is defined. If it is set to normal or dangerous, a malicious application can request and obtain the permission and interact with the component. If it is set to signature, only applications signed with the same certificate can obtain the permission. |
Information computed with MobSF.
com.facebook.CustomTabActivity |
Hosts: cct.com.cloudike.vodafone Schemes: fbconnect:// |
Information computed with AndroGuard.
|
Information computed with AndroGuard.
|
Information computed with AndroGuard.
|
Information computed with AndroGuard.
|
Information computed with MobSF.
FCS_RBG_EXT.1.1 | The application invoke platform-provided DRBG functionality for its cryptographic operations. Random Bit Generation Services |
FCS_STO_EXT.1.1 | The application does not store any credentials to non-volatile memory. Storage of Credentials |
FCS_CKM_EXT.1.1 | The application implement asymmetric key generation. Cryptographic Key Generation Services |
FDP_DEC_EXT.1.1 | The application has access to ['network connectivity']. Access to Platform Resources |
FDP_DEC_EXT.1.2 | The application has access to ['address book']. Access to Platform Resources |
FDP_NET_EXT.1.1 | The application has user/application initiated network communications. Network Communications |
FDP_DAR_EXT.1.1 | The application leverage platform-provided functionality to encrypt sensitive data in non-volatile memory. Encryption Of Sensitive Application Data |
FMT_MEC_EXT.1.1 | The application invoke the mechanisms recommended by the platform vendor for storing and setting configuration options. Supported Configuration Mechanism |
FTP_DIT_EXT.1.1 | The application does encrypt some transmitted data with HTTPS/TLS/SSH between itself and another trusted IT product. Protection of Data in Transit |
FCS_RBG_EXT.2.1 FCS_RBG_EXT.2.2 |
The application perform all deterministic random bit generation (DRBG) services in accordance with NIST Special Publication 800-90A using Hash_DRBG. The deterministic RBG is seeded by an entropy source that accumulates entropy from a platform-based DRBG and a software-based noise source, with a minimum of 256 bits of entropy at least equal to the greatest security strength (according to NIST SP 800-57) of the keys and hashes that it will generate. Random Bit Generation from Application |
FCS_CKM.1.1(3) FCS_CKM.1.2(3) |
A password/passphrase shall perform [Password-based Key Derivation Functions] in accordance with a specified cryptographic algorithm.. Password Conditioning |
FCS_COP.1.1(1) | The application perform encryption/decryption in accordance with a specified cryptographic algorithm AES-CBC (as defined in NIST SP 800-38A) mode or AES-GCM (as defined in NIST SP 800-38D) and cryptographic key sizes 256-bit/128-bit. Cryptographic Operation - Encryption/Decryption |
FCS_COP.1.1(2) | The application perform cryptographic hashing services not in accordance with FCS_COP.1.1(2) and uses the cryptographic algorithm RC2/RC4/MD4/MD5. Cryptographic Operation - Hashing |
FCS_HTTPS_EXT.1.1 | The application implement the HTTPS protocol that complies with RFC 2818. HTTPS Protocol |
FCS_HTTPS_EXT.1.2 | The application implement HTTPS using TLS. HTTPS Protocol |
FCS_HTTPS_EXT.1.3 | The application notify the user and not establish the connection or request application authorization to establish the connection if the peer certificate is deemed invalid. HTTPS Protocol |
FIA_X509_EXT.1.1 | The application invoked platform-provided functionality to validate certificates in accordance with the following rules: ['The certificate path must terminate with a trusted CA certificate', 'RFC 5280 certificate validation and certificate path validation']. X.509 Certificate Validation |
FIA_X509_EXT.2.1 | The application use X.509v3 certificates as defined by RFC 5280 to support authentication for HTTPS , TLS. X.509 Certificate Authentication |
FIA_X509_EXT.2.2 | When the application cannot establish a connection to determine the validity of a certificate, the application allow the administrator to choose whether to accept the certificate in these cases or accept the certificate ,or not accept the certificate. X.509 Certificate Authentication |
FPT_TUD_EXT.2.1 | The application shall be distributed using the format of the platform-supported package manager. Integrity for Installation and Update |
FCS_CKM.1.1(2) | The application shall generate symmetric cryptographic keys using a Random Bit Generator as specified in FCS_RBG_EXT.1 and specified cryptographic key sizes 128 bit or 256 bit. Cryptographic Symmetric Key Generation |
Information computed with MobSF.
Map computed by Pithus.
Information computed with MobSF.
Information computed with MobSF.
https://issuetracker.google.com/issues/36918154 Defined in io/realm/v.java |
|
https://realm.io/news/android-installation-change/ Defined in io/realm/x.java |
|
https://github.com/ReactiveX/RxJava/wiki/Plugins Defined in io/reactivex/g.java |
|
https://github.com/ReactiveX/RxJava/wiki/Plugins Defined in io/reactivex/i.java |
|
https://github.com/ReactiveX/RxJava/wiki/Plugins Defined in io/reactivex/s.java |
|
https://github.com/ReactiveX/RxJava/wiki/Plugins Defined in io/reactivex/m.java |
|
https://github.com/ReactiveX/RxJava/wiki/Plugins Defined in io/reactivex/a.java |
|
https://github.com/ReactiveX/RxJava/wiki/What's-different-in-2.0#error-handling Defined in io/reactivex/exceptions/UndeliverableException.java |
|
https://github.com/ReactiveX/RxJava/wiki/Error-Handling Defined in io/reactivex/exceptions/OnErrorNotImplementedException.java |
|
https://s1.guvenlidepo.vodafone.com.tr https://guvenlidepo.vodafone.com.tr https://guvenlidepo.vodafone.com.tr/public/ Defined in com/a.java |
|
https://s1.guvenlidepo.vodafone.com.tr https://guvenlidepo.vodafone.com.tr https://guvenlidepo.vodafone.com.tr/public/ Defined in com/a.java |
|
https://s1.guvenlidepo.vodafone.com.tr https://guvenlidepo.vodafone.com.tr https://guvenlidepo.vodafone.com.tr/public/ Defined in com/a.java |
|
https://play.google.com/store/apps/details?id= Defined in com/cloudike/cloudike/ui/utils/g.java |
|
https://app.adjust.com https://gdpr.adjust.com Defined in com/adjust/sdk/Constants.java |
|
https://app.adjust.com https://gdpr.adjust.com Defined in com/adjust/sdk/Constants.java |
|
https://github.com/adjust/android_sdk#can-i-trigger-an-event-at-application-launch Defined in com/adjust/sdk/ActivityHandler.java |
|
https://guvenli-depo.firebaseio.com https://play.google.com/store/apps/details?id= https://appgallery.cloud.huawei.com https://guvenlidepo.vodafone.com.tr/api/2/accounts/get_offer https://store-at-dre.hispace.dbankcloud.com/hwmarket/api/ https://store.hispace.hicloud.com/hwmarket/api/ Defined in Android String Resource |
|
https://guvenli-depo.firebaseio.com https://play.google.com/store/apps/details?id= https://appgallery.cloud.huawei.com https://guvenlidepo.vodafone.com.tr/api/2/accounts/get_offer https://store-at-dre.hispace.dbankcloud.com/hwmarket/api/ https://store.hispace.hicloud.com/hwmarket/api/ Defined in Android String Resource |
|
https://guvenli-depo.firebaseio.com https://play.google.com/store/apps/details?id= https://appgallery.cloud.huawei.com https://guvenlidepo.vodafone.com.tr/api/2/accounts/get_offer https://store-at-dre.hispace.dbankcloud.com/hwmarket/api/ https://store.hispace.hicloud.com/hwmarket/api/ Defined in Android String Resource |
|
https://guvenli-depo.firebaseio.com https://play.google.com/store/apps/details?id= https://appgallery.cloud.huawei.com https://guvenlidepo.vodafone.com.tr/api/2/accounts/get_offer https://store-at-dre.hispace.dbankcloud.com/hwmarket/api/ https://store.hispace.hicloud.com/hwmarket/api/ Defined in Android String Resource |
|
https://guvenli-depo.firebaseio.com https://play.google.com/store/apps/details?id= https://appgallery.cloud.huawei.com https://guvenlidepo.vodafone.com.tr/api/2/accounts/get_offer https://store-at-dre.hispace.dbankcloud.com/hwmarket/api/ https://store.hispace.hicloud.com/hwmarket/api/ Defined in Android String Resource |
|
https://guvenli-depo.firebaseio.com https://play.google.com/store/apps/details?id= https://appgallery.cloud.huawei.com https://guvenlidepo.vodafone.com.tr/api/2/accounts/get_offer https://store-at-dre.hispace.dbankcloud.com/hwmarket/api/ https://store.hispace.hicloud.com/hwmarket/api/ Defined in Android String Resource |
|
https://github.com/realm/realm-core/issues/new/choose Defined in lib/armeabi-v7a/librealm-jni.so |
|
https://github.com/realm/realm-core/issues/new/choose Defined in lib/x86_64/librealm-jni.so |
|
https://github.com/realm/realm-core/issues/new/choose Defined in lib/arm64-v8a/librealm-jni.so |
|
https://github.com/realm/realm-core/issues/new/choose Defined in lib/x86/librealm-jni.so |
Information computed with MobSF.
Information computed with Exodus-core.
Adjust | https://reports.exodus-privacy.eu.org/fr/trackers/52 |
Facebook Analytics | https://reports.exodus-privacy.eu.org/fr/trackers/66 |
Facebook Login | https://reports.exodus-privacy.eu.org/fr/trackers/67 |
Facebook Places | https://reports.exodus-privacy.eu.org/fr/trackers/69 |
Facebook Share | https://reports.exodus-privacy.eu.org/fr/trackers/70 |
Flurry | https://reports.exodus-privacy.eu.org/fr/trackers/25 |
Google CrashLytics | https://reports.exodus-privacy.eu.org/fr/trackers/27 |
Google Firebase Analytics | https://reports.exodus-privacy.eu.org/fr/trackers/49 |
Huawei Mobile Services (HMS) Core | https://reports.exodus-privacy.eu.org/fr/trackers/333 |
Information computed with Quark-Engine.
Confidence:
|
Load external class |
Confidence:
|
Query the current data network type |
Confidence:
|
Implicit intent(view a web page, make a phone call, etc.) |
Confidence:
|
Find a method from given class name, usually for reflection |
Confidence:
|
Connect to a URL and receive input stream from the server |
Confidence:
|
Method reflection |
Confidence:
|
Get the network operator name |
Confidence:
|
Connect to a URL and read data from it |
Confidence:
|
Monitor data identified by a given content URI changes(SMS, MMS, etc.) |
Confidence:
|
Load class from given class name |
Confidence:
|
Retrieve data from broadcast |
Confidence:
|
Read sensitive data(SMS, CALLLOG, etc) |
Confidence:
|
Open a file from given absolute path of the file |
Confidence:
|
Put data in cursor to JSON object |
Confidence:
|
Implicit intent(view a web page, make a phone call, etc.) via setData |
Confidence:
|
Read sensitive data(SMS, CALLLOG) and put it into JSON object |
Confidence:
|
Connect to a URL and get the response code |
Confidence:
|
Send notification |
Confidence:
|
Monitor the broadcast action events (BOOT_COMPLETED) |
Confidence:
|
Get absolute path of the file and store in string |
Confidence:
|
Query The ISO country code |
Confidence:
|
Read file from assets directory |
Confidence:
|
Get last known location of the device |
Confidence:
|
Get calendar information |
Confidence:
|
Get the current WIFI information |
Confidence:
|
Get location of the device |
Confidence:
|
Query the IMEI number |
Confidence:
|
Method reflection |
Confidence:
|
Hide the current app's icon |
Confidence:
|
Connect to the remote server through the given URL |
Confidence:
|
Query WiFi information and WiFi Mac Address |
Confidence:
|
Query data from URI (SMS, CALLLOGS) |
Confidence:
|
Read file into a stream and put it into a JSON object |
Confidence:
|
Get the time of current location |
Confidence:
|
Initialize class object dynamically |
Confidence:
|
Read the input stream from given URL |
Confidence:
|
Calculate WiFi signal strength |
Confidence:
|
Get the current WiFi MAC address |
Confidence:
|
Connect to a URL and set request method |
Confidence:
|
Get resource file from res/raw directory |
Confidence:
|
Get specific method from other Dex files |
Confidence:
|
Check if the network is connected |
Confidence:
|
Start another application from current application |
Confidence:
|
Check the active network type |
Confidence:
|
Read data and put it into a buffer stream |
Confidence:
|
Install other APKs from file |
Confidence:
|
Save the response to JSON after connecting to the remote server |
Confidence:
|
Read file and put it into a stream |
Confidence:
|
Return the DHCP-assigned addresses from the last successful DHCP request |
Confidence:
|
Get the country code of the SIM card provider |
Confidence:
|
Get filename and put it to JSON object |
Information computed with MobSF.