Malware Analysis Report

2025-01-19 05:47

Sample ID 241203-1y2ybaskgq
Target 2aeaee9e0ea142d3b3deaa4adc3b8babe86b9d3fd602dc40dabd517c49d0c224.bin
SHA256 2aeaee9e0ea142d3b3deaa4adc3b8babe86b9d3fd602dc40dabd517c49d0c224
Tags
hook banker collection credential_access discovery evasion execution impact infostealer persistence rat stealth 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

2aeaee9e0ea142d3b3deaa4adc3b8babe86b9d3fd602dc40dabd517c49d0c224

Threat Level: Known bad

The file 2aeaee9e0ea142d3b3deaa4adc3b8babe86b9d3fd602dc40dabd517c49d0c224.bin was found to be: Known bad.

Malicious Activity Summary

hook banker collection credential_access discovery evasion execution impact infostealer persistence rat stealth trojan

Hook family

Hook

Removes its main activity from the application launcher

Queries a list of all the installed applications on the device (Might be used in an attempt to overlay legitimate apps)

Queries information about running processes on the device

Obtains sensitive information copied to the device clipboard

Queries the phone number (MSISDN for GSM devices)

Makes use of the framework's Accessibility service

Loads dropped Dex/Jar

Performs UI accessibility actions on behalf of the user

Makes use of the framework's foreground persistence service

Attempts to obfuscate APK file format

Declares services with permission to bind to the system

Requests accessing notifications (often used to intercept notifications before users become aware).

Requests disabling of battery optimizations (often used to enable hiding in the background).

Queries information about the current Wi-Fi connection

Acquires the wake lock

Declares broadcast receivers with permission to handle system events

Requests dangerous framework permissions

Reads information about phone network operator.

Queries the mobile country code (MCC)

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

Schedules tasks to execute at a specified time

Uses Crypto APIs (Might try to encrypt user data)

Checks memory information

Checks CPU information

MITRE ATT&CK

Analysis: static1

Detonation Overview

Reported

2024-12-03 22:04

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-03 22:04

Reported

2024-12-03 22:07

Platform

android-x86-arm-20240624-en

Max time kernel

39s

Max time network

159s

Command Line

com.qlqwkgtby.fyytosfbe

Signatures

Hook

rat trojan infostealer hook

Hook family

hook

Removes its main activity from the application launcher

stealth trojan evasion
Description Indicator Process Target
N/A N/A N/A N/A
N/A N/A N/A N/A

Loads dropped Dex/Jar

evasion
Description Indicator Process Target
N/A /data/user/0/com.qlqwkgtby.fyytosfbe/app_dex/classes.dex N/A N/A
N/A /data/user/0/com.qlqwkgtby.fyytosfbe/app_dex/classes.dex N/A N/A
N/A /data/user/0/com.qlqwkgtby.fyytosfbe/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 a list of all the installed applications on the device (Might be used in an attempt to overlay legitimate apps)

banker discovery

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
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

Requests accessing notifications (often used to intercept notifications before users become aware).

collection credential_access
Description Indicator Process Target
Intent action android.settings.ACTION_NOTIFICATION_LISTENER_SETTINGS N/A N/A

Requests disabling of battery optimizations (often used to enable hiding in the background).

evasion
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)

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

Processes

com.qlqwkgtby.fyytosfbe

/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.qlqwkgtby.fyytosfbe/app_dex/classes.dex --output-vdex-fd=41 --oat-fd=42 --oat-location=/data/user/0/com.qlqwkgtby.fyytosfbe/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
GB 216.58.204.78:443 tcp
US 1.1.1.1:53 android.apis.google.com udp
GB 142.250.200.46:443 android.apis.google.com tcp
RU 92.255.57.103:80 92.255.57.103 tcp
RU 92.255.57.103:80 92.255.57.103 tcp
RU 92.255.57.103:80 92.255.57.103 tcp
RU 92.255.57.103:80 92.255.57.103 tcp
RU 92.255.57.103:80 92.255.57.103 tcp
RU 92.255.57.103:80 92.255.57.103 tcp
US 1.1.1.1:53 www.google.com udp
GB 142.250.200.4:443 www.google.com tcp
US 1.1.1.1:53 update.googleapis.com udp
GB 172.217.169.3:443 update.googleapis.com tcp
RU 92.255.57.103:80 92.255.57.103 tcp
RU 92.255.57.103:80 92.255.57.103 tcp
RU 92.255.57.103:80 92.255.57.103 tcp
RU 92.255.57.103:80 92.255.57.103 tcp
RU 92.255.57.103:80 92.255.57.103 tcp

