Malware Analysis Report

2025-01-19 05:46

Sample ID 241209-1x6vwaxqhl
Target df753ca52acad1f0077b3e9213ed096ca4e5a12393cd13024dda66d89c97e6bf.bin
SHA256 df753ca52acad1f0077b3e9213ed096ca4e5a12393cd13024dda66d89c97e6bf
Tags
hook 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

df753ca52acad1f0077b3e9213ed096ca4e5a12393cd13024dda66d89c97e6bf

Threat Level: Known bad

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

Malicious Activity Summary

hook collection credential_access discovery evasion execution impact infostealer persistence rat trojan

Hook family

Hook

Loads dropped Dex/Jar

Obtains sensitive information copied to the device clipboard

Makes use of the framework's Accessibility service

Queries the phone number (MSISDN for GSM devices)

Attempts to obfuscate APK file format

Makes use of the framework's foreground persistence service

Acquires the wake lock

Looks up external IP address via web service

Queries the mobile country code (MCC)

Declares broadcast receivers with permission to handle system events

Requests dangerous framework permissions

Performs UI accessibility actions on behalf of the user

Reads information about phone network operator.

Declares services with permission to bind to the system

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-12-09 22:02

Signatures

Attempts to obfuscate APK file format

Declares broadcast receivers with permission to handle system events

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

Declares services with permission to bind to the system

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

Requests dangerous framework permissions

Description Indicator Process Target
Required to be able to access the camera device. android.permission.CAMERA N/A N/A
Allows an application to 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 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
Allows applications to use exact alarm APIs. android.permission.SCHEDULE_EXACT_ALARM N/A N/A

Analysis: behavioral1

Detonation Overview

Submitted

2024-12-09 22:02

Reported

2024-12-09 22:05

Platform

android-x86-arm-20240910-en

Max time kernel

147s

Max time network

151s

Command Line

com.jixgnqpbq.lfctlqsws

Signatures

Hook

rat trojan infostealer hook

Hook family

hook

Loads dropped Dex/Jar

evasion
Description Indicator Process Target
N/A /data/user/0/com.jixgnqpbq.lfctlqsws/app_dex/classes.dex N/A N/A
N/A /data/user/0/com.jixgnqpbq.lfctlqsws/app_dex/classes.dex N/A N/A
N/A /data/user/0/com.jixgnqpbq.lfctlqsws/app_dex/classes.dex N/A N/A

Makes use of the framework's Accessibility service

collection evasion credential_access
Description Indicator Process Target
Framework service call android.accessibilityservice.IAccessibilityServiceConnection.findAccessibilityNodeInfoByAccessibilityId N/A N/A
Framework service call android.accessibilityservice.IAccessibilityServiceConnection.findAccessibilityNodeInfosByText N/A N/A
Framework service call android.accessibilityservice.IAccessibilityServiceConnection.findAccessibilityNodeInfosByViewId N/A N/A

Queries 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

Looks up external IP address via web service

Description Indicator Process Target
N/A api.ipify.org N/A N/A
N/A api.ipify.org N/A N/A

Makes use of the framework's foreground persistence service

evasion persistence
Description Indicator Process Target
Framework service call android.app.IActivityManager.setServiceForeground N/A N/A

Performs UI accessibility actions on behalf of the user

evasion
Description Indicator Process Target
N/A android.accessibilityservice.IAccessibilityServiceConnection.performGlobalAction N/A N/A
N/A android.accessibilityservice.IAccessibilityServiceConnection.performGlobalAction N/A N/A
N/A android.accessibilityservice.IAccessibilityServiceConnection.performGlobalAction N/A N/A
N/A android.accessibilityservice.IAccessibilityServiceConnection.performGlobalAction N/A N/A
N/A android.accessibilityservice.IAccessibilityServiceConnection.performGlobalAction N/A N/A

Queries 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.jixgnqpbq.lfctlqsws

/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.jixgnqpbq.lfctlqsws/app_dex/classes.dex --output-vdex-fd=41 --oat-fd=42 --oat-location=/data/user/0/com.jixgnqpbq.lfctlqsws/app_dex/oat/x86/classes.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 api.ipify.org udp
US 1.1.1.1:53 mishao11jfac.pro udp
US 172.67.74.152:443 api.ipify.org tcp
GB 142.250.200.14:443 tcp
GB 142.250.200.14:443 tcp
GB 142.250.200.14:443 tcp
US 1.1.1.1:53 android.apis.google.com udp
GB 142.250.179.238:443 android.apis.google.com tcp
US 1.1.1.1:53 vamir99ffkkd.info udp
US 1.1.1.1:53 prebadejf41vv.live udp
US 1.1.1.1:53 hopfvba01fv2.pro udp
US 1.1.1.1:53 bibika821ga.info udp
US 1.1.1.1:53 no4rekivax.pro udp
GB 142.250.178.4:80 tcp
GB 142.250.200.35:80 tcp
GB 142.250.178.4:443 tcp
GB 142.250.200.34:443 tcp

