Malware Analysis Report

2025-01-19 08:01

Sample ID 240616-ypg6fayfnp
Target b4edeb996d567c77135e8b00ecbb6125_JaffaCakes118
SHA256 5b1ffd6513d2696bbd78f30400bd8eaa267f4bc49fe9f77f0d2bc212aa41bb4d
Tags
discovery impact banker evasion persistence
score
7/10

Table of Contents

Analysis Overview

MITRE ATT&CK

Mobile Matrix V15

Analysis: static1

Detonation Overview

Signatures

Analysis: behavioral25

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral2

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral4

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral6

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral12

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral23

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral24

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral7

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral8

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral10

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral15

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral22

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral29

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral5

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral14

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral16

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral17

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral19

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral32

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral9

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral1

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral18

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral26

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral27

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral31

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral30

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral3

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral11

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral13

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral20

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral21

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis: behavioral28

Detonation Overview

Command Line

Signatures

Processes

Network

Files

Analysis Overview

score
7/10

SHA256

5b1ffd6513d2696bbd78f30400bd8eaa267f4bc49fe9f77f0d2bc212aa41bb4d

Threat Level: Shows suspicious behavior

The file b4edeb996d567c77135e8b00ecbb6125_JaffaCakes118 was found to be: Shows suspicious behavior.

Malicious Activity Summary

discovery impact banker evasion persistence

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)

Reads information about phone network operator.

Declares broadcast receivers with permission to handle system events

Queries information about the current Wi-Fi connection

Declares services with permission to bind to the system

Requests dangerous framework permissions

Queries the unique device ID (IMEI, MEID, IMSI)

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

Uses Crypto APIs (Might try to encrypt user data)

Checks memory information

MITRE ATT&CK

Analysis: static1

Detonation Overview

Reported

2024-06-16 19:57

Signatures

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 wallpaper services to bind with the system. Allows apps to provide live wallpapers. android.permission.BIND_WALLPAPER N/A N/A
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 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 write to external storage. android.permission.WRITE_EXTERNAL_STORAGE 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 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
Required to be able to access the camera device. android.permission.CAMERA 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 write and read the user's call log data. android.permission.WRITE_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 an application to write the user's contacts data. android.permission.WRITE_CONTACTS N/A N/A
Allows an application to read SMS messages. android.permission.READ_SMS N/A N/A
Allows an application to read or write the system settings. android.permission.WRITE_SETTINGS N/A N/A
Allows an application to receive SMS messages. android.permission.RECEIVE_SMS N/A N/A
Allows an application to send SMS messages. android.permission.SEND_SMS N/A N/A
Allows an app to access approximate location. android.permission.ACCESS_COARSE_LOCATION N/A N/A
Allows an application to record audio. android.permission.RECORD_AUDIO 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 collect component usage statistics. android.permission.PACKAGE_USAGE_STATS N/A N/A
Allows an application to read the user's calendar data. android.permission.READ_CALENDAR N/A N/A
Allows an application to write the user's calendar data. android.permission.WRITE_CALENDAR N/A N/A
Allows an application to see the number being dialed during an outgoing call with the option to redirect the call to a different number or abort the call altogether. android.permission.PROCESS_OUTGOING_CALLS 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 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
Required to be able to access the camera device. android.permission.CAMERA N/A N/A
Allows an application to collect component usage statistics. android.permission.PACKAGE_USAGE_STATS 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 app to access precise location. android.permission.ACCESS_FINE_LOCATION N/A N/A
Allows access to the list of accounts in the Accounts Service. android.permission.GET_ACCOUNTS N/A N/A

Analysis: behavioral25

Detonation Overview

Submitted

2024-06-16 19:57

Reported

2024-06-16 20:05

Platform

android-x64-arm64-20240611.1-en

Max time kernel

2s

Max time network

132s

Command Line

com.qihoo360.mobilesafe.homepage

Signatures

N/A

Processes

com.qihoo360.mobilesafe.homepage

Network

Country Destination Domain Proto
GB 142.250.187.206:443 tcp
GB 142.250.187.206:443 tcp
N/A 224.0.0.251:5353 udp
GB 172.217.16.234:443 tcp
GB 172.217.16.234:443 tcp
US 1.1.1.1:53 ssl.google-analytics.com udp
GB 142.250.187.200:443 ssl.google-analytics.com tcp
GB 142.250.179.228:443 tcp
GB 142.250.179.228:443 tcp
GB 142.250.179.228:443 tcp
GB 142.250.179.228:443 tcp

Files

/data/user/0/com.qihoo360.mobilesafe.homepage/app_recommend_pull/default_tip.gif

MD5 8c87661f86b0f6b46c8293061f76503c
SHA1 5f654ea9362448ba11d34e376a3870219cbc56cb
SHA256 eb5987f77b3e791b009daec006b4542a6a919daa096a7c7e05b4ff1cf943e32c
SHA512 85de8376e678b406330d9fb2164e74a50882bb5520ab2d521c606691fbb72888b0a2f38a8079e4088aa4d45ad992495ecfb3cd74940c85032cf4a21524beaf6f