Files

/data/data/com.qlqwkgtby.fyytosfbe/cache/classes.zip

MD5 cf5d7d4fbb964968f10083490214d858
SHA1 2cd61ab920648146cbea69a29e30fe3788fd32ce
SHA256 aa9c059cf742dbcf759194b62c3bfa854352fceb4575e02554df6cd09e38dc24
SHA512 49064605397a62812c749ef8b8fa7ace528ce3000afca6bae2252cb3b2c5085f574ba22218af96b78364a244580df648c1b0150eff64a22664bc350273963193

/data/data/com.qlqwkgtby.fyytosfbe/cache/classes.dex

MD5 ee4c3c05e2120d3c6165f98ccc0a9308
SHA1 646efb4b5122b595910d04e7102f86898b8766ca
SHA256 db4fa10794f9e3b6cc9cbb2e335897d9a97b831607c05de244ffd6c6d327d553
SHA512 cac1ab0b76a8156c81453352bc9ea20dbe7a954deb6dc6a3bcdc585d00b3ba59155aa0bd3990b170a57501fad2e5c6157e71f9e0a23334bf1e3469a94b64f79d

/data/data/com.qlqwkgtby.fyytosfbe/app_dex/classes.dex

MD5 f1a182ad315b028cf34884569f68d79a
SHA1 a216324eb31013c6a56a1ef297fcd5c6b2fc68e2
SHA256 232bcadb8d12d29bbc1f176790de32afc957347fa7f9a55f274ef97792863864
SHA512 f2837e47ece07fb3319c60b344c4f4dc46f1793adab9578ac8bc5797b4488da3191ced289108c002e970964f18c38f4f43443fbd6f292401704483cce0b4741d

/data/user/0/com.qlqwkgtby.fyytosfbe/app_dex/classes.dex

MD5 526bc76afb1f6545876fa01fb73e1625
SHA1 a144506ed1280aa5f32672c2a79fe1c1860f7492
SHA256 a4a10ddb808fbccdddfb19405077aecaa0139dcfeaed3a4873ae6f71a985f64c
SHA512 da83221153f1b2e241d15470b643f60a39aeae699e7b68111e6298e9d47f8d1bfdc00137bce4e3fed7d35d805966a1cbfeb9b9fda1c10b5a5a8fb4283227d1f6

/data/data/com.qlqwkgtby.fyytosfbe/no_backup/androidx.work.workdb-journal

MD5 3fda2df544b00885c31677ed5a5207ef
SHA1 7bfe014a807759be607b9bd75228b8719918d7cf
SHA256 05676f6aed2ff0ee9197dbe0209d1fd6a48a2cb8d6f88b40f3e1047ae8e53335
SHA512 5d8673737013b14ba68a6f5e9fb83c00f9dc4eb44fd354d656ff66fcbe576e0ebb788824019b82af171e6546e6e817cef8d2889adffb611db3e966d5326da4cb

/data/data/com.qlqwkgtby.fyytosfbe/no_backup/androidx.work.workdb

MD5 f2b4b0190b9f384ca885f0c8c9b14700
SHA1 934ff2646757b5b6e7f20f6a0aa76c7f995d9361
SHA256 0a8ffb6b327963558716e87db8946016d143e39f895fa1b43e95ba7032ce2514
SHA512 ec12685fc0d60526eed4d38820aad95611f3e93ae372be5a57142d8e8a1ba17e6e5dfe381a4e1365dddc0b363c9c40daaffdc1245bd515fddac69bf1abacd7f1

/data/data/com.qlqwkgtby.fyytosfbe/no_backup/androidx.work.workdb-shm

