Malware Analysis Report

2025-01-19 05:39

Sample ID 241127-1y36dasney
Target d83b14887608b86d77273b6ab268684b019f45c700e44409272ff68e72577e48.bin
SHA256 d83b14887608b86d77273b6ab268684b019f45c700e44409272ff68e72577e48
Tags
ermac 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

d83b14887608b86d77273b6ab268684b019f45c700e44409272ff68e72577e48

Threat Level: Known bad

The file d83b14887608b86d77273b6ab268684b019f45c700e44409272ff68e72577e48.bin was found to be: Known bad.

Malicious Activity Summary

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

Hook family

Ermac

Hook

Ermac2 payload

Ermac family

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

Queries the mobile country code (MCC)

Queries information about the current Wi-Fi connection

Declares broadcast receivers with permission to handle system events

Attempts to obfuscate APK file format

Acquires the wake lock

Declares services with permission to bind to the system

Makes use of the framework's foreground persistence service

Reads information about phone network operator.

Requests dangerous framework permissions

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

Uses Crypto APIs (Might try to encrypt user data)

Schedules tasks to execute at a specified time

Checks CPU information

Checks memory information

MITRE ATT&CK

Analysis: static1

Detonation Overview

Reported

2024-11-27 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-11-27 22:04

Reported

2024-11-27 22:07

Platform

android-x86-arm-20240910-en

Max time kernel

57s

Max time network

151s

Command Line

com.gebafemaxiwa.hike

Signatures

Ermac

banker trojan infostealer ermac

Ermac family

ermac

Ermac2 payload

Description Indicator Process Target
N/A N/A N/A N/A
N/A N/A N/A N/A

Hook

rat trojan infostealer hook

Hook family

hook

Loads dropped Dex/Jar

evasion
Description Indicator Process Target
N/A /data/user/0/com.gebafemaxiwa.hike/app_apkprotector_dex/classes-v1.bin N/A N/A
N/A /data/user/0/com.gebafemaxiwa.hike/app_apkprotector_dex/classes-v1.bin N/A N/A
N/A /data/user/0/com.gebafemaxiwa.hike/app_apkprotector_dex/classes-v1.bin 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.findAccessibilityNodeInfosByText N/A N/A
Framework service call android.accessibilityservice.IAccessibilityServiceConnection.findAccessibilityNodeInfosByViewId N/A N/A
Framework service call android.accessibilityservice.IAccessibilityServiceConnection.findAccessibilityNodeInfoByAccessibilityId N/A N/A

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

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.gebafemaxiwa.hike

/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.gebafemaxiwa.hike/app_apkprotector_dex/classes-v1.bin --output-vdex-fd=41 --oat-fd=42 --oat-location=/data/user/0/com.gebafemaxiwa.hike/app_apkprotector_dex/oat/x86/classes-v1.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 null udp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
GB 142.250.200.46:443 tcp
GB 142.250.200.46:443 tcp
GB 142.250.200.46:443 tcp
GB 142.250.200.46:443 tcp
US 1.1.1.1:53 android.apis.google.com udp
GB 142.250.187.206:443 android.apis.google.com tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
US 1.1.1.1:53 semanticlocation-pa.googleapis.com udp
GB 172.217.16.234:443 semanticlocation-pa.googleapis.com tcp
GB 142.250.187.227:80 tcp
GB 142.250.179.228:443 tcp

Files

/data/data/com.gebafemaxiwa.hike/app_apkprotector_dex/classes-v1.bin

MD5 c3acad87885f0cb7e335d2ac8608019f
SHA1 9ab5a5283b0e1fedaea9d0ad80b42c62c281f420
SHA256 884368417c8a0911c8a13713419ccd117d14a1a6ca3fe5023027799d1de12bae
SHA512 4b546bb9ece9607b57b8a3949290bf1c74aada441b80f3e7a136f0e1ac0e683c07a73a6542042feb1aa56f2562715150fc52180b15c71a92c99bd78fac4ef8fc