Files

/data/data/com.jixgnqpbq.lfctlqsws/cache/classes.zip

MD5 79e19643ad7b9e4261dd4d3d01a08e5e
SHA1 aef24986519016c9a1125961a2405f9d61de652a
SHA256 a61080e9bf632372559b288961b451d52703cdf3ed3ce4169bc62f992087e79d
SHA512 bcaade9dafb064b342414168662b3fdee2400ff6ba87e3b8aaf09150259d0c69bb9ced97b86a4a952430901c960f3c5a2056fc76fddcf828abc8268efa1a7d8c

/data/data/com.jixgnqpbq.lfctlqsws/cache/classes.dex

MD5 6eb03205533f36bbb181a752011a28ab
SHA1 94da719eb5baa5a683acfb1acba931b0a3b741db
SHA256 854e33cdc338fc60cb38e9230cdffb021c10123acce10cdfddb1a204bdc6aca6
SHA512 79c109fb3ac9bc69170f0c1c07e4dfa925c33036a2caff1ab0006253f5e9f516f4d0ffef41e53de43f4b6c9a7796596f7a7fffcb9af173c5fe156dabf7f1eefc

/data/data/com.jixgnqpbq.lfctlqsws/app_dex/classes.dex

MD5 e5bf3d5b185013aed3569d64cd97335f
SHA1 117de146281859f2c9abbd229e3e2090e41c6fa1
SHA256 d4ac4189d02b3c704c6dc19b6dd761bc4b8f93f7906cf7cceca6af652a4c8de0
SHA512 0c0f2ce1c8a73c4ddea34d4228233352ce45378136e4ca4c289c86f0db2fbba50eaecf642e8153d7063640b0f1be042305b9e246e7dc554512b54a3ece1a2163

/data/user/0/com.jixgnqpbq.lfctlqsws/app_dex/classes.dex

MD5 2342954df01a47c063525c66e311bf93
SHA1 f91f7974107014f40598d42e819bfddf2f57cf43
SHA256 01875a2577a859f94b959afe6c92f55e809a6ed989468dff4384018131ced99e
SHA512 e0ebbee813eef22a09b6f9e75be53fe020dccca1ae59edc9f7143e9a282b8df88672b30ed30ad36cd177215e63d7eecc6395d725c1a0628506b82ff4c979b594

/data/data/com.jixgnqpbq.lfctlqsws/no_backup/androidx.work.workdb-journal

MD5 5f4ef315f1c43cee8b275ce074e6330f
SHA1 04d88a43aeee5d0479e54619ce124ff664f44e8a
SHA256 ffd222455b166e110db69818ce581df517d8a839dc0b37ce6a9cce9d0a6b6ef4
SHA512 3fcdd260d3ddbf57301d3f1b9999d4389b753c991a16ff920b2fbef23bc87df0bccc3f990c775a98c976135d5912c1931931e18c0cdf6b24e02b04831188c8cf

/data/data/com.jixgnqpbq.lfctlqsws/no_backup/androidx.work.workdb

MD5 f2b4b0190b9f384ca885f0c8c9b14700
SHA1 934ff2646757b5b6e7f20f6a0aa76c7f995d9361
SHA256 0a8ffb6b327963558716e87db8946016d143e39f895fa1b43e95ba7032ce2514
SHA512 ec12685fc0d60526eed4d38820aad95611f3e93ae372be5a57142d8e8a1ba17e6e5dfe381a4e1365dddc0b363c9c40daaffdc1245bd515fddac69bf1abacd7f1

/data/data/com.jixgnqpbq.lfctlqsws/no_backup/androidx.work.workdb-shm

MD5 bb7df04e1b0a2570657527a7e108ae23
SHA1 5188431849b4613152fd7bdba6a3ff0a4fd6424b
SHA256 c35020473aed1b4642cd726cad727b63fff2824ad68cedd7ffb73c7cbd890479
SHA512 768007e06b0cd9e62d50f458b9435c6dda0a6d272f0b15550f97c478394b743331c3a9c9236e09ab5b9cb3b423b2320a5d66eb3c7068db9ea37891ca40e47012

