Malware Analysis Report

2025-01-19 05:48

Sample ID 241124-1xwd5sxphn
Target 58180d4a1c17ecf82b1c3bb045e51bb1478373171383bb4fb947197079576144.bin
SHA256 58180d4a1c17ecf82b1c3bb045e51bb1478373171383bb4fb947197079576144
Tags
hook banker 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

58180d4a1c17ecf82b1c3bb045e51bb1478373171383bb4fb947197079576144

Threat Level: Known bad

The file 58180d4a1c17ecf82b1c3bb045e51bb1478373171383bb4fb947197079576144.bin was found to be: Known bad.

Malicious Activity Summary

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

Hook family

Hook

Queries information about running processes on the device

Obtains sensitive information copied to the device clipboard

Loads dropped Dex/Jar

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

Queries the phone number (MSISDN for GSM devices)

Makes use of the framework's Accessibility service

Queries the mobile country code (MCC)

Performs UI accessibility actions on behalf of the user

Requests dangerous framework permissions

Declares broadcast receivers with permission to handle system events

Declares services with permission to bind to the system

Attempts to obfuscate APK file format

Queries information about the current Wi-Fi connection

Acquires the wake lock

Reads information about phone network operator.

Makes use of the framework's foreground persistence service

Uses Crypto APIs (Might try to encrypt user data)

Schedules tasks to execute at a specified time

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

Checks memory information

Checks CPU information

MITRE ATT&CK

Analysis: static1

Detonation Overview

Reported

2024-11-24 22:02

Signatures

Attempts to obfuscate APK file format

Declares broadcast receivers with permission to handle system events

Description Indicator Process Target
Required by device admin receivers to bind with the system. Allows apps to manage device administration features. android.permission.BIND_DEVICE_ADMIN N/A N/A

Declares services with permission to bind to the system

Description Indicator Process Target
Required by notification listener services to bind with the system. Allows apps to listen to and interact with notifications on the device. android.permission.BIND_NOTIFICATION_LISTENER_SERVICE N/A N/A
Required by accessibility services to bind with the system. Allows apps to access accessibility features. android.permission.BIND_ACCESSIBILITY_SERVICE N/A N/A

Requests dangerous framework permissions

Description Indicator Process Target
Required to be able to access the camera device. android.permission.CAMERA N/A N/A
Allows an application to write to external storage. android.permission.WRITE_EXTERNAL_STORAGE N/A N/A
Allows an application to read from external storage. android.permission.READ_EXTERNAL_STORAGE N/A N/A
Allows an application to read SMS messages. android.permission.READ_SMS N/A N/A
Allows an application to send SMS messages. android.permission.SEND_SMS N/A N/A
Allows an application to receive SMS messages. android.permission.RECEIVE_SMS N/A N/A
Allows read only access to phone state, including the current cellular network information, the status of any ongoing calls, and a list of any PhoneAccounts registered on the device. android.permission.READ_PHONE_STATE N/A N/A
Allows read access to the device's phone number(s). android.permission.READ_PHONE_NUMBERS N/A N/A
Allows an application to read the user's call log. android.permission.READ_CALL_LOG N/A N/A
Allows an application to initiate a phone call without going through the Dialer user interface for the user to confirm the call. android.permission.CALL_PHONE N/A N/A
Allows an app to access approximate location. android.permission.ACCESS_COARSE_LOCATION N/A N/A
Allows an application to read the user's contacts data. android.permission.READ_CONTACTS N/A N/A
Allows an application to write the user's contacts data. android.permission.WRITE_CONTACTS N/A N/A
Allows access to the list of accounts in the Accounts Service. android.permission.GET_ACCOUNTS N/A N/A
Allows an app to create windows using the type LayoutParams.TYPE_APPLICATION_OVERLAY, shown on top of all other apps. android.permission.SYSTEM_ALERT_WINDOW N/A N/A

Analysis: behavioral1

Detonation Overview

Submitted

2024-11-24 22:02

Reported

2024-11-24 22:05

Platform

android-x86-arm-20240624-en

Max time kernel

149s

Max time network

160s

Command Line

com.jvsaawrjj.mnhmsmkwd

Signatures

Hook

rat trojan infostealer hook

