Malware Analysis Report

2025-01-19 05:47

Sample ID 241215-cll5bs1may
Target 2da377529967c57cf738206ad5a1414485658daf7c26e66a6c474b165442f1b6.apk
SHA256 2da377529967c57cf738206ad5a1414485658daf7c26e66a6c474b165442f1b6
Tags
hook collection credential_access discovery evasion execution impact infostealer persistence rat trojan
score
10/10

Table of Contents

Analysis Overview

MITRE ATT&CK

Mobile Matrix V15

Analysis: static1

Detonation Overview

Signatures

Analysis: behavioral1

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral2

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral3

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis Overview

score
10/10

SHA256

2da377529967c57cf738206ad5a1414485658daf7c26e66a6c474b165442f1b6

Threat Level: Known bad

The file 2da377529967c57cf738206ad5a1414485658daf7c26e66a6c474b165442f1b6.apk was found to be: Known bad.

Malicious Activity Summary

hook collection credential_access discovery evasion execution impact infostealer persistence rat trojan

Hook family

Hook

Makes use of the framework's Accessibility service

Queries information about running processes on the device

Queries the phone number (MSISDN for GSM devices)

Loads dropped Dex/Jar

Obtains sensitive information copied to the device clipboard

Performs UI accessibility actions on behalf of the user

Requests dangerous framework permissions

Attempts to obfuscate APK file format

Declares broadcast receivers with permission to handle system events

Acquires the wake lock

Queries the mobile country code (MCC)

Queries information about the current Wi-Fi connection

Makes use of the framework's foreground persistence service

Declares services with permission to bind to the system

Reads information about phone network operator.

Schedules tasks to execute at a specified time

Registers a broadcast receiver at runtime (usually for listening for system events)

Uses Crypto APIs (Might try to encrypt user data)

Checks CPU information

Checks memory information

MITRE ATT&CK

Analysis: static1

Detonation Overview

Reported

2024-12-15 02:09

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-12-15 02:09

Reported

2024-12-15 02:12

Platform

android-x86-arm-20240624-en

Max time kernel

26s

Max time network

131s

Command Line

com.ygkaxidkh.ffldaorgq

Signatures

Hook

rat trojan infostealer hook

Hook family

hook

Loads dropped Dex/Jar

evasion
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

collection evasion credential_access
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

discovery
Description Indicator Process Target
Framework service call android.app.IActivityManager.getRunningAppProcesses N/A N/A

Queries the phone number (MSISDN for GSM devices)

discovery

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

evasion persistence
Description Indicator Process Target
Framework service call android.app.IActivityManager.setServiceForeground N/A N/A

Performs UI accessibility actions on behalf of the user

evasion
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

discovery
Description Indicator Process Target
Framework service call android.net.wifi.IWifiManager.getConnectionInfo N/A N/A

Queries the mobile country code (MCC)

discovery
Description Indicator Process Target
Framework service call com.android.internal.telephony.ITelephony.getNetworkCountryIsoForPhone N/A N/A

Reads information about phone network operator.

discovery

Registers a broadcast receiver at runtime (usually for listening for system events)

persistence
Description Indicator Process Target
Framework service call android.app.IActivityManager.registerReceiver N/A N/A

Schedules tasks to execute at a specified time

execution persistence
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)

impact
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 142.250.200.46: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 rocketstylebuildinftoday.xyz udp
GB 216.58.201.106:443 semanticlocation-pa.googleapis.com tcp
US 1.1.1.1:53 rocketstylebuildinftoday.icu udp
US 1.1.1.1:53 rocketstylebuildinftoday.live udp
SG 45.77.249.79: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
SG 45.77.249.79: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 a640d38256e254ca5e636c1b2cf93c4b
SHA1 1a2696cc7bc14d4e26aef2191349de0f2c4f28c2
SHA256 6cd5ee467053300dad2bb29f6e8d4ac37a5c1edd9eb2ba3828c9f614911c1b68
SHA512 3e72469b036e9d6d2e0fb17dfff3f956ed70a26dc20db406ef5d048db7024a461eb63e254582b05c968e9f2e4684e54068d6c08c7ecd2e8d46643058b7bb5774

/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 02a006abc8c86c36d0f8ec835163fde0
SHA1 62ba12fe777be7c63bf41371dd627606a566c7e0
SHA256 d4921eb0354a96d763d8a1b8c9eac013f48c1e9493f63c0c580f7867e3f5d129
SHA512 5e272020e08e6a1159dfc0c96478e9622763d85cc386f0eb867bb7cf76f119fda01dd7110076d02e8c5c52fd8278de4917e3f6c7034f77cc76ef49e7f7ab2b2f

/data/data/com.ygkaxidkh.ffldaorgq/no_backup/androidx.work.workdb-wal