/data/user/0/com.qihoo360.mobilesafe.homepage/app_recommend_pull/default_transfer.png

MD5 c576015c5020c4b4797957eaa120e400
SHA1 d94a4b531297344435f630e144e41f1fd6e2fa72
SHA256 9cb9a5f661d0f06d780a8861d8bef473d8e8f274cc8f2586493bd84d53950fc4
SHA512 12e493bc15143c9c8a6b5d352ef8fc0e72e7a3ac35116b9afe1c37919cf25970cd4f558abccbeb2ec2007866cc671bfbdbda81ef7e40f8431c4deb4f5479505a

Analysis: behavioral2

Detonation Overview

Submitted

2024-06-16 19:57

Reported

2024-06-16 19:59

Platform

android-33-x64-arm64-20240611.1-en

Max time network

8s

Command Line

N/A

Signatures

N/A

Processes

N/A

Network

Country Destination Domain Proto
GB 216.58.204.74:443 tcp
GB 172.217.169.68:443 udp
GB 172.217.169.68:443 tcp
BE 142.251.168.188:5228 tcp
GB 142.250.179.228:443 tcp
N/A 224.0.0.251:5353 udp
GB 142.250.180.10:443 udp
GB 142.250.180.10:443 tcp

Files

N/A

Analysis: behavioral4

Detonation Overview

Submitted

2024-06-16 19:57

Reported

2024-06-16 20:00

Platform

android-x64-20240611.1-en

Max time network

151s

Command Line

N/A

Signatures

N/A

Processes

N/A

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 172.217.16.232:443 ssl.google-analytics.com tcp
GB 142.250.200.10:443 tcp
US 1.1.1.1:53 android.apis.google.com udp
GB 142.250.187.206:443 android.apis.google.com tcp
GB 172.217.169.68:443 tcp
GB 172.217.169.68:443 tcp
GB 142.250.200.46:443 tcp
GB 216.58.212.238:443 tcp
GB 142.250.200.2:443 tcp

Files

N/A

Analysis: behavioral6

Detonation Overview

Submitted

2024-06-16 19:57

Reported

2024-06-16 20:00

Platform

android-x86-arm-20240611.1-en

Max time kernel

8s

Max time network

131s

Command Line

com.qihoo.appstore.pay.lite

Signatures

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

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

Description Indicator Process Target
File opened for read /proc/meminfo N/A N/A

Processes

com.qihoo.appstore.pay.lite

Network

Country Destination Domain Proto
N/A 224.0.0.251:5353 udp
GB 142.250.187.206:443 tcp
US 1.1.1.1:53 android.apis.google.com udp
GB 142.250.187.206:443 android.apis.google.com tcp
GB 216.58.212.202:443 tcp

Files

N/A

Analysis: behavioral12

Detonation Overview

Submitted

2024-06-16 19:57

Reported

2024-06-16 19:57

Platform

android-x64-20240611.1-en

Max time network

7s

Command Line

N/A

Signatures

N/A

Processes

N/A

Network

Country Destination Domain Proto
N/A 224.0.0.251:5353 udp

Files

N/A

Analysis: behavioral23

Detonation Overview

Submitted

2024-06-16 19:57

Reported

2024-06-16 20:04

Platform

android-x86-arm-20240611.1-en

Max time kernel

2s

Max time network

134s

Command Line

com.qihoo360.mobilesafe.homepage

Signatures

N/A

Processes

com.qihoo360.mobilesafe.homepage

Network

Country Destination Domain Proto
N/A 224.0.0.251:5353 udp
GB 142.250.187.206:443 tcp
US 1.1.1.1:53 android.apis.google.com udp
GB 142.250.187.206:443 android.apis.google.com tcp

Files

/data/data/com.qihoo360.mobilesafe.homepage/app_recommend_pull/default_tip.gif

MD5 8c87661f86b0f6b46c8293061f76503c
SHA1 5f654ea9362448ba11d34e376a3870219cbc56cb
SHA256 eb5987f77b3e791b009daec006b4542a6a919daa096a7c7e05b4ff1cf943e32c
SHA512 85de8376e678b406330d9fb2164e74a50882bb5520ab2d521c606691fbb72888b0a2f38a8079e4088aa4d45ad992495ecfb3cd74940c85032cf4a21524beaf6f

/data/data/com.qihoo360.mobilesafe.homepage/app_recommend_pull/default_transfer.png

MD5 c576015c5020c4b4797957eaa120e400
SHA1 d94a4b531297344435f630e144e41f1fd6e2fa72
SHA256 9cb9a5f661d0f06d780a8861d8bef473d8e8f274cc8f2586493bd84d53950fc4
SHA512 12e493bc15143c9c8a6b5d352ef8fc0e72e7a3ac35116b9afe1c37919cf25970cd4f558abccbeb2ec2007866cc671bfbdbda81ef7e40f8431c4deb4f5479505a

Analysis: behavioral24

Detonation Overview

Submitted

2024-06-16 19:57

Reported

2024-06-16 20:04

Platform

android-x64-20240611.1-en

Max time kernel

2s

Max time network

131s

Command Line

com.qihoo360.mobilesafe.homepage

Signatures

N/A

Processes

com.qihoo360.mobilesafe.homepage

