Analysis Overview
SHA256
2da377529967c57cf738206ad5a1414485658daf7c26e66a6c474b165442f1b6
Threat Level: Known bad
The file com.ygkaxidkh.ffldaorgq.apk was found to be: Known bad.
Malicious Activity Summary
Hook family
Hook
Obtains sensitive information copied to the device clipboard
Loads dropped Dex/Jar
Queries information about running processes on the device
Makes use of the framework's Accessibility service
Queries the phone number (MSISDN for GSM devices)
Attempts to obfuscate APK file format
Declares services with permission to bind to the system
Performs UI accessibility actions on behalf of the user
Queries the mobile country code (MCC)
Makes use of the framework's foreground persistence service
Requests dangerous framework permissions
Declares broadcast receivers with permission to handle system events
Queries information about the current Wi-Fi connection
Reads information about phone network operator.
Acquires the wake lock
Registers a broadcast receiver at runtime (usually for listening for system events)
Uses Crypto APIs (Might try to encrypt user data)
Schedules tasks to execute at a specified time
Checks CPU information
Checks memory information
MITRE ATT&CK
Analysis: static1
Detonation Overview
Reported
2024-12-16 12:15
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: behavioral3
Detonation Overview
Submitted
2024-12-16 12:15
Reported
2024-12-16 12:18
Platform
android-x64-arm64-20240624-en
Max time kernel
22s
Max time network
134s
Command Line
Signatures
Hook
Hook family
Loads dropped Dex/Jar
| Description | Indicator | Process | Target |
| N/A | /data/user/0/com.ygkaxidkh.ffldaorgq/app_dex/classes.dex | N/A | N/A |
| N/A | /data/user/0/com.ygkaxidkh.ffldaorgq/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 |
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.ygkaxidkh.ffldaorgq
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 | 172.217.16.238:443 | android.apis.google.com | tcp |
| US | 1.1.1.1:53 | ssl.google-analytics.com | udp |
| GB | 216.58.201.104:443 | ssl.google-analytics.com | tcp |
| US | 1.1.1.1:53 | rocketstylebuildinftoday.online | udp |
| US | 1.1.1.1:53 | rocketstylebuildinftoday.xyz | udp |
| US | 1.1.1.1:53 | rocketstylebuildinftoday.icu | udp |
| US | 1.1.1.1:53 | rocketstylebuildinftoday.live | udp |
| NL | 178.62.201.34:80 | rocketstylebuildinftoday.live | tcp |
| US | 1.1.1.1:53 | rocketstylebuildinftoday.shop | udp |
| SG | 45.77.249.79:80 | rocketstylebuildinftoday.shop | tcp |
| SG | 45.77.249.79:80 | rocketstylebuildinftoday.shop | tcp |
| GB | 142.250.187.196:443 | tcp | |
| GB | 142.250.187.196:443 | tcp | |
| SG | 45.77.249.79:80 | rocketstylebuildinftoday.shop | tcp |
| NL | 178.62.201.34:80 | rocketstylebuildinftoday.shop | tcp |
Files
/data/user/0/com.ygkaxidkh.ffldaorgq/cache/classes.zip
| MD5 | 8d6918c1f9765d4336e429c8841de7bc |
| SHA1 | a66e74297ba0f5ab1a9c8be19b2f112660336b77 |
| SHA256 | 5573a9c320c20a51fb4431999efd0b937b3ea8daa1c98c4b21be87f71a2a9a31 |
| SHA512 | bdd2a3376f6b4626ebaab50f61da77e6881e1f1548afb4c7e49bd8dad475b8b9675ffe9d3182a66e05ad7bad0e198950983a50434ad2d0e7d591c3a51b4b2897 |
/data/user/0/com.ygkaxidkh.ffldaorgq/cache/classes.dex
| MD5 | 5ea9b6336fb131fdae456fb6601d2eae |
| SHA1 | 1f6478804f427703db8fce112b02ecaf8d64499c |
| SHA256 | 62aaeb31eeaaef03a9c60c2b97d3190baadba125919e337fe1dd6a75432d6e9a |
| SHA512 | 1bf6daa3ac921f86ae75505963e3d4dc9ea312ddccdb5caf0dc4b9965d449263d1f84cbbc68397d362a71ed931b7fda8360d5afd1271b1b26e782dadf1dfa5fc |
/data/user/0/com.ygkaxidkh.ffldaorgq/app_dex/classes.dex
| MD5 | 44723267c98402b080805eaac5c75a44 |
| SHA1 | 7be7566788529318eeee233078e881f7616ca414 |
| SHA256 | 4a22f11437441381266c2fd88b640502a3ee25415983a16c8eab1eab326fa272 |
| SHA512 | da8ac124a46d08eb8bb88eedc1f83e586c93c8ffeab07467260d07429cafb8b0b4a42e068e2c6170d6f252116866e8048e4920ceeee9c032ac751cf1d720c9ae |
/data/user/0/com.ygkaxidkh.ffldaorgq/no_backup/androidx.work.workdb-journal
| MD5 | d12ec804fe93ad2f893000a793e373d4 |
| SHA1 | 325644ed1868c449e9927708e06a477be30c2b62 |
| SHA256 | 8870343416559cedfb93e57fe2adacaa26b4b62d448fb546ec974abc7950b623 |
| SHA512 | 1226fb57901fe826e045e205e09fc91c66a261c7d3bf1a1a419067e8377e7caf0a66a66cd34cf88ce06267586b3448a3453961722d3d9fbdccf9f1c02ebccb95 |
/data/user/0/com.ygkaxidkh.ffldaorgq/no_backup/androidx.work.workdb
| MD5 | 7e858c4054eb00fcddc653a04e5cd1c6 |
| SHA1 | 2e056bf31a8d78df136f02a62afeeca77f4faccf |
| SHA256 | 9010186c5c083155a45673017d1e31c2a178e63cc15a57bbffde4d1956a23dad |
| SHA512 | d0c7a120940c8e637d5566ef179d01eff88a2c2650afda69ad2a46aad76533eaace192028bba3d60407b4e34a950e7560f95d9f9b8eebe361ef62897d88b30cb |
/data/user/0/com.ygkaxidkh.ffldaorgq/no_backup/androidx.work.workdb-shm
| MD5 | bb7df04e1b0a2570657527a7e108ae23 |
| SHA1 | 5188431849b4613152fd7bdba6a3ff0a4fd6424b |
| SHA256 | c35020473aed1b4642cd726cad727b63fff2824ad68cedd7ffb73c7cbd890479 |
| SHA512 | 768007e06b0cd9e62d50f458b9435c6dda0a6d272f0b15550f97c478394b743331c3a9c9236e09ab5b9cb3b423b2320a5d66eb3c7068db9ea37891ca40e47012 |
/data/user/0/com.ygkaxidkh.ffldaorgq/no_backup/androidx.work.workdb-wal
| MD5 | d6ec074f3c226fb535b747e212cbd77c |
| SHA1 | ffe420b7ca55930874e7639e8007d545ad74e6ec |
| SHA256 | 70e2ce8b2238b4f3ebe56a0cfda904141b591ed3d47f1bb901b450cabb0ed550 |
| SHA512 | 8b4d43fd166f0efcf5d0b4e606009b9dd429bdc9e1d107b395ebf38ef5781f35bdcfb22395f245056734bb7c75adfd36f7edb097e59780a5f6e105a8c5942522 |
/data/user/0/com.ygkaxidkh.ffldaorgq/no_backup/androidx.work.workdb-wal
| MD5 | 0fa14692b15bad8149e59a8e391eb6d1 |
| SHA1 | 9de4c250ef1fe3b57d9767dabd2658da99abe423 |
| SHA256 | a2e032b86f279ea3aa75f9cf67bf53b96dcd4b7421a6594a0c3215d52e7ba972 |
| SHA512 | 18e46c957dabd7d9915662c879039d0af6f0f6b83c26d53d95fe8146dd6ad8acfc91d9d1b8c9c66cf233e36e988ff450e5ccd91b0b97d9cf248c93684e4a60ca |
/data/user/0/com.ygkaxidkh.ffldaorgq/no_backup/androidx.work.workdb-wal
| MD5 | 06ac9347c98571f9bb1b51d33e56e7b8 |
| SHA1 | 312461e2176195790116aa789ca9f4a4078a0a1a |
| SHA256 | 9c12f06cbbd4fe63670955aa7f003bb7dd0643ebfd593bafafe2a1a338cc116d |
| SHA512 | 522374fd53d4cb5dc6d4b3e78597a2d93845ebbf3f6d494c0613e89879a858d6e0d426c9af72a9e4b4738eb005545ebeb471f5b9430954130b8b004013bda585 |
Analysis: behavioral1
Detonation Overview
Submitted
2024-12-16 12:15
Reported
2024-12-16 12:18
Platform
android-x86-arm-20240624-en
Max time kernel
25s
Max time network
131s
Command Line
Signatures
Hook
Hook family
Loads dropped Dex/Jar
| Description | Indicator | Process | Target |
| N/A | /data/user/0/com.ygkaxidkh.ffldaorgq/app_dex/classes.dex | N/A | N/A |
| N/A | /data/user/0/com.ygkaxidkh.ffldaorgq/app_dex/classes.dex | N/A | N/A |
| N/A | /data/user/0/com.ygkaxidkh.ffldaorgq/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 |
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.ygkaxidkh.ffldaorgq
/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.ygkaxidkh.ffldaorgq/app_dex/classes.dex --output-vdex-fd=41 --oat-fd=42 --oat-location=/data/user/0/com.ygkaxidkh.ffldaorgq/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 | |
| US | 1.1.1.1:53 | semanticlocation-pa.googleapis.com | udp |
| US | 1.1.1.1:53 | rocketstylebuildinftoday.online | udp |
| GB | 216.58.204.78:443 | tcp | |
| US | 1.1.1.1:53 | android.apis.google.com | udp |
| GB | 216.58.204.78:443 | android.apis.google.com | tcp |
| US | 1.1.1.1:53 | rocketstylebuildinftoday.xyz | udp |
| US | 1.1.1.1:53 | rocketstylebuildinftoday.icu | udp |
| US | 1.1.1.1:53 | rocketstylebuildinftoday.live | udp |
| US | 104.131.68.180:80 | rocketstylebuildinftoday.live | tcp |
| US | 1.1.1.1:53 | rocketstylebuildinftoday.shop | udp |
| NL | 178.62.201.34:80 | rocketstylebuildinftoday.shop | tcp |
| NL | 178.62.201.34:80 | rocketstylebuildinftoday.shop | tcp |
| NL | 178.62.201.34:80 | rocketstylebuildinftoday.shop | tcp |
| US | 104.131.68.180:80 | rocketstylebuildinftoday.shop | tcp |
Files
/data/data/com.ygkaxidkh.ffldaorgq/cache/classes.zip
| MD5 | 8d6918c1f9765d4336e429c8841de7bc |
| SHA1 | a66e74297ba0f5ab1a9c8be19b2f112660336b77 |
| SHA256 | 5573a9c320c20a51fb4431999efd0b937b3ea8daa1c98c4b21be87f71a2a9a31 |
| SHA512 | bdd2a3376f6b4626ebaab50f61da77e6881e1f1548afb4c7e49bd8dad475b8b9675ffe9d3182a66e05ad7bad0e198950983a50434ad2d0e7d591c3a51b4b2897 |
/data/data/com.ygkaxidkh.ffldaorgq/cache/classes.dex
| MD5 | 5ea9b6336fb131fdae456fb6601d2eae |
| SHA1 | 1f6478804f427703db8fce112b02ecaf8d64499c |
| SHA256 | 62aaeb31eeaaef03a9c60c2b97d3190baadba125919e337fe1dd6a75432d6e9a |
| SHA512 | 1bf6daa3ac921f86ae75505963e3d4dc9ea312ddccdb5caf0dc4b9965d449263d1f84cbbc68397d362a71ed931b7fda8360d5afd1271b1b26e782dadf1dfa5fc |
/data/data/com.ygkaxidkh.ffldaorgq/app_dex/classes.dex
| MD5 | 44723267c98402b080805eaac5c75a44 |
| SHA1 | 7be7566788529318eeee233078e881f7616ca414 |
| SHA256 | 4a22f11437441381266c2fd88b640502a3ee25415983a16c8eab1eab326fa272 |
| SHA512 | da8ac124a46d08eb8bb88eedc1f83e586c93c8ffeab07467260d07429cafb8b0b4a42e068e2c6170d6f252116866e8048e4920ceeee9c032ac751cf1d720c9ae |
/data/user/0/com.ygkaxidkh.ffldaorgq/app_dex/classes.dex
| MD5 | 28a8307458132e752ec9ce8f8d9297be |
| SHA1 | 821ac94bef3ba258f681428fdf6bf17c8f37d73e |
| SHA256 | c0d8414d2795ad75df3215aa88e09bbc6b2a3e041fea168e9d6376a7b48c5608 |
| SHA512 | 411c46b1c3b9a7405f40e0aa5decd099cc130d10d89bdd48fda3decc8e3b9c41e3dc8b1ccbb38f3699493a86daebcfeec85286efae17742c5f5bc480509ed3d6 |
/data/data/com.ygkaxidkh.ffldaorgq/no_backup/androidx.work.workdb-journal
| MD5 | 02180d7ffc5893dd8939dbc6e9a30d26 |
| SHA1 | 54161144f735f28f477a702c953e9811b796b7d3 |
| SHA256 | a22f80400884ce7aef7dc5637f21e6e39010e28b808fbee7e4c0fac594b1e604 |
| SHA512 | e56761d1ed1ad965a8b0062c85ea9931637f7b50d0742f9d5b07fa397c4a823162ed39d7922c492275bad0086b5c5d8ebf1d6fb34d4966a7c27905f5b58b6b10 |
/data/data/com.ygkaxidkh.ffldaorgq/no_backup/androidx.work.workdb
| MD5 | f2b4b0190b9f384ca885f0c8c9b14700 |
| SHA1 | 934ff2646757b5b6e7f20f6a0aa76c7f995d9361 |
| SHA256 | 0a8ffb6b327963558716e87db8946016d143e39f895fa1b43e95ba7032ce2514 |
| SHA512 | ec12685fc0d60526eed4d38820aad95611f3e93ae372be5a57142d8e8a1ba17e6e5dfe381a4e1365dddc0b363c9c40daaffdc1245bd515fddac69bf1abacd7f1 |
/data/data/com.ygkaxidkh.ffldaorgq/no_backup/androidx.work.workdb-shm
| MD5 | bb7df04e1b0a2570657527a7e108ae23 |
| SHA1 | 5188431849b4613152fd7bdba6a3ff0a4fd6424b |
| SHA256 | c35020473aed1b4642cd726cad727b63fff2824ad68cedd7ffb73c7cbd890479 |
| SHA512 | 768007e06b0cd9e62d50f458b9435c6dda0a6d272f0b15550f97c478394b743331c3a9c9236e09ab5b9cb3b423b2320a5d66eb3c7068db9ea37891ca40e47012 |
/data/data/com.ygkaxidkh.ffldaorgq/no_backup/androidx.work.workdb-wal
| MD5 | c556fd87465ce213b259a7c4324d23f3 |
| SHA1 | 9ed92879a7857fddd530407f5092e8d52e84c320 |
| SHA256 | 0f9e8912d8091a0ef63574c37dfd924a2b92df742d096fe232075547ace2868a |
| SHA512 | 20093966a38299dec8580f6529a85252fb76a8c04cf7d0c2f7d4cd9f7ba832c6da05428ca967fa30b5f0df6579c1b314798f7fb9f2ce154161867d2250141718 |
/data/data/com.ygkaxidkh.ffldaorgq/no_backup/androidx.work.workdb-wal
| MD5 | 4954b5d920bea28d7516435ff086fe67 |
| SHA1 | c3897c33e268d69473ae080f62e31e819c310605 |
| SHA256 | 942dbea8748f3279f00b486cabb878ad00a9aa81f0764f7948e0cdb5a800b797 |
| SHA512 | 3be192ce06754c216c3876858074dde761248e79d0c8b0ac4a2b3f328ac67931ba92d4f4035fe0ad87878a6e4d1e8c8dc069cb4caa90686227be5b35da472883 |
/data/data/com.ygkaxidkh.ffldaorgq/no_backup/androidx.work.workdb-wal
| MD5 | 44e347856248804cf3c5af145763bafa |
| SHA1 | e9504590259e05c1a8c0e8a6ba4301a88dae67cc |
| SHA256 | 7b54eb328d52ec4f9f14c62bc73323574f34395222808cca1959de1576a0e8e8 |
| SHA512 | b26c3ca4a0a5311914305158e9a33529276a6134bff149b031abd2d5e468640585a55b895253c4fd655d31bc7ca642035f83cb7ee0dd17f07c85e65292b28479 |
Analysis: behavioral2
Detonation Overview
Submitted
2024-12-16 12:15
Reported
2024-12-16 12:18
Platform
android-x64-20240624-en
Max time kernel
22s
Max time network
157s
Command Line
Signatures
Hook
Hook family
Loads dropped Dex/Jar
| Description | Indicator | Process | Target |
| N/A | /data/user/0/com.ygkaxidkh.ffldaorgq/app_dex/classes.dex | N/A | N/A |
| N/A | /data/user/0/com.ygkaxidkh.ffldaorgq/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.ygkaxidkh.ffldaorgq
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 |
| US | 1.1.1.1:53 | rocketstylebuildinftoday.online | udp |
| US | 1.1.1.1:53 | rocketstylebuildinftoday.xyz | udp |
| GB | 142.250.187.206:443 | tcp | |
| US | 1.1.1.1:53 | android.apis.google.com | udp |
| GB | 216.58.204.78:443 | android.apis.google.com | tcp |
| US | 1.1.1.1:53 | rocketstylebuildinftoday.icu | udp |
| US | 1.1.1.1:53 | rocketstylebuildinftoday.live | udp |
| NL | 178.62.201.34:80 | rocketstylebuildinftoday.live | tcp |
| US | 1.1.1.1:53 | rocketstylebuildinftoday.shop | udp |
| US | 104.131.68.180:80 | rocketstylebuildinftoday.shop | tcp |
| US | 104.131.68.180:80 | rocketstylebuildinftoday.shop | tcp |
| US | 104.131.68.180:80 | rocketstylebuildinftoday.shop | tcp |
| GB | 142.250.180.4:443 | tcp | |
| GB | 142.250.180.4:443 | tcp | |
| NL | 178.62.201.34:80 | rocketstylebuildinftoday.shop | tcp |
Files
/data/data/com.ygkaxidkh.ffldaorgq/cache/classes.zip
| MD5 | 8d6918c1f9765d4336e429c8841de7bc |
| SHA1 | a66e74297ba0f5ab1a9c8be19b2f112660336b77 |
| SHA256 | 5573a9c320c20a51fb4431999efd0b937b3ea8daa1c98c4b21be87f71a2a9a31 |
| SHA512 | bdd2a3376f6b4626ebaab50f61da77e6881e1f1548afb4c7e49bd8dad475b8b9675ffe9d3182a66e05ad7bad0e198950983a50434ad2d0e7d591c3a51b4b2897 |
/data/data/com.ygkaxidkh.ffldaorgq/cache/classes.dex
| MD5 | 5ea9b6336fb131fdae456fb6601d2eae |
| SHA1 | 1f6478804f427703db8fce112b02ecaf8d64499c |
| SHA256 | 62aaeb31eeaaef03a9c60c2b97d3190baadba125919e337fe1dd6a75432d6e9a |
| SHA512 | 1bf6daa3ac921f86ae75505963e3d4dc9ea312ddccdb5caf0dc4b9965d449263d1f84cbbc68397d362a71ed931b7fda8360d5afd1271b1b26e782dadf1dfa5fc |
/data/data/com.ygkaxidkh.ffldaorgq/app_dex/classes.dex
| MD5 | 44723267c98402b080805eaac5c75a44 |
| SHA1 | 7be7566788529318eeee233078e881f7616ca414 |
| SHA256 | 4a22f11437441381266c2fd88b640502a3ee25415983a16c8eab1eab326fa272 |
| SHA512 | da8ac124a46d08eb8bb88eedc1f83e586c93c8ffeab07467260d07429cafb8b0b4a42e068e2c6170d6f252116866e8048e4920ceeee9c032ac751cf1d720c9ae |
/data/data/com.ygkaxidkh.ffldaorgq/no_backup/androidx.work.workdb-journal
| MD5 | 47a8f499ac0c2648cc4b8e83330ee519 |
| SHA1 | 49723ecbfb3d449777476da7c5e7ea082169f888 |
| SHA256 | cdc22410057be4c542d806348d4be34cc8bb1127c144fe4752cda293cb341f8f |
| SHA512 | 4a0b8d240f03eda8d542d62540dd9a8c7db38d6d6a24b11ff5dc1a45895938c8b05d8ff93655574e8760a689fd5eb254c63644ebde40022125ee1d19a4f41a06 |
/data/data/com.ygkaxidkh.ffldaorgq/no_backup/androidx.work.workdb
| MD5 | f2b4b0190b9f384ca885f0c8c9b14700 |
| SHA1 | 934ff2646757b5b6e7f20f6a0aa76c7f995d9361 |
| SHA256 | 0a8ffb6b327963558716e87db8946016d143e39f895fa1b43e95ba7032ce2514 |
| SHA512 | ec12685fc0d60526eed4d38820aad95611f3e93ae372be5a57142d8e8a1ba17e6e5dfe381a4e1365dddc0b363c9c40daaffdc1245bd515fddac69bf1abacd7f1 |
/data/data/com.ygkaxidkh.ffldaorgq/no_backup/androidx.work.workdb-shm
| MD5 | bb7df04e1b0a2570657527a7e108ae23 |
| SHA1 | 5188431849b4613152fd7bdba6a3ff0a4fd6424b |
| SHA256 | c35020473aed1b4642cd726cad727b63fff2824ad68cedd7ffb73c7cbd890479 |
| SHA512 | 768007e06b0cd9e62d50f458b9435c6dda0a6d272f0b15550f97c478394b743331c3a9c9236e09ab5b9cb3b423b2320a5d66eb3c7068db9ea37891ca40e47012 |
/data/data/com.ygkaxidkh.ffldaorgq/no_backup/androidx.work.workdb-wal
| MD5 | 82b82d858cda7dd69d339ba3afa4f3b6 |
| SHA1 | 32caef2971ede622b2c519243624a737541c09df |
| SHA256 | e1670b4339bf2657dfb44e6e28b6800fd76225f15c77024090d2a003be4f122e |
| SHA512 | 36f7275ffcbf737a377015ece135adb39aed297c9b00fa7fd8d020e1f93e5c5971ffd3dacc6a9bd72d5a624155f715aac5fd7028bbb3a691a3bb034da1dd783f |
/data/data/com.ygkaxidkh.ffldaorgq/no_backup/androidx.work.workdb-wal
| MD5 | e8bce7f04221a4b7ae24df428369ac7f |
| SHA1 | b0dbb10707cc58a3a21552364e150e19a7ea6dd4 |
| SHA256 | 3b80675f287fcc4bab19affbc657d1d908ce8cab0ade10e0f0a60a89918974fa |
| SHA512 | 8dec9e012546206047f68a8e1e0b94c3a149499ec6a6b8ff26724699597118d069c5b41e6efb7ae85be66cf2a6bfb9fb448846ceb913d948952d741128859265 |
/data/data/com.ygkaxidkh.ffldaorgq/no_backup/androidx.work.workdb-wal
| MD5 | af9f4dee6bb3441dac487e5c20b07b72 |
| SHA1 | cb23e01b31d322242fb79c85d6ad18976ce05646 |
| SHA256 | b5441672c4e81283b313ae73c3cae1236a49ea472606055225eaa2ea17b7ae18 |
| SHA512 | 19e48ea233020da4c2ec6f9daac3c7a6c0308200cb20f02387625bc02b20175dd90e983fddf5526404a66af26f00ab45ed703b68e2d71b76a409adb0a5f6445a |