/data/user/0/com.gebafemaxiwa.hike/app_apkprotector_dex/classes-v1.bin

MD5 b929421694c440c63e5f858d6a1db607
SHA1 6babf14e44a32efc942ae88a995297c6ed31afb5
SHA256 cb2475a43339622094266026ba3e0cfd674f42f8a6c913b7914dfa8c16a6e463
SHA512 af62aae7aaf79930e7f0aa170524b217911071c103e0db9857220ab981374eec186dde4a4fedf40f32ecbc18c23404012b23415000aa03c57ffc15dfc62e44a9

/data/data/com.gebafemaxiwa.hike/no_backup/androidx.work.workdb-journal

MD5 ea499287ecbaf63b57434c3d12fc63fa
SHA1 00621622b8caa702ad3af5767f6c2211efe84716
SHA256 c7ea37d4056e054bdd7ce2c834cf7114dbc0a04d00f561d5c213bf9b88598a41
SHA512 deed66965146a84687cacc78667c78993d5eef7103e589d7ba7bccc2204736522841c54d52e4f3296ee97d60e17f17315f0eff59d8dd412a14f9e8030a7225f1

/data/data/com.gebafemaxiwa.hike/no_backup/androidx.work.workdb

MD5 f2b4b0190b9f384ca885f0c8c9b14700
SHA1 934ff2646757b5b6e7f20f6a0aa76c7f995d9361
SHA256 0a8ffb6b327963558716e87db8946016d143e39f895fa1b43e95ba7032ce2514
SHA512 ec12685fc0d60526eed4d38820aad95611f3e93ae372be5a57142d8e8a1ba17e6e5dfe381a4e1365dddc0b363c9c40daaffdc1245bd515fddac69bf1abacd7f1

/data/data/com.gebafemaxiwa.hike/no_backup/androidx.work.workdb-shm

MD5 bb7df04e1b0a2570657527a7e108ae23
SHA1 5188431849b4613152fd7bdba6a3ff0a4fd6424b
SHA256 c35020473aed1b4642cd726cad727b63fff2824ad68cedd7ffb73c7cbd890479
SHA512 768007e06b0cd9e62d50f458b9435c6dda0a6d272f0b15550f97c478394b743331c3a9c9236e09ab5b9cb3b423b2320a5d66eb3c7068db9ea37891ca40e47012

/data/data/com.gebafemaxiwa.hike/no_backup/androidx.work.workdb-wal

MD5 32f8ff1697dbcb3142799373b751dfe8
SHA1 ce8f5ab38bd3b3833aa87cc998f50ada05175375
SHA256 789af12ca54e228fcef4796fa88a4389627c4d3e4bdd9c9e735cf28bf5681bd7
SHA512 9495c9d13ae1081d4d78845f81a2a539deea87122cf19c59d5d6e4a31abed5dce924caea244a2e88dad9f052751f194c1869ffc539ac9f3bb54c7487a6cd597c

/data/data/com.gebafemaxiwa.hike/no_backup/androidx.work.workdb-wal

MD5 4c6cdde7cfb4caff7a02cdb8d94a1587
SHA1 e3de5cf721c7f691791d7fa5875cca855091a841
SHA256 cffcbafc6007ad7e93c19a0e5eb32aa99f40ab9bcbb78a622811cefb979056c4
SHA512 5755bb7101cacec463aab268a7ddcddaeca3bc55d68ae9b2fba792cb9c6ee77d1c7ed79b1452a1ff25c0cda0239be3bd8d86bca7837f66c2fc41177c4e21b6a4

/data/data/com.gebafemaxiwa.hike/no_backup/androidx.work.workdb-wal

MD5 b815da813b45ffe197e55321f068add8
SHA1 70c946a70de5ed4eb23a12c07450de6dacde7d1f
SHA256 68e6cdaf0c77c6adc4f87b145f8a2781e0697366171118c5932bfc8533c8ceb1
SHA512 d064f60b07c12e979923b3bd8a76fbed81092ae862650215b64dac4f3fec8f4874a76d90f7d7cdc917f1857818cf598d00aefa20ff81de0b91866a683f2bd391