Network

Country Destination Domain Proto
N/A 224.0.0.251:5353 udp
GB 172.217.16.234:443 tcp
US 1.1.1.1:53 ssl.google-analytics.com udp
GB 216.58.204.72:443 ssl.google-analytics.com tcp
US 1.1.1.1:53 android.apis.google.com udp
GB 142.250.200.46:443 android.apis.google.com tcp
GB 142.250.178.14:443 tcp
GB 142.250.187.226:443 tcp
GB 142.250.179.228:443 tcp
GB 142.250.179.228:443 tcp
GB 216.58.204.78:443 tcp

Files

/data/data/com.qihoo360.mobilesafe.homepage/app_recommend_pull/default_tip.gif

MD5 8c87661f86b0f6b46c8293061f76503c
SHA1 5f654ea9362448ba11d34e376a3870219cbc56cb
SHA256 eb5987f77b3e791b009daec006b4542a6a919daa096a7c7e05b4ff1cf943e32c
SHA512 85de8376e678b406330d9fb2164e74a50882bb5520ab2d521c606691fbb72888b0a2f38a8079e4088aa4d45ad992495ecfb3cd74940c85032cf4a21524beaf6f

/data/data/com.qihoo360.mobilesafe.homepage/app_recommend_pull/default_transfer.png

MD5 c576015c5020c4b4797957eaa120e400
SHA1 d94a4b531297344435f630e144e41f1fd6e2fa72
SHA256 9cb9a5f661d0f06d780a8861d8bef473d8e8f274cc8f2586493bd84d53950fc4
SHA512 12e493bc15143c9c8a6b5d352ef8fc0e72e7a3ac35116b9afe1c37919cf25970cd4f558abccbeb2ec2007866cc671bfbdbda81ef7e40f8431c4deb4f5479505a

Analysis: behavioral7

Detonation Overview

Submitted

2024-06-16 19:57

Reported

2024-06-16 20:01

Platform

android-x64-arm64-20240611.1-en

Max time kernel

10s

Max time network

131s

Command Line

com.qihoo.appstore.pay.lite

Signatures

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

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

Description Indicator Process Target
File opened for read /proc/meminfo N/A N/A

Processes

com.qihoo.appstore.pay.lite

Network

Country Destination Domain Proto
GB 142.250.187.206:443 tcp
GB 142.250.187.206:443 tcp
N/A 224.0.0.251:5353 udp
GB 172.217.16.234:443 tcp
GB 172.217.16.234:443 tcp
US 1.1.1.1:53 ssl.google-analytics.com udp
GB 142.250.200.40:443 ssl.google-analytics.com tcp
GB 142.250.179.228:443 tcp
GB 142.250.179.228:443 tcp

Files

N/A

Analysis: behavioral8

Detonation Overview

Submitted

2024-06-16 19:57

Reported

2024-06-16 20:00

Platform

android-x86-arm-20240611.1-en

Max time kernel

3s

Max time network

131s

Command Line

com.qihoo.plugin.splash

Signatures

N/A

Processes

com.qihoo.plugin.splash

Network

Country Destination Domain Proto
N/A 224.0.0.251:5353 udp
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
GB 172.217.169.10:443 tcp

Files

N/A

Analysis: behavioral10

Detonation Overview

Submitted

2024-06-16 19:57

Reported

2024-06-16 20:00

Platform

android-x64-arm64-20240611.1-en

Max time kernel

5s

Max time network

132s

Command Line

com.qihoo.plugin.splash

Signatures

Loads dropped Dex/Jar

evasion
Description Indicator Process Target
N/A /data/user/0/com.qihoo.plugin.splash/files/torch/core/3.7/finalcore.jar 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

Reads information about phone network operator.

discovery

Processes

com.qihoo.plugin.splash

Network

Country Destination Domain Proto
N/A 224.0.0.251:5353 udp
GB 172.217.16.234:443 tcp
GB 172.217.16.234:443 tcp
US 1.1.1.1:53 ssl.google-analytics.com udp
GB 142.250.187.200:443 ssl.google-analytics.com tcp
GB 142.250.187.206:443 tcp
US 1.1.1.1:53 android.apis.google.com udp
GB 142.250.187.238:443 android.apis.google.com tcp
GB 216.58.201.100:443 tcp
GB 216.58.201.100:443 tcp

Files

/data/user/0/com.qihoo.plugin.splash/files/torch/core/3.7/finalcore.jar

MD5 bc3cb0eef1d19c47cf3f1a2211258aee
SHA1 7f10b763a43b6900cd9925b014c1a794994d37dd
SHA256 79e1eee2d72cb40e0c931ed08e609891a41b0a2802d6e0b98abd7970238b4eee
SHA512 51f66294dbc34d4c618e2b16449c47f73734f1d5a57d2e40927ff5ab808604206fda84af29653cb9b018f30749e54a0a481e796cfc7b016a317ff7e83860df86

/data/user/0/com.qihoo.plugin.splash/files/torch/core/3.7/finalcore.jar