/data/data/com.jixgnqpbq.lfctlqsws/no_backup/androidx.work.workdb-wal

MD5 6aa3ee8a8e4994f619f44e5bc242e058
SHA1 112742314f3433efe34713f397f6047ddc8032ea
SHA256 13c5c776c72d97317b4f8fb2550dab50f9ef7379b9844ff806b0a5503a13c201
SHA512 5da85252d6a653673533fd6f2cded8726799054f4ab4e35398ac70af873a26c1c23ead2ba38b09ddcf76691b77d883f79a69eeef29befa8050478ee4eea98ce5

/data/data/com.jixgnqpbq.lfctlqsws/no_backup/androidx.work.workdb-wal

MD5 51b5b4f1c8b247ff8cff2c234fd6831a
SHA1 1ec35b89c471a754fd5dffca8ae275555b43a0de
SHA256 63c315ae45f58bb28775b1e346f8b87756cea3f10a43839904cc97acca447893
SHA512 d0d202bc861ffa56b1061e8c99cd2769fe10f73d586b8b48705cd2865364730e86b14f1f12a51f083a933d5c031c7765f237229bf28c7eb48d04598265442572

/data/data/com.jixgnqpbq.lfctlqsws/no_backup/androidx.work.workdb-wal

MD5 1bbbf95152da9c0dc673c705991a3e68
SHA1 0818c457435f26af0922b39d1392df0aee279bad
SHA256 be282f9bbd4f418e6da0a72f9e197855653b29f9edac86bccdb5f86b5ab7cc8d
SHA512 fb13c66a7011d9da6d09236909e1d0014c0ada26af32530ad4a02030147adc6c8ed11e681fcc115266e56d9b638369730157b931d36aef178abb9c48f8ad4c4a

Analysis: behavioral2

Detonation Overview

Submitted

2024-12-09 22:02

Reported

2024-12-09 22:05

Platform

android-x64-20240910-en

Max time kernel

149s

Max time network

152s

Command Line

com.jixgnqpbq.lfctlqsws

Signatures

Hook

rat trojan infostealer hook

Hook family

hook

Loads dropped Dex/Jar

evasion
Description Indicator Process Target
N/A /data/user/0/com.jixgnqpbq.lfctlqsws/app_dex/classes.dex N/A N/A
N/A /data/user/0/com.jixgnqpbq.lfctlqsws/app_dex/classes.dex N/A N/A

Makes use of the framework's Accessibility service

collection evasion credential_access
Description Indicator Process Target
Framework service call android.accessibilityservice.IAccessibilityServiceConnection.findAccessibilityNodeInfoByAccessibilityId N/A N/A
Framework service call android.accessibilityservice.IAccessibilityServiceConnection.findAccessibilityNodeInfosByText N/A N/A
Framework service call android.accessibilityservice.IAccessibilityServiceConnection.findAccessibilityNodeInfosByViewId N/A N/A

Obtains sensitive information copied to the device clipboard

collection credential_access impact
Description Indicator Process Target
Framework service call android.content.IClipboard.addPrimaryClipChangedListener N/A N/A

Queries 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

Looks up external IP address via web service

Description Indicator Process Target
N/A api.ipify.org N/A N/A
N/A api.ipify.org N/A N/A

Makes use of the framework's foreground persistence service

evasion persistence
Description Indicator Process Target
Framework service call android.app.IActivityManager.setServiceForeground N/A N/A

Performs UI accessibility actions on behalf of the user

evasion
Description Indicator Process Target
N/A android.accessibilityservice.IAccessibilityServiceConnection.performGlobalAction N/A N/A
N/A android.accessibilityservice.IAccessibilityServiceConnection.performGlobalAction N/A N/A
N/A android.accessibilityservice.IAccessibilityServiceConnection.performGlobalAction N/A N/A
N/A android.accessibilityservice.IAccessibilityServiceConnection.performGlobalAction N/A N/A
N/A android.accessibilityservice.IAccessibilityServiceConnection.performGlobalAction N/A N/A

Queries 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.jixgnqpbq.lfctlqsws

Network