Analysis: behavioral2

Detonation Overview

Submitted

2024-11-27 22:04

Reported

2024-11-27 22:06

Platform

android-x64-20240910-en

Max time kernel

56s

Max time network

151s

Command Line

com.gebafemaxiwa.hike

Signatures

Ermac

banker trojan infostealer ermac

Ermac family

ermac

Ermac2 payload

Description Indicator Process Target
N/A N/A N/A N/A

Hook

rat trojan infostealer hook

Hook family

hook

Loads dropped Dex/Jar

evasion
Description Indicator Process Target
N/A /data/user/0/com.gebafemaxiwa.hike/app_apkprotector_dex/classes-v1.bin N/A N/A
N/A /data/user/0/com.gebafemaxiwa.hike/app_apkprotector_dex/classes-v1.bin 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.findAccessibilityNodeInfosByText N/A N/A
Framework service call android.accessibilityservice.IAccessibilityServiceConnection.findAccessibilityNodeInfosByViewId N/A N/A
Framework service call android.accessibilityservice.IAccessibilityServiceConnection.findAccessibilityNodeInfoByAccessibilityId N/A N/A

Obtains sensitive information copied to the device clipboard

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

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.gebafemaxiwa.hike

Network

Country Destination Domain Proto
GB 216.58.201.106:443 tcp
N/A 224.0.0.251:5353 udp
GB 142.250.200.46:443 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 null udp
US 1.1.1.1:53 ssl.google-analytics.com udp
GB 142.250.200.40:443 ssl.google-analytics.com tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
GB 142.250.178.14:443 tcp
GB 216.58.201.98:443 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp

Files

/data/data/com.gebafemaxiwa.hike/app_apkprotector_dex/classes-v1.bin

MD5 c3acad87885f0cb7e335d2ac8608019f
SHA1 9ab5a5283b0e1fedaea9d0ad80b42c62c281f420
SHA256 884368417c8a0911c8a13713419ccd117d14a1a6ca3fe5023027799d1de12bae
SHA512 4b546bb9ece9607b57b8a3949290bf1c74aada441b80f3e7a136f0e1ac0e683c07a73a6542042feb1aa56f2562715150fc52180b15c71a92c99bd78fac4ef8fc

/data/data/com.gebafemaxiwa.hike/no_backup/androidx.work.workdb-journal

MD5 24bcf09e4f15d6ac4f89f00cda8fcfca
SHA1 7007551aab3be887cc667310a4a7aead1d62f5c6
SHA256 589eccda14c59a013a1e0b3f99d26f5e085774a5563fb2ad76e3b62a82ecf3ab
SHA512 b6112248d3e1dc6a852d41cb3f036612963d8a2f6aae5b7cb25bcaee067a0db2075065021e0edf8c7350958e76f2c1dd49516c8ea682094f89debd8b05dac429

/data/data/com.gebafemaxiwa.hike/no_backup/androidx.work.workdb

MD5 f2b4b0190b9f384ca885f0c8c9b14700
SHA1 934ff2646757b5b6e7f20f6a0aa76c7f995d9361
SHA256 0a8ffb6b327963558716e87db8946016d143e39f895fa1b43e95ba7032ce2514
SHA512 ec12685fc0d60526eed4d38820aad95611f3e93ae372be5a57142d8e8a1ba17e6e5dfe381a4e1365dddc0b363c9c40daaffdc1245bd515fddac69bf1abacd7f1

/data/data/com.gebafemaxiwa.hike/no_backup/androidx.work.workdb-shm