MD5 aece9b29a2bc46271119e6041239a312
SHA1 f9a144050526f67e731534a7a9526101ee10083e
SHA256 91ec92cf84bcff9a016eb960976ea5c192fd8509e5896e3bc72fac66ce578bd0
SHA512 21fe53995a272f6cf80b333995ead7cd6c56b7cf0fe84b0ba8cf31c0d70ea157ca050ef7019c06eae8c8a335b9db5fc93a73b11e86570645ae41209e46457d39

/data/data/com.ygkaxidkh.ffldaorgq/no_backup/androidx.work.workdb-wal

MD5 5e4a727a8d890ac7bdfc5fa9652cf4ce
SHA1 3a51fb00f2f29d2c91ab19f8456f557a052ee003
SHA256 a863cff362aa768073fe67f1ef0e6e9160022f006d2df84b2d8e682f938b7a03
SHA512 06c2984f2bbca2fb296a0960d58c41c876b043498acfa52ee22f6f9338a1641db7b3b58f881843e561b03e91f62d2188916846307054149f33c68755eaabc89d

Analysis: behavioral2

Detonation Overview

Submitted

2024-12-15 02:09

Reported

2024-12-15 02:12

Platform

android-x64-20240624-en

Max time kernel

24s

Max time network

155s

Command Line

com.ygkaxidkh.ffldaorgq

Signatures

Hook

rat trojan infostealer hook

Hook family

hook

Loads dropped Dex/Jar

evasion
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

collection evasion credential_access
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

collection credential_access impact
Description Indicator Process Target
Framework service call android.content.IClipboard.addPrimaryClipChangedListener N/A N/A

Queries information about running processes on the device

discovery
Description Indicator Process Target
Framework service call android.app.IActivityManager.getRunningAppProcesses N/A N/A

Queries the phone number (MSISDN for GSM devices)

discovery

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

evasion persistence
Description Indicator Process Target
Framework service call android.app.IActivityManager.setServiceForeground N/A N/A

Performs UI accessibility actions on behalf of the user

evasion
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

discovery
Description Indicator Process Target
Framework service call android.net.wifi.IWifiManager.getConnectionInfo N/A N/A

Queries the mobile country code (MCC)

discovery
Description Indicator Process Target
Framework service call com.android.internal.telephony.ITelephony.getNetworkCountryIsoForPhone N/A N/A

Reads information about phone network operator.

discovery

Registers a broadcast receiver at runtime (usually for listening for system events)

persistence
Description Indicator Process Target
Framework service call android.app.IActivityManager.registerReceiver N/A N/A

Schedules tasks to execute at a specified time

execution persistence
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)

impact
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 142.250.180.8:443 ssl.google-analytics.com tcp
US 1.1.1.1:53 rocketstylebuildinftoday.online udp
GB 142.250.187.206:443 tcp
US 1.1.1.1:53 android.apis.google.com udp
GB 142.250.179.238: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
SG 45.77.249.79: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
GB 216.58.201.100:443 tcp
GB 216.58.201.100:443 tcp
NL 178.62.201.34:80 rocketstylebuildinftoday.shop tcp
GB 172.217.16.238:443 tcp
GB 216.58.201.98:443 tcp
SG 45.77.249.79: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 61bd5e5e998938e0c2e94c20e0e42ba7
SHA1 84bd3d998ea072fb69fc586c2333aec27168056e
SHA256 9b26bef011118383c44551383184cfd27b5210124d7aec98a00e439e20071ecb
SHA512 ab4435fd2a1ef0857bd33d6ccd5a6e1ecadc132382e34f37bb07855d685de04c1af317664f6ca630fbf16e41ca93bb5afe7bed33d579b730f04baaf9e6abcf26

/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 1ed56c4e8c24b1dee133146953bb7c84
SHA1 2e277cfe8d578416c494d0105c1987e6f3ef607b
SHA256 c17605230fecf95c00fb7043de5b2a9b42006a523cc76ad63b3658019dc9c0b7
SHA512 61d48bef71b3071bab2e7a8240a9f4ac49b72bba33784373e1499f668a51fb11c298a0930388d9d9734de406a1ba47968c4f4f46b1f7ab133c56a42c9264ad85

/data/data/com.ygkaxidkh.ffldaorgq/no_backup/androidx.work.workdb-wal

MD5 a2b0ab22701d31e6e328215ffd4d6042
SHA1 e0bf2a37d614370348f8179deb932625c2ea05f4
SHA256 9d91967105850f8058d6822865d324ed2fd4a720d13095c079ad6efaa7c9c200
SHA512 3950fc95664135b7da56c7e3f13cc437d62b310d3f30b6edd15848f0ae4fcd64b40a292d9f3ca14a3989085f5f12dc0cd9d464812964c58484720fb654f84bec

/data/data/com.ygkaxidkh.ffldaorgq/no_backup/androidx.work.workdb-wal

