0/62
Threat
Analyzed on 2021-11-04T10:02:59.434186
MD5 | dc688c5d7f1d9e4564d5ddd2628a4b45 | |
SHA1 | 27baba34c4cdd220a97fd4fb1bdb9b7b08cbf357 | |
SHA256 | 85dd0ed813076a89fb5240c5fd79cbe9d3c4a2520f345ef7aa3c47622a09df66 | |
Size | 45.48MB |
Information computed with APKiD.
/tmp/tmp40pn2yqy!classes.dex | |
anti_vm |
|
anti_debug |
|
compiler |
|
/tmp/tmp40pn2yqy!classes2.dex | |
anti_vm |
|
anti_debug |
|
compiler |
|
/tmp/tmp40pn2yqy!classes3.dex | |
anti_vm |
|
compiler |
|
/tmp/tmp40pn2yqy!classes4.dex | |
anti_vm |
|
compiler |
|
/tmp/tmp40pn2yqy!classes5.dex | |
anti_vm |
|
compiler |
|
Information computed with ssdeep.
APK file | 786432:32TtnsJPoUv9yFp9XAuRvExXFaszibjhfjcfOxG1XEBNxAdh:3C9s2W9Qp99Qksm3hfjcf/10BNxAr | |
Manifest | 768:qB6zR5PAmfAKdo/h9fRt6pcKE6XRPrUpQSbqUYX1tvXpT7EOegLCp43zeJ3yNMAG:… | |
classes.dex | 49152:+M//o5CYMV4TXdxyAYUNQa6vwyjw5+ezd9kl1yd3D/iKZX/ems/nvUwFtbG:+15… | |
classes2.dex | 98304:J7qzq0dNLVnrmj+I4VgYRJ7jIVGlLWYfGRF:JuztjIjygYRtjLSYfGRF | |
classes3.dex | 49152:1PCIzbzT1Legdvgej96ZkrO7PuYsa7O346ynYVq0ONPuKPT2ysX1/YGKFfdvWpm… | |
classes4.dex | 196608:qn69nudkJVKF2VKg0gKkeJDSs1NrZYksFH7PeAbget:Wcuvret | |
classes5.dex | 49152:GwHGJwivN9zaxc5rt1meWHsK4633mNU2LiYkz5W6IIA2l3+IBBKqK70XHVeSDss… |
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. |
res/raw/certificate.cer stamp-cert-sha256 |
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. |
High | Launch Mode of Activity (com.spotify.music.MainActivity) 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 | Activity (com.spotify.music.features.waze.WazeReturnActivity) 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.spotify.music.libs.mediabrowserservice.SpotifyMediaBrowserService) 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.spotify.music.internal.receiver.MediaButtonReceiver) 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.spotify.mobile.android.spotlets.appprotocol.service.AppProtocolRemoteService) 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.spotify.music.features.widget.SpotifyWidget) 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 | Broadcast Receiver (com.spotify.mobile.android.spotlets.appprotocol.service.InterAppStartServerReceiver) 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.spotify.mobile.android.spotlets.appprotocol.service.BluetoothAclReceiver) 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 | Content Provider (com.spotify.mobile.android.service.media.provider.MediaProvider) is not Protected. [android:exported=true] A Content Provider is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. |
High | TaskAffinity is set for Activity (com.spotify.music.features.addtoplaylist.AddToPlaylistActivity) 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 | Broadcast Receiver (com.spotify.music.alarmlauncher.SpotifyAlarmLauncherReceiver) 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 | Launch Mode of Activity (com.spotify.music.features.connectui.picker.legacy.ui.DevicePickerActivityV2) 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 | Launch Mode of Activity (com.spotify.music.features.connectui.picker.legacy.contextmenu.ui.DeviceContextMenuActivity) 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 | Launch Mode of Activity (com.spotify.libs.connectaggregator.impl.notifications.dialogs.IPLDialogsHostActivity) 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 | Launch Mode of Activity (com.spotify.music.libs.connect.volume.dialog.VolumeWidgetActivity) 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 | Content Provider (com.spotify.mobile.android.spotlets.bixbyhomecards.cardprovider.BixbyHomeCardContentProvider) is not Protected. [android:exported=true] A Content Provider 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.spotify.music.features.go.receiver.ConnectionStateChangedReceiver) 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.spotify.music.features.spoton.receiver.SpotOnReceiver) 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 (com.spotify.music.features.wear.SpotifyWearableListenerService) 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.spotify.music.features.partneraccountlinking.PartnerAccountLinkingActivity) 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 | Launch Mode of Activity (com.spotify.music.samsungpersonalization.customization.TpoContextActivity) 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.spotify.music.samsungpersonalization.customization.TpoContextChangedBroadcastReceiver) 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 | Launch Mode of Activity (com.spotify.mobile.android.sso.AuthorizationActivity) 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 | Activity (com.spotify.mobile.android.sso.AuthorizationActivity) 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 | TaskAffinity is set for Activity (com.spotify.mobile.android.sso.util.AfterLoginDummyActivity) 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 (com.spotify.magiclink.MagicLinkActivity) 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.spotify.pushnotifications.SpotifyFirebaseMessagingService) 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 | Launch Mode of Activity (com.spotify.music.externallogin.LoginRedirectActivity) 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 | Activity (com.spotify.music.externallogin.LoginRedirectActivity) 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 | Launch Mode of Activity (com.spotify.loginflow.LoginActivity) 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 | Launch Mode of Activity (com.spotify.loginflow.QuickLoginActivity) 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 | Activity (com.spotify.loginflow.QuickLoginActivity) 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 | Launch Mode of Activity (com.google.android.play.core.missingsplits.PlayCoreMissingSplitsActivity) 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 | Service (com.google.android.play.core.assetpacks.AssetPackExtractionService) 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 | 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. |
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.spotify.music.MainActivity |
Hosts: open.spotify.com spotify.test-app.link spotify-alternate.test-app.link spotify.app.link spotify-alternate.app.link spotify.link www.spotify.com spotify.com accounts.spotify.com callback Schemes: spotify:// http:// https:// spotify-auth-music:// |
com.spotify.music.features.partneraccountlinking.PartnerAccountLinkingActivity |
Hosts: samsungv1 Schemes: spotifyaccountlinking:// |
com.spotify.mobile.android.sso.AuthorizationActivity |
Hosts: accounts.spotify.com Schemes: https:// |
com.spotify.magiclink.MagicLinkActivity |
Hosts: accounts.spotify.com Schemes: https:// |
com.facebook.CustomTabActivity |
Hosts: cct.com.spotify.music Schemes: fbconnect:// |
Information computed with AndroGuard.
|
Information computed with AndroGuard.
|
Information computed with AndroGuard.
|
Information computed with AndroGuard.
|
Certificate valid not before | Dec. 5, 2014, 12:45 a.m. |
Oldest file found in APK | Jan. 10, 2016, 2:33 p.m. |
First submission on VT | June 9, 2021, 7:35 p.m. |
Latest file found in APK | June 10, 2021, 12:23 a.m. |
Last submission on VT | July 13, 2021, 10:31 p.m. |
Upload on Pithus | Nov. 4, 2021, 10:02 a.m. |
Certificate valid not after | Nov. 27, 2044, 12:45 a.m. |
Score | 0/62 |
Report | https://www.virustotal.com/gui/file/85dd0ed813076a89fb5240c5fd79cbe9d3c4a2520f345ef7aa3c47622a09df66/detection |
Information computed with MobSF.
FCS_RBG_EXT.1.1 | The application implement 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 ['NFC', 'network connectivity', 'camera', '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(1) | The application generate asymmetric cryptographic keys not in accordance with FCS_CKM.1.1(1) using key generation algorithm RSA schemes and cryptographic key sizes of 1024-bit or lower. Cryptographic Asymmetric Key Generation |
FCS_COP.1.1(1) | The application perform encryption/decryption not in accordance with FCS_COP.1.1(1), AES-ECB mode is being used. 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_COP.1.1(3) | The application perform cryptographic signature services (generation and verification) in accordance with a specified cryptographic algorithm RSA schemes using cryptographic key sizes of 2048-bit or greater. Cryptographic Operation - Signing |
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']. 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 |
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.
High | Base config is insecurely configured to permit clear text traffic to all domains. Scope: ['*'] |
Info | Domain config is securely configured to disallow clear text traffic to these domains in scope. Scope: ['appspot.com', 'facebook.com', 'genius.com', 'google.com', 'googleapis.com', 'instagram.com', 'qualtrics.com', 'scdn.co', 'slack.com', 'spotify.com', 'spotify.net', 'spotifyinternal.com', 'twitter.com'] |
Information computed with MobSF.