Malware Analysis Report

2024-10-16 05:16

Sample ID 240722-ybkdmsvcrp
Target Xiaomi.Service.ver.3.31.165.build.331165.apk
SHA256 e4349991ce0a2ed6e2f58e2243a6d5b3c7a795b1f6d2dcdf8817fea0e826aedc
Tags
banker collection credential_access discovery evasion execution persistence stealth trojan spynote
score
10/10

Table of Contents

Analysis Overview

MITRE ATT&CK

Mobile Matrix V15

Analysis: static1

Detonation Overview

Signatures

Analysis: behavioral3

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral4

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral5

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral6

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral1

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral2

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis Overview

score
10/10

SHA256

e4349991ce0a2ed6e2f58e2243a6d5b3c7a795b1f6d2dcdf8817fea0e826aedc

Threat Level: Known bad

The file Xiaomi.Service.ver.3.31.165.build.331165.apk was found to be: Known bad.

Malicious Activity Summary

banker collection credential_access discovery evasion execution persistence stealth trojan spynote

Spynote family

Removes its main activity from the application launcher

Makes use of the framework's Accessibility service

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

Requests dangerous framework permissions

Requests enabling of the accessibility settings.

Makes use of the framework's foreground persistence service

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

Performs UI accessibility actions on behalf of the user

Acquires the wake lock

Declares broadcast receivers with permission to handle system events

Declares services with permission to bind to the system

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

Schedules tasks to execute at a specified time

MITRE ATT&CK

Analysis: static1

Detonation Overview

Reported

2024-07-22 19:36

Signatures

Spynote family

spynote

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 accessibility services to bind with the system. Allows apps to access accessibility features. android.permission.BIND_ACCESSIBILITY_SERVICE N/A N/A
Required by VPN services to bind with the system. Allows apps to provision VPN services. android.permission.BIND_VPN_SERVICE N/A N/A
Required by input method services to bind with the system. Allows apps to provide custom input methods (keyboards). android.permission.BIND_INPUT_METHOD N/A N/A

Requests dangerous framework permissions

Description Indicator Process Target
Allows an application to send SMS messages. android.permission.SEND_SMS N/A N/A
Allows an application to read SMS messages. android.permission.READ_SMS 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 read the user's contacts data. android.permission.READ_CONTACTS N/A N/A
Allows access to the list of accounts in the Accounts Service. android.permission.GET_ACCOUNTS N/A N/A
Required to be able to access the camera device. android.permission.CAMERA N/A N/A
Allows an application to record audio. android.permission.RECORD_AUDIO N/A N/A
Allows an app to access approximate location. android.permission.ACCESS_COARSE_LOCATION N/A N/A
Allows an app to access precise location. android.permission.ACCESS_FINE_LOCATION 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 application to read from external storage. android.permission.READ_EXTERNAL_STORAGE N/A N/A
Allows an application to write to external storage. android.permission.WRITE_EXTERNAL_STORAGE 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
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 an application to request installing packages. android.permission.REQUEST_INSTALL_PACKAGES N/A N/A

Analysis: behavioral3

Detonation Overview

Submitted

2024-07-22 19:36

Reported

2024-07-22 19:42

Platform

android-x86-arm-20240624-en

Max time network

335s

Command Line

N/A

Signatures

N/A

Processes

N/A

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.180.14:443 android.apis.google.com tcp
GB 142.250.179.234:443 semanticlocation-pa.googleapis.com tcp
GB 142.250.200.46:443 tcp
US 1.1.1.1:53 www.youtube.com udp
GB 142.250.187.206:443 www.youtube.com tcp
GB 142.250.180.3:80 tcp
GB 172.217.16.228:443 tcp
GB 172.217.169.34:443 tcp
GB 216.58.201.110:443 www.youtube.com tcp
GB 142.250.200.3:443 tcp
GB 142.250.200.3:443 tcp
GB 216.58.201.110:443 www.youtube.com tcp
GB 142.250.200.3:443 tcp
GB 142.250.200.3:443 tcp

Files

N/A

Analysis: behavioral4

Detonation Overview

Submitted

2024-07-22 19:36

