Threat level
Analyzed on 2021-10-31T03:06:00.220891
MD5 | f2802dbe2215c0f5a2c097a260146186 | |
SHA1 | 83ec7c484f7c59d37b809bdda6a0fbf7c915b2d8 | |
SHA256 | 3e5e8400802e879832df36a03341334c6cc465ad6cc8818e772938fcf2c5d3c4 | |
Size | 36.17MB |
Information computed with APKiD.
/tmp/tmpd5g897h3!classes.dex | |
anti_vm |
|
compiler |
|
/tmp/tmpd5g897h3!classes2.dex | |
anti_vm |
|
anti_debug |
|
compiler |
|
Information computed with ssdeep.
APK file | 786432:bKpOCOPizqr0Lfoc1kt/0UhhOHK72dKUtcuF/3ggS5sVqNqx92FZ+dAWhx:OpQPizqr0jyt7hsg2dl/3s5s6I2b+3hx | |
Manifest | 768:FccrKTpRxcKE6Xi5cSbqUQtoTYobQAtOegLoi3oGEtyGBavQAHacKVTG6rKfsl+v:… | |
classes.dex | 98304:+HTOmTxUPHU4OyM1X+Duq/tyzvkHytamx12X2:yOfPHU4OyM1q7/USCe2 | |
classes2.dex | 12288:kbZf2GG4YyeIp2axD8vvJU26AbjMpa7dRGsZUB4QcAylt4v1nctpHQKF8cxWHA9… |
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 |
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. |
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. |
High | Broadcast Receiver (cn.com.supermonkey.supermonkeyapp.XiaomiPushReceiver) 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 | TaskAffinity is set for Activity (com.jarvan.fluwx.wxapi.FluwxWXEntryActivity) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.com.supermonkey.supermonkeyapp.wxapi.WXEntryActivity) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | Activity-Alias (cn.com.supermonkey.supermonkeyapp.wxapi.WXEntryActivity) is not Protected. [android:exported=true] An Activity-Alias is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. |
High | Activity-Alias (cn.com.supermonkey.supermonkeyapp.wxapi.WXPayEntryActivity) is not Protected. [android:exported=true] An Activity-Alias 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.dexterous.flutterlocalnotifications.ScheduledNotificationBootReceiver) 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 | Service (com.xiaomi.mipush.sdk.PushMessageHandler) 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. |
High | Broadcast Receiver (com.xiaomi.push.service.receivers.NetworkStatusReceiver) 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 | 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. |
High | Broadcast Receiver (com.tencent.android.mipush.XMPushMessageReceiver) 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. |
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: cn.com.supermonkey.supermonkeyapp.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: cn.com.supermonkey.supermonkeyapp.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: cn.com.supermonkey.supermonkeyapp.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. |
Information computed with MobSF.
cn.com.supermonkey.supermonkeyapp.MainActivity |
Hosts: cn.com.supermonkey.supermonkeyapp push supermonkey.com.cn Schemes: wechatextmsg:// supermonkey:// supermonkeyapp:// |
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 generate no asymmetric cryptographic keys. Cryptographic Key Generation Services |
FDP_DEC_EXT.1.1 | The application has access to ['network connectivity', 'camera', 'location', 'bluetooth', 'microphone']. 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_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 |
Information computed with MobSF.
Map computed by Pithus.
Information computed with MobSF.
High | Base config is insecurely configured to permit clear text traffic to all domains. Scope: ['*'] |
Medium | Base config is configured to trust system certificates. Scope: ['*'] |
High | Base config is configured to trust user installed certificates. Scope: ['*'] |
High | Domain config is insecurely configured to permit clear text traffic to these domains in scope. Scope: ['qpic.cn', 'qq.com'] |
Information computed with MobSF.
Information computed with MobSF.
https://github.com/flutter/flutter/wiki/Upgrading-pre-1.12-Android-projects Defined in io/flutter/view/FlutterView.java |
|
https://github.com/flutter/flutter/issues/2897).It Defined in io/flutter/plugin/platform/PlatformViewsController.java |
|
https://developer.android.com/guide/topics/permissions/overview Defined in io/flutter/plugin/platform/PlatformPlugin.java |
|
https://developer.android.com/reference/javax/net/ssl/SSLSocket Defined in io/flutter/plugins/videoplayer/VideoPlayerPlugin.java |
|
https://sa.supermonkey.com.cn/sa?project=default Defined in cn/com/supermonkey/supermonkeyapp/MainActivity.java |
|
http://ns.adobe.com/xap/1.0/ Defined in d/d/a/a.java |
|
http://abroad.apilocate.amap.com/mobile/binary Defined in e/f/s3.java |
|
http://abroad.apilocate.amap.com/mobile/binary Defined in e/f/h3.java |
|
https://restsdk.amap.com/v3/iasdkauth https://dualstack-arestapi.amap.com/v3/iasdkauth Defined in e/f/e4.java |
|
https://restsdk.amap.com/v3/iasdkauth https://dualstack-arestapi.amap.com/v3/iasdkauth Defined in e/f/e4.java |
|
http://restsdk.amap.com Defined in e/f/l4.java |
|
http://apilocate.amap.com/mobile/binary http://dualstack-a.apilocate.amap.com/mobile/binary http://abroad.apilocate.amap.com/mobile/binary Defined in e/f/o3.java |
|
http://apilocate.amap.com/mobile/binary http://dualstack-a.apilocate.amap.com/mobile/binary http://abroad.apilocate.amap.com/mobile/binary Defined in e/f/o3.java |
|
http://apilocate.amap.com/mobile/binary http://dualstack-a.apilocate.amap.com/mobile/binary http://abroad.apilocate.amap.com/mobile/binary Defined in e/f/o3.java |
|
http://dualstack-arestapi.amap.com/v3/geocode/regeo http://restsdk.amap.com/v3/geocode/regeo Defined in e/f/j3.java |
|
http://dualstack-arestapi.amap.com/v3/geocode/regeo http://restsdk.amap.com/v3/geocode/regeo Defined in e/f/j3.java |
|
http://cgicol.amap.com/collection/collectData?src=baseCol&ver=v74& Defined in e/f/f1.java |
|
http://restsdk.amap.com/v3/place/text? http://restsdk.amap.com/v3/config/district? http://restsdk.amap.com/v3/place/around? Defined in e/f/a.java |
|
http://restsdk.amap.com/v3/place/text? http://restsdk.amap.com/v3/config/district? http://restsdk.amap.com/v3/place/around? Defined in e/f/a.java |
|
http://restsdk.amap.com/v3/place/text? http://restsdk.amap.com/v3/config/district? http://restsdk.amap.com/v3/place/around? Defined in e/f/a.java |
|
https://exoplayer.dev/issues/player-accessed-on-wrong-thread Defined in e/b/a/a/w0.java |
|
https://developer.apple.com/streaming/emsg-id3 https://aomedia.org/emsg/ID3 Defined in e/b/a/a/g1/h/a.java |
|
https://developer.apple.com/streaming/emsg-id3 https://aomedia.org/emsg/ID3 Defined in e/b/a/a/g1/h/a.java |
|
http://www.w3.org/ns/ttml#parameter Defined in e/b/a/a/i1/q/a.java |
|
https://api.xmpush.xiaomi.com/upload/crash_log?file= Defined in com/xiaomi/mipush/sdk/w.java |
|
https://api.xmpush.xiaomi.com/upload/xmsf_log?file= https://api.xmpush.xiaomi.com/upload/app_log?file= Defined in com/xiaomi/mipush/sdk/u.java |
|
https://api.xmpush.xiaomi.com/upload/xmsf_log?file= https://api.xmpush.xiaomi.com/upload/app_log?file= Defined in com/xiaomi/mipush/sdk/u.java |
|
http://xmlpull.org/v1/doc/features.html#process-namespaces Defined in com/xiaomi/push/fl.java |
|
http://xmlpull.org/v1/doc/features.html#process-namespaces Defined in com/xiaomi/push/fm.java |
|
http://xmlpull.org/v1/doc/features.html#process-namespaces Defined in com/xiaomi/push/es.java |
|
http://xmlpull.org/v1/doc/features.html#process-namespaces Defined in com/xiaomi/push/ei.java |
|
http://www.jivesoftware.com/xmlns/xmpp/properties Defined in com/xiaomi/push/fe.java |
|
https://cn.register.xmpush.xiaomi.com https://register.xmpush.global.xiaomi.com https://fr.register.xmpush.global.xiaomi.com https://ru.register.xmpush.global.xiaomi.com https://idmb.register.xmpush.global.xiaomi.com Defined in com/xiaomi/push/service/bj.java |
|
https://cn.register.xmpush.xiaomi.com https://register.xmpush.global.xiaomi.com https://fr.register.xmpush.global.xiaomi.com https://ru.register.xmpush.global.xiaomi.com https://idmb.register.xmpush.global.xiaomi.com Defined in com/xiaomi/push/service/bj.java |
|
https://cn.register.xmpush.xiaomi.com https://register.xmpush.global.xiaomi.com https://fr.register.xmpush.global.xiaomi.com https://ru.register.xmpush.global.xiaomi.com https://idmb.register.xmpush.global.xiaomi.com Defined in com/xiaomi/push/service/bj.java |
|
https://cn.register.xmpush.xiaomi.com https://register.xmpush.global.xiaomi.com https://fr.register.xmpush.global.xiaomi.com https://ru.register.xmpush.global.xiaomi.com https://idmb.register.xmpush.global.xiaomi.com Defined in com/xiaomi/push/service/bj.java |
|
https://cn.register.xmpush.xiaomi.com https://register.xmpush.global.xiaomi.com https://fr.register.xmpush.global.xiaomi.com https://ru.register.xmpush.global.xiaomi.com https://idmb.register.xmpush.global.xiaomi.com Defined in com/xiaomi/push/service/bj.java |
|
http://resolver.msg.xiaomi.net/psc/?t=a Defined in com/xiaomi/push/service/ah.java |
|
http://wap.amap.com/ Defined in com/amap/api/maps/AMapUtils.java |
|
http://lbs.amap.com/api/android-location-sdk/guide/utilities/errorcode/查看错误码说明 Defined in com/amap/api/location/AMapLocation.java |
|
https://restsdk.amap.com/v3/iasdkauth http://restsdk.amap.com/v3/iasdkauth Defined in com/amap/api/mapcore/util/g5.java |
|
https://restsdk.amap.com/v3/iasdkauth http://restsdk.amap.com/v3/iasdkauth Defined in com/amap/api/mapcore/util/g5.java |
|
http://restsdk.amap.com/v4 Defined in com/amap/api/mapcore/util/b7.java |
|
http://restsdk.amap.com/v4 Defined in com/amap/api/mapcore/util/k2.java |
|
http://apiinit.amap.com/v3/log/init Defined in com/amap/api/mapcore/util/h5.java |
|
http://restsdk.amap.com Defined in com/amap/api/mapcore/util/o5.java |
|
http://apilocate.amap.com/mobile/binary http://dualstack.apilocate.amap.com/mobile/binary Defined in com/amap/api/mapcore/util/e9.java |
|
http://apilocate.amap.com/mobile/binary http://dualstack.apilocate.amap.com/mobile/binary Defined in com/amap/api/mapcore/util/e9.java |
|
http://mpsapi.amap.com/ws/mps/lyrdata/ugc/ Defined in com/amap/api/mapcore/util/e0.java |
|
http://restsdk.amap.com/v4/grasproad/driving? Defined in com/amap/api/mapcore/util/a5.java |
|
https://adiu.amap.com/ws/device/adius Defined in com/amap/api/mapcore/util/h7.java |
|
http://wprd0%d.is.autonavi.com/appmaptile? http://restsdk.amap.com/v4/gridmap? Defined in com/amap/api/mapcore/util/y2.java |
|
http://wprd0%d.is.autonavi.com/appmaptile? http://restsdk.amap.com/v4/gridmap? Defined in com/amap/api/mapcore/util/y2.java |
|
https://stream.snssdk.com Defined in com/pandora/common/c/a.java |
|
https://en.wikipedia.org/wiki/Hostname Defined in com/sensorsdata/analytics/android/sdk/SensorsDataAPI.java |
|
https://manual.sensorsdata.cn/sa/latest/tech_sdk_client_web_access-7545017.html javascript:window.sensorsdata_app_call_js('visualized') Defined in com/sensorsdata/analytics/android/sdk/visual/ViewSnapshot.java |
|
http://m5.amap.com/ Defined in com/autonavi/base/amap/mapcore/maploader/AMapLoader.java |
|
http://mpsapi.amap.com/ http://m5.amap.com/ Defined in com/autonavi/base/ae/gmap/GLMapEngine.java |
|
http://mpsapi.amap.com/ http://m5.amap.com/ Defined in com/autonavi/base/ae/gmap/GLMapEngine.java |
|
http://lbs.amap.com/api/android-location-sdk/guide/utilities/errorcode/查看错误码说明 Defined in com/autonavi/amap/mapcore/Inner_3dMap_location.java |
|
https://long.open.weixin.qq.com/connect/l/qrconnect?f=json&uuid=%s Defined in com/tencent/mm/opensdk/diffdev/a/c.java |