MD5 bb7df04e1b0a2570657527a7e108ae23
SHA1 5188431849b4613152fd7bdba6a3ff0a4fd6424b
SHA256 c35020473aed1b4642cd726cad727b63fff2824ad68cedd7ffb73c7cbd890479
SHA512 768007e06b0cd9e62d50f458b9435c6dda0a6d272f0b15550f97c478394b743331c3a9c9236e09ab5b9cb3b423b2320a5d66eb3c7068db9ea37891ca40e47012

/data/data/com.qlqwkgtby.fyytosfbe/no_backup/androidx.work.workdb-wal

MD5 aeda641c91273cea700e2d280e0fb3ee
SHA1 96b5191ad18c9605df0fc59ec550b85326998db0
SHA256 4ffbd6e5431aefbf28c07b23785f2669735389e4d8017bcb87ece4f486039522
SHA512 e846d28c533877d7de07df5907614a56757453aaea5d333b252739a3bc4f37cfa80db2e2b440864cf5dd5eff83e3dac425304cee6e2134e759cc2348e861ff08

/data/data/com.qlqwkgtby.fyytosfbe/no_backup/androidx.work.workdb-wal

MD5 d8d89b2cc1887dc88b126ededf2409ac
SHA1 948b3bb39d4842fcf9a77b450978b193cb641105
SHA256 45d0d57bd51e206802328cd52ddead612e85ae3b3e5e37ed759df05bfa8595a4
SHA512 90d86be97cba0666a37b4ec3e63eaba10c509c8a6f67ad5e3084d959cbb12fa5c9ecc1b59dcf3646c4f50c0ef428c943cd57b0f9efe9b9bf34273fbc734a7a0d

/data/data/com.qlqwkgtby.fyytosfbe/no_backup/androidx.work.workdb-wal

MD5 e2321935d0721a6536071eba47956e57
SHA1 508331eef5dd531e59d707e019445178cf2173c3
SHA256 e1299d108ffdf508a5f9af731d8a48f392552edf46bd823adb9168c864441b25
SHA512 1f0c20499a27502f1b9eb3caf7f4eaa734b68b68f17ecc91c06a96d5f5835bc0f9f8000016f0f86d64e2f952ecbeb26e1a156795b53816c4c6b383cfa20d47f9

Analysis: behavioral2

Detonation Overview

Submitted

2024-12-03 22:04

Reported

2024-12-03 22:07

Platform

android-x64-20240624-en

Max time kernel

148s

Max time network

157s

Command Line

com.qlqwkgtby.fyytosfbe

Signatures

Hook

rat trojan infostealer hook

Hook family

hook

Loads dropped Dex/Jar

evasion
Description Indicator Process Target
N/A /data/user/0/com.qlqwkgtby.fyytosfbe/app_dex/classes.dex N/A N/A
N/A /data/user/0/com.qlqwkgtby.fyytosfbe/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 a list of all the installed applications on the device (Might be used in an attempt to overlay legitimate apps)

banker discovery

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.qlqwkgtby.fyytosfbe

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.179.232:443 ssl.google-analytics.com tcp
RU 92.255.57.103:80 92.255.57.103 tcp
RU 92.255.57.103:80 92.255.57.103 tcp
RU 92.255.57.103:80 92.255.57.103 tcp
RU 92.255.57.103:80 92.255.57.103 tcp
GB 142.250.200.46:443 tcp
US 1.1.1.1:53 android.apis.google.com udp
GB 142.250.200.46:443 android.apis.google.com tcp
GB 216.58.213.14:443 tcp
GB 142.250.178.2:443 tcp
RU 92.255.57.103:80 92.255.57.103 tcp
GB 142.250.187.228:443 tcp
GB 142.250.187.228:443 tcp

Files

/data/data/com.qlqwkgtby.fyytosfbe/cache/classes.zip

MD5 cf5d7d4fbb964968f10083490214d858
SHA1 2cd61ab920648146cbea69a29e30fe3788fd32ce
SHA256 aa9c059cf742dbcf759194b62c3bfa854352fceb4575e02554df6cd09e38dc24
SHA512 49064605397a62812c749ef8b8fa7ace528ce3000afca6bae2252cb3b2c5085f574ba22218af96b78364a244580df648c1b0150eff64a22664bc350273963193