Reported

2024-07-22 19:42

Platform

android-x64-arm64-20240624-en

Max time kernel

329s

Max time network

340s

Command Line

com.xiaomi.service

Signatures

Removes its main activity from the application launcher

stealth trojan evasion
Description Indicator Process Target
N/A N/A 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

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

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

Requests enabling of the accessibility settings.

Description Indicator Process Target
Intent action android.settings.ACCESSIBILITY_SETTINGS 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

Processes

com.xiaomi.service

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 142.250.178.14:443 android.apis.google.com tcp
US 1.1.1.1:53 ssl.google-analytics.com udp
GB 216.58.212.232:443 ssl.google-analytics.com tcp
US 1.1.1.1:53 botuser0.duckdns.org udp
IN 35.154.123.195:1337 botuser0.duckdns.org tcp
GB 142.250.187.196:443 tcp
GB 142.250.187.196:443 tcp
US 1.1.1.1:53 botuser0.duckdns.org udp
IN 35.154.123.195:1337 botuser0.duckdns.org tcp
US 1.1.1.1:53 botuser0.duckdns.org udp
IN 35.154.123.195:1337 botuser0.duckdns.org tcp
US 1.1.1.1:53 botuser0.duckdns.org udp
IN 35.154.123.195:1337 botuser0.duckdns.org tcp
US 1.1.1.1:53 www.google.com udp
GB 142.250.187.228:443 www.google.com tcp
US 1.1.1.1:53 botuser0.duckdns.org udp
IN 35.154.123.195:1337 botuser0.duckdns.org tcp
GB 142.250.179.238:443 tcp
GB 172.217.16.227:443 tcp
US 1.1.1.1:53 botuser0.duckdns.org udp
IN 35.154.123.195:1337 botuser0.duckdns.org tcp

Files

/storage/emulated/0/Config/sys/apps/log/log-2024-07-22.txt

MD5 111217063cfd8a765f9d48038297403f
SHA1 04dbe27a0357f44d16a8722bace7fda298644462
SHA256 b9d9bebcdaa9696ef40aa42a98676ded43230e411c3f4e5b2a0a1ee61e4f41ba
SHA512 f4b5ce0914bb79bd84de7c97f55c68a7a8cf25c9ebfcfa842abb0e4107bb12ee61d879e493024fc5e6de68cc83b32052921d119246e1656b90d567ed683aad9b

/storage/emulated/0/Config/sys/apps/log/log-2024-07-22.txt

MD5 ba30336bf53d54ed3c0ea69dd545de8c
SHA1 ce99c6724c75b93b7448e2d9fac16ca702a5711f
SHA256 2d6988fb5afdaafc4e33fa1f71d6f10c95ab5a49a8ec820add5b13eef05439af
SHA512 eea34ca526e03349e746d3687ea660b4748f0174fe2ffdb65161e232e08630b345e03329614852ce881a71362ba68575e9dd08fa361a416e5b2fb231e21a0a3e

/storage/emulated/0/Config/sys/apps/log/log-2024-07-22.txt

MD5 e7098a1e2f67059298f42517d4d774a8
SHA1 a510d2c509539711aefa5c97ff5603bbff00c0c5
SHA256 c301fd9af98ef18117e70c5bef2f3c7bfb0312281cb11781a3215a26c29ba8cb
SHA512 95c46fde2a9c6e6e54cb71375fe6ddcc0ccb004067d1cb0cdd8f49051395966c8a36df8014099093cfe1baa09be3cd88e5d2e2d75056c8c30013d3a1f26232e2

/storage/emulated/0/Config/sys/apps/log/log-2024-07-22.txt

MD5 3af69119804d1d999d56d230338ffd36
SHA1 69350826205583c8acc385ee0a6e3fc2673ee2ca
SHA256 10994862cb263ab6b1e4428cc24cc9c585458fc67544fe0f5dfea81a5a7a115c
SHA512 4a41b19d28f637b397d9dff225621694c44c750a9bd65f3e6ad5d3b9acf0d118910ddf53d4618213f9e14c61e0fb154f33f2747dd3b8d50459990767f42fc8cb

Analysis: behavioral5