Hook family

hook

Loads dropped Dex/Jar

evasion
Description Indicator Process Target
N/A /data/user/0/com.jvsaawrjj.mnhmsmkwd/app_dex/classes.dex N/A N/A
N/A /data/user/0/com.jvsaawrjj.mnhmsmkwd/app_dex/classes.dex N/A N/A
N/A /data/user/0/com.jvsaawrjj.mnhmsmkwd/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

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.jvsaawrjj.mnhmsmkwd

/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.jvsaawrjj.mnhmsmkwd/app_dex/classes.dex --output-vdex-fd=41 --oat-fd=42 --oat-location=/data/user/0/com.jvsaawrjj.mnhmsmkwd/app_dex/oat/x86/classes.odex --compiler-filter=quicken --class-loader-context=&

Network

Country Destination Domain Proto
GB 216.58.201.110: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 154.216.17.184:80 154.216.17.184 tcp
US 154.216.17.184:80 154.216.17.184 tcp
US 154.216.17.184:80 154.216.17.184 tcp
US 154.216.17.184:80 154.216.17.184 tcp

Files

/data/data/com.jvsaawrjj.mnhmsmkwd/cache/classes.zip

MD5 da4154536cd8d94974cbc34a5f0a9de0
SHA1 a4d6316d63d27dd42deece8af40d08b4b0a90b87
SHA256 c472600ef679d51dc68ee284909fd324b431ad6e36f0dc7a12f2058444970b1d
SHA512 09f58f00ea06e0054996730154bd15c7d4ac4c76d13485fb719220dafca89b28e88b9c44e0d354d0f036569b470d7fe4fe92cbb048013d6afc421b39adc94c3b

/data/data/com.jvsaawrjj.mnhmsmkwd/cache/classes.dex

MD5 a5eb1f274ddddbca56647f1774cea435
SHA1 341420bccebe85bf1413bd0705d99f6169f4c966
SHA256 587092a48eb747cf37b5dac7453f563a642ea526971c1a7a2e29913f15f8b8db
SHA512 16d892ba8d119101d6658ead209a65e26d27000d08c7aefea0441c3a22da95b5b6d8fe8cd4bbd7ff1fc7d876f55da358f679e62fd9098fde0fb06f78ff2114e9

/data/data/com.jvsaawrjj.mnhmsmkwd/app_dex/classes.dex

MD5 47932eff90d7974f582965a754006293
SHA1 2888606bd889f2559a943aa3f469697ad00fa245
SHA256 061e66d408b2e7fb48cbdbcddbadc1f1f8233c9c72e5731a02b982e7fc6fd63f
SHA512 00158e3271eafae9b36ff4f16b1e8ea0aad89ade383615b14b2d3ce65b0cd077b4f6a06dced321e9344a5d5868a47a867eb6a3e8c76c7e45356291f86da1e79c

/data/user/0/com.jvsaawrjj.mnhmsmkwd/app_dex/classes.dex

MD5 2750251366c59fbf2e77fd8ee1ff6182
SHA1 71ec08690a17529d84a1ab1982a0bc3fe073620d
SHA256 3a077444800f20ec04fd07a81f311bad316670d51381e324193e82bf8f9c17cd
SHA512 6e915975e601123ff5de4dc9de9c1b171a3e766bd4ba99854a7c9d04352050633a717a05a7dfdfb9afb1045aa3e64fb3b4cd9fd6944938a63f4cdcceabac08d1

/data/data/com.jvsaawrjj.mnhmsmkwd/no_backup/androidx.work.workdb-journal

MD5 e10d95bc1f43e242e545e0169c072164
SHA1 a76c1fe72148ffb12cb12f5c35dd480d82fb1825
SHA256 97496f3072cc88ba855c24333b97dc7a08fe9c1ca435ea7d66d57c5367407a45
SHA512 a2b3f35c56985ddc66ae909c71796a477c2f86720c7dd179df1252990b96d235639ce0d507bc181e135790f3c3533e0a691df7a0acf77625c9dad72f01e9f141

/data/data/com.jvsaawrjj.mnhmsmkwd/no_backup/androidx.work.workdb