/data/data/com.qlqwkgtby.fyytosfbe/cache/classes.dex

MD5 ee4c3c05e2120d3c6165f98ccc0a9308
SHA1 646efb4b5122b595910d04e7102f86898b8766ca
SHA256 db4fa10794f9e3b6cc9cbb2e335897d9a97b831607c05de244ffd6c6d327d553
SHA512 cac1ab0b76a8156c81453352bc9ea20dbe7a954deb6dc6a3bcdc585d00b3ba59155aa0bd3990b170a57501fad2e5c6157e71f9e0a23334bf1e3469a94b64f79d

/data/data/com.qlqwkgtby.fyytosfbe/app_dex/classes.dex

MD5 f1a182ad315b028cf34884569f68d79a
SHA1 a216324eb31013c6a56a1ef297fcd5c6b2fc68e2
SHA256 232bcadb8d12d29bbc1f176790de32afc957347fa7f9a55f274ef97792863864
SHA512 f2837e47ece07fb3319c60b344c4f4dc46f1793adab9578ac8bc5797b4488da3191ced289108c002e970964f18c38f4f43443fbd6f292401704483cce0b4741d

/data/data/com.qlqwkgtby.fyytosfbe/no_backup/androidx.work.workdb-journal

MD5 eb8ac952b38b157c237fd21abdd37d25
SHA1 1ac19e48b0916aae4eaafb5851d9edfa9e7b561c
SHA256 12b2d46eaf8fe63be722696c02fcfef2df4dfcac27799f64e1eb833b4e1f45e1
SHA512 4b0b9f56f62b0c2890f2db6a18afaadcf9f33bbf788bf6829a4b98a645c5b27f6f83c36e20b26d86243904df08bb5b3d9f9d04da2166f59abaf229a27ba907ed

/data/data/com.qlqwkgtby.fyytosfbe/no_backup/androidx.work.workdb

MD5 f2b4b0190b9f384ca885f0c8c9b14700
SHA1 934ff2646757b5b6e7f20f6a0aa76c7f995d9361
SHA256 0a8ffb6b327963558716e87db8946016d143e39f895fa1b43e95ba7032ce2514
SHA512 ec12685fc0d60526eed4d38820aad95611f3e93ae372be5a57142d8e8a1ba17e6e5dfe381a4e1365dddc0b363c9c40daaffdc1245bd515fddac69bf1abacd7f1

/data/data/com.qlqwkgtby.fyytosfbe/no_backup/androidx.work.workdb-shm

MD5 bb7df04e1b0a2570657527a7e108ae23
SHA1 5188431849b4613152fd7bdba6a3ff0a4fd6424b
SHA256 c35020473aed1b4642cd726cad727b63fff2824ad68cedd7ffb73c7cbd890479
SHA512 768007e06b0cd9e62d50f458b9435c6dda0a6d272f0b15550f97c478394b743331c3a9c9236e09ab5b9cb3b423b2320a5d66eb3c7068db9ea37891ca40e47012

/data/data/com.qlqwkgtby.fyytosfbe/no_backup/androidx.work.workdb-wal

MD5 906e0cf0f54c26f101689d5ad9c2e9a1
SHA1 c51bc8f03f30e2274728f745cc56d57d2b61ecc3
SHA256 1a0d8c34af8e67460526d96194ad5ee1174ecf7864b43f57cee5fb61b227bde5
SHA512 7505ce113bc95b3dd4fe02a759dc5dc97a8cc43113202195be7a36e49be942df2060db4b9d0bc91af965c85ae967b819592fdff49bfdcf04d4b5635f3963a48d

/data/data/com.qlqwkgtby.fyytosfbe/no_backup/androidx.work.workdb-wal

MD5 e51698ce44aeebddfc920d17e370e614
SHA1 3bf5cb56df519a5e16f7dca3ae80cee23e5ee3fd
SHA256 7507ac6c7fae5391bab5401959c30f3126d5b940855c38175dc062df33bfe599
SHA512 715cde6e8f3f64589371a560e65a8c1f34a3dfb6ea5a44218700dd6fde36b4135a2195e5e0c7d5b03deaa7d73190f2d7de7f0562d7e6a940124c066c206d7370