MD5 7ca872b45694937f04aca732b336950c
SHA1 762652d725c00e27a3a9316322fb0049b154cf45
SHA256 d482194392c58bab488d65622c27be7a91f673d1c3398e9dcfcfc015f20ce7eb
SHA512 260b9bf7a17e0e71cc5e05d447c578c062c80dfe35b27c658bda6c3071a30a1649e2181f287d0f3823d34f99aab604fb8b520da7cd9e1f9ce7b6552d5897fbf9

/storage/emulated/0/Android/data/com.qihoo.plugin.splash/files/.sfp/.sfp

MD5 f3e785898d87727ca3ef433495b91096
SHA1 57e5d1edff910c8055919f538991a23ef3f6c9c9
SHA256 456a5e2e60af4a536c84447bd793cf06e04275ac7333c356b112c021af4ddde0
SHA512 1e5305a0a3673678191300349249393d175c8a1268e2de828395c931963d3d6ffb1a9cd7db5294fed2997b796849dd44616405d8eebeb25dd0c8a4edb0b2b827

/data/user/0/com.qihoo.plugin.splash/files/torch/single/core_update

MD5 55f1673439f9a6e044ac592ce2f4d16a
SHA1 4cd712c23ce56952f80148e5e2c34bc580505eb0
SHA256 68afc3ea3b532c9802aaf8574989df34e05ab15146db13b79b50c2a13280d5a9
SHA512 165cec30654cd2c5e888330cfbfd68782074d27c58f2dbe169befbf3fe90434f17aed4ec95b4aaddbd7274cfe097e22d5dace73c65ea3c1d2b1e5063add0dfef

/data/user/0/com.qihoo.plugin.splash/files/torch/single/waitingDown

MD5 1172c35689bcb04db1cfa13d7adcc6d0
SHA1 179dba69fae9af0012012e8e7c22fcff34173b92
SHA256 8f8a1b5da88367b370167de949bce6b780ab0820f24a7e7340ba7bbd2e019042
SHA512 8908d14ef1b78c2536f3c0fa42deafb2ef35bb82409fa5b04774ccab8a1c04dd183a297b3264afbdfb6a501077f66c42cc535c6181aaac9a7ba9ce741b658afe

/data/user/0/com.qihoo.plugin.splash/files/torch/single/profile_task

MD5 bdf4a0d34757f9c573b7bde9320ed4e0
SHA1 c51f1b709f3bcdf8ac798ac4e3ca7cfb85eb7df7
SHA256 9e5eba7788e8a1e4d2474602887794265dfa3280a1053206e56f77654618ff0b
SHA512 651186576ec7ec0dd814878d5d8af3814814f0e2a600e20728875205717068578ab08d7f89951fe0f04226926abe25e81b472301ec50da63dfba78b6c34c6ffb

Analysis: behavioral15

Detonation Overview

Submitted

2024-06-16 19:57

Reported

2024-06-16 20:00

Platform

android-x64-20240611.1-en

Max time network

131s

Command Line

N/A

Signatures

N/A

Processes

N/A

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 216.58.213.8:443 ssl.google-analytics.com tcp
GB 172.217.16.234: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 142.250.178.14:443 tcp
GB 142.250.187.226:443 tcp
GB 142.250.179.228:443 tcp
GB 142.250.179.228:443 tcp
GB 216.58.204.78:443 tcp

Files

N/A

Analysis: behavioral22

Detonation Overview

Submitted

2024-06-16 19:57

Reported

2024-06-16 20:04

Platform

android-x64-arm64-20240611.1-en

Max time kernel

4s

Max time network

132s

Command Line

com.qihoo360.mobilesafe.downloadlist

Signatures

N/A

Processes

com.qihoo360.mobilesafe.downloadlist

Network

Country Destination Domain Proto
N/A 224.0.0.251:5353 udp
GB 142.250.200.10:443 tcp
GB 142.250.200.10:443 tcp
US 1.1.1.1:53 ssl.google-analytics.com udp
GB 142.250.187.200:443 ssl.google-analytics.com tcp
GB 142.250.187.238:443 tcp
US 1.1.1.1:53 android.apis.google.com udp
GB 142.250.187.206:443 android.apis.google.com tcp
GB 142.250.179.228:443 tcp
GB 142.250.179.228:443 tcp

Files

/data/user/0/com.qihoo360.mobilesafe.downloadlist/app_recommend_pull/default_tip.gif

MD5 8c87661f86b0f6b46c8293061f76503c
SHA1 5f654ea9362448ba11d34e376a3870219cbc56cb
SHA256 eb5987f77b3e791b009daec006b4542a6a919daa096a7c7e05b4ff1cf943e32c
SHA512 85de8376e678b406330d9fb2164e74a50882bb5520ab2d521c606691fbb72888b0a2f38a8079e4088aa4d45ad992495ecfb3cd74940c85032cf4a21524beaf6f

/data/user/0/com.qihoo360.mobilesafe.downloadlist/app_recommend_pull/default_transfer.png

MD5 c576015c5020c4b4797957eaa120e400
SHA1 d94a4b531297344435f630e144e41f1fd6e2fa72
SHA256 9cb9a5f661d0f06d780a8861d8bef473d8e8f274cc8f2586493bd84d53950fc4
SHA512 12e493bc15143c9c8a6b5d352ef8fc0e72e7a3ac35116b9afe1c37919cf25970cd4f558abccbeb2ec2007866cc671bfbdbda81ef7e40f8431c4deb4f5479505a