Detonation Overview

Submitted

2024-07-22 19:36

Reported

2024-07-22 19:42

Platform

android-33-x64-arm64-20240624-en

Max time kernel

329s

Max time network

340s

Command Line

com.xiaomi.service

Signatures

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

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

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

Requests enabling of the accessibility settings.

Description Indicator Process Target
Intent action android.settings.ACCESSIBILITY_SETTINGS 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

Processes

com.xiaomi.service

Network

Country Destination Domain Proto
GB 142.250.200.36:443 udp
GB 142.250.200.36:443 tcp
N/A 224.0.0.251:5353 udp
US 1.1.1.1:53 android.apis.google.com udp
GB 142.250.178.14:443 android.apis.google.com tcp
US 1.1.1.1:53 botuser0.duckdns.org udp
IN 35.154.123.195:1337 botuser0.duckdns.org tcp
US 1.1.1.1:53 rcs-acs-tmo-us.jibe.google.com udp
US 216.239.36.155:443 rcs-acs-tmo-us.jibe.google.com tcp
GB 142.250.187.206:443 udp
US 1.1.1.1:53 remoteprovisioning.googleapis.com udp
US 172.64.41.3:443 tcp
US 172.64.41.3:443 tcp
GB 142.250.179.227:443 tcp
US 172.64.41.3:443 udp
GB 142.250.179.227:443 udp
GB 142.250.200.36:443 udp
GB 216.58.204.68:443 udp
GB 216.58.204.68:443 tcp
GB 216.58.204.68:443 tcp
GB 216.58.201.99:443 tcp
US 1.1.1.1:53 botuser0.duckdns.org udp
IN 35.154.123.195:1337 botuser0.duckdns.org tcp
US 1.1.1.1:53 botuser0.duckdns.org udp
IN 35.154.123.195:1337 botuser0.duckdns.org tcp
US 1.1.1.1:53 botuser0.duckdns.org udp
IN 35.154.123.195:1337 botuser0.duckdns.org tcp
US 1.1.1.1:53 www.google.com udp
GB 142.250.187.228:443 www.google.com tcp
US 1.1.1.1:53 botuser0.duckdns.org udp
IN 35.154.123.195:1337 botuser0.duckdns.org tcp
GB 142.250.180.2:443 tcp
GB 216.58.204.78:443 tcp
GB 142.250.180.2:443 tcp
GB 142.250.180.2:443 tcp
US 216.239.32.36:443 tcp
GB 216.58.213.6:443 tcp
GB 172.217.16.226:443 tcp
GB 142.250.179.225:443 tcp
GB 142.250.179.225:443 tcp
GB 142.250.179.225:443 tcp
GB 142.250.179.225:443 tcp
GB 142.250.179.225:443 tcp
GB 142.250.179.225:443 tcp
GB 216.58.201.99:443 tcp
US 1.1.1.1:53 botuser0.duckdns.org udp
IN 35.154.123.195:1337 botuser0.duckdns.org tcp

Files

/storage/emulated/0/Config/sys/apps/log/log-2024-07-22.txt

MD5 111217063cfd8a765f9d48038297403f
SHA1 04dbe27a0357f44d16a8722bace7fda298644462
SHA256 b9d9bebcdaa9696ef40aa42a98676ded43230e411c3f4e5b2a0a1ee61e4f41ba
SHA512 f4b5ce0914bb79bd84de7c97f55c68a7a8cf25c9ebfcfa842abb0e4107bb12ee61d879e493024fc5e6de68cc83b32052921d119246e1656b90d567ed683aad9b

/storage/emulated/0/Config/sys/apps/log/log-2024-07-22.txt

MD5 ba30336bf53d54ed3c0ea69dd545de8c
SHA1 ce99c6724c75b93b7448e2d9fac16ca702a5711f
SHA256 2d6988fb5afdaafc4e33fa1f71d6f10c95ab5a49a8ec820add5b13eef05439af
SHA512 eea34ca526e03349e746d3687ea660b4748f0174fe2ffdb65161e232e08630b345e03329614852ce881a71362ba68575e9dd08fa361a416e5b2fb231e21a0a3e