Country Destination Domain Proto
GB 172.217.16.234:443 tcp
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
US 1.1.1.1:53 api.ipify.org udp
US 1.1.1.1:53 mishao11jfac.pro udp
US 1.1.1.1:53 ssl.google-analytics.com udp
GB 142.250.200.40:443 ssl.google-analytics.com tcp
US 104.26.13.205:443 api.ipify.org tcp
GB 142.250.200.46:443 android.apis.google.com tcp
US 1.1.1.1:53 vamir99ffkkd.info udp
US 1.1.1.1:53 prebadejf41vv.live udp
US 1.1.1.1:53 hopfvba01fv2.pro udp
US 1.1.1.1:53 bibika821ga.info udp
US 1.1.1.1:53 no4rekivax.pro udp

Files

/data/data/com.jixgnqpbq.lfctlqsws/cache/classes.zip

MD5 79e19643ad7b9e4261dd4d3d01a08e5e
SHA1 aef24986519016c9a1125961a2405f9d61de652a
SHA256 a61080e9bf632372559b288961b451d52703cdf3ed3ce4169bc62f992087e79d
SHA512 bcaade9dafb064b342414168662b3fdee2400ff6ba87e3b8aaf09150259d0c69bb9ced97b86a4a952430901c960f3c5a2056fc76fddcf828abc8268efa1a7d8c

/data/data/com.jixgnqpbq.lfctlqsws/cache/classes.dex

MD5 6eb03205533f36bbb181a752011a28ab
SHA1 94da719eb5baa5a683acfb1acba931b0a3b741db
SHA256 854e33cdc338fc60cb38e9230cdffb021c10123acce10cdfddb1a204bdc6aca6
SHA512 79c109fb3ac9bc69170f0c1c07e4dfa925c33036a2caff1ab0006253f5e9f516f4d0ffef41e53de43f4b6c9a7796596f7a7fffcb9af173c5fe156dabf7f1eefc

/data/data/com.jixgnqpbq.lfctlqsws/app_dex/classes.dex

MD5 e5bf3d5b185013aed3569d64cd97335f
SHA1 117de146281859f2c9abbd229e3e2090e41c6fa1
SHA256 d4ac4189d02b3c704c6dc19b6dd761bc4b8f93f7906cf7cceca6af652a4c8de0
SHA512 0c0f2ce1c8a73c4ddea34d4228233352ce45378136e4ca4c289c86f0db2fbba50eaecf642e8153d7063640b0f1be042305b9e246e7dc554512b54a3ece1a2163

/data/data/com.jixgnqpbq.lfctlqsws/no_backup/androidx.work.workdb-journal

MD5 8fecda22d46413f77f13a329bb69c015
SHA1 16915fc43161b51e7d0effa1ad8360efba577fb7
SHA256 65e159921904eec9768bfede4ec919a06ce2d1561715309fc0bc55eae02f3443
SHA512 cee36642dd085c38f19b353033526b1b1deab7d52d56c4b3582cd1e0bd155133a48b05e93c0efb8cc2f92c69fb6a6943a7fcd410a7029342d6e2de83da6a710a

/data/data/com.jixgnqpbq.lfctlqsws/no_backup/androidx.work.workdb

MD5 f2b4b0190b9f384ca885f0c8c9b14700
SHA1 934ff2646757b5b6e7f20f6a0aa76c7f995d9361
SHA256 0a8ffb6b327963558716e87db8946016d143e39f895fa1b43e95ba7032ce2514
SHA512 ec12685fc0d60526eed4d38820aad95611f3e93ae372be5a57142d8e8a1ba17e6e5dfe381a4e1365dddc0b363c9c40daaffdc1245bd515fddac69bf1abacd7f1

/data/data/com.jixgnqpbq.lfctlqsws/no_backup/androidx.work.workdb-shm

MD5 bb7df04e1b0a2570657527a7e108ae23
SHA1 5188431849b4613152fd7bdba6a3ff0a4fd6424b
SHA256 c35020473aed1b4642cd726cad727b63fff2824ad68cedd7ffb73c7cbd890479
SHA512 768007e06b0cd9e62d50f458b9435c6dda0a6d272f0b15550f97c478394b743331c3a9c9236e09ab5b9cb3b423b2320a5d66eb3c7068db9ea37891ca40e47012

/data/data/com.jixgnqpbq.lfctlqsws/no_backup/androidx.work.workdb-wal

MD5 e139946924eddf82603a6255003c8067
SHA1 08fcf07cd3763151ba88f096ab87e1108d89a196
SHA256 42192b6ecda3b154d9580d9d9b14a4e7340db3d4d94e62534f7a10a12207a908
SHA512 941a726187f5653c4da020f13e6b1b38b7ab43694a3e30b64cfd9784540945aba54d67268ac078b4c108150cb02bfe1e9cf3e1b7decb02fccacedfe42517713f