/data/data/com.qlqwkgtby.fyytosfbe/no_backup/androidx.work.workdb-wal

MD5 4eda8f3cb043cc1961775c4262415c65
SHA1 88db60e9ebe62c8b95ae7356775ef9705d6a9dff
SHA256 ce114eff5011d1f516a9b717fbc4471eaa2503b690697d1f17492aaa14d98260
SHA512 b7a200c594a67683bd67f092d471194e82c755c04019ec24596b1e97415f37ec878d0a4fe99374e687f24b564c12e2e567f1029abf90cac1de169bebd60bdeb4

Analysis: behavioral3

Detonation Overview

Submitted

2024-12-03 22:04

Reported

2024-12-03 22:07

Platform

android-x64-arm64-20240624-en

Max time kernel

149s

Max time network

156s

Command Line

com.qlqwkgtby.fyytosfbe

Signatures

Hook

rat trojan infostealer hook

Hook family

hook

Loads dropped Dex/Jar

evasion
Description Indicator Process Target
N/A /data/user/0/com.qlqwkgtby.fyytosfbe/app_dex/classes.dex N/A N/A
N/A /data/user/0/com.qlqwkgtby.fyytosfbe/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 a list of all the installed applications on the device (Might be used in an attempt to overlay legitimate apps)

banker discovery

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

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.qlqwkgtby.fyytosfbe

Network

Country Destination Domain Proto
GB 142.250.187.238:443 tcp
GB 142.250.187.238:443 tcp
GB 142.250.187.238:443 tcp
N/A 224.0.0.251:5353 udp
US 1.1.1.1:53 android.apis.google.com udp
GB 216.58.212.238:443 android.apis.google.com tcp
GB 142.250.200.36:443 tcp
GB 172.217.169.10:443 tcp
GB 142.250.187.238:443 tcp
BE 74.125.133.188:5228 tcp
US 1.1.1.1:53 www.google.com udp
GB 216.58.213.4:443 www.google.com tcp
US 1.1.1.1:53 accounts.google.com udp
US 1.1.1.1:53 accounts.google.com udp
BE 64.233.184.84:443 accounts.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 92.255.57.103:80 92.255.57.103 tcp
RU 92.255.57.103:80 92.255.57.103 tcp
RU 92.255.57.103:80 92.255.57.103 tcp
RU 92.255.57.103:80 92.255.57.103 tcp
RU 92.255.57.103:80 92.255.57.103 tcp
US 1.1.1.1:53 android.apis.google.com udp
GB 142.250.180.14:443 android.apis.google.com tcp
US 1.1.1.1:53 www.google.com udp
GB 216.58.204.68:443 www.google.com tcp
US 1.1.1.1:53 update.googleapis.com udp
GB 172.217.169.67:443 update.googleapis.com tcp

Files

/data/data/com.qlqwkgtby.fyytosfbe/cache/classes.zip

MD5 cf5d7d4fbb964968f10083490214d858
SHA1 2cd61ab920648146cbea69a29e30fe3788fd32ce
SHA256 aa9c059cf742dbcf759194b62c3bfa854352fceb4575e02554df6cd09e38dc24
SHA512 49064605397a62812c749ef8b8fa7ace528ce3000afca6bae2252cb3b2c5085f574ba22218af96b78364a244580df648c1b0150eff64a22664bc350273963193

/data/data/com.qlqwkgtby.fyytosfbe/cache/classes.dex

MD5 ee4c3c05e2120d3c6165f98ccc0a9308
SHA1 646efb4b5122b595910d04e7102f86898b8766ca
SHA256 db4fa10794f9e3b6cc9cbb2e335897d9a97b831607c05de244ffd6c6d327d553
SHA512 cac1ab0b76a8156c81453352bc9ea20dbe7a954deb6dc6a3bcdc585d00b3ba59155aa0bd3990b170a57501fad2e5c6157e71f9e0a23334bf1e3469a94b64f79d