MD5 f2b4b0190b9f384ca885f0c8c9b14700
SHA1 934ff2646757b5b6e7f20f6a0aa76c7f995d9361
SHA256 0a8ffb6b327963558716e87db8946016d143e39f895fa1b43e95ba7032ce2514
SHA512 ec12685fc0d60526eed4d38820aad95611f3e93ae372be5a57142d8e8a1ba17e6e5dfe381a4e1365dddc0b363c9c40daaffdc1245bd515fddac69bf1abacd7f1

/data/data/com.jvsaawrjj.mnhmsmkwd/no_backup/androidx.work.workdb-shm

MD5 bb7df04e1b0a2570657527a7e108ae23
SHA1 5188431849b4613152fd7bdba6a3ff0a4fd6424b
SHA256 c35020473aed1b4642cd726cad727b63fff2824ad68cedd7ffb73c7cbd890479
SHA512 768007e06b0cd9e62d50f458b9435c6dda0a6d272f0b15550f97c478394b743331c3a9c9236e09ab5b9cb3b423b2320a5d66eb3c7068db9ea37891ca40e47012

/data/data/com.jvsaawrjj.mnhmsmkwd/no_backup/androidx.work.workdb-wal

MD5 23994c1b786e4b7836e6b6b884e80b32
SHA1 81e5cc3b7bd4da45311431fe90720da472c912f4
SHA256 3eb3792af5e75a5af0b9f193f1137b4294eb36a543b14711918876305bf9dcfa
SHA512 3a8933dd40b466835101e2b30b72d17a87fd3f727f16b61f4926b1adbd56aa9d5ff6730dd0d7ec872f713a9ff8ac9a5442be61de2e737fae1d7f8b61799dd610

/data/data/com.jvsaawrjj.mnhmsmkwd/no_backup/androidx.work.workdb-wal

MD5 71c88ec9389b35d4eab7161fac206003
SHA1 e3281144d41a93eaed77c55d3bf32c95abfc12af
SHA256 e198189052f438b9c3f2156fffd7b46e0f6b8a89d30c738322a6cd3cc9542cbf
SHA512 37fb6d7f0b1cb728ef4b6c8725f7ed47ac5a8ece7ff43e240c4ee87456e38b800a146734abf8f0184b9571b1cb2d1aa66cdf23d785d055ff11f7fe9f7d59f51a

/data/data/com.jvsaawrjj.mnhmsmkwd/no_backup/androidx.work.workdb-wal

MD5 e2bc3f30f0d2922bf3ca5f8045437b37
SHA1 1aaba6713585599fdcedafe09150a63b68d2bb06
SHA256 5cfede620a8f2a8868b0fa7584a8d72ae37591bba0502109fb14c704fcc6ce71
SHA512 0f17857a9d73e6288ac078a8c5e3b3fca0d346124f9cde1d9b48f97e961db9fc234f56a71048fa8ca8558bb881eda2568d7e44b234b6e00063bc30fc1ca1a0e9

Analysis: behavioral2

Detonation Overview

Submitted

2024-11-24 22:02

Reported

2024-11-24 22:04

Platform

android-x64-20240910-en

Max time kernel

148s

Max time network

157s

Command Line

com.jvsaawrjj.mnhmsmkwd

Signatures

Hook

rat trojan infostealer hook

Hook family

hook

Loads dropped Dex/Jar

evasion
Description Indicator Process Target
N/A /data/user/0/com.jvsaawrjj.mnhmsmkwd/app_dex/classes.dex N/A N/A
N/A /data/user/0/com.jvsaawrjj.mnhmsmkwd/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
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.jvsaawrjj.mnhmsmkwd

Network

Country Destination Domain Proto
N/A 224.0.0.251:5353 udp
GB 142.250.200.42:443 tcp
GB 216.58.201.110:443 tcp
GB 216.58.201.110:443 tcp
US 1.1.1.1:53 android.apis.google.com udp
GB 172.217.16.238:443 android.apis.google.com tcp
GB 142.250.200.42:443 tcp
US 154.216.17.184:80 154.216.17.184 tcp
US 154.216.17.184:80 154.216.17.184 tcp
US 154.216.17.184:80 154.216.17.184 tcp
US 1.1.1.1:53 ssl.google-analytics.com udp
GB 172.217.169.72:443 ssl.google-analytics.com tcp
US 154.216.17.184:80 154.216.17.184 tcp
GB 142.250.180.14:443 tcp
GB 142.250.180.14:443 tcp
GB 216.58.213.2:443 tcp
US 154.216.17.184:80 154.216.17.184 tcp