/data/data/com.jixgnqpbq.lfctlqsws/no_backup/androidx.work.workdb-wal

MD5 8fd8be99184b311e47065e83ef052302
SHA1 bdc6ed34afe06bcefe7b562be5157995205b96d9
SHA256 c8f47b9487b33ad90b2fe0f47b3c3bb0165228517d8a8ed81f95ea33b79c5135
SHA512 9df5273992aeab8a738a07ebeab71c6dcfcbc70373b6a5c511eb2a7625b0c93e7aaa7c7d587440ae98a0dc2673cd6a860215db57391cfe50731e3a4a73a674e9

/data/data/com.jixgnqpbq.lfctlqsws/no_backup/androidx.work.workdb-wal

MD5 c803644117ce2ff1e8100f2c7ae6b041
SHA1 fd296069c494b28db1eecb555d41512f1d306855
SHA256 2e579590ac9002dc3a3a5484f8da39aba6e031634d9da7adbacfe9adc5c3610d
SHA512 5319263f8dd2e63640c32797e3e6fe3999e60a8117f012ea1c2a79b36c7d656ad5703223da0cb80814c42ed97b0e2e8a060378c631cfc78c40dafaba33d3a041

Analysis: behavioral3

Detonation Overview

Submitted

2024-12-09 22:02

Reported

2024-12-09 22:05

Platform

android-x64-arm64-20240624-en

Max time kernel

148s

Max time network

131s

Command Line

com.jixgnqpbq.lfctlqsws

Signatures

Hook

rat trojan infostealer hook

Hook family

hook

Loads dropped Dex/Jar

evasion
Description Indicator Process Target
N/A /data/user/0/com.jixgnqpbq.lfctlqsws/app_dex/classes.dex N/A N/A
N/A /data/user/0/com.jixgnqpbq.lfctlqsws/app_dex/classes.dex N/A N/A

Makes use of the framework's Accessibility service

collection evasion credential_access
Description Indicator Process Target
Framework service call android.accessibilityservice.IAccessibilityServiceConnection.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 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

Looks up external IP address via web service

Description Indicator Process Target
N/A api.ipify.org N/A N/A
N/A api.ipify.org N/A N/A
N/A api.ipify.org N/A N/A
N/A api.ipify.org N/A N/A
N/A api.ipify.org N/A N/A
N/A api.ipify.org 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

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.jixgnqpbq.lfctlqsws

Network

Country Destination Domain Proto
GB 142.250.187.238:443 tcp
GB 142.250.187.238:443 tcp
GB 142.250.187.238:443 tcp
N/A 224.0.0.251:5353 udp
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 ssl.google-analytics.com udp
GB 142.250.187.200:443 ssl.google-analytics.com tcp
US 1.1.1.1:53 api.ipify.org udp
US 1.1.1.1:53 mishao11jfac.pro udp
US 172.67.74.152:443 api.ipify.org tcp
US 172.67.74.152:443 api.ipify.org tcp
US 172.67.74.152:443 api.ipify.org tcp
US 172.67.74.152:443 api.ipify.org tcp
US 1.1.1.1:53 vamir99ffkkd.info udp
US 172.67.74.152:443 api.ipify.org tcp
US 1.1.1.1:53 prebadejf41vv.live udp
US 1.1.1.1:53 hopfvba01fv2.pro udp
US 1.1.1.1:53 bibika821ga.info udp
GB 142.250.200.36:443 tcp
GB 142.250.200.36:443 tcp
US 1.1.1.1:53 no4rekivax.pro udp

Files

/data/data/com.jixgnqpbq.lfctlqsws/cache/classes.zip

MD5 79e19643ad7b9e4261dd4d3d01a08e5e
SHA1 aef24986519016c9a1125961a2405f9d61de652a
SHA256 a61080e9bf632372559b288961b451d52703cdf3ed3ce4169bc62f992087e79d
SHA512 bcaade9dafb064b342414168662b3fdee2400ff6ba87e3b8aaf09150259d0c69bb9ced97b86a4a952430901c960f3c5a2056fc76fddcf828abc8268efa1a7d8c

/data/data/com.jixgnqpbq.lfctlqsws/cache/classes.dex