Analysis: behavioral29

Detonation Overview

Submitted

2024-06-16 19:57

Reported

2024-06-16 20:06

Platform

android-x86-arm-20240611.1-en

Max time kernel

2s

Max time network

131s

Command Line

com.qihoo360.mobilesafe.search

Signatures

N/A

Processes

com.qihoo360.mobilesafe.search

Network

Country Destination Domain Proto
GB 172.217.169.74:443 tcp
N/A 224.0.0.251:5353 udp
GB 142.250.187.238:443 tcp
US 1.1.1.1:53 android.apis.google.com udp
GB 142.250.187.238:443 android.apis.google.com tcp

Files

N/A

Analysis: behavioral5

Detonation Overview

Submitted

2024-06-16 19:57

Reported

2024-06-16 20:00

Platform

android-x64-arm64-20240611.1-en

Max time network

132s

Command Line

N/A

Signatures

N/A

Processes

N/A

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.200.8:443 ssl.google-analytics.com tcp
GB 142.250.187.238:443 tcp
US 1.1.1.1:53 android.apis.google.com udp
GB 142.250.187.206:443 android.apis.google.com tcp
GB 142.250.179.228:443 tcp
GB 142.250.179.228:443 tcp

Files

N/A

Analysis: behavioral14

Detonation Overview

Submitted

2024-06-16 19:57

Reported

2024-06-16 20:02

Platform

android-x86-arm-20240611.1-en

Max time network

139s

Command Line

N/A

Signatures

N/A

Processes

N/A

Network

Country Destination Domain Proto
GB 142.250.178.3:443 tcp
GB 142.250.187.234:443 tcp
N/A 224.0.0.251:5353 udp
GB 216.58.204.78:443 tcp
US 1.1.1.1:53 android.apis.google.com udp
GB 142.250.187.238:443 android.apis.google.com tcp

Files

N/A

Analysis: behavioral16

Detonation Overview

Submitted

2024-06-16 19:57

Reported

2024-06-16 20:02

Platform

android-x64-arm64-20240611.1-en

Max time network

155s

Command Line

N/A

Signatures

N/A

Processes

N/A

Network

Country Destination Domain Proto
N/A 224.0.0.251:5353 udp
GB 216.58.204.78:443 tcp
GB 216.58.204.78:443 tcp
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 172.217.16.232:443 ssl.google-analytics.com tcp
GB 142.250.178.4:443 tcp
GB 142.250.178.4:443 tcp
BE 108.177.15.188:5228 tcp
GB 216.58.201.110:443 tcp
GB 216.58.212.194:443 tcp
GB 142.250.200.35:443 tcp
US 1.1.1.1:53 www.google.com udp
GB 142.250.179.228:443 www.google.com tcp
US 1.1.1.1:53 www.youtube.com udp
GB 142.250.200.46:443 www.youtube.com tcp
US 1.1.1.1:53 growth-pa.googleapis.com udp
GB 216.58.212.202:443 growth-pa.googleapis.com tcp
US 1.1.1.1:53 lh3-dz.googleusercontent.com udp
GB 142.250.179.225:443 lh3-dz.googleusercontent.com tcp
US 1.1.1.1:53 lh3.googleusercontent.com udp
GB 142.250.178.1:443 lh3.googleusercontent.com tcp
US 1.1.1.1:53 android.apis.google.com udp
GB 142.250.200.46:443 android.apis.google.com tcp
US 1.1.1.1:53 accounts.google.com udp
BE 66.102.1.84:443 accounts.google.com tcp
GB 142.250.200.46:443 android.apis.google.com tcp
US 1.1.1.1:53 www.google.com udp
GB 142.250.179.228:443 www.google.com tcp
US 1.1.1.1:53 mdh-pa.googleapis.com udp
US 1.1.1.1:53 update.googleapis.com udp
GB 172.217.16.227:443 update.googleapis.com tcp

Files

N/A

Analysis: behavioral17

Detonation Overview

Submitted

2024-06-16 19:57

Reported

2024-06-16 20:02

Platform

android-x86-arm-20240611.1-en

Max time kernel

7s

Max time network

159s

Command Line

com.qihoo360.mobilesafe.chargescreensvc

Signatures

N/A

Processes

com.qihoo360.mobilesafe.chargescreensvc

Network

Country Destination Domain Proto
N/A 224.0.0.251:5353 udp
GB 216.58.201.110:443 tcp
US 1.1.1.1:53 android.apis.google.com udp
GB 142.250.187.238:443 android.apis.google.com tcp

Files

N/A

Analysis: behavioral19

Detonation Overview

Submitted

2024-06-16 19:57

Reported

2024-06-16 20:04

Platform

android-x64-arm64-20240611.1-en

Max time kernel

8s

Max time network

133s

Command Line

com.qihoo360.mobilesafe.chargescreensvc

Signatures

N/A

Processes

com.qihoo360.mobilesafe.chargescreensvc

Network