/storage/emulated/0/Config/sys/apps/log/log-2024-07-22.txt

MD5 fd7015c55030836fc455e1989ca120d8
SHA1 2e7ad51c29662ce0c563e4257fdcb6cb8828f8a9
SHA256 49cfce378c0d91cca43913c7d228f3cd21a4492b303bd9191b083d5399d81ac1
SHA512 7357453d95c25aab8c57e1a7a6e065deb304d659c9c046f368084317a34db9223fa42f7f4ca05564bd5cf014d478c0fe186ddf79d5fad9b65e493d2419d9e57f

/storage/emulated/0/Config/sys/apps/log/log-2024-07-22.txt

MD5 3af69119804d1d999d56d230338ffd36
SHA1 69350826205583c8acc385ee0a6e3fc2673ee2ca
SHA256 10994862cb263ab6b1e4428cc24cc9c585458fc67544fe0f5dfea81a5a7a115c
SHA512 4a41b19d28f637b397d9dff225621694c44c750a9bd65f3e6ad5d3b9acf0d118910ddf53d4618213f9e14c61e0fb154f33f2747dd3b8d50459990767f42fc8cb

Analysis: behavioral6

Detonation Overview

Submitted

2024-07-22 19:36

Reported

2024-07-22 19:42

Platform

android-x86-arm-20240624-en

Max time kernel

329s

Max time network

338s

Command Line

com.xiaomi.service

Signatures

Removes its main activity from the application launcher

stealth trojan evasion
Description Indicator Process Target
N/A N/A 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 a list of all the installed applications on the device (Might be used in an attempt to overlay legitimate apps)

banker 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

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

Requests enabling of the accessibility settings.

Description Indicator Process Target
Intent action android.settings.ACCESSIBILITY_SETTINGS 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

Processes

com.xiaomi.service

Network

Country Destination Domain Proto
N/A 224.0.0.251:5353 udp
GB 142.250.187.202:443 tcp
US 1.1.1.1:53 semanticlocation-pa.googleapis.com udp
US 1.1.1.1:53 botuser0.duckdns.org udp
IN 35.154.123.195:1337 botuser0.duckdns.org tcp
GB 142.250.200.46:443 tcp
US 1.1.1.1:53 android.apis.google.com udp
GB 142.250.187.238:443 android.apis.google.com tcp
US 1.1.1.1:53 botuser0.duckdns.org udp
IN 35.154.123.195:1337 botuser0.duckdns.org tcp
US 1.1.1.1:53 botuser0.duckdns.org udp
IN 35.154.123.195:1337 botuser0.duckdns.org tcp
US 1.1.1.1:53 botuser0.duckdns.org udp
IN 35.154.123.195:1337 botuser0.duckdns.org tcp
US 1.1.1.1:53 botuser0.duckdns.org udp
IN 35.154.123.195:1337 botuser0.duckdns.org tcp
GB 142.250.187.195:80 tcp
GB 142.250.179.228:443 tcp
GB 216.58.204.66:443 tcp
GB 216.58.212.195:443 tcp
GB 142.250.187.206:443 tcp
GB 216.58.212.195:443 tcp
GB 142.250.187.206:443 tcp
GB 216.58.212.195:443 tcp
GB 216.58.212.195:443 tcp
US 1.1.1.1:53 botuser0.duckdns.org udp
IN 35.154.123.195:1337 botuser0.duckdns.org tcp

Files

/storage/emulated/0/Config/sys/apps/log/log-2024-07-22.txt

MD5 5c7a0adc03e65588b21db1797da63ede
SHA1 83e33c9f8bce30a63b407472ac1cdcf362eaa268
SHA256 b3b94848fa4a4370b0d46140fe533874b1faa57d0b60c824c2b917d961c8e0cd
SHA512 83dc084aa24f74b249a2f59d889bcc6cff11502874ddc295f745699e3ecdd98fce242d85f73222d6641247d4127f57c64516244af64d3fb60395ea115da7dbe1

/storage/emulated/0/Config/sys/apps/log/log-2024-07-22.txt