Files

/data/data/com.jvsaawrjj.mnhmsmkwd/cache/classes.zip

MD5 da4154536cd8d94974cbc34a5f0a9de0
SHA1 a4d6316d63d27dd42deece8af40d08b4b0a90b87
SHA256 c472600ef679d51dc68ee284909fd324b431ad6e36f0dc7a12f2058444970b1d
SHA512 09f58f00ea06e0054996730154bd15c7d4ac4c76d13485fb719220dafca89b28e88b9c44e0d354d0f036569b470d7fe4fe92cbb048013d6afc421b39adc94c3b

/data/data/com.jvsaawrjj.mnhmsmkwd/cache/classes.dex

MD5 a5eb1f274ddddbca56647f1774cea435
SHA1 341420bccebe85bf1413bd0705d99f6169f4c966
SHA256 587092a48eb747cf37b5dac7453f563a642ea526971c1a7a2e29913f15f8b8db
SHA512 16d892ba8d119101d6658ead209a65e26d27000d08c7aefea0441c3a22da95b5b6d8fe8cd4bbd7ff1fc7d876f55da358f679e62fd9098fde0fb06f78ff2114e9

/data/data/com.jvsaawrjj.mnhmsmkwd/app_dex/classes.dex

MD5 47932eff90d7974f582965a754006293
SHA1 2888606bd889f2559a943aa3f469697ad00fa245
SHA256 061e66d408b2e7fb48cbdbcddbadc1f1f8233c9c72e5731a02b982e7fc6fd63f
SHA512 00158e3271eafae9b36ff4f16b1e8ea0aad89ade383615b14b2d3ce65b0cd077b4f6a06dced321e9344a5d5868a47a867eb6a3e8c76c7e45356291f86da1e79c

/data/data/com.jvsaawrjj.mnhmsmkwd/no_backup/androidx.work.workdb-journal

MD5 c2358f0ac03c913877294ee61d6c8898
SHA1 685f13919d0518e0c437c56164ab0cb8eeacc02a
SHA256 bc1adf700da13db863dd116b49dad94c5235edb6bc97db01bc5f41e885e12951
SHA512 c36ec6275802bad3728e4ac4595a53cce9b1420453a9ce1694c93afcd4720fcca3a0f82bb3289a38d88eede45da07096592addcffcfed0756a212c0ec93ad152

/data/data/com.jvsaawrjj.mnhmsmkwd/no_backup/androidx.work.workdb

MD5 f2b4b0190b9f384ca885f0c8c9b14700
SHA1 934ff2646757b5b6e7f20f6a0aa76c7f995d9361
SHA256 0a8ffb6b327963558716e87db8946016d143e39f895fa1b43e95ba7032ce2514
SHA512 ec12685fc0d60526eed4d38820aad95611f3e93ae372be5a57142d8e8a1ba17e6e5dfe381a4e1365dddc0b363c9c40daaffdc1245bd515fddac69bf1abacd7f1

/data/data/com.jvsaawrjj.mnhmsmkwd/no_backup/androidx.work.workdb-shm

MD5 bb7df04e1b0a2570657527a7e108ae23
SHA1 5188431849b4613152fd7bdba6a3ff0a4fd6424b
SHA256 c35020473aed1b4642cd726cad727b63fff2824ad68cedd7ffb73c7cbd890479
SHA512 768007e06b0cd9e62d50f458b9435c6dda0a6d272f0b15550f97c478394b743331c3a9c9236e09ab5b9cb3b423b2320a5d66eb3c7068db9ea37891ca40e47012

/data/data/com.jvsaawrjj.mnhmsmkwd/no_backup/androidx.work.workdb-wal