Country Destination Domain Proto
N/A 224.0.0.251:5353 udp
GB 142.250.179.234:443 tcp
GB 142.250.179.234:443 tcp
GB 142.250.187.238:443 tcp
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 172.217.16.232:443 ssl.google-analytics.com tcp
GB 142.250.180.4:443 tcp
GB 142.250.180.4:443 tcp

Files

N/A

Analysis: behavioral32

Detonation Overview

Submitted

2024-06-16 19:57

Reported

2024-06-16 20:04

Platform

android-x86-arm-20240611.1-en

Max time network

5s

Command Line

N/A

Signatures

N/A

Processes

N/A

Network

Country Destination Domain Proto
GB 142.250.178.3:443 tcp
N/A 224.0.0.251:5353 udp

Files

N/A

Analysis: behavioral9

Detonation Overview

Submitted

2024-06-16 19:57

Reported

2024-06-16 20:01

Platform

android-x64-20240611.1-en

Max time kernel

4s

Max time network

131s

Command Line

com.qihoo.plugin.splash

Signatures

Loads dropped Dex/Jar

evasion
Description Indicator Process Target
N/A /data/user/0/com.qihoo.plugin.splash/files/torch/core/3.7/finalcore.jar 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 the unique device ID (IMEI, MEID, IMSI)

discovery

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

Processes

com.qihoo.plugin.splash

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.187.232:443 ssl.google-analytics.com tcp
GB 172.217.169.10:443 tcp
US 1.1.1.1:53 android.apis.google.com udp
GB 216.58.212.238:443 android.apis.google.com tcp
GB 172.217.169.78:443 tcp
GB 142.250.179.226:443 tcp
GB 172.217.169.42:443 tcp
GB 142.250.187.196:443 tcp
GB 142.250.187.196:443 tcp
GB 172.217.169.14:443 tcp

Files

/data/data/com.qihoo.plugin.splash/files/torch/core/3.7/finalcore.jar

MD5 bc3cb0eef1d19c47cf3f1a2211258aee
SHA1 7f10b763a43b6900cd9925b014c1a794994d37dd
SHA256 79e1eee2d72cb40e0c931ed08e609891a41b0a2802d6e0b98abd7970238b4eee
SHA512 51f66294dbc34d4c618e2b16449c47f73734f1d5a57d2e40927ff5ab808604206fda84af29653cb9b018f30749e54a0a481e796cfc7b016a317ff7e83860df86

/data/user/0/com.qihoo.plugin.splash/files/torch/core/3.7/finalcore.jar

MD5 7ca872b45694937f04aca732b336950c
SHA1 762652d725c00e27a3a9316322fb0049b154cf45
SHA256 d482194392c58bab488d65622c27be7a91f673d1c3398e9dcfcfc015f20ce7eb
SHA512 260b9bf7a17e0e71cc5e05d447c578c062c80dfe35b27c658bda6c3071a30a1649e2181f287d0f3823d34f99aab604fb8b520da7cd9e1f9ce7b6552d5897fbf9

/storage/emulated/0/Android/data/com.qihoo.plugin.splash/files/.sfp/.sfp

MD5 c542b10749e9fcbf43cd227ec718b862
SHA1 7d7fd72476645054b431a1bca31a3c6b65ce36c0
SHA256 42fdeb31549d48b7abcfc8fd580ea275c9c410225f8211a7268f78b678270def
SHA512 9242a8f663dc4abfcb8590bdd269e5f38d053d0b215749e72e03cf60c69840ca7af6384bbf6fe4bff929d573e78ae957edf47d001b58873b14b01a601e8b1fc7

/data/data/com.qihoo.plugin.splash/files/torch/single/core_update

MD5 d178f35f1778d128226fac2953efebcf
SHA1 7627cd3d674dfbce75b76b47a731191125427f33
SHA256 9f6071ec62d7b6d68e5368f9cfdbb076d91c3086fc527ab1056761f11190c98b
SHA512 29c33557cd78ac6cf093716117ccd76ee9066c25a2d12fc3982c95b53f32b7dfbc2b6c54a5bf63f784e30b8fb9b92ed97c223f3517c505215c7e95509642b9e8

/data/data/com.qihoo.plugin.splash/files/torch/single/profile_task

MD5 2f81c91a97ff0f94c0fac8255b4e1e85
SHA1 fe8d2abfa78489bdcccfbde33dc61b22956a6c08
SHA256 8b2c2a97bec91abdbd70332ea2952b9245a9d9f3973b9bb760f94cb234c1c736
SHA512 aba9d5193f2bb8993766e9d05ae35517165061037bf23a8eae686459ea0e1dcb0693db45f35fb5ff7e314b50af64d9bb8afb075a5c92e6d761e0856677bfefe5

/data/data/com.qihoo.plugin.splash/files/torch/single/waitingDown

MD5 56a4730a0dd64a6bcbc9687a587f4f64
SHA1 630389d21c0d98136fe23cf6757cc6d963dfe2e5
SHA256 da165fd8c4ef4ebb9ae55cbb63743dcb8e8f0209933809d37c45642fb0d85a10
SHA512 c8c0d9dfb71d484b68553213074db74e34d7d3ebf4e8180d006b6a84c2bb06c45a21dd1080e681a0ee380aa90b905bde4bea30e36e79fb77c699dde22fed7db9

Analysis: behavioral1