/data/data/com.qlqwkgtby.fyytosfbe/app_dex/classes.dex

MD5 f1a182ad315b028cf34884569f68d79a
SHA1 a216324eb31013c6a56a1ef297fcd5c6b2fc68e2
SHA256 232bcadb8d12d29bbc1f176790de32afc957347fa7f9a55f274ef97792863864
SHA512 f2837e47ece07fb3319c60b344c4f4dc46f1793adab9578ac8bc5797b4488da3191ced289108c002e970964f18c38f4f43443fbd6f292401704483cce0b4741d

/data/data/com.qlqwkgtby.fyytosfbe/no_backup/androidx.work.workdb-journal

MD5 ab2572e939d3222548fc3841b06163dc
SHA1 e22d248d4483a5b772feb6abbae4902b74599be1
SHA256 bb98b31addfe325d81a374d7ef5a2d1ec02e2358692755da23371b668dc84544
SHA512 f45d7db9394e2d979782c3e17674ad8691707281f09b65b9d69bb229bb3630a0f7cc13382346c8592e00e3c6de97f2dc853fe5f0bc46e3a91934135926ef568e

/data/data/com.qlqwkgtby.fyytosfbe/no_backup/androidx.work.workdb

MD5 7e858c4054eb00fcddc653a04e5cd1c6
SHA1 2e056bf31a8d78df136f02a62afeeca77f4faccf
SHA256 9010186c5c083155a45673017d1e31c2a178e63cc15a57bbffde4d1956a23dad
SHA512 d0c7a120940c8e637d5566ef179d01eff88a2c2650afda69ad2a46aad76533eaace192028bba3d60407b4e34a950e7560f95d9f9b8eebe361ef62897d88b30cb

/data/data/com.qlqwkgtby.fyytosfbe/no_backup/androidx.work.workdb-shm

MD5 bb7df04e1b0a2570657527a7e108ae23
SHA1 5188431849b4613152fd7bdba6a3ff0a4fd6424b
SHA256 c35020473aed1b4642cd726cad727b63fff2824ad68cedd7ffb73c7cbd890479
SHA512 768007e06b0cd9e62d50f458b9435c6dda0a6d272f0b15550f97c478394b743331c3a9c9236e09ab5b9cb3b423b2320a5d66eb3c7068db9ea37891ca40e47012

/data/data/com.qlqwkgtby.fyytosfbe/no_backup/androidx.work.workdb-wal

MD5 10cbb5722ca455bc4400bde4c4b6015b
SHA1 a6c46c75c4c2a44117c0e64d234684d3933cec09
SHA256 b7d20215f54c2a669ac08dcedb9a52ef3592999b288283685b472d7d6173cb49
SHA512 1d748dece21e3ded5f02afc6e42c48d4ca59269eba772834f258bd860111e6d49e11127b12bdf1f863ece83ffe1eabeb25435e5e3dc3bc971c49b63381249ae0

/data/data/com.qlqwkgtby.fyytosfbe/no_backup/androidx.work.workdb-wal

MD5 13b0f0c42dc574d1050a1ac20a3a437b
SHA1 7ff30c4476787c59b24c783816a21fbd22449833
SHA256 31433712f9718fcf706589f03813babdd852474df0f0aff25670b5b46d93465b
SHA512 1afd28c0887cbd21219b8749903ffcf77f4fadab6d11186ab0977053f332f661c2ef24ddae0cd584618e4506b81bcdf167fe42a2a383ffce5d1c1e6994529b19

/data/data/com.qlqwkgtby.fyytosfbe/no_backup/androidx.work.workdb-wal

MD5 6901925ba9dd4668780df7894d28de42
SHA1 a372a4712fc0feb8188ef3846d8e868c4271f980
SHA256 fbfa9cc412d3257a65157a4d477b0b03189ffb625d0522d213210c02c2acb25a
SHA512 7debc4ab04649c7fc5c5a734beb37f9259ed015838aaa24bbf458851448ab3e8deab1752e5e7b7eec2aeea720ef81a295386df4c820c034ed2a98ab03f0fba13