MD5 5cce1142cd4ecd0a14befce913b4ce76
SHA1 8d309c2ed2eda8b357cc42e46e6e8741ea7e32c5
SHA256 b75668f2c67fce213302b3b411ca019aff1214d9137ce51d725450d578eb09cf
SHA512 09b0a4245932beadf1ea3fc8deedd0f113b25d37166c8c83373ac9c7b0f9c6f5577777a78e5480307307cc0477daa00a57dd3d9dd0fba32bd96f3f632bdad13b

/data/data/com.jvsaawrjj.mnhmsmkwd/no_backup/androidx.work.workdb-wal

MD5 fe6f8927b8c2a8b3ababfe499cf086ce
SHA1 19bed19dd25d8a7b46423c9bfd54bc2a0b580c85
SHA256 e8e14c471537903881aec6d07fb3729ce4dad1f85c922edaebad15b066c08198
SHA512 799b0b786634183524fa7e405c746d01974986a3b5e1f0fea6673a2e18f28f2a8270b5521ad55cdf2a2d122e80899cbdc4e83f08ee9c7962682a61ff502f3ba2

/data/data/com.jvsaawrjj.mnhmsmkwd/no_backup/androidx.work.workdb-wal

MD5 e60fbca387ce4fb65ec2457eb962a2f2
SHA1 d9199226b84e870e9ea7adbd4e6aee3ab2534fa0
SHA256 8aa4a23543586916f6ce6e6f4e3cd57d96cddf42b39e4c3f6ca654c1531bb08d
SHA512 5efe3063be05ab779d595794a01065266d09096710217650ef7f7d8e33e4853596703a5925e246de73299c79e9043848f31c9f3d536fc9f620cbd709b35372d6

Analysis: behavioral3

Detonation Overview

Submitted

2024-11-24 22:02

Reported

2024-11-24 22:05

Platform

android-x64-arm64-20240624-en

Max time kernel

129s

Max time network

160s

Command Line

com.jvsaawrjj.mnhmsmkwd

Signatures

Hook

rat trojan infostealer hook

Hook family

hook

Loads dropped Dex/Jar

evasion
Description Indicator Process Target
N/A /data/user/0/com.jvsaawrjj.mnhmsmkwd/app_dex/classes.dex N/A N/A
N/A /data/user/0/com.jvsaawrjj.mnhmsmkwd/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

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.jvsaawrjj.mnhmsmkwd

Network

Country Destination Domain Proto
GB 216.58.212.238:443 tcp
GB 216.58.212.238:443 tcp
US 1.1.1.1:53 android.apis.google.com udp
GB 142.250.180.14:443 android.apis.google.com tcp
N/A 224.0.0.251:5353 udp
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 ssl.google-analytics.com udp
GB 142.250.200.8:443 ssl.google-analytics.com tcp
US 154.216.17.184:80 154.216.17.184 tcp
US 154.216.17.184:80 154.216.17.184 tcp
US 154.216.17.184:80 154.216.17.184 tcp
US 154.216.17.184:80 154.216.17.184 tcp
US 154.216.17.184:80 154.216.17.184 tcp
GB 142.250.187.228:443 tcp
GB 142.250.187.228:443 tcp

Files

/data/data/com.jvsaawrjj.mnhmsmkwd/cache/classes.zip

MD5 da4154536cd8d94974cbc34a5f0a9de0
SHA1 a4d6316d63d27dd42deece8af40d08b4b0a90b87
SHA256 c472600ef679d51dc68ee284909fd324b431ad6e36f0dc7a12f2058444970b1d
SHA512 09f58f00ea06e0054996730154bd15c7d4ac4c76d13485fb719220dafca89b28e88b9c44e0d354d0f036569b470d7fe4fe92cbb048013d6afc421b39adc94c3b

/data/data/com.jvsaawrjj.mnhmsmkwd/cache/classes.dex

MD5 a5eb1f274ddddbca56647f1774cea435
SHA1 341420bccebe85bf1413bd0705d99f6169f4c966
SHA256 587092a48eb747cf37b5dac7453f563a642ea526971c1a7a2e29913f15f8b8db
SHA512 16d892ba8d119101d6658ead209a65e26d27000d08c7aefea0441c3a22da95b5b6d8fe8cd4bbd7ff1fc7d876f55da358f679e62fd9098fde0fb06f78ff2114e9

