Analysis Overview
SHA256
e0d06c8312d400e79d82cbddf3bfd8d357d1c6be9306e1a116a4deef4a111f87
Threat Level: Known bad
The file e0d06c8312d400e79d82cbddf3bfd8d357d1c6be9306e1a116a4deef4a111f87 was found to be: Known bad.
Malicious Activity Summary
Octo family
Octo
Octo payload
Queries a list of all the installed applications on the device (Might be used in an attempt to overlay legitimate apps)
Checks Android system properties for emulator presence.
Makes use of the framework's Accessibility service
Queries the phone number (MSISDN for GSM devices)
Loads dropped Dex/Jar
Obtains sensitive information copied to the device clipboard
Declares services with permission to bind to the system
Requests disabling of battery optimizations (often used to enable hiding in the background).
Requests dangerous framework permissions
Acquires the wake lock
Makes use of the framework's foreground persistence service
Queries the mobile country code (MCC)
Queries the unique device ID (IMEI, MEID, IMSI)
Reads information about phone network operator.
Attempts to obfuscate APK file format
Declares broadcast receivers with permission to handle system events
Uses Crypto APIs (Might try to encrypt user data)
Registers a broadcast receiver at runtime (usually for listening for system events)
Checks CPU information
Checks memory information
MITRE ATT&CK
Analysis: static1
Detonation Overview
Reported
2024-11-11 10:29
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 accessibility services to bind with the system. Allows apps to access accessibility features. | android.permission.BIND_ACCESSIBILITY_SERVICE | 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 |
Requests dangerous framework permissions
| Description | Indicator | Process | Target |
| Allows an application a broad access to external storage in scoped storage. | android.permission.MANAGE_EXTERNAL_STORAGE | 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 access any geographic locations persisted in the user's shared collection. | android.permission.ACCESS_MEDIA_LOCATION | 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 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 application to record audio. | android.permission.RECORD_AUDIO | N/A | N/A |
| Allows an app to post notifications. | android.permission.POST_NOTIFICATIONS | 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 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 read image files from external storage. | android.permission.READ_MEDIA_IMAGES | N/A | N/A |
| Required to be able to access the camera device. | android.permission.CAMERA | 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 video files from external storage. | android.permission.READ_MEDIA_VIDEO | N/A | N/A |
| Allows an application to access any geographic locations persisted in the user's shared collection. | android.permission.ACCESS_MEDIA_LOCATION | 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 read SMS messages. | android.permission.READ_SMS | N/A | N/A |
| Allows an app to post notifications. | android.permission.POST_NOTIFICATIONS | 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 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 post notifications. | android.permission.POST_NOTIFICATIONS | 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 read access to the device's phone number(s). | android.permission.READ_PHONE_NUMBERS | N/A | N/A |
| Allows an application to read audio files from external storage. | android.permission.READ_MEDIA_AUDIO | N/A | N/A |
| Allows an app to access precise location. | android.permission.ACCESS_FINE_LOCATION | N/A | N/A |
| Allows an application to read image or video files from external storage that a user has selected via the permission prompt photo picker. | android.permission.READ_MEDIA_VISUAL_USER_SELECTED | N/A | N/A |
| Allows an application to monitor incoming MMS messages. | android.permission.RECEIVE_MMS | N/A | N/A |
| Allows an application to read image files from external storage. | android.permission.READ_MEDIA_IMAGES | 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 connect to paired Bluetooth devices. | android.permission.BLUETOOTH_CONNECT | N/A | N/A |
| Allows an application to read video files from external storage. | android.permission.READ_MEDIA_VIDEO | N/A | N/A |
| Allows an application to read image or video files from external storage that a user has selected via the permission prompt photo picker. | android.permission.READ_MEDIA_VISUAL_USER_SELECTED | N/A | N/A |
Analysis: behavioral1
Detonation Overview
Submitted
2024-11-11 10:29
Reported
2024-11-11 10:29
Platform
android-x86-arm-20240624-en
Max time kernel
20s
Max time network
33s
Command Line
Signatures
Octo
Octo family
Octo payload
| Description | Indicator | Process | Target |
| N/A | N/A | N/A | N/A |
Checks Android system properties for emulator presence.
| Description | Indicator | Process | Target |
| Accessed system property | key: ro.product.model | N/A | N/A |
Loads dropped Dex/Jar
| Description | Indicator | Process | Target |
| N/A | /data/user/0/com.cfroutines8launchermover/app_trap/gj.json | N/A | N/A |
| N/A | /data/user/0/com.cfroutines8launchermover/app_trap/gj.json | N/A | N/A |
| N/A | Anonymous-DexFile@0xd53f8000-0xd547bb2c | N/A | N/A |
Makes use of the framework's Accessibility service
| Description | Indicator | Process | Target |
| Framework service call | android.accessibilityservice.IAccessibilityServiceConnection.findAccessibilityNodeInfoByAccessibilityId | 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)
Queries the phone number (MSISDN for GSM devices)
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
| Description | Indicator | Process | Target |
| Framework service call | android.app.IActivityManager.setServiceForeground | N/A | N/A |
Queries the mobile country code (MCC)
| Description | Indicator | Process | Target |
| Framework service call | com.android.internal.telephony.ITelephony.getNetworkCountryIsoForPhone | N/A | N/A |
Queries the unique device ID (IMEI, MEID, IMSI)
Reads information about phone network operator.
Requests disabling of battery optimizations (often used to enable hiding in the background).
| Description | Indicator | Process | Target |
| Intent action | android.settings.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS | N/A | N/A |
Registers a broadcast receiver at runtime (usually for listening for system events)
| Description | Indicator | Process | Target |
| Framework service call | android.app.IActivityManager.registerReceiver | N/A | N/A |
Uses Crypto APIs (Might try to encrypt user data)
| 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.cfroutines8launchermover
/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.cfroutines8launchermover/app_trap/gj.json --output-vdex-fd=41 --oat-fd=42 --oat-location=/data/user/0/com.cfroutines8launchermover/app_trap/oat/x86/gj.odex --compiler-filter=quicken --class-loader-context=&
Network
| Country | Destination | Domain | Proto |
| N/A | 224.0.0.251:5353 | udp | |
| GB | 216.58.213.10:443 | tcp | |
| US | 1.1.1.1:53 | semanticlocation-pa.googleapis.com | udp |
| US | 1.1.1.1:53 | semanticlocation-pa.googleapis.com | udp |
| US | 1.1.1.1:53 | semanticlocation-pa.googleapis.com | udp |
| US | 1.1.1.1:53 | semanticlocation-pa.googleapis.com | udp |
| US | 1.1.1.1:53 | 6c95375e4a7d6b74a99638e4341902e8.ir | udp |
| US | 1.1.1.1:53 | 6c95375e4a7d6b74a99638e4341902e8.ir | udp |
| US | 1.1.1.1:53 | c33e5046bf42eb4b312024b42582cda5.in | udp |
| US | 1.1.1.1:53 | c33e5046bf42eb4b312024b42582cda5.in | udp |
| US | 1.1.1.1:53 | 21cb16de393bc2f0ade66678b59aebe8.au | udp |
| US | 1.1.1.1:53 | 21cb16de393bc2f0ade66678b59aebe8.au | udp |
| US | 1.1.1.1:53 | 700168455561bc19f43dfc350ae17925.info | udp |
| US | 1.1.1.1:53 | 700168455561bc19f43dfc350ae17925.info | udp |
| US | 1.1.1.1:53 | 9e599bf86232f0ac9e97a84e6f826c9e.uk | udp |
| US | 1.1.1.1:53 | 9e599bf86232f0ac9e97a84e6f826c9e.uk | udp |
| US | 1.1.1.1:53 | 1621d00e1f19743bd2b32e0294860070.de | udp |
| US | 1.1.1.1:53 | 1621d00e1f19743bd2b32e0294860070.de | udp |
| US | 1.1.1.1:53 | 301d05e7ca9087799264eb84be61b422.us | udp |
| US | 1.1.1.1:53 | 301d05e7ca9087799264eb84be61b422.us | udp |
| US | 1.1.1.1:53 | ee2396cf9dd5f0111eb7e81f1a81de3f.ca | udp |
| US | 1.1.1.1:53 | ee2396cf9dd5f0111eb7e81f1a81de3f.ca | udp |
| US | 1.1.1.1:53 | 56724c2aedf990741575bdf280125065.net | udp |
| US | 1.1.1.1:53 | 56724c2aedf990741575bdf280125065.net | udp |
| US | 1.1.1.1:53 | 20ecf74e9a1739b937901e1722359437.org | udp |
| US | 1.1.1.1:53 | 20ecf74e9a1739b937901e1722359437.org | udp |
| US | 1.1.1.1:53 | c715dc57c1d70bec6ebedf853a084eba.com | udp |
| US | 1.1.1.1:53 | c715dc57c1d70bec6ebedf853a084eba.com | udp |
| US | 1.1.1.1:53 | 0b40ba976e6d4ef3fe0920c774d2d9cd.ua | udp |
| US | 1.1.1.1:53 | 0b40ba976e6d4ef3fe0920c774d2d9cd.ua | udp |
| US | 1.1.1.1:53 | semanticlocation-pa.googleapis.com | udp |
| US | 1.1.1.1:53 | semanticlocation-pa.googleapis.com | udp |
| US | 1.1.1.1:53 | semanticlocation-pa.googleapis.com | udp |
| US | 1.1.1.1:53 | semanticlocation-pa.googleapis.com | udp |
| US | 1.1.1.1:53 | semanticlocation-pa.googleapis.com | udp |
| US | 1.1.1.1:53 | semanticlocation-pa.googleapis.com | udp |
| GB | 142.250.200.46:443 | tcp | |
| US | 1.1.1.1:53 | android.apis.google.com | udp |
| US | 1.1.1.1:53 | android.apis.google.com | udp |
| US | 1.1.1.1:53 | c33e5046bf42eb4b312024b42582cda5.in | udp |
| US | 1.1.1.1:53 | c33e5046bf42eb4b312024b42582cda5.in | udp |
| US | 1.1.1.1:53 | c715dc57c1d70bec6ebedf853a084eba.com | udp |
| US | 1.1.1.1:53 | c715dc57c1d70bec6ebedf853a084eba.com | udp |
| US | 1.1.1.1:53 | 700168455561bc19f43dfc350ae17925.info | udp |
| US | 1.1.1.1:53 | 700168455561bc19f43dfc350ae17925.info | udp |
| US | 1.1.1.1:53 | 9e599bf86232f0ac9e97a84e6f826c9e.uk | udp |
| US | 1.1.1.1:53 | 9e599bf86232f0ac9e97a84e6f826c9e.uk | udp |
| US | 1.1.1.1:53 | 1621d00e1f19743bd2b32e0294860070.de | udp |
| US | 1.1.1.1:53 | 1621d00e1f19743bd2b32e0294860070.de | udp |
| US | 1.1.1.1:53 | 56724c2aedf990741575bdf280125065.net | udp |
| US | 1.1.1.1:53 | 56724c2aedf990741575bdf280125065.net | udp |
| US | 1.1.1.1:53 | 21cb16de393bc2f0ade66678b59aebe8.au | udp |
| US | 1.1.1.1:53 | 21cb16de393bc2f0ade66678b59aebe8.au | udp |
| US | 1.1.1.1:53 | 301d05e7ca9087799264eb84be61b422.us | udp |
| US | 1.1.1.1:53 | 301d05e7ca9087799264eb84be61b422.us | udp |
| US | 1.1.1.1:53 | 20ecf74e9a1739b937901e1722359437.org | udp |
| US | 1.1.1.1:53 | 20ecf74e9a1739b937901e1722359437.org | udp |
| US | 1.1.1.1:53 | 0b40ba976e6d4ef3fe0920c774d2d9cd.ua | udp |
| US | 1.1.1.1:53 | 0b40ba976e6d4ef3fe0920c774d2d9cd.ua | udp |
| US | 1.1.1.1:53 | 6c95375e4a7d6b74a99638e4341902e8.ir | udp |
| US | 1.1.1.1:53 | 6c95375e4a7d6b74a99638e4341902e8.ir | udp |
| US | 1.1.1.1:53 | ee2396cf9dd5f0111eb7e81f1a81de3f.ca | udp |
| US | 1.1.1.1:53 | ee2396cf9dd5f0111eb7e81f1a81de3f.ca | udp |
| US | 1.1.1.1:53 | semanticlocation-pa.googleapis.com | udp |
| US | 1.1.1.1:53 | semanticlocation-pa.googleapis.com | udp |
Files
/data/data/com.cfroutines8launchermover/app_trap/gj.json
| MD5 | 67dcd5006e6ffa46cebc60ec5de24d0b |
| SHA1 | 986c57ffae3c17d98b141dc47b9a2303cf51cfd3 |
| SHA256 | af7212fb9b6641e1854cd736c461bad4bbbbf11d6c84999f37eb10676584413f |
| SHA512 | 3e50db4e3342ea56c1453f338f1158b63ab3caece089cc3b7bd3fef69c996629a786552dcb46fed3969459351630dc841d990593e94fbc1334e570b35a45bc40 |
/data/data/com.cfroutines8launchermover/app_trap/gj.json
| MD5 | 8d5205cc7aff0b13a53a1d093710a8df |
| SHA1 | 136f5c0ffd35be338e1a37448375b8353055b9f2 |
| SHA256 | af1d4b012850e969b4a82d9adcb6ca7ab3b7a66aeb811fe94c5f6cfbd516cd59 |
| SHA512 | 032e05f69814b7b0d02f6bde1c5f0c8d5d91dc6656c596ac9691cb3a5b28b1920121840605d285c9ff6325143938f193948fffe949af4c2c0e3ca1460f9176b1 |
/data/user/0/com.cfroutines8launchermover/app_trap/gj.json
| MD5 | ab42662c3bd6c43075ecd1e1be50b33a |
| SHA1 | 89821661097debbfaca1afd4b30cba883fe68892 |
| SHA256 | f04c293274fdeb04bf7bc11908a53e9f36db983e9d70818781197072b888dfb4 |
| SHA512 | 7dd53b71d1a2f27f899d3426443e3231f0067ecab207822c28b305a302b261bee4468337f24c78eab6edb84baf9a6d4116e103061a201da5ac4d3280c984c7d8 |
/data/user/0/com.cfroutines8launchermover/app_trap/gj.json
| MD5 | 66edf8d986345d6b044c5657a994f054 |
| SHA1 | 611e2d93f832e80632fd606752be247e3b2aa758 |
| SHA256 | f83c26799696a2d085f72661fe7dd0a2ff5f90404271ce365cc40bf2f5a9710a |
| SHA512 | a6cd61fa7c8145ecca22a26f1256e8abe195b41e30515dec06e031399c8155db4e2fe4dac7df2054be7194187466d02d5be2b8eb3a97f758fbd60460f6118eb4 |
/data/data/com.cfroutines8launchermover/files/.w
| MD5 | 4e73947cabb5db3f92ca85004981b754 |
| SHA1 | 6d9667fdb0280ed2dcb782b4683e422a51bdc601 |
| SHA256 | 6db94232e756b90ed437f1bc87dc38cf20fb2e7c7a19a5e40c6c17254b7e234c |
| SHA512 | be8b500a7070af1dfb53b0cf1a7b327dadc4e163a6dad905496ac228c58cd1ed87b054533917924455d35e9b300683ae33e1bcdd91935a5dbae1d693c3e13d69 |
Anonymous-DexFile@0xd53f8000-0xd547bb2c
| MD5 | 0a89931e5e93ad5236ecab2277346394 |
| SHA1 | ba53ad6068007ef8a0cb46560039a6ca996c2d12 |
| SHA256 | efa28bf4c963b09745834c938feedbc7ffbc87288ccad2891dac3aedc1df4915 |
| SHA512 | e03791333651143772268dcec9312742cf542a7e775fc696b7f47f69c6f53aa9f7e82526e5ad0bf995d1472987dd7195145d2fbb1bcd1f2512e07549ef79bd34 |
/data/data/com.cfroutines8launchermover/.global.com.cfroutines8launchermover
| MD5 | 046a414913add6f5bb60072c7db819b6 |
| SHA1 | 451ee4f6809260aec622d772fd329c7d0297a842 |
| SHA256 | b66c1320cb063a1d391c94273572ea6edae76c8c8b0a07f8d75c88686f0df72a |
| SHA512 | 4e6355f3051ed5e811ab030abde1f5be7f5e1cf33be99cd08477e9b6c015deb1d8bd75a09fb9c7176b8511c5ad0a67abc0902a3531e97564ccb6afc57496a47c |
Analysis: behavioral2
Detonation Overview
Submitted
2024-11-11 10:29
Reported
2024-11-11 10:29
Platform
android-33-x64-arm64-20240624-en
Max time kernel
21s
Max time network
38s
Command Line
Signatures
Octo
Octo family
Octo payload
| Description | Indicator | Process | Target |
| N/A | N/A | N/A | N/A |
Loads dropped Dex/Jar
| Description | Indicator | Process | Target |
| N/A | /data/user/0/com.cfroutines8launchermover/app_trap/gj.json | N/A | N/A |
| N/A | /data/user/0/com.cfroutines8launchermover/[email protected] | N/A | N/A |
Makes use of the framework's Accessibility service
| Description | Indicator | Process | Target |
| Framework service call | android.accessibilityservice.IAccessibilityServiceConnection.findAccessibilityNodeInfoByAccessibilityId | N/A | N/A |
Obtains sensitive information copied to the device clipboard
| Description | Indicator | Process | Target |
| Framework service call | android.content.IClipboard.addPrimaryClipChangedListener | 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)
Queries the phone number (MSISDN for GSM devices)
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
| Description | Indicator | Process | Target |
| Framework service call | android.app.IActivityManager.setServiceForeground | N/A | N/A |
Queries the mobile country code (MCC)
| Description | Indicator | Process | Target |
| Framework service call | com.android.internal.telephony.ITelephony.getNetworkCountryIsoForPhone | N/A | N/A |
Reads information about phone network operator.
Requests disabling of battery optimizations (often used to enable hiding in the background).
| Description | Indicator | Process | Target |
| Intent action | android.settings.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS | N/A | N/A |
Uses Crypto APIs (Might try to encrypt user data)
| 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.cfroutines8launchermover
Network
| Country | Destination | Domain | Proto |
| GB | 142.250.187.196:443 | udp | |
| N/A | 224.0.0.251:5353 | udp | |
| GB | 142.250.187.196:443 | tcp | |
| US | 1.1.1.1:53 | 700168455561bc19f43dfc350ae17925.info | udp |
| US | 1.1.1.1:53 | c715dc57c1d70bec6ebedf853a084eba.com | udp |
| US | 1.1.1.1:53 | 20ecf74e9a1739b937901e1722359437.org | udp |
| US | 1.1.1.1:53 | 301d05e7ca9087799264eb84be61b422.us | udp |
| US | 1.1.1.1:53 | 0b40ba976e6d4ef3fe0920c774d2d9cd.ua | udp |
| US | 1.1.1.1:53 | ee2396cf9dd5f0111eb7e81f1a81de3f.ca | udp |
| US | 1.1.1.1:53 | 56724c2aedf990741575bdf280125065.net | udp |
| US | 1.1.1.1:53 | 1621d00e1f19743bd2b32e0294860070.de | udp |
| US | 1.1.1.1:53 | 21cb16de393bc2f0ade66678b59aebe8.au | udp |
| US | 1.1.1.1:53 | 9e599bf86232f0ac9e97a84e6f826c9e.uk | udp |
| US | 1.1.1.1:53 | 6c95375e4a7d6b74a99638e4341902e8.ir | udp |
| US | 1.1.1.1:53 | c33e5046bf42eb4b312024b42582cda5.in | udp |
| GB | 216.58.212.238:443 | tcp | |
| GB | 216.58.212.238:443 | tcp | |
| US | 1.1.1.1:53 | 20ecf74e9a1739b937901e1722359437.org | udp |
| US | 1.1.1.1:53 | 301d05e7ca9087799264eb84be61b422.us | udp |
| US | 1.1.1.1:53 | ee2396cf9dd5f0111eb7e81f1a81de3f.ca | udp |
| US | 1.1.1.1:53 | 56724c2aedf990741575bdf280125065.net | udp |
| US | 1.1.1.1:53 | 21cb16de393bc2f0ade66678b59aebe8.au | udp |
| US | 1.1.1.1:53 | 700168455561bc19f43dfc350ae17925.info | udp |
| US | 1.1.1.1:53 | 9e599bf86232f0ac9e97a84e6f826c9e.uk | udp |
| US | 1.1.1.1:53 | 6c95375e4a7d6b74a99638e4341902e8.ir | udp |
| US | 1.1.1.1:53 | c33e5046bf42eb4b312024b42582cda5.in | udp |
| US | 1.1.1.1:53 | c715dc57c1d70bec6ebedf853a084eba.com | udp |
| US | 1.1.1.1:53 | 0b40ba976e6d4ef3fe0920c774d2d9cd.ua | udp |
| US | 1.1.1.1:53 | 1621d00e1f19743bd2b32e0294860070.de | udp |
Files
/data/data/com.cfroutines8launchermover/app_trap/gj.json
| MD5 | 67dcd5006e6ffa46cebc60ec5de24d0b |
| SHA1 | 986c57ffae3c17d98b141dc47b9a2303cf51cfd3 |
| SHA256 | af7212fb9b6641e1854cd736c461bad4bbbbf11d6c84999f37eb10676584413f |
| SHA512 | 3e50db4e3342ea56c1453f338f1158b63ab3caece089cc3b7bd3fef69c996629a786552dcb46fed3969459351630dc841d990593e94fbc1334e570b35a45bc40 |
/data/data/com.cfroutines8launchermover/app_trap/gj.json
| MD5 | 8d5205cc7aff0b13a53a1d093710a8df |
| SHA1 | 136f5c0ffd35be338e1a37448375b8353055b9f2 |
| SHA256 | af1d4b012850e969b4a82d9adcb6ca7ab3b7a66aeb811fe94c5f6cfbd516cd59 |
| SHA512 | 032e05f69814b7b0d02f6bde1c5f0c8d5d91dc6656c596ac9691cb3a5b28b1920121840605d285c9ff6325143938f193948fffe949af4c2c0e3ca1460f9176b1 |
/data/user/0/com.cfroutines8launchermover/app_trap/gj.json
| MD5 | ab42662c3bd6c43075ecd1e1be50b33a |
| SHA1 | 89821661097debbfaca1afd4b30cba883fe68892 |
| SHA256 | f04c293274fdeb04bf7bc11908a53e9f36db983e9d70818781197072b888dfb4 |
| SHA512 | 7dd53b71d1a2f27f899d3426443e3231f0067ecab207822c28b305a302b261bee4468337f24c78eab6edb84baf9a6d4116e103061a201da5ac4d3280c984c7d8 |
/data/data/com.cfroutines8launchermover/files/.w
| MD5 | 77dc50489b9323274732d27dc8a4e803 |
| SHA1 | 0e02a3595b62489d0739d771881da8604d117c65 |
| SHA256 | c5684e792d1ebefea6aac09fed45911703fd58c899f8a08133d49dd91429a820 |
| SHA512 | 0684a92f3e9c525384cfa53f531afba61e5930e1c27032a7e27e3315f72761b62e122dc34768d8162ba08f9bed53d148aa8dc034b46456bdd211f230637eba58 |
/data/user/0/com.cfroutines8launchermover/[email protected]
| MD5 | 0a89931e5e93ad5236ecab2277346394 |
| SHA1 | ba53ad6068007ef8a0cb46560039a6ca996c2d12 |
| SHA256 | efa28bf4c963b09745834c938feedbc7ffbc87288ccad2891dac3aedc1df4915 |
| SHA512 | e03791333651143772268dcec9312742cf542a7e775fc696b7f47f69c6f53aa9f7e82526e5ad0bf995d1472987dd7195145d2fbb1bcd1f2512e07549ef79bd34 |
/data/data/com.cfroutines8launchermover/oat/x86_64/[email protected]
| MD5 | 282e3174afd6c4a9251cabe1f951fcc4 |
| SHA1 | ae2b2098081a950f072105a467f12478f33ddff7 |
| SHA256 | 620f76fb2be10703489e56fa5ddf5963621ce97c757d037e684ab19352f61d97 |
| SHA512 | 96d99aec55f848405aff4a4bcbc6b6c264510305c041dbadccb0d6e67925e860838e77b496e1cb7ae73365cdf987bca2baebf5f8d9d4d7f935148f8dd0745d28 |
/data/data/com.cfroutines8launchermover/.global.com.cfroutines8launchermover
| MD5 | 046a414913add6f5bb60072c7db819b6 |
| SHA1 | 451ee4f6809260aec622d772fd329c7d0297a842 |
| SHA256 | b66c1320cb063a1d391c94273572ea6edae76c8c8b0a07f8d75c88686f0df72a |
| SHA512 | 4e6355f3051ed5e811ab030abde1f5be7f5e1cf33be99cd08477e9b6c015deb1d8bd75a09fb9c7176b8511c5ad0a67abc0902a3531e97564ccb6afc57496a47c |