0/63
Threat
Analyzed on 2021-11-13T06:28:03.251667
MD5 | 2b8878abc926b13e3ac3c8e3a7d63a1d | |
SHA1 | cba6aacb8201437d28dc4df6ed9864b84d6686d2 | |
SHA256 | d325a4c5d98508e02f9359ba8c61eb5b36e8beff4830b1ed9166c181e43699b6 | |
Size | 8.92MB |
Information computed with APKiD.
/tmp/tmp6cqhbq89!classes.dex | |
anti_vm |
|
anti_debug |
|
compiler |
|
/tmp/tmp6cqhbq89!classes2.dex | |
anti_vm |
|
compiler |
|
Information computed with ssdeep.
APK file | 196608:haCiVVLTJ+0A8mojafcLae7ErnFfMSuWWC:haXNTgl8iEN7SFuWZ | |
Manifest | 768:PByLkfh+xprcUQtuR6o9OegLmgsl3m7iJOs/A93ybGsAbGAvhO0kBEKcKm52ruZC:… | |
classes.dex | 49152:c0cIHGmA2/Q606Gt3wcRLjzNEgrAXfky477T6l7iJbiHl29gKeuwcA8l:pvHnHW… | |
classes2.dex | 24576:Uz6tFGMMmf3qCntBurnckKTBkDonuP8e2R:U3MxencBkcuE1 |
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. |
SEC-INF/buildConfirm.crt res/raw/rootcacert.crt |
Findings | Files |
Hardcoded Keystore found. |
com/google/api/client/googleapis/google.jks |
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 | TaskAffinity is set for Activity (com.samsung.android.app.spage.main.MainActivity) 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 (com.samsung.android.app.spage.main.LauncherActivity) is not Protected.An intent-filter exists. 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. The presence of intent-filter indicates that the Activity-Alias is explicitly exported. |
Low | Activity (com.samsung.android.app.spage.main.settings.SettingsActivity) is Protected by a permission, but the protection level of the permission should be checked.Permission: com.samsung.android.app.spage.ACCESS_SETTINGSprotectionLevel: signatureOrSystem [android:exported=true] An Activity 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 | Activity (com.samsung.android.app.spage.main.settings.list.SettingsListActivity) 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.samsung.android.app.spage.main.settings.AboutSpage) 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.samsung.android.app.spage.cardfw.internalcpi.connectivity.bluetooth.BluetoothAudioDeviceUtil$BluetoothAudioDeviceConnectionListener) is Protected by a permission, but the protection level of the permission should be checked.Permission: android.permission.BLUETOOTH_PRIVILEGED [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.samsung.android.app.spage.cardfw.internalcpi.connectivity.quickconnect.QuickConnectHelper$QuickConnectListener) is Protected by a permission, but the protection level of the permission should be checked.Permission: com.samsung.android.app.spage.quickconnect.permission.SEND_AUDIO_BROADCAST_TO_SPAGEprotectionLevel: 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 | Service (com.samsung.android.app.spage.service.SpageService) is Protected by a permission, but the protection level of the permission should be checked.Permission: com.samsung.android.app.spage.service.permission.START_SPAGE_SERVICEprotectionLevel: signatureOrSystem [android:exported=true] A Service 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 | Service (com.samsung.android.app.spage.service.overlay.PageOverlayService) is Protected by a permission, but the protection level of the permission should be checked.Permission: com.samsung.android.app.spage.permission.BIND_PAGE_OVERLAYprotectionLevel: signatureOrSystem [android:exported=true] A Service 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 | Content Provider (com.samsung.android.app.spage.provider.SpageProvider) 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 | Content Provider (com.samsung.android.app.spage.provider.CardDataProvider) 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.samsung.android.app.spage.common.accountmanager.SamsungAccountEventReceiver) is Protected by a permission, but the protection level of the permission should be checked.Permission: com.samsung.android.mobileservice.permission.RECEIVE_SEMS_BROADCAST [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.samsung.android.app.spage.common.accountmanager.SamsungAccountSignOutReceiver) is Protected by a permission, but the protection level of the permission should be checked.Permission: com.osp.app.signin.BROADCAST_PERMISSION [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 | Content Provider (com.samsung.android.scloud.oem.lib.ClientProvider) 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.samsung.android.app.spage.receiver.BackupRestoreReceiver) is Protected by a permission, but the protection level of the permission should be checked.Permission: com.wssnps.permission.COM_WSSNPS [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.samsung.android.mas.internal.ui.DevSettingsPage) 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 | Content Provider (com.samsung.android.sdk.bixby2.provider.CapsuleProvider) 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. |
Information computed with MobSF.
com.samsung.android.app.spage.main.MainActivity |
Hosts: home Schemes: bixby:// spage:// |
com.samsung.android.app.spage.card.template.data.WebCustomizeActivity |
Hosts: websetting Schemes: bixbyhome:// |
Information computed with AndroGuard.
|
Information computed with AndroGuard.
|
Information computed with AndroGuard.
|
Oldest file found in APK | Jan. 1, 2009, midnight |
Latest file found in APK | Jan. 1, 2009, midnight |
Certificate valid not before | June 22, 2011, 12:25 p.m. |
First submission on VT | April 27, 2021, 3:54 a.m. |
Last submission on VT | April 27, 2021, 3:54 a.m. |
Upload on Pithus | Nov. 13, 2021, 6:28 a.m. |
Certificate valid not after | Nov. 7, 2038, 12:25 p.m. |
Score | 0/63 |
Report | https://www.virustotal.com/gui/file/d325a4c5d98508e02f9359ba8c61eb5b36e8beff4830b1ed9166c181e43699b6/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 ['location', 'bluetooth', 'network connectivity']. Access to Platform Resources |
FDP_DEC_EXT.1.2 | The application has access to ['calender', 'call lists', '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 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_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 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_COP.1.1(4) | The application perform keyed-hash message authentication with cryptographic algorithm ['HMAC-SHA-256', 'HMAC-SHA1'] . Cryptographic Operation - Keyed-Hash Message Authentication |
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: ['samsungfeed.com'] |
Information computed with MobSF.
Information computed with MobSF.
https://dc.di.atlas.samsung.com Defined in com/samsung/a/a/a/a/a/c.java |
|
https://policy.samsungrs.com/ Defined in com/samsung/android/mas/internal/ui/PolicyPage.java |
|
https://policy.samsungrs.com/consent/ Defined in com/samsung/android/mas/internal/utils/i.java |
|
https://sspapi-prd.samsungrs.com https://sspapi-dev-int.samsungrs.com Defined in com/samsung/android/mas/a/a.java |
|
https://sspapi-prd.samsungrs.com https://sspapi-dev-int.samsungrs.com Defined in com/samsung/android/mas/a/a.java |
|
https://eu-api.mobilecare.svc.samsung.com/mc/v4/device/eligibledate Defined in com/samsung/android/app/spage/cardfw/impl/a/a/a/c/a.java |
|
https://play.google.com/store/apps/details?id=com.ubercab Defined in com/samsung/android/app/spage/cardfw/internalcpi/datasource/uber/UberDeepLink.java |
|
https://play.google.com/store/apps/details?id= Defined in com/samsung/android/app/spage/common/f/c.java |
|
https://services.cnn.com/newsgraph/ Defined in com/samsung/android/app/spage/card/cnn/data/e.java |
|
https://www.youtube.com https://www.youtube.com/watch?v= Defined in com/samsung/android/app/spage/card/youtube/data/YouTubeDataBroker.java |
|
https://www.youtube.com https://www.youtube.com/watch?v= Defined in com/samsung/android/app/spage/card/youtube/data/YouTubeDataBroker.java |
|
http://maps.google.com/maps? Defined in com/samsung/android/app/spage/card/foursquare/f.java |
|
http://maps.google.com/maps? Defined in com/samsung/android/app/spage/card/foursquare/data/FoursquareDataBroker.java |
|
https://api.foursquare.com/v2/search/recommendations?client_id= https://foursquare.com/v/ Defined in com/samsung/android/app/spage/card/foursquare/data/a.java |
|
https://api.foursquare.com/v2/search/recommendations?client_id= https://foursquare.com/v/ Defined in com/samsung/android/app/spage/card/foursquare/data/a.java |
|
https://foursquare.com/legal/terms https://www.uber.com/terms https://foursquare.com/legal/privacy https://www.uber.com/privacy Defined in com/samsung/android/app/spage/main/c/s.java |
|
https://foursquare.com/legal/terms https://www.uber.com/terms https://foursquare.com/legal/privacy https://www.uber.com/privacy Defined in com/samsung/android/app/spage/main/c/s.java |
|
https://foursquare.com/legal/terms https://www.uber.com/terms https://foursquare.com/legal/privacy https://www.uber.com/privacy Defined in com/samsung/android/app/spage/main/c/s.java |
|
https://foursquare.com/legal/terms https://www.uber.com/terms https://foursquare.com/legal/privacy https://www.uber.com/privacy Defined in com/samsung/android/app/spage/main/c/s.java |
|
https://help.content.samsung.com/csweb/auth/gosupport.do?serviceCd= Defined in com/samsung/android/app/spage/main/help/e.java |
|
https://ownershubsamsung.com/permalink/v2?activity=home&fragment=community&pageUrl=https%3A%2F%2Fus.community.samsung.com%2Ft5%2FBixby%2Fct-p%2FBixby Defined in com/samsung/android/app/spage/main/help/HelpActivity.java |
|
https://cn-ms.samsungapps.com/getCNVasURL.as Defined in com/samsung/android/app/spage/main/a/b/b.java |
|
http://vas.samsungapps.com/stub/stubUpdateCheck.as Defined in com/samsung/android/app/spage/main/a/b/a.java |
|
https://static.bada.com/contents/legal/%1$s/%2$s/general.html https://static.bada.com/contents/legal/global/default/general.html Defined in com/samsung/android/app/spage/main/settings/legal/j.java |
|
https://static.bada.com/contents/legal/%1$s/%2$s/general.html https://static.bada.com/contents/legal/global/default/general.html Defined in com/samsung/android/app/spage/main/settings/legal/j.java |
|
http://static.bada.com/contents/legal/kor/kor/locationinfortnc.html Defined in com/samsung/android/app/spage/main/settings/legal/k.java |
|
https://static.bada.com/contents/legal/global/default/globalpp.html https://static.bada.com/contents/legal/%1$s/%2$s/globalpp.html https://static.bada.com/contents/legal/kor/kor/bixbyhome_pp.html https://static.bada.com/contents/legal/kor/kor/globalpp.html https://static.samsungfeed.com/tncs/BixbyHome_KR_PP.html Defined in com/samsung/android/app/spage/main/settings/legal/i.java |
|
https://static.bada.com/contents/legal/global/default/globalpp.html https://static.bada.com/contents/legal/%1$s/%2$s/globalpp.html https://static.bada.com/contents/legal/kor/kor/bixbyhome_pp.html https://static.bada.com/contents/legal/kor/kor/globalpp.html https://static.samsungfeed.com/tncs/BixbyHome_KR_PP.html Defined in com/samsung/android/app/spage/main/settings/legal/i.java |
|
https://static.bada.com/contents/legal/global/default/globalpp.html https://static.bada.com/contents/legal/%1$s/%2$s/globalpp.html https://static.bada.com/contents/legal/kor/kor/bixbyhome_pp.html https://static.bada.com/contents/legal/kor/kor/globalpp.html https://static.samsungfeed.com/tncs/BixbyHome_KR_PP.html Defined in com/samsung/android/app/spage/main/settings/legal/i.java |
|
https://static.bada.com/contents/legal/global/default/globalpp.html https://static.bada.com/contents/legal/%1$s/%2$s/globalpp.html https://static.bada.com/contents/legal/kor/kor/bixbyhome_pp.html https://static.bada.com/contents/legal/kor/kor/globalpp.html https://static.samsungfeed.com/tncs/BixbyHome_KR_PP.html Defined in com/samsung/android/app/spage/main/settings/legal/i.java |
|
https://static.bada.com/contents/legal/global/default/globalpp.html https://static.bada.com/contents/legal/%1$s/%2$s/globalpp.html https://static.bada.com/contents/legal/kor/kor/bixbyhome_pp.html https://static.bada.com/contents/legal/kor/kor/globalpp.html https://static.samsungfeed.com/tncs/BixbyHome_KR_PP.html Defined in com/samsung/android/app/spage/main/settings/legal/i.java |
|
https://developer.uber.com/dashboard Defined in com/uber/sdk/android/core/auth/f.java |
|
https://.login.uber.com Defined in com/uber/sdk/android/core/auth/a.java |
|
https://github.com/ReactiveX/RxJava/wiki/Plugins Defined in b/a/h.java |
|
https://github.com/ReactiveX/RxJava/wiki/Plugins Defined in b/a/e.java |
|
https://github.com/ReactiveX/RxJava/wiki/Plugins Defined in b/a/c.java |
|
https://github.com/ReactiveX/RxJava/wiki/Plugins Defined in b/a/a.java |
|
https://github.com/ReactiveX/RxJava/wiki/Plugins Defined in b/a/l.java |
|
https://github.com/ReactiveX/RxJava/wiki/What's-different-in-2.0#error-handling Defined in b/a/c/f.java |
|
https://github.com/ReactiveX/RxJava/wiki/Error-Handling Defined in b/a/c/d.java |
|
https://m.uber.com/sign-up?client_id=%1$s&user-agent=%2$s Defined in Android String Resource |
Information computed with MobSF.
Information computed with Exodus-core.
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 |
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:
|
Read data and put it into a buffer stream |
Confidence:
|
Connect to a URL and receive input stream from the server |
Confidence:
|
Method reflection |
Confidence:
|
Get the network operator name |
Confidence:
|
Load class from given class name |
Confidence:
|
Retrieve data from broadcast |
Confidence:
|
Return the DHCP-assigned addresses from the last successful DHCP request |
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:
|
Check if the given path is directory |
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:
|
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:
|
Get last known location of the device |
Confidence:
|
Get the current WIFI information |
Confidence:
|
Get location of the device |
Confidence:
|
Query the IMEI number |
Confidence:
|
Check if the given file path exist |
Confidence:
|
Method reflection |
Confidence:
|
Hide the current app's icon |
Confidence:
|
Get the country code of the SIM card provider |
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:
|
Get the time of current location |
Confidence:
|
Initialize class object dynamically |
Confidence:
|
Create a directory |
Confidence:
|
Get the current WiFi MAC address |
Confidence:
|
Connect to a URL and set request method |
Confidence:
|
Initialize bitmap object and compress data (e.g. JPEG) into bitmap object |
Confidence:
|
Get specific method from other Dex files |
Confidence:
|
Get absolute path of file and put it to JSON object |
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:
|
Send notification |
Confidence:
|
Monitor incoming call status |
Confidence:
|
Get calendar information |
Confidence:
|
Query the network operator name |
Confidence:
|
Get the current WiFi information and put it into JSON |
Confidence:
|
Read file into a stream and put it into a JSON object |
Confidence:
|
Get the current WiFi MAC address and put it into JSON |
Confidence:
|
Get filename and put it to JSON object |
Confidence:
|
Get resource file from res/raw directory |
Information computed with MobSF.