Analysis
-
max time kernel
138s -
max time network
156s -
platform
android_x86 -
resource
android-x86-arm-20240624-en -
resource tags
androidarch:armarch:x86image:android-x86-arm-20240624-enlocale:en-usos:android-9-x86system -
submitted
12-11-2024 22:11
Static task
static1
Behavioral task
behavioral1
Sample
f2d01c45e252f781a56a8ab5b89ebfa4db6c90db8a95202d831d404cc7f2761a.apk
Resource
android-x86-arm-20240624-en
Behavioral task
behavioral2
Sample
f2d01c45e252f781a56a8ab5b89ebfa4db6c90db8a95202d831d404cc7f2761a.apk
Resource
android-x64-20240910-en
Behavioral task
behavioral3
Sample
f2d01c45e252f781a56a8ab5b89ebfa4db6c90db8a95202d831d404cc7f2761a.apk
Resource
android-x64-arm64-20240624-en
General
-
Target
f2d01c45e252f781a56a8ab5b89ebfa4db6c90db8a95202d831d404cc7f2761a.apk
-
Size
3.6MB
-
MD5
e35319056a81b17979da132bd2294a73
-
SHA1
ad6e3270762af7be035f53781dca0819a72906db
-
SHA256
f2d01c45e252f781a56a8ab5b89ebfa4db6c90db8a95202d831d404cc7f2761a
-
SHA512
c10537354ab456afab51021778e1b5202244b625a7e772a4f4f031f84a88e2662288912ba430e74388fd02cf6cea80c2d28ad15df5a724e9994f5b1ba4d021fe
-
SSDEEP
98304:2lQCQGxYYqruDRxww5Thkp4tLXRc4OTe67G0ihOakEUg90o1u5l/ghcfHFy9eJx:2b06Ty4ZdOTe67RihOaZ0+i
Malware Config
Extracted
ermac
http://94.141.120.34
Extracted
hook
http://94.141.120.34
Signatures
-
Ermac
An Android banking trojan first seen in July 2021.
-
Ermac family
-
Ermac2 payload 2 IoCs
resource yara_rule behavioral1/memory/4318-0.dex family_ermac2 behavioral1/memory/4292-0.dex family_ermac2 -
Hook
Hook is an Android malware that is based on Ermac with RAT capabilities.
-
Hook family
-
Loads dropped Dex/Jar 1 TTPs 2 IoCs
Runs executable file dropped to the device during analysis.
ioc pid Process /data/user/0/com.dehodigipuhixoyi.mafuko/app_obscure/Gjmfs.json 4318 /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.dehodigipuhixoyi.mafuko/app_obscure/Gjmfs.json --output-vdex-fd=41 --oat-fd=42 --oat-location=/data/user/0/com.dehodigipuhixoyi.mafuko/app_obscure/oat/x86/Gjmfs.odex --compiler-filter=quicken --class-loader-context=& /data/user/0/com.dehodigipuhixoyi.mafuko/app_obscure/Gjmfs.json 4292 com.dehodigipuhixoyi.mafuko -
Makes use of the framework's Accessibility service 4 TTPs 3 IoCs
Retrieves information displayed on the phone screen using AccessibilityService.
description ioc Process Framework service call android.accessibilityservice.IAccessibilityServiceConnection.findAccessibilityNodeInfosByViewId com.dehodigipuhixoyi.mafuko Framework service call android.accessibilityservice.IAccessibilityServiceConnection.findAccessibilityNodeInfoByAccessibilityId com.dehodigipuhixoyi.mafuko Framework service call android.accessibilityservice.IAccessibilityServiceConnection.findAccessibilityNodeInfosByText com.dehodigipuhixoyi.mafuko -
Queries a list of all the installed applications on the device (Might be used in an attempt to overlay legitimate apps) 1 TTPs
-
Queries information about running processes on the device 1 TTPs 1 IoCs
Application may abuse the framework's APIs to collect information about running processes on the device.
description ioc Process Framework service call android.app.IActivityManager.getRunningAppProcesses com.dehodigipuhixoyi.mafuko -
Queries the phone number (MSISDN for GSM devices) 1 TTPs
-
Acquires the wake lock 1 IoCs
description ioc Process Framework service call android.os.IPowerManager.acquireWakeLock com.dehodigipuhixoyi.mafuko -
Makes use of the framework's foreground persistence service 1 TTPs 1 IoCs
Application may abuse the framework's foreground service to continue running in the foreground.
description ioc Process Framework service call android.app.IActivityManager.setServiceForeground com.dehodigipuhixoyi.mafuko -
Performs UI accessibility actions on behalf of the user 1 TTPs 5 IoCs
Application may abuse the accessibility service to prevent their removal.
ioc Process android.accessibilityservice.IAccessibilityServiceConnection.performGlobalAction com.dehodigipuhixoyi.mafuko android.accessibilityservice.IAccessibilityServiceConnection.performGlobalAction com.dehodigipuhixoyi.mafuko android.accessibilityservice.IAccessibilityServiceConnection.performGlobalAction com.dehodigipuhixoyi.mafuko android.accessibilityservice.IAccessibilityServiceConnection.performGlobalAction com.dehodigipuhixoyi.mafuko android.accessibilityservice.IAccessibilityServiceConnection.performGlobalAction com.dehodigipuhixoyi.mafuko -
Queries information about the current Wi-Fi connection 1 TTPs 1 IoCs
Application may abuse the framework's APIs to collect information about the current Wi-Fi connection.
description ioc Process Framework service call android.net.wifi.IWifiManager.getConnectionInfo com.dehodigipuhixoyi.mafuko -
Queries the mobile country code (MCC) 1 TTPs 1 IoCs
description ioc Process Framework service call com.android.internal.telephony.ITelephony.getNetworkCountryIsoForPhone com.dehodigipuhixoyi.mafuko -
Reads information about phone network operator. 1 TTPs
-
Registers a broadcast receiver at runtime (usually for listening for system events) 1 TTPs 1 IoCs
description ioc Process Framework service call android.app.IActivityManager.registerReceiver com.dehodigipuhixoyi.mafuko -
Schedules tasks to execute at a specified time 1 TTPs 1 IoCs
Application may abuse the framework's APIs to perform task scheduling for initial or recurring execution of malicious code.
description ioc Process Framework service call android.app.job.IJobScheduler.schedule com.dehodigipuhixoyi.mafuko -
Uses Crypto APIs (Might try to encrypt user data) 1 TTPs 1 IoCs
description ioc Process Framework API call javax.crypto.Cipher.doFinal com.dehodigipuhixoyi.mafuko -
Checks CPU information 2 TTPs 1 IoCs
description ioc Process File opened for read /proc/cpuinfo com.dehodigipuhixoyi.mafuko -
Checks memory information 2 TTPs 1 IoCs
description ioc Process File opened for read /proc/meminfo com.dehodigipuhixoyi.mafuko
Processes
-
com.dehodigipuhixoyi.mafuko1⤵
- Loads dropped Dex/Jar
- Makes use of the framework's Accessibility service
- Queries information about running processes on the device
- Acquires the wake lock
- Makes use of the framework's foreground persistence service
- Performs UI accessibility actions on behalf of the user
- Queries information about the current Wi-Fi connection
- 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 CPU information
- Checks memory information
PID:4292 -
/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.dehodigipuhixoyi.mafuko/app_obscure/Gjmfs.json --output-vdex-fd=41 --oat-fd=42 --oat-location=/data/user/0/com.dehodigipuhixoyi.mafuko/app_obscure/oat/x86/Gjmfs.odex --compiler-filter=quicken --class-loader-context=&2⤵
- Loads dropped Dex/Jar
PID:4318
-
Network
MITRE ATT&CK Mobile v15
Persistence
Event Triggered Execution
1Broadcast Receivers
1Foreground Persistence
1Scheduled Task/Job
1Defense Evasion
Download New Code at Runtime
1Foreground Persistence
1Impair Defenses
1Prevent Application Removal
1Input Injection
1Virtualization/Sandbox Evasion
2System Checks
2Discovery
Process Discovery
1Software Discovery
1Security Software Discovery
1System Information Discovery
2System Network Configuration Discovery
3System Network Connections Discovery
1Replay Monitor
Loading Replay Monitor...
Downloads
-
Filesize
736KB
MD516c5f0664114551f640c70293e81d20f
SHA1d2383720a44f0fac82ebbcbb33ba45fb9f76a8e8
SHA256a90abed94c83f245e9d9271faa83ebd758e3d2fcde83e864904aba041d7615e5
SHA512f1603be81d59bcfdc3f767c52a0688f3896ee816a7a3fd1a43f887041f8033eafe3ad2272e08b910b7b92810bac089eb99d51da110aea718aad3b5e9d11fa5d3
-
Filesize
736KB
MD5fbe8ea54b22b070e42b446aa11928857
SHA10b687ea5b527e719ca8b1b5fe206602f5ccd2415
SHA256d0309c99dced1a6710c4f6d48fff40744cf193042b673b4b74753b4af7c83f2c
SHA512a8c43cea589f5610e913d4d1335e22c7c05c0a748d9e63403cc0b1d04a22f8aaf739ae12c8dc185508d4385171f5665de9c1f71ee634010caca8ec2da1fb1adb
-
Filesize
2KB
MD5782626f90e58298520289b68f579c469
SHA16028ee56785d1c7d0453fefea7dac78a7f0647b9
SHA256a9c3efab22ac02bcdb67e04b9db1826b5d6b893f22d7040e0d6f6002512ecb53
SHA51231b7806d245d51075a38f9a54965e7ea7fe1d31119b7dbabd974dbde4027173bc0b72f5f60e3c0517b9006573db452dee980f699de5d17a2a51162766c003886
-
Filesize
4KB
MD5f2b4b0190b9f384ca885f0c8c9b14700
SHA1934ff2646757b5b6e7f20f6a0aa76c7f995d9361
SHA2560a8ffb6b327963558716e87db8946016d143e39f895fa1b43e95ba7032ce2514
SHA512ec12685fc0d60526eed4d38820aad95611f3e93ae372be5a57142d8e8a1ba17e6e5dfe381a4e1365dddc0b363c9c40daaffdc1245bd515fddac69bf1abacd7f1
-
Filesize
512B
MD547871d583c27664fc7b94497c851e0fb
SHA182c616319915ffda6d50d1b878fecbf207861187
SHA256f58c53010f6513676dcc3a3f1c8893c56892abb10eebc443edeec761d2959f57
SHA512fcbf484e90f88c02ce0843e5f860ef662bfedda71e4f6230ffb5466af5b1a696ceae6190791756e153a2210a8ad9c322d1a48c48069e2e288aeefbc5f453fd6b
-
Filesize
32KB
MD5bb7df04e1b0a2570657527a7e108ae23
SHA15188431849b4613152fd7bdba6a3ff0a4fd6424b
SHA256c35020473aed1b4642cd726cad727b63fff2824ad68cedd7ffb73c7cbd890479
SHA512768007e06b0cd9e62d50f458b9435c6dda0a6d272f0b15550f97c478394b743331c3a9c9236e09ab5b9cb3b423b2320a5d66eb3c7068db9ea37891ca40e47012
-
Filesize
108KB
MD5dd9b4d598c5573a504ccbbe3089650e8
SHA10e7a11fc4cac1bdd309bb882226643da21ad76ea
SHA256a37663cbf0d305b821e11c4f72391369801df77472dea12d48a22c3d94d5223f
SHA51271f8c0246918e0cc94c86adf6843407badfb652e1c3fb88dddfd3c607a65f43d4069c84bb840da949edb373be5dc078c75ccfd4500ebb94c7c4a0cdef1e26021
-
Filesize
173KB
MD5911591679c4a2392411b64d522d8147c
SHA1177491697595c8d178cc2c7d7950eb4bb1ff3792
SHA25686cbb1e238ee02390c39ad374987335a4e0a87cb805d386fa756cd837d6f544f
SHA512401dee86db979f554d52488ec380a11250bf66189a6ad82ec87d5862acdd7f9841b7819392d1e2d33aefada84cec1bf492e2fae13504c47d09af55146772ba5d
-
Filesize
16KB
MD59b70adcf90f5c2bad50abc3dd2c02ba0
SHA1036939478e03f20d9cc0e759455d5bfef55dfd23
SHA2568807a5f6f72e5eacb2a2faf987464ba5089257f38615e550028e4f13a119ac94
SHA5120eb25bdb8a3f9e41929c27f849bbad51ed5b3481ffee83c86274113d9d81e910ece2f4da018d19bd3aafb0ae5996c49b10370fc586c51be6292bf1809682cc50
-
Filesize
1.7MB
MD57a6d1e4b6df53e7daac8923b1b411417
SHA160056749c0d004c27a2cd00947bb68da9aab1eba
SHA256c28a4dc6a6c64eebee9fd133d4c93fa683ded4f6700d60248ae29ca4941ae5fa
SHA5124fb0f76f4b8a2d129f48159190b33666d07600dfd4049f26be6fda5b786f288632fe8c79536f7afae8b862678d45dfded2d270614489f80d259ae9af6bbd9cea
-
Filesize
1.7MB
MD56c7be00ec566ec1886cd742547b59103
SHA1bcfb259ae79f96861a028f30bc36c16ec6eab87e
SHA2561772c8c91758467d657eda8881f04fc377dc6c57a6299388dddb7541190d73d2
SHA512af43e61bbf8a448b301212fbeec237f4405fa3c0cbd0e4fa4084556dc63c1a873b909ac176b5b837f19b5e3ae41a2b62b7c8b0fa188246fcc01ab9f1124568c5