MD5 6eb03205533f36bbb181a752011a28ab
SHA1 94da719eb5baa5a683acfb1acba931b0a3b741db
SHA256 854e33cdc338fc60cb38e9230cdffb021c10123acce10cdfddb1a204bdc6aca6
SHA512 79c109fb3ac9bc69170f0c1c07e4dfa925c33036a2caff1ab0006253f5e9f516f4d0ffef41e53de43f4b6c9a7796596f7a7fffcb9af173c5fe156dabf7f1eefc

/data/data/com.jixgnqpbq.lfctlqsws/app_dex/classes.dex

MD5 e5bf3d5b185013aed3569d64cd97335f
SHA1 117de146281859f2c9abbd229e3e2090e41c6fa1
SHA256 d4ac4189d02b3c704c6dc19b6dd761bc4b8f93f7906cf7cceca6af652a4c8de0
SHA512 0c0f2ce1c8a73c4ddea34d4228233352ce45378136e4ca4c289c86f0db2fbba50eaecf642e8153d7063640b0f1be042305b9e246e7dc554512b54a3ece1a2163

/data/data/com.jixgnqpbq.lfctlqsws/no_backup/androidx.work.workdb-journal

MD5 a00921c5eb7caa0d7ef96c6ad77237a7
SHA1 e8690aa36a72cd03907ec1e1edff124ae78a2556
SHA256 cf6e519ff2b4472305bc742d4e5bd546332d7c935c40ad92e6dc90e227546011
SHA512 27fe39deee0f7bd872026f37103eac0a1b8cfd5077ebde7ad685fedc435400d1560445eba9838707a58fd2ddd6d815f2e895d6cc4aa5cb68b64cf5e8c7dec002

/data/data/com.jixgnqpbq.lfctlqsws/no_backup/androidx.work.workdb

MD5 7e858c4054eb00fcddc653a04e5cd1c6
SHA1 2e056bf31a8d78df136f02a62afeeca77f4faccf
SHA256 9010186c5c083155a45673017d1e31c2a178e63cc15a57bbffde4d1956a23dad
SHA512 d0c7a120940c8e637d5566ef179d01eff88a2c2650afda69ad2a46aad76533eaace192028bba3d60407b4e34a950e7560f95d9f9b8eebe361ef62897d88b30cb

/data/data/com.jixgnqpbq.lfctlqsws/no_backup/androidx.work.workdb-shm

MD5 bb7df04e1b0a2570657527a7e108ae23
SHA1 5188431849b4613152fd7bdba6a3ff0a4fd6424b
SHA256 c35020473aed1b4642cd726cad727b63fff2824ad68cedd7ffb73c7cbd890479
SHA512 768007e06b0cd9e62d50f458b9435c6dda0a6d272f0b15550f97c478394b743331c3a9c9236e09ab5b9cb3b423b2320a5d66eb3c7068db9ea37891ca40e47012

/data/data/com.jixgnqpbq.lfctlqsws/no_backup/androidx.work.workdb-wal

MD5 4faa7624920d0799aed9b76878a03e0c
SHA1 ed3e6e436a09159913e2a1696219dc7c9aec1369
SHA256 53d7cf46989d3c8953bb6b28106a49b08168a59b81ef4f59c7dcb3b976656bb8
SHA512 6fe5d4117c7f79468cd3a37987cef1ec01c06e1426ba0bfe735b7192c9386ba44534e707b2f79cd867eacbaf5973cf5b6b1462033e5d481649a5f0a5b7ca8296

/data/data/com.jixgnqpbq.lfctlqsws/no_backup/androidx.work.workdb-wal

MD5 b43c497093d4490295caab612f96bc94
SHA1 c763da2cb5f334ff2975c02b07ac341b291abdb6
SHA256 c490829cd7426de8d933ce87fa63f878131ce43c55953301b6050bb242ab4975
SHA512 9ac5653c2368b9779e6a8fc6bc97a185f85def57f3aab62761078f1d915bfb87f94464a2f4974d8823b3073a45a2d871401920a3bdff407207de66481a25d789

/data/data/com.jixgnqpbq.lfctlqsws/no_backup/androidx.work.workdb-wal

MD5 0f6f8db84a0a525e34e74f2f9d0f1572
SHA1 885328b9cd0ae7795bad63117c318468796af7c7
SHA256 01927a19d36f9895ab879db2794e8643661e38a987750443fb7e66fcc22c289b
SHA512 5f21356c6f949e9bc3584d4c000f8951437b3ffd7e70d0a20f19282b7eca0798c3cb58708c32a811d052d7ff24f2e16000715e576398b9362cebfe6298c507b9