MD5 bb7df04e1b0a2570657527a7e108ae23
SHA1 5188431849b4613152fd7bdba6a3ff0a4fd6424b
SHA256 c35020473aed1b4642cd726cad727b63fff2824ad68cedd7ffb73c7cbd890479
SHA512 768007e06b0cd9e62d50f458b9435c6dda0a6d272f0b15550f97c478394b743331c3a9c9236e09ab5b9cb3b423b2320a5d66eb3c7068db9ea37891ca40e47012

/data/data/com.gebafemaxiwa.hike/no_backup/androidx.work.workdb-wal

MD5 17dcb6268fa9a4a69bc112b48adefa67
SHA1 ef74d2e1a5861247915d50b4a49c280350390075
SHA256 c842cf6e3890a07ab8d6bdb1edd18977dd02a0ea02008833cc8a5e3d1aceaeed
SHA512 59cff05fa28bd78c6cf6f5316b1384f9e348b448a7bfbe69cf9ce88513e69040dcf2aa5e4962175cb168b9076d86c2e0c46d6f9b36d46448a6fdc68ceed89247

/data/data/com.gebafemaxiwa.hike/no_backup/androidx.work.workdb-wal

MD5 18af31daa012d53e0ff2bd31acc5df7b
SHA1 2398d837b3a05bb53162a791ad299fb0b8d8a685
SHA256 cf9ba58c9839c808de223ca5eed949659f5ccd4e120520b1976aa039828d5bf5
SHA512 1723b0c065c4369760d32f636550f40049a9e695fcc4f8b3a35554a1ca9886ea40122bcb2cc019f5c92cd35777d5139e1b401a31828824e4c50f386dcb1aaec0

/data/data/com.gebafemaxiwa.hike/no_backup/androidx.work.workdb-wal

MD5 11f485c0413c4b2bffd3a900d245f797
SHA1 e5aebe739c369ac22f37331191e852226f42390c
SHA256 dd59fb9cd5f6f8c6d4bb07039a4d72032d929866c7c45a6cb94b988c7df9592c
SHA512 d641b47e1f301e3931f8c592f1a48ab9c957157e2801c1f9841d42005703b27b9c9419f70383ae77cf000094841b1b57e897bb0b7ea6b2dee625ae950168918d

Analysis: behavioral3

Detonation Overview

Submitted

2024-11-27 22:04

Reported

2024-11-27 22:07

Platform

android-x64-arm64-20240624-en

Max time kernel

52s

Max time network

157s

Command Line

com.gebafemaxiwa.hike

Signatures

Ermac

banker trojan infostealer ermac

Ermac family

ermac

Ermac2 payload

Description Indicator Process Target
N/A N/A N/A N/A

Hook

rat trojan infostealer hook

Hook family

hook

Loads dropped Dex/Jar

evasion
Description Indicator Process Target
N/A /data/user/0/com.gebafemaxiwa.hike/app_apkprotector_dex/classes-v1.bin N/A N/A
N/A /data/user/0/com.gebafemaxiwa.hike/app_apkprotector_dex/classes-v1.bin N/A N/A
N/A /data/user/0/com.gebafemaxiwa.hike/app_apkprotector_dex/classes-v1.bin 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

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.gebafemaxiwa.hike

Network

Country Destination Domain Proto
N/A 224.0.0.251:5353 udp
GB 142.250.179.238:443 tcp
GB 142.250.179.238:443 tcp
US 1.1.1.1:53 android.apis.google.com udp
GB 172.217.16.238:443 android.apis.google.com tcp
US 1.1.1.1:53 ssl.google-analytics.com udp
GB 172.217.16.232:443 ssl.google-analytics.com tcp
US 1.1.1.1:53 null udp
GB 172.217.16.238:443 android.apis.google.com tcp
GB 142.250.187.196:443 tcp
GB 142.250.187.196:443 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp
NL 45.200.149.27:3434 45.200.149.27 tcp

Files

/data/user/0/com.gebafemaxiwa.hike/app_apkprotector_dex/classes-v1.bin