Detonation Overview

Submitted

2024-06-16 19:57

Reported

2024-06-16 20:02

Platform

android-x86-arm-20240611.1-en

Max time kernel

17s

Max time network

140s

Command Line

com.qihoo.appstore

Signatures

N/A

Processes

com.qihoo.appstore

com.qihoo.appstore

Network

Country Destination Domain Proto
GB 172.217.169.74:443 tcp
N/A 224.0.0.251:5353 udp
GB 142.250.187.238:443 tcp
US 1.1.1.1:53 android.apis.google.com udp
GB 142.250.200.46:443 android.apis.google.com tcp

Files

N/A

Analysis: behavioral18

Detonation Overview

Submitted

2024-06-16 19:57

Reported

2024-06-16 20:04

Platform

android-x64-20240611.1-en

Max time kernel

8s

Max time network

131s

Command Line

com.qihoo360.mobilesafe.chargescreensvc

Signatures

N/A

Processes

com.qihoo360.mobilesafe.chargescreensvc

Network

Country Destination Domain Proto
N/A 224.0.0.251:5353 udp
GB 142.250.200.35:443 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.234: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 142.250.200.14:443 tcp
GB 172.217.169.66:443 tcp
GB 216.58.201.100:443 tcp
GB 216.58.201.100:443 tcp
GB 216.58.204.78:443 tcp

Files

N/A

Analysis: behavioral26

Detonation Overview

Submitted

2024-06-16 19:57

Reported

2024-06-16 20:05

Platform

android-x86-arm-20240611.1-en

Max time kernel

2s

Max time network

149s

Command Line

com.qihoo360.mobilesafe.recommend

Signatures

N/A

Processes

com.qihoo360.mobilesafe.recommend

Network

Country Destination Domain Proto
N/A 224.0.0.251:5353 udp
GB 216.58.212.238:443 tcp
US 1.1.1.1:53 android.apis.google.com udp
GB 142.250.200.46:443 android.apis.google.com tcp

Files

N/A

Analysis: behavioral27

Detonation Overview

Submitted

2024-06-16 19:57

Reported

2024-06-16 20:05

Platform

android-x64-20240611.1-en

Max time kernel

2s

Max time network

187s

Command Line

com.qihoo360.mobilesafe.recommend

Signatures

N/A

Processes

com.qihoo360.mobilesafe.recommend

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.200.8:443 ssl.google-analytics.com tcp
GB 142.250.200.10:443 tcp
US 1.1.1.1:53 android.apis.google.com udp
GB 216.58.212.206:443 android.apis.google.com tcp
GB 142.250.200.46:443 tcp
GB 172.217.169.68:443 tcp
GB 172.217.169.68:443 tcp
GB 216.58.212.238:443 tcp
GB 142.250.200.2:443 tcp

Files

N/A

Analysis: behavioral31

Detonation Overview

Submitted

2024-06-16 19:57

Reported

2024-06-16 20:07

Platform

android-x64-arm64-20240611.1-en

Max time kernel

3s

Max time network

132s

Command Line

com.qihoo360.mobilesafe.search

Signatures

N/A

Processes

com.qihoo360.mobilesafe.search

Network

Country Destination Domain Proto
N/A 224.0.0.251:5353 udp
GB 142.250.187.238:443 tcp
US 1.1.1.1:53 android.apis.google.com udp
GB 216.58.212.206:443 android.apis.google.com tcp
GB 142.250.179.234:443 tcp
GB 142.250.179.234:443 tcp
US 1.1.1.1:53 ssl.google-analytics.com udp
GB 142.250.200.8:443 ssl.google-analytics.com tcp
GB 142.250.180.4:443 tcp
GB 142.250.180.4:443 tcp
GB 142.250.180.4:443 tcp
GB 142.250.180.4:443 tcp

Files

N/A

Analysis: behavioral30

Detonation Overview

Submitted

2024-06-16 19:57

Reported

2024-06-16 20:07

Platform

android-x64-20240611.1-en

Max time kernel

2s

Max time network

131s

Command Line

com.qihoo360.mobilesafe.search

Signatures

N/A

Processes

com.qihoo360.mobilesafe.search

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.200.8:443 ssl.google-analytics.com tcp
US 1.1.1.1:53 android.apis.google.com udp
GB 216.58.201.110:443 android.apis.google.com tcp
GB 172.217.169.78:443 tcp
GB 142.250.179.226:443 tcp
GB 142.250.187.196:443 tcp
GB 142.250.187.196:443 tcp
GB 172.217.169.14:443 tcp

Files

N/A

Analysis: behavioral3

Detonation Overview

Submitted

2024-06-16 19:57

Reported

2024-06-16 20:00

Platform

android-x86-arm-20240611.1-en

Max time network

140s

Command Line

N/A

Signatures

N/A

Processes

N/A

Network

Country Destination Domain Proto
GB 142.250.180.14:443 tcp
N/A 224.0.0.251:5353 udp
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

Files

N/A

Analysis: behavioral11

Detonation Overview

Submitted

2024-06-16 19:57

Reported

2024-06-16 19:57

Platform

android-x86-arm-20240611.1-en

Max time network

5s

Command Line

N/A

Signatures

N/A