/data/data/com.jvsaawrjj.mnhmsmkwd/app_dex/classes.dex

MD5 47932eff90d7974f582965a754006293
SHA1 2888606bd889f2559a943aa3f469697ad00fa245
SHA256 061e66d408b2e7fb48cbdbcddbadc1f1f8233c9c72e5731a02b982e7fc6fd63f
SHA512 00158e3271eafae9b36ff4f16b1e8ea0aad89ade383615b14b2d3ce65b0cd077b4f6a06dced321e9344a5d5868a47a867eb6a3e8c76c7e45356291f86da1e79c

/data/data/com.jvsaawrjj.mnhmsmkwd/no_backup/androidx.work.workdb-journal

MD5 893eb68706f7fc510644f55007168c1b
SHA1 bcf5321dbaa7ae8303195000e5c29c4d22cc179b
SHA256 811636b21d6739b96f0dde12e2ff9682601a37dffec697ee7fbe9f211f4a54e0
SHA512 c54d3abafa70614a2591f96d125d173f3deeb3741aee3f303f6cf625e0a715c637d06af9118a2f862d941b57329cd36d964d2edb95039a5a6e5d9b4ed3321a4b

/data/data/com.jvsaawrjj.mnhmsmkwd/no_backup/androidx.work.workdb

MD5 7e858c4054eb00fcddc653a04e5cd1c6
SHA1 2e056bf31a8d78df136f02a62afeeca77f4faccf
SHA256 9010186c5c083155a45673017d1e31c2a178e63cc15a57bbffde4d1956a23dad
SHA512 d0c7a120940c8e637d5566ef179d01eff88a2c2650afda69ad2a46aad76533eaace192028bba3d60407b4e34a950e7560f95d9f9b8eebe361ef62897d88b30cb

/data/data/com.jvsaawrjj.mnhmsmkwd/no_backup/androidx.work.workdb-shm

MD5 bb7df04e1b0a2570657527a7e108ae23
SHA1 5188431849b4613152fd7bdba6a3ff0a4fd6424b
SHA256 c35020473aed1b4642cd726cad727b63fff2824ad68cedd7ffb73c7cbd890479
SHA512 768007e06b0cd9e62d50f458b9435c6dda0a6d272f0b15550f97c478394b743331c3a9c9236e09ab5b9cb3b423b2320a5d66eb3c7068db9ea37891ca40e47012

/data/data/com.jvsaawrjj.mnhmsmkwd/no_backup/androidx.work.workdb-wal

MD5 0fb685cc2640b2f97d2aeb3586bb95da
SHA1 e9ca634cb2b12a3ccbca9b4415a545e74f2b7fb6
SHA256 f912360d81781c4de2fa9bb0819e1ee086aaa7fb6c561337a0664dea183384d3
SHA512 eee48efd8e3acd93c1f05eb9538ff0cbed2477d0f965d450052fffd402e1e8d2dc95987243e2f0a0779f04364361937ab12caabfae3a1563223774da5a942bc4

/data/data/com.jvsaawrjj.mnhmsmkwd/no_backup/androidx.work.workdb-wal

MD5 dbd54b95bbe00e1536c13d439aad426a
SHA1 6ae86957f7b4210ce8f96c6444c2543892c58ecb
SHA256 c53cf1d8b394b4eb4a2e4979b042211f18a082831f77e3d3c02113cffaf9f76b
SHA512 1f7b3d27bcd0a6b4111b33196ad939d937843d935f027533d5376bc11ba4310305b516b6e4724033cfb76be83bd0d8fa86ecdb320636c8336b8f74f3d3faf9c9

/data/data/com.jvsaawrjj.mnhmsmkwd/no_backup/androidx.work.workdb-wal

MD5 ff0292fa5d32e2dbcb4cc4e123b6a618
SHA1 88ae2a1489bc1903ca16fb58f1743208a576fd09
SHA256 85bc47f48a1f671a813e62f61a30fea9f3ea45031b803c8a764c6ab4e16ba231
SHA512 db9ec9b291df6bfc61cac4e6b10a5678136fd8d154108fea3840afc331a29a55fd43ee595cc285bcd9e13886a0160ab5bd43e21985b81df22f80e46ce7a31a03