Analysis Overview
SHA256
b7742c9c70e896b31d68b4cdf345ac1d77192ae381f6e49907197fe2bd97eb2b
Threat Level: Known bad
The file b7742c9c70e896b31d68b4cdf345ac1d77192ae381f6e49907197fe2bd97eb2b.bin was found to be: Known bad.
Malicious Activity Summary
Hook family
Hook
Removes its main activity from the application launcher
Obtains sensitive information copied to the device clipboard
Makes use of the framework's Accessibility service
Queries the phone number (MSISDN for GSM devices)
Queries information about running processes on the device
Loads dropped Dex/Jar
Attempts to obfuscate APK file format
Acquires the wake lock
Reads information about phone network operator.
Queries the mobile country code (MCC)
Performs UI accessibility actions on behalf of the user
Requests dangerous framework permissions
Queries information about the current Wi-Fi connection
Requests disabling of battery optimizations (often used to enable hiding in the background).
Declares broadcast receivers with permission to handle system events
Declares services with permission to bind to the system
Makes use of the framework's foreground persistence service
Uses Crypto APIs (Might try to encrypt user data)
Schedules tasks to execute at a specified time
Registers a broadcast receiver at runtime (usually for listening for system events)
Checks memory information
Checks CPU information
MITRE ATT&CK
Analysis: static1
Detonation Overview
Reported
2024-11-24 22:00
Signatures
Attempts to obfuscate APK file format
Declares broadcast receivers with permission to handle system events
| Description | Indicator | Process | Target |
| Required by device admin receivers to bind with the system. Allows apps to manage device administration features. | android.permission.BIND_DEVICE_ADMIN | N/A | N/A |
Declares services with permission to bind to the system
| Description | Indicator | Process | Target |
| Required by notification listener services to bind with the system. Allows apps to listen to and interact with notifications on the device. | android.permission.BIND_NOTIFICATION_LISTENER_SERVICE | N/A | N/A |
| Required by accessibility services to bind with the system. Allows apps to access accessibility features. | android.permission.BIND_ACCESSIBILITY_SERVICE | N/A | N/A |
Requests dangerous framework permissions
| Description | Indicator | Process | Target |
| Required to be able to access the camera device. | android.permission.CAMERA | N/A | N/A |
| Allows an application to write to external storage. | android.permission.WRITE_EXTERNAL_STORAGE | N/A | N/A |
| Allows an application to read from external storage. | android.permission.READ_EXTERNAL_STORAGE | N/A | N/A |
| Allows an application to read SMS messages. | android.permission.READ_SMS | N/A | N/A |
| Allows an application to send SMS messages. | android.permission.SEND_SMS | N/A | N/A |
| Allows an application to receive SMS messages. | android.permission.RECEIVE_SMS | N/A | N/A |
| Allows read only access to phone state, including the current cellular network information, the status of any ongoing calls, and a list of any PhoneAccounts registered on the device. | android.permission.READ_PHONE_STATE | N/A | N/A |
| Allows read access to the device's phone number(s). | android.permission.READ_PHONE_NUMBERS | N/A | N/A |
| Allows an application to read the user's call log. | android.permission.READ_CALL_LOG | N/A | N/A |
| Allows an application to initiate a phone call without going through the Dialer user interface for the user to confirm the call. | android.permission.CALL_PHONE | N/A | N/A |
| Allows an app to access approximate location. | android.permission.ACCESS_COARSE_LOCATION | N/A | N/A |
| Allows an application to read the user's contacts data. | android.permission.READ_CONTACTS | N/A | N/A |
| Allows an application to write the user's contacts data. | android.permission.WRITE_CONTACTS | N/A | N/A |
| Allows access to the list of accounts in the Accounts Service. | android.permission.GET_ACCOUNTS | N/A | N/A |
| Allows an app to create windows using the type LayoutParams.TYPE_APPLICATION_OVERLAY, shown on top of all other apps. | android.permission.SYSTEM_ALERT_WINDOW | N/A | N/A |
Analysis: behavioral1
Detonation Overview
Submitted
2024-11-24 22:00
Reported
2024-11-24 22:03
Platform
android-x86-arm-20240624-en
Max time kernel
148s
Max time network
158s
Command Line
Signatures
Hook
Hook family
Removes its main activity from the application launcher
| Description | Indicator | Process | Target |
| N/A | N/A | N/A | N/A |
Loads dropped Dex/Jar
| Description | Indicator | Process | Target |
| N/A | /data/user/0/com.wwfvynwml.wjpuuowbi/app_dex/classes.dex | N/A | N/A |
| N/A | /data/user/0/com.wwfvynwml.wjpuuowbi/app_dex/classes.dex | N/A | N/A |
| N/A | /data/user/0/com.wwfvynwml.wjpuuowbi/app_dex/classes.dex | N/A | N/A |
Makes use of the framework's Accessibility service
| Description | Indicator | Process | Target |
| Framework service call | android.accessibilityservice.IAccessibilityServiceConnection.findAccessibilityNodeInfoByAccessibilityId | N/A | N/A |
| Framework service call | android.accessibilityservice.IAccessibilityServiceConnection.findAccessibilityNodeInfosByText | N/A | N/A |
| Framework service call | android.accessibilityservice.IAccessibilityServiceConnection.findAccessibilityNodeInfosByViewId | N/A | N/A |
Queries information about running processes on the device
| Description | Indicator | Process | Target |
| Framework service call | android.app.IActivityManager.getRunningAppProcesses | N/A | N/A |
Queries the phone number (MSISDN for GSM devices)
Acquires the wake lock
| Description | Indicator | Process | Target |
| Framework service call | android.os.IPowerManager.acquireWakeLock | N/A | N/A |
Makes use of the framework's foreground persistence service
| Description | Indicator | Process | Target |
| Framework service call | android.app.IActivityManager.setServiceForeground | N/A | N/A |
Performs UI accessibility actions on behalf of the user
| Description | Indicator | Process | Target |
| N/A | android.accessibilityservice.IAccessibilityServiceConnection.performGlobalAction | N/A | N/A |
| N/A | android.accessibilityservice.IAccessibilityServiceConnection.performGlobalAction | N/A | N/A |
| N/A | android.accessibilityservice.IAccessibilityServiceConnection.performGlobalAction | N/A | N/A |
| N/A | android.accessibilityservice.IAccessibilityServiceConnection.performGlobalAction | N/A | N/A |
| N/A | android.accessibilityservice.IAccessibilityServiceConnection.performGlobalAction | N/A | N/A |
| N/A | android.accessibilityservice.IAccessibilityServiceConnection.performGlobalAction | N/A | N/A |
Queries information about the current Wi-Fi connection
| Description | Indicator | Process | Target |
| Framework service call | android.net.wifi.IWifiManager.getConnectionInfo | N/A | N/A |
Reads information about phone network operator.
Requests disabling of battery optimizations (often used to enable hiding in the background).
| Description | Indicator | Process | Target |
| Intent action | android.settings.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS | N/A | N/A |
Registers a broadcast receiver at runtime (usually for listening for system events)
| Description | Indicator | Process | Target |
| Framework service call | android.app.IActivityManager.registerReceiver | N/A | N/A |
Schedules tasks to execute at a specified time
| Description | Indicator | Process | Target |
| Framework service call | android.app.job.IJobScheduler.schedule | N/A | N/A |
Uses Crypto APIs (Might try to encrypt user data)
| Description | Indicator | Process | Target |
| Framework API call | javax.crypto.Cipher.doFinal | N/A | N/A |
Processes
com.wwfvynwml.wjpuuowbi
/system/bin/dex2oat --instruction-set=x86 --instruction-set-features=ssse3,-sse4.1,-sse4.2,-avx,-avx2,-popcnt --runtime-arg -Xhidden-api-checks --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=x86 --instruction-set-features=default --inline-max-code-units=0 --compact-dex-level=none --dex-file=/data/user/0/com.wwfvynwml.wjpuuowbi/app_dex/classes.dex --output-vdex-fd=41 --oat-fd=42 --oat-location=/data/user/0/com.wwfvynwml.wjpuuowbi/app_dex/oat/x86/classes.odex --compiler-filter=quicken --class-loader-context=&
Network
| Country | Destination | Domain | Proto |
| N/A | 224.0.0.251:5353 | udp | |
| GB | 142.250.200.42:443 | tcp | |
| US | 1.1.1.1:53 | semanticlocation-pa.googleapis.com | udp |
| RU | 185.147.124.250:80 | tcp | |
| RU | 185.147.124.250:80 | tcp | |
| RU | 185.147.124.250:80 | tcp | |
| GB | 216.58.204.78:443 | tcp | |
| US | 1.1.1.1:53 | android.apis.google.com | udp |
| GB | 142.250.179.238:443 | android.apis.google.com | tcp |
| RU | 185.147.124.250:80 | tcp | |
| RU | 185.147.124.250:80 | tcp | |
| RU | 185.147.124.250:80 | tcp | |
| RU | 185.147.124.250:80 | tcp | |
| US | 1.1.1.1:53 | www.google.com | udp |
| GB | 142.250.200.4:443 | www.google.com | tcp |
| RU | 185.147.124.250:80 | tcp | |
| US | 1.1.1.1:53 | update.googleapis.com | udp |
| GB | 142.250.200.3:443 | update.googleapis.com | tcp |
| RU | 185.147.124.250:80 | tcp | |
| RU | 185.147.124.250:80 | tcp | |
| RU | 185.147.124.250:80 | tcp | |
| RU | 185.147.124.250:80 | tcp | |
| RU | 185.147.124.250:80 | tcp | |
| RU | 185.147.124.250:80 | tcp | |
| RU | 185.147.124.250:80 | tcp | |
| RU | 185.147.124.250:80 | tcp | |
| RU | 185.147.124.250:80 | tcp |
Files
/data/data/com.wwfvynwml.wjpuuowbi/cache/classes.zip
| MD5 | a0503a60ef6fc55513388785cd01465f |
| SHA1 | 294025fa0759d4c1438b528979e784c15714cb94 |
| SHA256 | cef4433dca6437c14b90c291439ea1cefc4f3f4b4571e7ff64d3d5bdd549cd4e |
| SHA512 | 2020eaba4b7b21e32b3e44de2a7fc6dbcb10c634a748cd330d172a534a438fb8cb139b8ba89001077828c9870318c08becdc3ea154b3741cacca596ce8e028ae |
/data/data/com.wwfvynwml.wjpuuowbi/cache/classes.dex
| MD5 | 44ad8ad4679956dd01f4fba5bebdf06a |
| SHA1 | 126b28b77eccc8beb2fb4e0ed728da8a7860c1db |
| SHA256 | 5edd22cebf6a52fe7ab53694a7550f3202af3888646d3427d089eeee0a2ede29 |
| SHA512 | bb4e63fa1ac04f03bb875cb57a2d35ea02af19537a0c0c9fdc46a0039c1fb1da8e77a3b2c6a7813cb37d7c176b42af08463cab7eb9d053246be97df5e1c6c99a |
/data/data/com.wwfvynwml.wjpuuowbi/app_dex/classes.dex
| MD5 | c7699693c2ca0401fdd78b06c2a446d4 |
| SHA1 | 8218183d5cf401728e6467d81a8805b392e40697 |
| SHA256 | 82f6e4403759bd9396bd4b20396b3fc9194c76fc952e728052c5589846b24131 |
| SHA512 | c7b4c3213c9039e57abb229de59a78749312e6a9d5341410dac23d3d21a554fede9df184896fb8ab4d94eaa8a7cfec848243a41465a6e29502de836e80dda141 |
/data/user/0/com.wwfvynwml.wjpuuowbi/app_dex/classes.dex
| MD5 | 419585d7bafa3bd32d82b86b63f9adbd |
| SHA1 | f0ffe2c5af5a743e85dc24abca3207c165785226 |
| SHA256 | b31d39c30f8b8a6e4a0d7cc131b2bec7e3ecea6a024a0d7254243580cbd63de9 |
| SHA512 | 58d03bed060f720cd749819bc764c2e07cdf46c9f16abb7f70312e21ff61cdc3c21e6f612dd4c111e794645d1707f17c6d61c27a3c1a20ad62fa7d5f867a70a4 |
/data/data/com.wwfvynwml.wjpuuowbi/no_backup/androidx.work.workdb-journal
| MD5 | 8beb4cdba4163f553fa1568e4648efb2 |
| SHA1 | b8403b43fe576527f902294075fffa0a5bdd42f4 |
| SHA256 | 6ee7bb9c873896a7e48ec1a7d4c5f23f5566f52a06d7aaf6e396b47359a2fff4 |
| SHA512 | 1de1d4d09fa8f0dda1f26e591255736641b36ffa9129c23e2dacfd0e97d8bb3732dd6088a229b48ed3a69785824fccc7718502297bba961ab67a20a756507cef |
/data/data/com.wwfvynwml.wjpuuowbi/no_backup/androidx.work.workdb
| MD5 | f2b4b0190b9f384ca885f0c8c9b14700 |
| SHA1 | 934ff2646757b5b6e7f20f6a0aa76c7f995d9361 |
| SHA256 | 0a8ffb6b327963558716e87db8946016d143e39f895fa1b43e95ba7032ce2514 |
| SHA512 | ec12685fc0d60526eed4d38820aad95611f3e93ae372be5a57142d8e8a1ba17e6e5dfe381a4e1365dddc0b363c9c40daaffdc1245bd515fddac69bf1abacd7f1 |
/data/data/com.wwfvynwml.wjpuuowbi/no_backup/androidx.work.workdb-shm
| MD5 | bb7df04e1b0a2570657527a7e108ae23 |
| SHA1 | 5188431849b4613152fd7bdba6a3ff0a4fd6424b |
| SHA256 | c35020473aed1b4642cd726cad727b63fff2824ad68cedd7ffb73c7cbd890479 |
| SHA512 | 768007e06b0cd9e62d50f458b9435c6dda0a6d272f0b15550f97c478394b743331c3a9c9236e09ab5b9cb3b423b2320a5d66eb3c7068db9ea37891ca40e47012 |
/data/data/com.wwfvynwml.wjpuuowbi/no_backup/androidx.work.workdb-wal
| MD5 | 1e0db5b6d585ee729978d534e4a2807b |
| SHA1 | e738a8c36b128740d812ec18aa612c77e47223bc |
| SHA256 | 55c29223b36398978a84108673daf71b4abef446631d570cba6590a4ec768b33 |
| SHA512 | 54d3db6fcdd1158f27daefa53d418dde1963929c9a181e1895372a4d57a4a19f1dfa09c5689eb14eaabc8c4125f746f5551e5bf997ca182e2ad7ceca50793d05 |
/data/data/com.wwfvynwml.wjpuuowbi/no_backup/androidx.work.workdb-wal
| MD5 | e99e10fae93f9a7e89116461894df0a4 |
| SHA1 | 49c7e98202184ddee660ba81241bd446be07b2d3 |
| SHA256 | 1d89cd7a61a07158e5343aa0172edfcc1d66d8cf13a59af2fe3cbc9051443854 |
| SHA512 | a98516bfb8eca369df1afd9bea2a524e5d731bc8509fe9dc489240a040f4bd6fc6e62cf76a4bcce8a212c45907faeaec64219c7870dac76298fb8a7e3eadbd73 |
/data/data/com.wwfvynwml.wjpuuowbi/no_backup/androidx.work.workdb-wal
| MD5 | cb9b4fced3c3da069d5ad1ba632e7983 |
| SHA1 | a62444a23869d49068c66bcce2689cbddf0a33ec |
| SHA256 | 05def34996b6aae84f42f88f6f4c103268d39db29a08a1844a2f1d91e9625ad8 |
| SHA512 | dd294a720e6b588793b3d4f073272ad2c97ba9ab89dd684101188cf08a8775aa6a5288754555a83b3cd8c1cd38fcd45827eec0b6c695c08b8865345ee862ebe5 |
Analysis: behavioral2
Detonation Overview
Submitted
2024-11-24 22:00
Reported
2024-11-24 22:03
Platform
android-x64-20240624-en
Max time kernel
149s
Max time network
157s
Command Line
Signatures
Hook
Hook family
Loads dropped Dex/Jar
| Description | Indicator | Process | Target |
| N/A | /data/user/0/com.wwfvynwml.wjpuuowbi/app_dex/classes.dex | N/A | N/A |
| N/A | /data/user/0/com.wwfvynwml.wjpuuowbi/app_dex/classes.dex | N/A | N/A |
Makes use of the framework's Accessibility service
| Description | Indicator | Process | Target |
| Framework service call | android.accessibilityservice.IAccessibilityServiceConnection.findAccessibilityNodeInfosByText | N/A | N/A |
| Framework service call | android.accessibilityservice.IAccessibilityServiceConnection.findAccessibilityNodeInfosByViewId | N/A | N/A |
| Framework service call | android.accessibilityservice.IAccessibilityServiceConnection.findAccessibilityNodeInfoByAccessibilityId | N/A | N/A |
Obtains sensitive information copied to the device clipboard
| Description | Indicator | Process | Target |
| Framework service call | android.content.IClipboard.addPrimaryClipChangedListener | N/A | N/A |
Queries information about running processes on the device
| Description | Indicator | Process | Target |
| Framework service call | android.app.IActivityManager.getRunningAppProcesses | N/A | N/A |
Queries the phone number (MSISDN for GSM devices)
Acquires the wake lock
| Description | Indicator | Process | Target |
| Framework service call | android.os.IPowerManager.acquireWakeLock | N/A | N/A |
Makes use of the framework's foreground persistence service
| Description | Indicator | Process | Target |
| Framework service call | android.app.IActivityManager.setServiceForeground | N/A | N/A |
Performs UI accessibility actions on behalf of the user
| Description | Indicator | Process | Target |
| N/A | android.accessibilityservice.IAccessibilityServiceConnection.performGlobalAction | N/A | N/A |
| N/A | android.accessibilityservice.IAccessibilityServiceConnection.performGlobalAction | N/A | N/A |
| N/A | android.accessibilityservice.IAccessibilityServiceConnection.performGlobalAction | N/A | N/A |
| N/A | android.accessibilityservice.IAccessibilityServiceConnection.performGlobalAction | N/A | N/A |
| N/A | android.accessibilityservice.IAccessibilityServiceConnection.performGlobalAction | N/A | N/A |
Queries information about the current Wi-Fi connection
| Description | Indicator | Process | Target |
| Framework service call | android.net.wifi.IWifiManager.getConnectionInfo | N/A | N/A |
Queries the mobile country code (MCC)
| Description | Indicator | Process | Target |
| Framework service call | com.android.internal.telephony.ITelephony.getNetworkCountryIsoForPhone | N/A | N/A |
Reads information about phone network operator.
Registers a broadcast receiver at runtime (usually for listening for system events)
| Description | Indicator | Process | Target |
| Framework service call | android.app.IActivityManager.registerReceiver | N/A | N/A |
Schedules tasks to execute at a specified time
| Description | Indicator | Process | Target |
| Framework service call | android.app.job.IJobScheduler.schedule | N/A | N/A |
Uses Crypto APIs (Might try to encrypt user data)
| Description | Indicator | Process | Target |
| Framework API call | javax.crypto.Cipher.doFinal | N/A | N/A |
Checks CPU information
| Description | Indicator | Process | Target |
| File opened for read | /proc/cpuinfo | N/A | N/A |
Checks memory information
| Description | Indicator | Process | Target |
| File opened for read | /proc/meminfo | N/A | N/A |
Processes
com.wwfvynwml.wjpuuowbi
Network
| Country | Destination | Domain | Proto |
| N/A | 224.0.0.251:5353 | udp | |
| US | 1.1.1.1:53 | ssl.google-analytics.com | udp |
| GB | 216.58.201.104:443 | ssl.google-analytics.com | tcp |
| RU | 185.147.124.250:80 | tcp | |
| GB | 142.250.180.14:443 | tcp | |
| US | 1.1.1.1:53 | android.apis.google.com | udp |
| GB | 172.217.16.238:443 | android.apis.google.com | tcp |
| RU | 185.147.124.250:80 | tcp | |
| RU | 185.147.124.250:80 | tcp | |
| RU | 185.147.124.250:80 | tcp | |
| RU | 185.147.124.250:80 | tcp | |
| GB | 172.217.16.228:443 | tcp | |
| GB | 172.217.16.228:443 | tcp | |
| RU | 185.147.124.250:80 | tcp | |
| RU | 185.147.124.250:80 | tcp | |
| GB | 142.250.179.238:443 | tcp | |
| GB | 142.250.200.34:443 | tcp | |
| RU | 185.147.124.250:80 | tcp | |
| RU | 185.147.124.250:80 | tcp | |
| RU | 185.147.124.250:80 | tcp | |
| RU | 185.147.124.250:80 | tcp | |
| RU | 185.147.124.250:80 | tcp |
Files
/data/data/com.wwfvynwml.wjpuuowbi/cache/classes.zip
| MD5 | a0503a60ef6fc55513388785cd01465f |
| SHA1 | 294025fa0759d4c1438b528979e784c15714cb94 |
| SHA256 | cef4433dca6437c14b90c291439ea1cefc4f3f4b4571e7ff64d3d5bdd549cd4e |
| SHA512 | 2020eaba4b7b21e32b3e44de2a7fc6dbcb10c634a748cd330d172a534a438fb8cb139b8ba89001077828c9870318c08becdc3ea154b3741cacca596ce8e028ae |
/data/data/com.wwfvynwml.wjpuuowbi/cache/classes.dex
| MD5 | 44ad8ad4679956dd01f4fba5bebdf06a |
| SHA1 | 126b28b77eccc8beb2fb4e0ed728da8a7860c1db |
| SHA256 | 5edd22cebf6a52fe7ab53694a7550f3202af3888646d3427d089eeee0a2ede29 |
| SHA512 | bb4e63fa1ac04f03bb875cb57a2d35ea02af19537a0c0c9fdc46a0039c1fb1da8e77a3b2c6a7813cb37d7c176b42af08463cab7eb9d053246be97df5e1c6c99a |
/data/data/com.wwfvynwml.wjpuuowbi/app_dex/classes.dex
| MD5 | c7699693c2ca0401fdd78b06c2a446d4 |
| SHA1 | 8218183d5cf401728e6467d81a8805b392e40697 |
| SHA256 | 82f6e4403759bd9396bd4b20396b3fc9194c76fc952e728052c5589846b24131 |
| SHA512 | c7b4c3213c9039e57abb229de59a78749312e6a9d5341410dac23d3d21a554fede9df184896fb8ab4d94eaa8a7cfec848243a41465a6e29502de836e80dda141 |
/data/data/com.wwfvynwml.wjpuuowbi/no_backup/androidx.work.workdb-journal
| MD5 | 2fcf5be1628c3c72893414b39c3ddefd |
| SHA1 | 244d8c53c53fb638d0ee860b826f6c97313cccf7 |
| SHA256 | 85a54af949e4571c575f020b676906048c72e220b6b87ed572e82c20b5a48e80 |
| SHA512 | 62d4bf55db46e9bd47c9dfc99835ef23ed0f520b94131a3ad18321bb4585b6c4c914d430ddd04e388a6f2c313ada6d03bcdc607594cb2ad9109dc0190dc7ecb2 |
/data/data/com.wwfvynwml.wjpuuowbi/no_backup/androidx.work.workdb
| MD5 | f2b4b0190b9f384ca885f0c8c9b14700 |
| SHA1 | 934ff2646757b5b6e7f20f6a0aa76c7f995d9361 |
| SHA256 | 0a8ffb6b327963558716e87db8946016d143e39f895fa1b43e95ba7032ce2514 |
| SHA512 | ec12685fc0d60526eed4d38820aad95611f3e93ae372be5a57142d8e8a1ba17e6e5dfe381a4e1365dddc0b363c9c40daaffdc1245bd515fddac69bf1abacd7f1 |
/data/data/com.wwfvynwml.wjpuuowbi/no_backup/androidx.work.workdb-shm
| MD5 | bb7df04e1b0a2570657527a7e108ae23 |
| SHA1 | 5188431849b4613152fd7bdba6a3ff0a4fd6424b |
| SHA256 | c35020473aed1b4642cd726cad727b63fff2824ad68cedd7ffb73c7cbd890479 |
| SHA512 | 768007e06b0cd9e62d50f458b9435c6dda0a6d272f0b15550f97c478394b743331c3a9c9236e09ab5b9cb3b423b2320a5d66eb3c7068db9ea37891ca40e47012 |
/data/data/com.wwfvynwml.wjpuuowbi/no_backup/androidx.work.workdb-wal
| MD5 | 839521e75ee1438c2ceb18f42676f623 |
| SHA1 | ed96779d679d0a94eb8521ea8775a4b7f50ceaac |
| SHA256 | 147bc64f76ae5116d8914e31c5ed544b2c432ab9c70880de074ff44729d81f13 |
| SHA512 | c9f5fc2d450eee6e19fbdbf6d89036dca6b622b70927f2cc1f77c62b33c578890f8bff07366f310e421ffabad53011f0b6e6f914d1c8e5f397849aabf8efeb61 |
/data/data/com.wwfvynwml.wjpuuowbi/no_backup/androidx.work.workdb-wal
| MD5 | 7ace382557fd9005bf8d4752b2a2777d |
| SHA1 | 12b75c9b80e0e918f8236040facd96af511528f8 |
| SHA256 | a73299b91cb3acb03a9194c9023a073a573289c37e9f03e70cb5cfb40685a408 |
| SHA512 | 133fc4c4d87236fbffb0b41256ab5d8a60972bf9ec4c87aa914a1189bdaec9b16710a865eba835881469866a77b2195509a0e14e2e2cb5250a4eb916140ce4b8 |
/data/data/com.wwfvynwml.wjpuuowbi/no_backup/androidx.work.workdb-wal
| MD5 | ca09115077de35ad441d040771edd730 |
| SHA1 | 209442da605cb1de4ef71778fa1e716b7917bb38 |
| SHA256 | baa1cc93526aadbe9a616fb79984447386ba2b24071843c786c6b5413e0b3f39 |
| SHA512 | 646eb804f84a957b671b23699341075914069961de4c7cd7bad57123824f920e016a4892c77b00fc9c0e9313028f2d8a2454248830f0a4d856017e27039d78e0 |
Analysis: behavioral3
Detonation Overview
Submitted
2024-11-24 22:00
Reported
2024-11-24 22:03
Platform
android-x64-arm64-20240624-en
Max time kernel
148s
Max time network
155s
Command Line
Signatures
Hook
Hook family
Loads dropped Dex/Jar
| Description | Indicator | Process | Target |
| N/A | /data/user/0/com.wwfvynwml.wjpuuowbi/app_dex/classes.dex | N/A | N/A |
| N/A | /data/user/0/com.wwfvynwml.wjpuuowbi/app_dex/classes.dex | N/A | N/A |
Makes use of the framework's Accessibility service
| Description | Indicator | Process | Target |
| Framework service call | android.accessibilityservice.IAccessibilityServiceConnection.findAccessibilityNodeInfoByAccessibilityId | N/A | N/A |
| Framework service call | android.accessibilityservice.IAccessibilityServiceConnection.findAccessibilityNodeInfosByText | N/A | N/A |
| Framework service call | android.accessibilityservice.IAccessibilityServiceConnection.findAccessibilityNodeInfosByViewId | N/A | N/A |
Obtains sensitive information copied to the device clipboard
| Description | Indicator | Process | Target |
| Framework service call | android.content.IClipboard.addPrimaryClipChangedListener | N/A | N/A |
Queries information about running processes on the device
| Description | Indicator | Process | Target |
| Framework service call | android.app.IActivityManager.getRunningAppProcesses | N/A | N/A |
Queries the phone number (MSISDN for GSM devices)
Acquires the wake lock
| Description | Indicator | Process | Target |
| Framework service call | android.os.IPowerManager.acquireWakeLock | N/A | N/A |
Makes use of the framework's foreground persistence service
| Description | Indicator | Process | Target |
| Framework service call | android.app.IActivityManager.setServiceForeground | N/A | N/A |
Performs UI accessibility actions on behalf of the user
| Description | Indicator | Process | Target |
| N/A | android.accessibilityservice.IAccessibilityServiceConnection.performGlobalAction | N/A | N/A |
| N/A | android.accessibilityservice.IAccessibilityServiceConnection.performGlobalAction | N/A | N/A |
| N/A | android.accessibilityservice.IAccessibilityServiceConnection.performGlobalAction | N/A | N/A |
| N/A | android.accessibilityservice.IAccessibilityServiceConnection.performGlobalAction | N/A | N/A |
| N/A | android.accessibilityservice.IAccessibilityServiceConnection.performGlobalAction | N/A | N/A |
Queries information about the current Wi-Fi connection
| Description | Indicator | Process | Target |
| Framework service call | android.net.wifi.IWifiManager.getConnectionInfo | N/A | N/A |
Reads information about phone network operator.
Schedules tasks to execute at a specified time
| Description | Indicator | Process | Target |
| Framework service call | android.app.job.IJobScheduler.schedule | N/A | N/A |
Uses Crypto APIs (Might try to encrypt user data)
| Description | Indicator | Process | Target |
| Framework API call | javax.crypto.Cipher.doFinal | N/A | N/A |
Checks CPU information
| Description | Indicator | Process | Target |
| File opened for read | /proc/cpuinfo | N/A | N/A |
Checks memory information
| Description | Indicator | Process | Target |
| File opened for read | /proc/meminfo | N/A | N/A |
Processes
com.wwfvynwml.wjpuuowbi
Network
| Country | Destination | Domain | Proto |
| GB | 142.250.180.14:443 | tcp | |
| GB | 142.250.180.14:443 | tcp | |
| GB | 142.250.180.14:443 | tcp | |
| N/A | 224.0.0.251:5353 | udp | |
| US | 1.1.1.1:53 | android.apis.google.com | udp |
| GB | 142.250.200.46:443 | android.apis.google.com | tcp |
| US | 1.1.1.1:53 | ssl.google-analytics.com | udp |
| GB | 142.250.179.232:443 | ssl.google-analytics.com | tcp |
| RU | 185.147.124.250:80 | tcp | |
| RU | 185.147.124.250:80 | tcp | |
| RU | 185.147.124.250:80 | tcp | |
| RU | 185.147.124.250:80 | tcp | |
| RU | 185.147.124.250:80 | tcp | |
| RU | 185.147.124.250:80 | tcp | |
| RU | 185.147.124.250:80 | tcp | |
| GB | 142.250.200.36:443 | tcp | |
| GB | 142.250.200.36:443 | tcp | |
| RU | 185.147.124.250:80 | tcp | |
| RU | 185.147.124.250:80 | tcp | |
| RU | 185.147.124.250:80 | tcp | |
| RU | 185.147.124.250:80 | tcp | |
| RU | 185.147.124.250:80 | tcp | |
| RU | 185.147.124.250:80 | tcp | |
| RU | 185.147.124.250:80 | tcp |
Files
/data/data/com.wwfvynwml.wjpuuowbi/cache/classes.zip
| MD5 | a0503a60ef6fc55513388785cd01465f |
| SHA1 | 294025fa0759d4c1438b528979e784c15714cb94 |
| SHA256 | cef4433dca6437c14b90c291439ea1cefc4f3f4b4571e7ff64d3d5bdd549cd4e |
| SHA512 | 2020eaba4b7b21e32b3e44de2a7fc6dbcb10c634a748cd330d172a534a438fb8cb139b8ba89001077828c9870318c08becdc3ea154b3741cacca596ce8e028ae |
/data/data/com.wwfvynwml.wjpuuowbi/cache/classes.dex
| MD5 | 44ad8ad4679956dd01f4fba5bebdf06a |
| SHA1 | 126b28b77eccc8beb2fb4e0ed728da8a7860c1db |
| SHA256 | 5edd22cebf6a52fe7ab53694a7550f3202af3888646d3427d089eeee0a2ede29 |
| SHA512 | bb4e63fa1ac04f03bb875cb57a2d35ea02af19537a0c0c9fdc46a0039c1fb1da8e77a3b2c6a7813cb37d7c176b42af08463cab7eb9d053246be97df5e1c6c99a |
/data/data/com.wwfvynwml.wjpuuowbi/app_dex/classes.dex
| MD5 | c7699693c2ca0401fdd78b06c2a446d4 |
| SHA1 | 8218183d5cf401728e6467d81a8805b392e40697 |
| SHA256 | 82f6e4403759bd9396bd4b20396b3fc9194c76fc952e728052c5589846b24131 |
| SHA512 | c7b4c3213c9039e57abb229de59a78749312e6a9d5341410dac23d3d21a554fede9df184896fb8ab4d94eaa8a7cfec848243a41465a6e29502de836e80dda141 |
/data/data/com.wwfvynwml.wjpuuowbi/no_backup/androidx.work.workdb-journal
| MD5 | a0dc1b9f514b0cc9c461b5fdb419f962 |
| SHA1 | 105c49421e8ff07906f5f262381f455db109dfea |
| SHA256 | 60963e356ee8d81107f18b9cc51668b0fead118ac20ea56a3f571575d1146f0e |
| SHA512 | 196d2897f2627133987ce54af0ad5d4217dfc140344c6b3084a9aaa94f455f4b32a62834c37425522c02d6757b880863c5964ea044e2fe1fde138ee7032f9601 |
/data/data/com.wwfvynwml.wjpuuowbi/no_backup/androidx.work.workdb
| MD5 | 7e858c4054eb00fcddc653a04e5cd1c6 |
| SHA1 | 2e056bf31a8d78df136f02a62afeeca77f4faccf |
| SHA256 | 9010186c5c083155a45673017d1e31c2a178e63cc15a57bbffde4d1956a23dad |
| SHA512 | d0c7a120940c8e637d5566ef179d01eff88a2c2650afda69ad2a46aad76533eaace192028bba3d60407b4e34a950e7560f95d9f9b8eebe361ef62897d88b30cb |
/data/data/com.wwfvynwml.wjpuuowbi/no_backup/androidx.work.workdb-shm
| MD5 | bb7df04e1b0a2570657527a7e108ae23 |
| SHA1 | 5188431849b4613152fd7bdba6a3ff0a4fd6424b |
| SHA256 | c35020473aed1b4642cd726cad727b63fff2824ad68cedd7ffb73c7cbd890479 |
| SHA512 | 768007e06b0cd9e62d50f458b9435c6dda0a6d272f0b15550f97c478394b743331c3a9c9236e09ab5b9cb3b423b2320a5d66eb3c7068db9ea37891ca40e47012 |
/data/data/com.wwfvynwml.wjpuuowbi/no_backup/androidx.work.workdb-wal
| MD5 | 815bee24c28051e6ae91b3ac6a90353a |
| SHA1 | 989ce13a1a426bfaf597b6b6cc39ee81dfa6162b |
| SHA256 | aaf370cbcdf5e76fca185768361270e952e905f3ed1d0656c2f56288914ad7a6 |
| SHA512 | c91f6389c88e0f4252ea2c549b42b7476522f6ba315ecfdeaeea8ca8d60cde4a63728119578dbd798592ab3589667b8c145b94e1d974c73351330d33e1394494 |
/data/data/com.wwfvynwml.wjpuuowbi/no_backup/androidx.work.workdb-wal
| MD5 | 39b8d7f5ae501a482843c28b0ef73910 |
| SHA1 | f9546719a36393f08b693d2863895a857498c8db |
| SHA256 | 4d84084cac825e15ebfbaf1bde301d3b5a8b04e12e63c37c87518536d0e6c550 |
| SHA512 | 790368c126ba46d4b73ed4297c77997cd9a024b47357fbe374dee5f686d3b24826daa6cad51acc2a4f1840e7642933f0411d7f782b18e07693b11abbc17e2ae2 |
/data/data/com.wwfvynwml.wjpuuowbi/no_backup/androidx.work.workdb-wal
| MD5 | e99e70eb112b1db41c486dce47b0dec0 |
| SHA1 | 20a29a4772a622c576fb1376eab425cf1790f9f4 |
| SHA256 | 9b0e49e0d6e24381e6827ed23c051dc62e169c16dece886b707e48373db2b822 |
| SHA512 | 3f2daccd776caf194aae2d4028be04bcea2e35fa3331e013b8dae369ed733a08f59f688a89551e85f781836e5a20f6b135d297639517c214e83ddcc09b3eac14 |