MD5 111217063cfd8a765f9d48038297403f
SHA1 04dbe27a0357f44d16a8722bace7fda298644462
SHA256 b9d9bebcdaa9696ef40aa42a98676ded43230e411c3f4e5b2a0a1ee61e4f41ba
SHA512 f4b5ce0914bb79bd84de7c97f55c68a7a8cf25c9ebfcfa842abb0e4107bb12ee61d879e493024fc5e6de68cc83b32052921d119246e1656b90d567ed683aad9b

/storage/emulated/0/Config/sys/apps/log/log-2024-07-22.txt

MD5 ba30336bf53d54ed3c0ea69dd545de8c
SHA1 ce99c6724c75b93b7448e2d9fac16ca702a5711f
SHA256 2d6988fb5afdaafc4e33fa1f71d6f10c95ab5a49a8ec820add5b13eef05439af
SHA512 eea34ca526e03349e746d3687ea660b4748f0174fe2ffdb65161e232e08630b345e03329614852ce881a71362ba68575e9dd08fa361a416e5b2fb231e21a0a3e

/storage/emulated/0/Config/sys/apps/log/log-2024-07-22.txt

MD5 e717a0046988abf4711ee2d0cd39ad00
SHA1 bd8fb13e7195c80e0f77aa6380ef390dfad45775
SHA256 45ea4bf89cd513f2e9ef10f84ada1e8bb07111e992ad4fdcf0a128e84590015b
SHA512 55fa21e78fdfa154cfdf0dbd0118a3275cd7121a85133c3e3689a6e224d0705bac493adfdde6e2a5b0717e4f4c50112d48b1caa6de9e5f666ab5f13e7942c5b7

Analysis: behavioral1

Detonation Overview

Submitted

2024-07-22 19:36

Reported

2024-07-22 19:42

Platform

android-x64-arm64-20240624-en

Max time network

325s

Command Line

N/A

Signatures

N/A

Processes

N/A

Network

Country Destination Domain Proto
N/A 224.0.0.251:5353 udp
GB 142.250.187.206:443 tcp
GB 142.250.187.206:443 tcp
US 1.1.1.1:53 android.apis.google.com udp
GB 142.250.178.14: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
GB 142.250.179.228:443 tcp
GB 142.250.179.228:443 tcp
GB 142.250.180.14:443 tcp
GB 142.250.200.34:443 tcp
GB 142.250.187.227:443 tcp

Files

N/A

Analysis: behavioral2

Detonation Overview

Submitted

2024-07-22 19:36

Reported

2024-07-22 19:42

Platform

android-33-x64-arm64-20240624-en

Max time network

331s

Command Line

N/A

Signatures

N/A

Processes

N/A

Network

Country Destination Domain Proto
GB 216.58.201.100:443 udp
GB 216.58.201.100:443 tcp
GB 216.58.201.100:443 tcp
N/A 224.0.0.251:5353 udp
GB 216.58.204.78:443 udp
US 1.1.1.1:53 remoteprovisioning.googleapis.com udp
GB 216.58.201.100:443 udp
GB 142.250.200.36:443 udp
GB 142.250.200.36:443 tcp
GB 142.250.200.36:443 tcp
US 1.1.1.1:53 rcs-acs-tmo-us.jibe.google.com udp
US 216.239.36.155:443 rcs-acs-tmo-us.jibe.google.com tcp
US 172.64.41.3:443 tcp
US 172.64.41.3:443 tcp
GB 216.58.204.67:443 tcp
US 172.64.41.3:443 udp
GB 216.58.204.67:443 udp
GB 142.250.187.194:443 tcp
GB 142.250.187.194:443 tcp
GB 142.250.200.38:443 tcp
GB 142.250.180.2:443 tcp
GB 142.250.187.194:443 tcp
GB 172.217.169.46:443 tcp
US 216.239.34.36:443 tcp
GB 172.217.16.225:443 tcp
GB 142.250.179.225:443 tcp
GB 172.217.16.225:443 tcp
GB 172.217.16.225:443 tcp
GB 172.217.16.225:443 tcp
GB 172.217.16.225:443 tcp
GB 142.250.187.227:443 tcp
GB 142.250.187.227:443 tcp

Files

N/A