MD5 514a681ed444d50b63f563937dfd860f
SHA1 ab839e0123d0f3a29104eaa5c72d63d364c865a3
SHA256 aeeacbdb3ec0dc4401ed6ff4e5dd89f02d54cd3a35acb4ec8def4bde7af79010
SHA512 09c74b09d1830853f3b223fa536272b1d4a43ef1bb5b480b7b3465e9b8897f352ed4d377c7434acaa1f9da64cd1c7c04a04bb38def1b315e150a8c8b2e672f8d

Analysis: behavioral3

Detonation Overview

Submitted

2024-12-15 02:09

Reported

2024-12-15 02:12

Platform

android-x64-arm64-20240910-en

Max time kernel

18s

Max time network

151s

Command Line

com.ygkaxidkh.ffldaorgq

Signatures

Hook

rat trojan infostealer hook

Hook family

hook

Loads dropped Dex/Jar

evasion
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

collection evasion credential_access
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

collection credential_access impact
Description Indicator Process Target
Framework service call android.content.IClipboard.addPrimaryClipChangedListener N/A N/A

Queries information about running processes on the device

discovery
Description Indicator Process Target
Framework service call android.app.IActivityManager.getRunningAppProcesses N/A N/A

Queries the phone number (MSISDN for GSM devices)

discovery

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

evasion persistence
Description Indicator Process Target
Framework service call android.app.IActivityManager.setServiceForeground N/A N/A

Performs UI accessibility actions on behalf of the user

evasion
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

discovery
Description Indicator Process Target
Framework service call android.net.wifi.IWifiManager.getConnectionInfo N/A N/A

Reads information about phone network operator.

discovery

Schedules tasks to execute at a specified time

execution persistence
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)

impact
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 216.58.201.110:443 tcp
US 1.1.1.1:53 android.apis.google.com udp
US 1.1.1.1:53 www.youtube.com udp
GB 216.58.204.78:443 www.youtube.com tcp
GB 172.217.169.14:443 www.youtube.com udp
GB 172.217.169.14:443 www.youtube.com tcp
GB 216.58.204.78:443 www.youtube.com tcp
US 216.239.32.223:443 tcp
US 1.1.1.1:53 rocketstylebuildinftoday.online 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.xyz udp
US 1.1.1.1:53 rocketstylebuildinftoday.icu udp
US 1.1.1.1:53 rocketstylebuildinftoday.live udp
SG 45.77.249.79: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
SG 45.77.249.79:80 rocketstylebuildinftoday.shop tcp
SG 45.77.249.79:80 rocketstylebuildinftoday.shop tcp
SG 45.77.249.79:80 rocketstylebuildinftoday.shop tcp
GB 172.217.169.78:443 tcp
GB 172.217.169.33:443 tcp
GB 142.250.200.1:443 tcp
US 216.239.32.223:443 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 b30ff6bf2d73e66f34b2db2d0e8f7b6e
SHA1 df79d62e0182e92cf2d6be9dfcc4602b1bc2767c
SHA256 0f145c88bbc9486501c6c05dfc4dc9549124cf70e7da6489e26bd3815e2932be
SHA512 9bc9828f44cfe8f2fcd4c174195f4d8db11b505f982349bfc550a2d1e7d941fe7147cd1570e8a02de139143650f45d29b08c8d208fee719bc4eb06b03a9af3f5

/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 fc8eea20a126cfca2cde201d6d8cf373
SHA1 c4b8fef3e588b3cc4199dfd5f396cd47415da78a
SHA256 d87db300736b6f232e54cf2aca6596c75e1f8ddc9fea9bbe31f3e2b148545f67
SHA512 1ce53528bdff518efcc25b5c41e4b3239df8925653ae2cf6d3930b6c068429d42830cc94773341feadcb982a56c52ea707c94a3697706921ab50db4589a85eaa

/data/user/0/com.ygkaxidkh.ffldaorgq/no_backup/androidx.work.workdb-wal

MD5 650d0d4bdce34b3d22d9ed9a3f8a00a1
SHA1 d773444b91c6139a205ae4056192f8d9ba2eb554
SHA256 b048333248d894ce5b8e35ee562aa5749ed8dbec3e6e5b9ad62d84696c0e09af
SHA512 32792e63ea86e94519acec2ffac33ac18ce0b913d7913c24e00b8bce90e81714b9476542777714a5c1df4ebe25811e5536a3979f8ad4cbb8e63909dcc7dccb25

/data/user/0/com.ygkaxidkh.ffldaorgq/no_backup/androidx.work.workdb-wal

MD5 6574223803440a4322dc049f76f4daae
SHA1 62196018c1da3dfae39eace8e24d0df71ed5e3e3
SHA256 e28e9db01507ce38a395da9a2cfca676330d0c2805f2683b3f4acdebaf6109df
SHA512 53d6e1d5aa39a19a60bf7990752cb03b741f72582aa7ab563cbced730fbf9155aad1f541cbac02a4f335bd200d2be94c33acbc06b8be74b5c0fcac86eebcaa9b