Analysis Overview
SHA256
8564583d8884530c37150a5193cabb1949c05fc07cf5c8c119b1c03fde25d0e3
Threat Level: Known bad
The file 8564583d8884530c37150a5193cabb1949c05fc07cf5c8c119b1c03fde25d0e3.bin was found to be: Known bad.
Malicious Activity Summary
Hook family
Hook
Queries the phone number (MSISDN for GSM devices)
Obtains sensitive information copied to the device clipboard
Queries information about running processes on the device
Makes use of the framework's Accessibility service
Loads dropped Dex/Jar
Makes use of the framework's foreground persistence service
Attempts to obfuscate APK file format
Requests dangerous framework permissions
Performs UI accessibility actions on behalf of the user
Queries the mobile country code (MCC)
Reads information about phone network operator.
Declares broadcast receivers with permission to handle system events
Queries information about the current Wi-Fi connection
Declares services with permission to bind to the system
Acquires the wake lock
Uses Crypto APIs (Might try to encrypt user data)
Registers a broadcast receiver at runtime (usually for listening for system events)
Schedules tasks to execute at a specified time
Checks CPU information
Checks memory information
MITRE ATT&CK
Analysis: static1
Detonation Overview
Reported
2024-11-25 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-25 22:00
Reported
2024-11-25 22:02
Platform
android-x86-arm-20240624-en
Max time kernel
148s
Max time network
159s
Command Line
Signatures
Hook
Hook family
Loads dropped Dex/Jar
| Description | Indicator | Process | Target |
| N/A | /data/user/0/com.yxsqkgwvz.bfqiecahy/app_dex/classes.dex | N/A | N/A |
| N/A | /data/user/0/com.yxsqkgwvz.bfqiecahy/app_dex/classes.dex | N/A | N/A |
| N/A | /data/user/0/com.yxsqkgwvz.bfqiecahy/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.findAccessibilityNodeInfosByViewId | N/A | N/A |
| Framework service call | android.accessibilityservice.IAccessibilityServiceConnection.findAccessibilityNodeInfoByAccessibilityId | N/A | N/A |
| Framework service call | android.accessibilityservice.IAccessibilityServiceConnection.findAccessibilityNodeInfosByText | 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 |
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.yxsqkgwvz.bfqiecahy
/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.yxsqkgwvz.bfqiecahy/app_dex/classes.dex --output-vdex-fd=41 --oat-fd=42 --oat-location=/data/user/0/com.yxsqkgwvz.bfqiecahy/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.180.10:443 | tcp | |
| US | 1.1.1.1:53 | semanticlocation-pa.googleapis.com | udp |
| RU | 185.147.124.250:80 | tcp | |
| GB | 142.250.187.206:443 | tcp | |
| US | 1.1.1.1:53 | android.apis.google.com | udp |
| GB | 142.250.178.14: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 | |
| 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.yxsqkgwvz.bfqiecahy/cache/classes.zip
| MD5 | ba8134fe531d50d6e1255426d99eac48 |
| SHA1 | 83be6708993e2065b1c1e8ecd61ffec34f193c3d |
| SHA256 | aadb67dd5bf02b7a595456cac0d4c08bf57f0ce0f2368d033182721762a6a18e |
| SHA512 | 76f45f1a637d4f9d9c2406037661c330c5c2336ce9c4ef4e082f0f48990378a2877ae7de2947e99ffaea31ac49ea17f52b3ac5b1d186a6fd675e5fee762779dc |
/data/data/com.yxsqkgwvz.bfqiecahy/cache/classes.dex
| MD5 | 10efa14909800042f90a47c5bdc5e1d2 |
| SHA1 | 1824e614dc129b4e58b96c077a6af87db5ec368d |
| SHA256 | fc3099255ce95efcbfacf646610d6b940789aa71d850f87d3636f2b36c7435a7 |
| SHA512 | 94e8027c38008165b3ccef7732f53187789f3bb7c0dc3881f01f15b16bde89613376e9f02838dc3aff9ddbb1548ea670a91ba9991f8161a07ed937f0a16447a4 |
/data/data/com.yxsqkgwvz.bfqiecahy/app_dex/classes.dex
| MD5 | 4890df35d01cb3f5abe2fe48468808b1 |
| SHA1 | e34d25fbadeb8797a267f0b14147d6fec3436cfe |
| SHA256 | 3c11b1fe8e48ea3c0ef920bf17b38bd09888c2e7d5c7328913043a06879f90dd |
| SHA512 | a5e5bc39898e96196e9b308a811a640c635e6b9db3c415eec5a5c38e031de83330c7acfa771320234247eb07d601f4c2ae04ca1523778514759b923ada77171f |
/data/user/0/com.yxsqkgwvz.bfqiecahy/app_dex/classes.dex
| MD5 | b59fff0a81f36fee65ed7ad536488bf3 |
| SHA1 | 7a78e729c098f934d1f4389c88889606fccb7ed4 |
| SHA256 | 27ac89a1dac12c1400c767830287444cf1897be147ee28d46aa5d9daecbbc1ee |
| SHA512 | eb71fc5b16fe2c1e319cd370647542eccb2cecfd15c439108c5f932650b11b1f94c70edd72fddbcbe0d7490485ea73e84416924e430e7518c6d5d5033afa81ad |
/data/data/com.yxsqkgwvz.bfqiecahy/no_backup/androidx.work.workdb-journal
| MD5 | f0f1f497bbd64d53bc29a7cb54af124a |
| SHA1 | d2bd502069dfdb661c093a853fd07d199211da45 |
| SHA256 | e4becf16840c846e4de35370047e497fbfcc9bf12589f97732b082761cd9bac2 |
| SHA512 | 20b3f8101dfedc5161ab37079149232e693299a2da09377fc9a2c5ed0da24d140dcf93c307bd8f1646afa509e65055624dff0f87c60116ffc237f1a0437e5cb0 |
/data/data/com.yxsqkgwvz.bfqiecahy/no_backup/androidx.work.workdb
| MD5 | f2b4b0190b9f384ca885f0c8c9b14700 |
| SHA1 | 934ff2646757b5b6e7f20f6a0aa76c7f995d9361 |
| SHA256 | 0a8ffb6b327963558716e87db8946016d143e39f895fa1b43e95ba7032ce2514 |
| SHA512 | ec12685fc0d60526eed4d38820aad95611f3e93ae372be5a57142d8e8a1ba17e6e5dfe381a4e1365dddc0b363c9c40daaffdc1245bd515fddac69bf1abacd7f1 |
/data/data/com.yxsqkgwvz.bfqiecahy/no_backup/androidx.work.workdb-shm
| MD5 | bb7df04e1b0a2570657527a7e108ae23 |
| SHA1 | 5188431849b4613152fd7bdba6a3ff0a4fd6424b |
| SHA256 | c35020473aed1b4642cd726cad727b63fff2824ad68cedd7ffb73c7cbd890479 |
| SHA512 | 768007e06b0cd9e62d50f458b9435c6dda0a6d272f0b15550f97c478394b743331c3a9c9236e09ab5b9cb3b423b2320a5d66eb3c7068db9ea37891ca40e47012 |
/data/data/com.yxsqkgwvz.bfqiecahy/no_backup/androidx.work.workdb-wal
| MD5 | 407cbe2af433fc11d57baa31b2597069 |
| SHA1 | f2623f1598d9a03e805febaf37787003ef7f68dd |
| SHA256 | 65738f29247664e484efc5d326496d9471bbd9355f63d4e4ca3548517d8cbbe0 |
| SHA512 | e95f1fe51c03de9599956c5c3daf20edfee77a0e88aeccd83593f9cf2b500546fd80276f13b7b02001e1bc1fe73e9921cdc8c5c0a72f889e9b360d7d921d21da |
/data/data/com.yxsqkgwvz.bfqiecahy/no_backup/androidx.work.workdb-wal
| MD5 | 9cb833bac195ac3bd1faeccfcf47a8cd |
| SHA1 | 709cb9bd46b277a3c2e6e53922f0f57af2e54f61 |
| SHA256 | 50be1ef7fb1d0181a0650cacf77e1df60afea680240c899c29fb1de010933bb1 |
| SHA512 | 36be18d0f8786c65e5101bf9ddb726f0d5ffcacf87886077740d7a2ac7b7c0fb6db2bcf2da2ca38c85f17bd68c1b51295e2b2ef7a3ca1be83fd25aefd0af5cb6 |
/data/data/com.yxsqkgwvz.bfqiecahy/no_backup/androidx.work.workdb-wal
| MD5 | ef823648fa8680961cd5d91dfc3cad3b |
| SHA1 | 1b1a6d1036a554207b9d805cc1c6778e1ea22f19 |
| SHA256 | 797003ea42e0bb72e649bcdc30c0d2ee95ee037492f055038a5529349ce5a0bd |
| SHA512 | 380f024ed8c7417804241226d8e5439865d2b6fee8b99a04c080285664c292b0df6ed4075dcdf7393f89baf294192dce58b15f9bd7485d864151e1ff879f6bce |
Analysis: behavioral2
Detonation Overview
Submitted
2024-11-25 22:00
Reported
2024-11-25 22:02
Platform
android-x64-20240624-en
Max time kernel
145s
Max time network
159s
Command Line
Signatures
Hook
Hook family
Loads dropped Dex/Jar
| Description | Indicator | Process | Target |
| N/A | /data/user/0/com.yxsqkgwvz.bfqiecahy/app_dex/classes.dex | N/A | N/A |
| N/A | /data/user/0/com.yxsqkgwvz.bfqiecahy/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 |
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.yxsqkgwvz.bfqiecahy
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 | 172.217.16.232: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 | 142.250.187.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 | |
| 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.yxsqkgwvz.bfqiecahy/cache/classes.zip
| MD5 | ba8134fe531d50d6e1255426d99eac48 |
| SHA1 | 83be6708993e2065b1c1e8ecd61ffec34f193c3d |
| SHA256 | aadb67dd5bf02b7a595456cac0d4c08bf57f0ce0f2368d033182721762a6a18e |
| SHA512 | 76f45f1a637d4f9d9c2406037661c330c5c2336ce9c4ef4e082f0f48990378a2877ae7de2947e99ffaea31ac49ea17f52b3ac5b1d186a6fd675e5fee762779dc |
/data/data/com.yxsqkgwvz.bfqiecahy/cache/classes.dex
| MD5 | 10efa14909800042f90a47c5bdc5e1d2 |
| SHA1 | 1824e614dc129b4e58b96c077a6af87db5ec368d |
| SHA256 | fc3099255ce95efcbfacf646610d6b940789aa71d850f87d3636f2b36c7435a7 |
| SHA512 | 94e8027c38008165b3ccef7732f53187789f3bb7c0dc3881f01f15b16bde89613376e9f02838dc3aff9ddbb1548ea670a91ba9991f8161a07ed937f0a16447a4 |
/data/data/com.yxsqkgwvz.bfqiecahy/app_dex/classes.dex
| MD5 | 4890df35d01cb3f5abe2fe48468808b1 |
| SHA1 | e34d25fbadeb8797a267f0b14147d6fec3436cfe |
| SHA256 | 3c11b1fe8e48ea3c0ef920bf17b38bd09888c2e7d5c7328913043a06879f90dd |
| SHA512 | a5e5bc39898e96196e9b308a811a640c635e6b9db3c415eec5a5c38e031de83330c7acfa771320234247eb07d601f4c2ae04ca1523778514759b923ada77171f |
/data/data/com.yxsqkgwvz.bfqiecahy/no_backup/androidx.work.workdb-journal
| MD5 | f2de86d6469b395ddaacfc41036298ee |
| SHA1 | 9d379f8a488ba7f271ffc28488b675a035024cf1 |
| SHA256 | d439108f4e085f5cc6583e2a9d6bc50517a8024d958b7da41c75b19d33ca4d66 |
| SHA512 | 346cbe098c477d88f43946fa2fa27526c75ed37f16b9bbe470d229f761f53f3724c00ef864cb74edaebe4f9f72cede18e677fdc437a880126313df1953014d22 |
/data/data/com.yxsqkgwvz.bfqiecahy/no_backup/androidx.work.workdb
| MD5 | f2b4b0190b9f384ca885f0c8c9b14700 |
| SHA1 | 934ff2646757b5b6e7f20f6a0aa76c7f995d9361 |
| SHA256 | 0a8ffb6b327963558716e87db8946016d143e39f895fa1b43e95ba7032ce2514 |
| SHA512 | ec12685fc0d60526eed4d38820aad95611f3e93ae372be5a57142d8e8a1ba17e6e5dfe381a4e1365dddc0b363c9c40daaffdc1245bd515fddac69bf1abacd7f1 |
/data/data/com.yxsqkgwvz.bfqiecahy/no_backup/androidx.work.workdb-shm
| MD5 | bb7df04e1b0a2570657527a7e108ae23 |
| SHA1 | 5188431849b4613152fd7bdba6a3ff0a4fd6424b |
| SHA256 | c35020473aed1b4642cd726cad727b63fff2824ad68cedd7ffb73c7cbd890479 |
| SHA512 | 768007e06b0cd9e62d50f458b9435c6dda0a6d272f0b15550f97c478394b743331c3a9c9236e09ab5b9cb3b423b2320a5d66eb3c7068db9ea37891ca40e47012 |
/data/data/com.yxsqkgwvz.bfqiecahy/no_backup/androidx.work.workdb-wal
| MD5 | f587e0d775972866d2405c70d4618205 |
| SHA1 | d854cf23cd140a000b17729a394de29ef59a2e41 |
| SHA256 | a64795a2890f721b315583ad6f0181883403978354dcecaddbc0f10d762855cc |
| SHA512 | adc7a44d469b8450c04ac3abdb7e17427f33d425c48dd255ab8e3bed0f89378771ff78c3b246bc9294d601c77fc39dda0b00addbf239180e3d6b3e65206d7abe |
/data/data/com.yxsqkgwvz.bfqiecahy/no_backup/androidx.work.workdb-wal
| MD5 | a17a0de92a1e9f1bb2b1f347aab26036 |
| SHA1 | 3aa13c8c04ec7fd9dc4b857f0d55c6b8aae4912c |
| SHA256 | a5ae0194c36dcb5f49e9ca8bdd3d7e031423b4a2741e2ec7cd3508804c550321 |
| SHA512 | fde208b9d920a542cd5c94fd484f3adbbbc11ad28f48b72f7ccd40ea69d305843ec2309a41130cb441006dd2eca289ddbc9475d23b0f9bc8f839cee9fed401fe |
/data/data/com.yxsqkgwvz.bfqiecahy/no_backup/androidx.work.workdb-wal
| MD5 | 69fc3f33697e5bfb4d8bb89e890e3bb2 |
| SHA1 | 43b6cff222a530d37679288d54c291f46292ac5d |
| SHA256 | 6e2c6c83b889de7bec34e13a185d27ffb4e0d6eb27b7f069754fff9add0a23a2 |
| SHA512 | 50e48a084556fad0d04740388d113029b817ef484f570e254e1acd91510012ab8734fa6eb4416e396c59b16a728eac1f1112f5753b834c08faa24262e04c59fe |
Analysis: behavioral3
Detonation Overview
Submitted
2024-11-25 22:00
Reported
2024-11-25 22:02
Platform
android-x64-arm64-20240624-en
Max time kernel
144s
Max time network
157s
Command Line
Signatures
Hook
Hook family
Loads dropped Dex/Jar
| Description | Indicator | Process | Target |
| N/A | /data/user/0/com.yxsqkgwvz.bfqiecahy/app_dex/classes.dex | N/A | N/A |
| N/A | /data/user/0/com.yxsqkgwvz.bfqiecahy/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.yxsqkgwvz.bfqiecahy
Network
| Country | Destination | Domain | Proto |
| N/A | 224.0.0.251:5353 | udp | |
| GB | 142.250.179.238:443 | tcp | |
| GB | 142.250.179.238:443 | tcp | |
| US | 1.1.1.1:53 | android.apis.google.com | udp |
| GB | 142.250.200.14: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 | |
| GB | 142.250.187.196:443 | tcp | |
| GB | 142.250.187.196: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 | |
| RU | 185.147.124.250:80 | tcp |
Files
/data/data/com.yxsqkgwvz.bfqiecahy/cache/classes.zip
| MD5 | ba8134fe531d50d6e1255426d99eac48 |
| SHA1 | 83be6708993e2065b1c1e8ecd61ffec34f193c3d |
| SHA256 | aadb67dd5bf02b7a595456cac0d4c08bf57f0ce0f2368d033182721762a6a18e |
| SHA512 | 76f45f1a637d4f9d9c2406037661c330c5c2336ce9c4ef4e082f0f48990378a2877ae7de2947e99ffaea31ac49ea17f52b3ac5b1d186a6fd675e5fee762779dc |
/data/data/com.yxsqkgwvz.bfqiecahy/cache/classes.dex
| MD5 | 10efa14909800042f90a47c5bdc5e1d2 |
| SHA1 | 1824e614dc129b4e58b96c077a6af87db5ec368d |
| SHA256 | fc3099255ce95efcbfacf646610d6b940789aa71d850f87d3636f2b36c7435a7 |
| SHA512 | 94e8027c38008165b3ccef7732f53187789f3bb7c0dc3881f01f15b16bde89613376e9f02838dc3aff9ddbb1548ea670a91ba9991f8161a07ed937f0a16447a4 |
/data/data/com.yxsqkgwvz.bfqiecahy/app_dex/classes.dex
| MD5 | 4890df35d01cb3f5abe2fe48468808b1 |
| SHA1 | e34d25fbadeb8797a267f0b14147d6fec3436cfe |
| SHA256 | 3c11b1fe8e48ea3c0ef920bf17b38bd09888c2e7d5c7328913043a06879f90dd |
| SHA512 | a5e5bc39898e96196e9b308a811a640c635e6b9db3c415eec5a5c38e031de83330c7acfa771320234247eb07d601f4c2ae04ca1523778514759b923ada77171f |
/data/data/com.yxsqkgwvz.bfqiecahy/no_backup/androidx.work.workdb-journal
| MD5 | e23b204179aa2e74db81eaeb533a878a |
| SHA1 | 898fbf70ba1efcf7d12dbcfe978ca5f12286fc68 |
| SHA256 | 4f6e768e8ed8d08b68ba76a1224ab76b2b7f1eeb14980aee3b7e81fb0208c64e |
| SHA512 | 9f1cc955e7b368caae7690e3eabffa144fe254a4d0264e91c0baec6480cb56a989b85d84c7358fdd3f43606069a91fb146fbf799b34911a6be7581ff0a1a9304 |
/data/data/com.yxsqkgwvz.bfqiecahy/no_backup/androidx.work.workdb
| MD5 | 7e858c4054eb00fcddc653a04e5cd1c6 |
| SHA1 | 2e056bf31a8d78df136f02a62afeeca77f4faccf |
| SHA256 | 9010186c5c083155a45673017d1e31c2a178e63cc15a57bbffde4d1956a23dad |
| SHA512 | d0c7a120940c8e637d5566ef179d01eff88a2c2650afda69ad2a46aad76533eaace192028bba3d60407b4e34a950e7560f95d9f9b8eebe361ef62897d88b30cb |
/data/data/com.yxsqkgwvz.bfqiecahy/no_backup/androidx.work.workdb-shm
| MD5 | bb7df04e1b0a2570657527a7e108ae23 |
| SHA1 | 5188431849b4613152fd7bdba6a3ff0a4fd6424b |
| SHA256 | c35020473aed1b4642cd726cad727b63fff2824ad68cedd7ffb73c7cbd890479 |
| SHA512 | 768007e06b0cd9e62d50f458b9435c6dda0a6d272f0b15550f97c478394b743331c3a9c9236e09ab5b9cb3b423b2320a5d66eb3c7068db9ea37891ca40e47012 |
/data/data/com.yxsqkgwvz.bfqiecahy/no_backup/androidx.work.workdb-wal
| MD5 | a592ea4ffe0a5502b1651d15cbc9c250 |
| SHA1 | 41afe9847be59ef6c6b1d84e377f29610ec21238 |
| SHA256 | bbb953abb9c6bfbdb66a6727f6e773fd396ff1020c46a2ee82b5736cadfdf850 |
| SHA512 | b8a0b8b66eb56289d4ebc60d3d4d0258bfaf3c802489537a93601c6b394800a4714a175b7dc77d02a6eaf83b682d3f5ce31e73a63d536d3cb7248ebba40f443b |
/data/data/com.yxsqkgwvz.bfqiecahy/no_backup/androidx.work.workdb-wal
| MD5 | 9ae9c94562e17dedc9f4b2e5765bc56f |
| SHA1 | 9d35d094d6f8969c1acd0c69fd8a538d26a4da8d |
| SHA256 | cdaea96cfaea990e5cd2dbb6b7f651a0ccf9bd2044b57dbe96a16955c7cb495d |
| SHA512 | aca9cd99956ae4698e58f187c830d7961382c585a1d4ac5e8b9332d1753ae16b4e7ab406c0cec873b1d4653028ff3bafd17ad3019c4dc74b04946fddcc31e6c6 |
/data/data/com.yxsqkgwvz.bfqiecahy/no_backup/androidx.work.workdb-wal
| MD5 | be39813d5f8fb12963e66b2dcd063f44 |
| SHA1 | 5a74800d2ec346ecb51ca01d8c4f52368e7a82f5 |
| SHA256 | f7ea47f7c7813002d6bed570e32e2439ca30fa9b26d7061c5b22c843bde195f5 |
| SHA512 | 93b6288076af887c3e7b5923fc019c4887e72243c1a5912b0406b4f765f7e2a90f2655ef1962ec030d5bb7cb1337a627109ec80ddb68e8c916582d2005ce9cbe |