0/60
Threat
Analyzed on 2021-12-23T01:53:22.617447
MD5 | af42ca59736d88ff88cee0afdee85564 | |
SHA1 | 51ad5a575d0d1189cfc015a901a793aacf5e79d0 | |
SHA256 | 69fee88878d14136311d44d1c445984ff05eff13a133ab6c8ec0419312041ffc | |
Size | 12.56MB |
Information computed with APKiD.
/tmp/tmpupdw8ds9!assets/audience_network.dex | |
anti_vm |
|
anti_debug |
|
compiler |
|
/tmp/tmpupdw8ds9!classes.dex | |
anti_vm |
|
compiler |
|
Information computed with ssdeep.
APK file | 196608:cfAr1/65mj5ePgQi9qogKLLebHYRIdSRGPI+d0FFOIfoYJE6Dk2E71GW8gf+:c4rfcb2Lebdg7ySFOIxr3iBm | |
Manifest | 768:MLv4RxcKE6Xid49IyScSbqUXoTCg6OezeCTyDBpoBKcAGjdDa4FO4z+TtrTFu0H+:… | |
assets/audience_network.dex | 49152:2I4+6Ptxu5kKKrpTdFLFlDLjvj44ZF3I2BFC3JXbPw/Rm:e+otxhawJm | |
classes.dex | 98304:uc91uTCM3uMFrLtNPQLVVhvYaCEjnQi1iMy+We3wkJUQe:DeTC23ogcyk+R |
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. |
okhttp3/internal/publicsuffix/NOTICE |
Information computed with MobSF.
Low | App has a Network Security Configuration[android:networkSecurityConfig=@xml/network_security_config] The Network Security Configuration feature lets apps customize their network security settings in a safe, declarative configuration file without modifying app code. These settings can be configured for specific domains and for a specific app. |
Medium | Application Data can be Backed up[android:allowBackup=true] This flag allows anyone to backup your application data via adb. It allows users who have enabled USB debugging to copy application data off of the device. |
High | Launch Mode of Activity (com.scanvirus.antivirus.security.activity.AutoScanActivity) is not standard. An Activity should not be having the launch mode attribute set to "singleTask/singleInstance" as it becomes root Activity and it is possible for other applications to read the contents of the calling Intent. So it is required to use the "standard" launch mode attribute when sensitive information is included in an Intent. |
High | Broadcast Receiver (com.scanvirus.antivirus.security.receiver.PackageReceiver) is not Protected. [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. |
High | Broadcast Receiver (com.scanvirus.antivirus.security.receiver.BootReceiver) is not Protected. [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. |
High | Broadcast Receiver (com.scanvirus.antivirus.security.receiver.NetworkReceiver) is not Protected. [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. |
High | Broadcast Receiver (com.onesignal.FCMBroadcastReceiver) 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. |
High | Activity (com.onesignal.NotificationOpenedActivityHMS) 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 | Broadcast Receiver (com.onesignal.NotificationDismissReceiver) is not Protected. [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. |
High | Broadcast Receiver (com.onesignal.BootUpReceiver) is not Protected. [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. |
High | Broadcast Receiver (com.onesignal.UpgradeReceiver) is not Protected. [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. |
High | Activity (com.onesignal.NotificationOpenedReceiver) 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 | Activity (com.onesignal.NotificationOpenedReceiverAndroid22AndOlder) 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 | 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. |
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. |
Medium | High Intent Priority (999)[android:priority] By setting an intent priority higher than another intent, the app effectively overrides other requests. |
Information computed with AndroGuard.
|
Information computed with AndroGuard.
|
Information computed with AndroGuard.
|
Information computed with AndroGuard.
|
Oldest file found in APK | Jan. 1, 1981, 1:01 a.m. |
Latest file found in APK | Jan. 1, 1981, 1:01 a.m. |
Certificate valid not before | April 21, 2018, 7:10 a.m. |
First submission on VT | Dec. 3, 2021, 11:38 p.m. |
Last submission on VT | Dec. 7, 2021, 3:42 a.m. |
Upload on Pithus | Dec. 23, 2021, 1:53 a.m. |
Certificate valid not after | March 28, 2117, 7:10 a.m. |
Score | 0/60 |
Report | https://www.virustotal.com/gui/file/69fee88878d14136311d44d1c445984ff05eff13a133ab6c8ec0419312041ffc/detection |
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 no sensitive information repositories. 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 implement 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_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.2.1 | The application use X.509v3 certificates as defined by RFC 5280 to support authentication for HTTPS , TLS. 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 |
Information computed with MobSF.
Map computed by Pithus.
Information computed with MobSF.
High | Domain config is insecurely configured to permit clear text traffic to these domains in scope. Scope: ['127.0.0.1'] |
Information computed with MobSF.
Information computed with MobSF.
https://play.google.com/store/apps/details?id= https://falconsecuritylab.github.io/falcon-antivirus/policy-privacy.html https://falconsecuritylab.github.io/falcon-antivirus/term-of-service.html Defined in com/scanvirus/antivirus/security/activity/SettingActivity.java |
|
https://play.google.com/store/apps/details?id= https://falconsecuritylab.github.io/falcon-antivirus/policy-privacy.html https://falconsecuritylab.github.io/falcon-antivirus/term-of-service.html Defined in com/scanvirus/antivirus/security/activity/SettingActivity.java |
|
https://play.google.com/store/apps/details?id= https://falconsecuritylab.github.io/falcon-antivirus/policy-privacy.html https://falconsecuritylab.github.io/falcon-antivirus/term-of-service.html Defined in com/scanvirus/antivirus/security/activity/SettingActivity.java |
|
https://falconsecuritylab.github.io/falcon-antivirus/policy-privacy.html https://falconsecuritylab.github.io/falcon-antivirus/term-of-service.html Defined in com/scanvirus/antivirus/security/activity/StartActivity.java |
|
https://falconsecuritylab.github.io/falcon-antivirus/policy-privacy.html https://falconsecuritylab.github.io/falcon-antivirus/term-of-service.html Defined in com/scanvirus/antivirus/security/activity/StartActivity.java |
|
https://api.onesignal.com/ Defined in com/onesignal/l0.java |
|
http://ns.adobe.com/xap/1.0/ Defined in defpackage/w84.java |
|
https://play.google.com/store/apps/details?id= Defined in defpackage/q80.java |
|
https://app-measurement.com/a Defined in defpackage/uq2.java |
|
https://pagead2.googlesyndication.com/pagead/gen_204?id=gmob-apps Defined in defpackage/vq0.java |
|
https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/sdk-core-v40-loader.html Defined in defpackage/sk1.java |
|
https://developers.google.com/admob/android/test-ads#enable_test_devices Defined in defpackage/jp2.java |
|
https://app-measurement.com/a Defined in defpackage/b54.java |
|
https://google.com/search? Defined in defpackage/zb2.java |
|
https://exoplayer.dev/issues/player-accessed-on-wrong-thread Defined in defpackage/cy0.java |
|
http://www.google.com Defined in defpackage/dx1.java |
|
www.google.com https://www.google.com Defined in defpackage/gu3.java |
|
https://exoplayer.dev/issues/cleartext-not-permitted Defined in defpackage/n51.java |
|
https://www.googleadservices.com/pagead/conversion/app/deeplink?id_type=adid&sdk_version=%s&rdid=%s&bundleid=%s&retry=%s Defined in defpackage/f82.java |
|
https://firebase.google.com/support/privacy/init-options. Defined in defpackage/zi.java |
|
http://www.google.com http://www.example.com Defined in defpackage/bz1.java |
|
http://www.google.com http://www.example.com Defined in defpackage/bz1.java |
|
https://googlemobileadssdk.page.link/admob-interstitial-policies Defined in defpackage/sm2.java |
|
https://goo.gl/J1sWQy Defined in defpackage/ys2.java |
|
https://plus.google.com/ Defined in defpackage/xb4.java |
|
http://www.example.com Defined in defpackage/b21.java |
|
https://support.google.com/dfp_premium/answer/7160685#push Defined in defpackage/z81.java |
|
https://developers.google.com/admob/android/test-ads#enable_test_devices Defined in defpackage/nv.java |
|
https://csi.gstatic.com/csi Defined in defpackage/ck1.java |
|
https://play.google.com/store/apps/details?id= Defined in defpackage/hs.java |
|
https://googlemobileadssdk.page.link/admob-interstitial-policies Defined in defpackage/c92.java |
|
http://schemas.android.com/apk/res/android Defined in defpackage/mg0.java |
|
https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/mraid/v3/mraid_app_banner.js https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/mraid/v3/mraid_app_expanded_banner.js https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/mraid/v3/mraid_app_interstitial.js https://www.google.com/dfp/linkDevice https://www.google.com/dfp/inAppPreview https://www.google.com/dfp/debugSignals https://admob-gmats.uc.r.appspot.com/ https://www.google.com/dfp/sendDebugData https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/native_ads.html https://imasdk.googleapis.com/admob/sdkloader/native_video.html https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/sdk-core-v40-impl.html data:enabled Defined in defpackage/hj1.java |
|
https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/mraid/v3/mraid_app_banner.js https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/mraid/v3/mraid_app_expanded_banner.js https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/mraid/v3/mraid_app_interstitial.js https://www.google.com/dfp/linkDevice https://www.google.com/dfp/inAppPreview https://www.google.com/dfp/debugSignals https://admob-gmats.uc.r.appspot.com/ https://www.google.com/dfp/sendDebugData https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/native_ads.html https://imasdk.googleapis.com/admob/sdkloader/native_video.html https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/sdk-core-v40-impl.html data:enabled Defined in defpackage/hj1.java |
|
https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/mraid/v3/mraid_app_banner.js https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/mraid/v3/mraid_app_expanded_banner.js https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/mraid/v3/mraid_app_interstitial.js https://www.google.com/dfp/linkDevice https://www.google.com/dfp/inAppPreview https://www.google.com/dfp/debugSignals https://admob-gmats.uc.r.appspot.com/ https://www.google.com/dfp/sendDebugData https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/native_ads.html https://imasdk.googleapis.com/admob/sdkloader/native_video.html https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/sdk-core-v40-impl.html data:enabled Defined in defpackage/hj1.java |
|
https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/mraid/v3/mraid_app_banner.js https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/mraid/v3/mraid_app_expanded_banner.js https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/mraid/v3/mraid_app_interstitial.js https://www.google.com/dfp/linkDevice https://www.google.com/dfp/inAppPreview https://www.google.com/dfp/debugSignals https://admob-gmats.uc.r.appspot.com/ https://www.google.com/dfp/sendDebugData https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/native_ads.html https://imasdk.googleapis.com/admob/sdkloader/native_video.html https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/sdk-core-v40-impl.html data:enabled Defined in defpackage/hj1.java |
|
https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/mraid/v3/mraid_app_banner.js https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/mraid/v3/mraid_app_expanded_banner.js https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/mraid/v3/mraid_app_interstitial.js https://www.google.com/dfp/linkDevice https://www.google.com/dfp/inAppPreview https://www.google.com/dfp/debugSignals https://admob-gmats.uc.r.appspot.com/ https://www.google.com/dfp/sendDebugData https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/native_ads.html https://imasdk.googleapis.com/admob/sdkloader/native_video.html https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/sdk-core-v40-impl.html data:enabled Defined in defpackage/hj1.java |
|
https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/mraid/v3/mraid_app_banner.js https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/mraid/v3/mraid_app_expanded_banner.js https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/mraid/v3/mraid_app_interstitial.js https://www.google.com/dfp/linkDevice https://www.google.com/dfp/inAppPreview https://www.google.com/dfp/debugSignals https://admob-gmats.uc.r.appspot.com/ https://www.google.com/dfp/sendDebugData https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/native_ads.html https://imasdk.googleapis.com/admob/sdkloader/native_video.html https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/sdk-core-v40-impl.html data:enabled Defined in defpackage/hj1.java |
|
https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/mraid/v3/mraid_app_banner.js https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/mraid/v3/mraid_app_expanded_banner.js https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/mraid/v3/mraid_app_interstitial.js https://www.google.com/dfp/linkDevice https://www.google.com/dfp/inAppPreview https://www.google.com/dfp/debugSignals https://admob-gmats.uc.r.appspot.com/ https://www.google.com/dfp/sendDebugData https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/native_ads.html https://imasdk.googleapis.com/admob/sdkloader/native_video.html https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/sdk-core-v40-impl.html data:enabled Defined in defpackage/hj1.java |
|
https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/mraid/v3/mraid_app_banner.js https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/mraid/v3/mraid_app_expanded_banner.js https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/mraid/v3/mraid_app_interstitial.js https://www.google.com/dfp/linkDevice https://www.google.com/dfp/inAppPreview https://www.google.com/dfp/debugSignals https://admob-gmats.uc.r.appspot.com/ https://www.google.com/dfp/sendDebugData https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/native_ads.html https://imasdk.googleapis.com/admob/sdkloader/native_video.html https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/sdk-core-v40-impl.html data:enabled Defined in defpackage/hj1.java |
|
https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/mraid/v3/mraid_app_banner.js https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/mraid/v3/mraid_app_expanded_banner.js https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/mraid/v3/mraid_app_interstitial.js https://www.google.com/dfp/linkDevice https://www.google.com/dfp/inAppPreview https://www.google.com/dfp/debugSignals https://admob-gmats.uc.r.appspot.com/ https://www.google.com/dfp/sendDebugData https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/native_ads.html https://imasdk.googleapis.com/admob/sdkloader/native_video.html https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/sdk-core-v40-impl.html data:enabled Defined in defpackage/hj1.java |
|
https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/mraid/v3/mraid_app_banner.js https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/mraid/v3/mraid_app_expanded_banner.js https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/mraid/v3/mraid_app_interstitial.js https://www.google.com/dfp/linkDevice https://www.google.com/dfp/inAppPreview https://www.google.com/dfp/debugSignals https://admob-gmats.uc.r.appspot.com/ https://www.google.com/dfp/sendDebugData https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/native_ads.html https://imasdk.googleapis.com/admob/sdkloader/native_video.html https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/sdk-core-v40-impl.html data:enabled Defined in defpackage/hj1.java |
|
https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/mraid/v3/mraid_app_banner.js https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/mraid/v3/mraid_app_expanded_banner.js https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/mraid/v3/mraid_app_interstitial.js https://www.google.com/dfp/linkDevice https://www.google.com/dfp/inAppPreview https://www.google.com/dfp/debugSignals https://admob-gmats.uc.r.appspot.com/ https://www.google.com/dfp/sendDebugData https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/native_ads.html https://imasdk.googleapis.com/admob/sdkloader/native_video.html https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/sdk-core-v40-impl.html data:enabled Defined in defpackage/hj1.java |
|
https://falcon-antivirus-security.firebaseio.com Defined in Android String Resource |
Information computed with MobSF.
Information computed with Exodus-core.
Facebook Ads | https://reports.exodus-privacy.eu.org/fr/trackers/65 |
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 |
Google AdMob | https://reports.exodus-privacy.eu.org/fr/trackers/312 |
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 |
OneSignal | https://reports.exodus-privacy.eu.org/fr/trackers/193 |
Information computed with Quark-Engine.
Confidence:
|
Check if the network is connected |
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:
|
Check the active network type |
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:
|
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:
|
Check the current active network type |
Confidence:
|
Query The ISO country code |
Confidence:
|
Check the network capabilities |
Confidence:
|
Read file from assets directory |
Confidence:
|
Get last known location of the device |
Confidence:
|
Get calendar information |
Confidence:
|
Get location of the device |
Confidence:
|
Method reflection |
Confidence:
|
Hide the current app's icon |
Confidence:
|
Connect to the remote server through the given URL |
Confidence:
|
Query data from URI (SMS, CALLLOGS) |
Confidence:
|
Check if the device is in data roaming mode |
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:
|
Connect to a URL and set request method |
Confidence:
|
Get resource file from res/raw directory |
Confidence:
|
Start another application from current application |
Confidence:
|
Read data and put it into a buffer stream |
Confidence:
|
Get location info of the device and put it to JSON object |
Confidence:
|
Save the response to JSON after connecting to the remote server |
Confidence:
|
Read file and put it into a stream |
Confidence:
|
Get declared method from given method name |
Confidence:
|
Check the current network type |
Confidence:
|
Check if the given path is directory |
Confidence:
|
Query the network operator name |
Confidence:
|
Check if the given file path exist |
Confidence:
|
Executes the specified string Linux command |
Confidence:
|
Get filename and put it to JSON object |
Confidence:
|
Create a directory |
Confidence:
|
Get specific method from other Dex files |
Information computed with MobSF.