MD5 c3acad87885f0cb7e335d2ac8608019f
SHA1 9ab5a5283b0e1fedaea9d0ad80b42c62c281f420
SHA256 884368417c8a0911c8a13713419ccd117d14a1a6ca3fe5023027799d1de12bae
SHA512 4b546bb9ece9607b57b8a3949290bf1c74aada441b80f3e7a136f0e1ac0e683c07a73a6542042feb1aa56f2562715150fc52180b15c71a92c99bd78fac4ef8fc

/data/user/0/com.gebafemaxiwa.hike/no_backup/androidx.work.workdb-journal

MD5 2d882f8a14db5413ae08b7036a69ba4e
SHA1 dac9f750375c97d12ac418e5f0feb3e955972702
SHA256 9c14581856809b7876a4b0607ee156f7b2f21cce319a0439140c0cde23324804
SHA512 2bc921431d278b42d24fc81440e84abe47204275f02237455551f0c655b00774d15cf1736174d88c56ea187c77326ca57cde908395e7ff3b52873784d0f46683

/data/user/0/com.gebafemaxiwa.hike/no_backup/androidx.work.workdb

MD5 7e858c4054eb00fcddc653a04e5cd1c6
SHA1 2e056bf31a8d78df136f02a62afeeca77f4faccf
SHA256 9010186c5c083155a45673017d1e31c2a178e63cc15a57bbffde4d1956a23dad
SHA512 d0c7a120940c8e637d5566ef179d01eff88a2c2650afda69ad2a46aad76533eaace192028bba3d60407b4e34a950e7560f95d9f9b8eebe361ef62897d88b30cb

/data/user/0/com.gebafemaxiwa.hike/no_backup/androidx.work.workdb-shm

MD5 bb7df04e1b0a2570657527a7e108ae23
SHA1 5188431849b4613152fd7bdba6a3ff0a4fd6424b
SHA256 c35020473aed1b4642cd726cad727b63fff2824ad68cedd7ffb73c7cbd890479
SHA512 768007e06b0cd9e62d50f458b9435c6dda0a6d272f0b15550f97c478394b743331c3a9c9236e09ab5b9cb3b423b2320a5d66eb3c7068db9ea37891ca40e47012

/data/user/0/com.gebafemaxiwa.hike/no_backup/androidx.work.workdb-wal

MD5 d1dc2ccd9873f747cdfd6a7c81e7ac44
SHA1 566a31c27b124c35877c52663eefdb984e8b09f1
SHA256 5647b071842ea74da840ed10cc1c21d223ac3fa8caa73f5c4d3fbb63e44a704d
SHA512 305b3579a1b541a3764b5a931cf6a60929d62928e58887df8484cbc303baa7318f9759b6c9db573edc8ef83f63df8ac301507f690e779bdb01bb5d0c3d5accca

/data/user/0/com.gebafemaxiwa.hike/no_backup/androidx.work.workdb-wal

MD5 27d5b675b2f40719d7dbbc8d5a8c3b0b
SHA1 7a6bfa93d76d05d2270bece4504ef4ba41d289af
SHA256 7cc9640fec24e8d74daf0f96ff43807317a17396f9fd39d7cb645629a9884fd9
SHA512 765a1aaa674cbde0da5cfd2c995a9d62d90377bea7665b31cf8ca1cef46a9354d72f153c024f61b7e60020df7fd456cae6f52611bf67d9b2581a8715c5c064be

/data/user/0/com.gebafemaxiwa.hike/no_backup/androidx.work.workdb-wal

MD5 81d77084a69fca3b8f47559b1bd9d021
SHA1 490e50ff97d922410332b2b7de721f2639a8ca4e
SHA256 3333e997a75b68f4711a3ad63cb7a76bfd17d44fb576d19654e2baeee2832d3e
SHA512 3252fefcc9fb2f6d9afdf0a44985cdb363af476c518b047e67f40d7b35dc619702c3b53afe385df731a06dc61b08c520e3652a15eaf044cbdab1cc8c19e31094