Processes

N/A

Network

Country Destination Domain Proto
N/A 224.0.0.251:5353 udp

Files

N/A

Analysis: behavioral13

Detonation Overview

Submitted

2024-06-16 19:57

Reported

2024-06-16 19:57

Platform

android-x64-arm64-20240611.1-en

Max time network

8s

Command Line

N/A

Signatures

N/A

Processes

N/A

Network

Country Destination Domain Proto
GB 142.250.187.206:443 tcp
GB 142.250.187.206:443 tcp
N/A 224.0.0.251:5353 udp

Files

N/A

Analysis: behavioral20

Detonation Overview

Submitted

2024-06-16 19:57

Reported

2024-06-16 20:04

Platform

android-x86-arm-20240611.1-en

Max time kernel

3s

Max time network

137s

Command Line

com.qihoo360.mobilesafe.downloadlist

Signatures

N/A

Processes

com.qihoo360.mobilesafe.downloadlist

Network

Country Destination Domain Proto
N/A 224.0.0.251:5353 udp
GB 142.250.187.206:443 tcp
US 1.1.1.1:53 android.apis.google.com udp
GB 142.250.187.206:443 android.apis.google.com tcp

Files

/data/data/com.qihoo360.mobilesafe.downloadlist/app_recommend_pull/default_tip.gif

MD5 8c87661f86b0f6b46c8293061f76503c
SHA1 5f654ea9362448ba11d34e376a3870219cbc56cb
SHA256 eb5987f77b3e791b009daec006b4542a6a919daa096a7c7e05b4ff1cf943e32c
SHA512 85de8376e678b406330d9fb2164e74a50882bb5520ab2d521c606691fbb72888b0a2f38a8079e4088aa4d45ad992495ecfb3cd74940c85032cf4a21524beaf6f

/data/data/com.qihoo360.mobilesafe.downloadlist/app_recommend_pull/default_transfer.png

MD5 c576015c5020c4b4797957eaa120e400
SHA1 d94a4b531297344435f630e144e41f1fd6e2fa72
SHA256 9cb9a5f661d0f06d780a8861d8bef473d8e8f274cc8f2586493bd84d53950fc4
SHA512 12e493bc15143c9c8a6b5d352ef8fc0e72e7a3ac35116b9afe1c37919cf25970cd4f558abccbeb2ec2007866cc671bfbdbda81ef7e40f8431c4deb4f5479505a

Analysis: behavioral21

Detonation Overview

Submitted

2024-06-16 19:57

Reported

2024-06-16 20:04

Platform

android-x64-20240611.1-en

Max time kernel

4s

Max time network

131s

Command Line

com.qihoo360.mobilesafe.downloadlist

Signatures

N/A

Processes

com.qihoo360.mobilesafe.downloadlist

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
GB 142.250.179.234:443 tcp
US 1.1.1.1:53 android.apis.google.com udp
GB 216.58.201.110:443 android.apis.google.com tcp
GB 142.250.200.46:443 tcp
GB 142.250.179.226:443 tcp
GB 142.250.179.228:443 tcp
GB 142.250.179.228:443 tcp
GB 142.250.200.46:443 tcp
GB 172.217.169.42:443 tcp
GB 172.217.169.42:443 tcp

Files

/data/data/com.qihoo360.mobilesafe.downloadlist/app_recommend_pull/default_tip.gif

MD5 8c87661f86b0f6b46c8293061f76503c
SHA1 5f654ea9362448ba11d34e376a3870219cbc56cb
SHA256 eb5987f77b3e791b009daec006b4542a6a919daa096a7c7e05b4ff1cf943e32c
SHA512 85de8376e678b406330d9fb2164e74a50882bb5520ab2d521c606691fbb72888b0a2f38a8079e4088aa4d45ad992495ecfb3cd74940c85032cf4a21524beaf6f

/data/data/com.qihoo360.mobilesafe.downloadlist/app_recommend_pull/default_transfer.png

MD5 c576015c5020c4b4797957eaa120e400
SHA1 d94a4b531297344435f630e144e41f1fd6e2fa72
SHA256 9cb9a5f661d0f06d780a8861d8bef473d8e8f274cc8f2586493bd84d53950fc4
SHA512 12e493bc15143c9c8a6b5d352ef8fc0e72e7a3ac35116b9afe1c37919cf25970cd4f558abccbeb2ec2007866cc671bfbdbda81ef7e40f8431c4deb4f5479505a

Analysis: behavioral28

Detonation Overview

Submitted

2024-06-16 19:57

Reported

2024-06-16 20:06

Platform

android-x64-arm64-20240611.1-en

Max time kernel

2s

Max time network

132s

Command Line

com.qihoo360.mobilesafe.recommend

Signatures

N/A

Processes

com.qihoo360.mobilesafe.recommend

Network

Country Destination Domain Proto
N/A 224.0.0.251:5353 udp
GB 172.217.16.234:443 tcp
GB 172.217.16.234:443 tcp
GB 216.58.204.78:443 tcp
GB 216.58.204.78:443 tcp
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.187.200:443 ssl.google-analytics.com tcp
GB 142.250.178.4:443 tcp
GB 142.250.178.4:443 tcp

Files

N/A