Analysis Overview
SHA256
e846b946cbab21b079a1182755b839a9bc61b41f7bed952c97ae479f12b05794
Threat Level: Known bad
The file e846b946cbab21b079a1182755b839a9bc61b41f7bed952c97ae479f12b05794.bin was found to be: Known bad.
Malicious Activity Summary
Ermac
Ermac family
Ermac2 payload
Hook
Hook family
Loads dropped Dex/Jar
Makes use of the framework's Accessibility service
Queries information about running processes on the device
Queries the phone number (MSISDN for GSM devices)
Obtains sensitive information copied to the device clipboard
Queries a list of all the installed applications on the device (Might be used in an attempt to overlay legitimate apps)
Performs UI accessibility actions on behalf of the user
Attempts to obfuscate APK file format
Declares services with permission to bind to the system
Reads information about phone network operator.
Queries information about the current Wi-Fi connection
Queries the mobile country code (MCC)
Declares broadcast receivers with permission to handle system events
Makes use of the framework's foreground persistence service
Requests dangerous framework permissions
Acquires the wake lock
Uses Crypto APIs (Might try to encrypt user data)
Registers a broadcast receiver at runtime (usually for listening for system events)
Schedules tasks to execute at a specified time
Checks memory information
Checks CPU information
MITRE ATT&CK
Analysis: static1
Detonation Overview
Reported
2024-12-06 22:04
Signatures
Attempts to obfuscate APK file format
Declares broadcast receivers with permission to handle system events
| Description | Indicator | Process | Target |
| Required by device admin receivers to bind with the system. Allows apps to manage device administration features. | android.permission.BIND_DEVICE_ADMIN | N/A | N/A |
Declares services with permission to bind to the system
| Description | Indicator | Process | Target |
| Required by notification listener services to bind with the system. Allows apps to listen to and interact with notifications on the device. | android.permission.BIND_NOTIFICATION_LISTENER_SERVICE | N/A | N/A |
| Required by accessibility services to bind with the system. Allows apps to access accessibility features. | android.permission.BIND_ACCESSIBILITY_SERVICE | N/A | N/A |
Requests dangerous framework permissions
| Description | Indicator | Process | Target |
| 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 SMS messages. | android.permission.READ_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 an app to access approximate location. | android.permission.ACCESS_COARSE_LOCATION | 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 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 access to the list of accounts in the Accounts Service. | android.permission.GET_ACCOUNTS | N/A | N/A |
| Allows an application to write to external storage. | android.permission.WRITE_EXTERNAL_STORAGE | 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 read the user's contacts data. | android.permission.READ_CONTACTS | N/A | N/A |
| Allows an application to receive SMS messages. | android.permission.RECEIVE_SMS | 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 the user's contacts data. | android.permission.WRITE_CONTACTS | N/A | N/A |
| Allows an application to send SMS messages. | android.permission.SEND_SMS | N/A | N/A |
Analysis: behavioral1
Detonation Overview
Submitted
2024-12-06 22:04
Reported
2024-12-06 22:07
Platform
android-x86-arm-20240624-en
Max time kernel
143s
Max time network
156s
Command Line
Signatures
Ermac
Ermac family
Ermac2 payload
| Description | Indicator | Process | Target |
| N/A | N/A | N/A | N/A |
| N/A | N/A | N/A | N/A |
Hook
Hook family
Loads dropped Dex/Jar
| Description | Indicator | Process | Target |
| N/A | /data/user/0/com.mahabadlar.maruko/app_catalog/Qx.json | N/A | N/A |
| N/A | /data/user/0/com.mahabadlar.maruko/app_catalog/Qx.json | 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.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)
Queries information about running processes on the device
| Description | Indicator | Process | Target |
| Framework service call | android.app.IActivityManager.getRunningAppProcesses | N/A | N/A |
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 |
Performs UI accessibility actions on behalf of the user
| 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 information about the current Wi-Fi connection
| Description | Indicator | Process | Target |
| Framework service call | android.net.wifi.IWifiManager.getConnectionInfo | 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.
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 |
Schedules tasks to execute at a specified time
| 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)
| 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.mahabadlar.maruko
/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.mahabadlar.maruko/app_catalog/Qx.json --output-vdex-fd=41 --oat-fd=42 --oat-location=/data/user/0/com.mahabadlar.maruko/app_catalog/oat/x86/Qx.odex --compiler-filter=quicken --class-loader-context=&
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 |
| US | 154.216.20.102:80 | 154.216.20.102 | tcp |
| US | 154.216.20.102:80 | 154.216.20.102 | tcp |
| US | 154.216.20.102:80 | 154.216.20.102 | tcp |
| US | 154.216.20.102:80 | 154.216.20.102 | 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 | 154.216.20.102:80 | 154.216.20.102 | tcp |
Files
/data/data/com.mahabadlar.maruko/app_catalog/Qx.json
| MD5 | dc3aff9d4d4af2e82f2f95cb1ebcb638 |
| SHA1 | 7c507a664fe7764f151f8dd847de0658ab0f0934 |
| SHA256 | 45498224c343fffca78b0372183ae6d2386494809c3a6653e823691010f4f90c |
| SHA512 | 95612cef41570dd873224da933516b19b2e54aa2505542a51f562175fe084ff7fef75248f27fb168b5554b634dd3b7eb0acf0eb72fb48ef8191aa52ff3b967c2 |
/data/data/com.mahabadlar.maruko/app_catalog/Qx.json
| MD5 | 53571e1e60325874d1ce95b4ee7ead97 |
| SHA1 | 2487d6b852e59753be4fff382cdcdfc8b7a154a4 |
| SHA256 | eacdf955c6020e1be0910f9fce376b200bcf32c79be80f0b910baab67ce9c5c2 |
| SHA512 | e2edeabe76fab43b53788d70a63616be2d7ba2c319ae8e498050438a2d1aa5f7649b7bbcf1a5bc8c5f2d3519a7de9d37020663a02bc31ed3acce623c88866900 |
/data/user/0/com.mahabadlar.maruko/app_catalog/Qx.json
| MD5 | dd139ea50df6f15f4fd6ef669b88fe93 |
| SHA1 | 014a8feb780e713bbdb83bf7d2b0ffaace444a89 |
| SHA256 | 06ce1d32cfb90bc763f69618a4d23759e5a61705599dedc2a64f6fcf4b8e7a4a |
| SHA512 | d073eff575460d171d75d0795516ce3addd46669a909903b0baf515e74b50a72c218d0bb952f4c47cb1c05c3b296f0e94e235660b8e61dd51444bf5ce6948603 |
/data/user/0/com.mahabadlar.maruko/app_catalog/Qx.json
| MD5 | ac1a36e087a4f1f5116c8867f7221e73 |
| SHA1 | 008e028b7a56864773ec393bd7ad3a955b31dbfe |
| SHA256 | be2b50437398d4af8eccc33a42f42b0419a62c606b45bb0e09a619ce09920064 |
| SHA512 | 78a52d81c343ae7790048be25c5916d435ab1978baa2a5c9dc15226c9b154b2143d4a54ecf008fd7cf9d4ae9000f4c759b9052e98e5a04b235728524084a4d3e |
/data/data/com.mahabadlar.maruko/no_backup/androidx.work.workdb-journal
| MD5 | 3131343b1c9ff6e7e548de430da4898b |
| SHA1 | 970156398f6fa5bd467b9892268066ef65ffb565 |
| SHA256 | 95d216d57b8326916868fb3a43fd99b49a01f70646a9fac3c97abe09582f526f |
| SHA512 | 4f1f82c7b76bc76eff8bbe613eb0044079ea258fe8b2bd0502146a7ab33c9a3f06b539fed5079402d9d4408cf1ae1e5fde1b86fadeba7c33218ace13557d889b |
/data/data/com.mahabadlar.maruko/no_backup/androidx.work.workdb
| MD5 | f2b4b0190b9f384ca885f0c8c9b14700 |
| SHA1 | 934ff2646757b5b6e7f20f6a0aa76c7f995d9361 |
| SHA256 | 0a8ffb6b327963558716e87db8946016d143e39f895fa1b43e95ba7032ce2514 |
| SHA512 | ec12685fc0d60526eed4d38820aad95611f3e93ae372be5a57142d8e8a1ba17e6e5dfe381a4e1365dddc0b363c9c40daaffdc1245bd515fddac69bf1abacd7f1 |
/data/data/com.mahabadlar.maruko/no_backup/androidx.work.workdb-shm
| MD5 | bb7df04e1b0a2570657527a7e108ae23 |
| SHA1 | 5188431849b4613152fd7bdba6a3ff0a4fd6424b |
| SHA256 | c35020473aed1b4642cd726cad727b63fff2824ad68cedd7ffb73c7cbd890479 |
| SHA512 | 768007e06b0cd9e62d50f458b9435c6dda0a6d272f0b15550f97c478394b743331c3a9c9236e09ab5b9cb3b423b2320a5d66eb3c7068db9ea37891ca40e47012 |
/data/data/com.mahabadlar.maruko/no_backup/androidx.work.workdb-wal
| MD5 | 124e4f7e3ad55229adbcafd85a7ea9bc |
| SHA1 | bea6f9b17f9248e7d1e5ed3bd2da42d5cdda1bf4 |
| SHA256 | efc7b0cbe8523c941137eaa1d7f7d8b8aa282c00f6edc9842150a01fd081fd9e |
| SHA512 | fb6181cb4a2d37175525239e2ee6594bc496f335f2a0848fbdebe219cbca0ad0ffe76f683a634e8f3d42ecae54199f887b33c571ad674e8ac7171626441e9f4b |
/data/data/com.mahabadlar.maruko/no_backup/androidx.work.workdb-wal
| MD5 | 2896662a6277859e693288954ad3ccfd |
| SHA1 | dcc1a3a424117ad683155054ea7376b1f8cee354 |
| SHA256 | b18ef540b1c1b132fd543108fe0798b506dd8fbd1cf0e7405ea77c8491993871 |
| SHA512 | 9e73949c3ec2fbd1bbc7406eae10fd87d0617aebc021715e6f95321aaa2219aa38140ed40ae353f4eaa77605e2fb43a61dac45200955195cc699365521bc9520 |
/data/data/com.mahabadlar.maruko/no_backup/androidx.work.workdb-wal
| MD5 | b8924dac744c1021ac85b1218854282c |
| SHA1 | 30b8f747b8557c2937dc8f3a92459ea33c0646c0 |
| SHA256 | a6574e2ff5c762b10a9920d0c4b385d4f00c68ad9a1f2d4a47c3dd7c21bb4156 |
| SHA512 | e9becba2555dcc3e2c8bbb777d87b94d3730feff674beff31c2137fbab52a466dcaee82897c320c48ca4a81a17cc5348f8262164677926e393c632b794f64a62 |
/data/data/com.mahabadlar.maruko/app_catalog/oat/Qx.json.cur.prof
| MD5 | dec2f5803992a989dc8672ca90ec854b |
| SHA1 | bb74f92672ca331b7adde56685f214aece62900c |
| SHA256 | 78d38a0759c2192defbea73f4c41a913f88444ef750815cf0c734cc10f3412f2 |
| SHA512 | ae11c4407d7faa7047cf4c658a830596ce01ef8c9f2089cf21cf4ab661531c55bf3378d88af52be3084eb4972a94ebaf8b4f215e5b6a6abba1f926aab0a95496 |
Analysis: behavioral2
Detonation Overview
Submitted
2024-12-06 22:04
Reported
2024-12-06 22:07
Platform
android-x64-20240624-en
Max time kernel
41s
Max time network
158s
Command Line
Signatures
Ermac
Ermac family
Ermac2 payload
| Description | Indicator | Process | Target |
| N/A | N/A | N/A | N/A |
Hook
Hook family
Loads dropped Dex/Jar
| Description | Indicator | Process | Target |
| N/A | /data/user/0/com.mahabadlar.maruko/app_catalog/Qx.json | 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.findAccessibilityNodeInfosByText | N/A | N/A |
| Framework service call | android.accessibilityservice.IAccessibilityServiceConnection.findAccessibilityNodeInfosByViewId | 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 information about running processes on the device
| Description | Indicator | Process | Target |
| Framework service call | android.app.IActivityManager.getRunningAppProcesses | N/A | N/A |
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 |
Performs UI accessibility actions on behalf of the user
| 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 information about the current Wi-Fi connection
| Description | Indicator | Process | Target |
| Framework service call | android.net.wifi.IWifiManager.getConnectionInfo | 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.
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 |
Schedules tasks to execute at a specified time
| 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)
| 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.mahabadlar.maruko
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 | 154.216.20.102:80 | 154.216.20.102 | tcp |
| US | 154.216.20.102:80 | 154.216.20.102 | tcp |
| US | 154.216.20.102:80 | 154.216.20.102 | tcp |
| US | 154.216.20.102:80 | 154.216.20.102 | tcp |
| GB | 142.250.200.46:443 | tcp | |
| US | 1.1.1.1:53 | android.apis.google.com | udp |
| GB | 216.58.213.14:443 | android.apis.google.com | tcp |
| GB | 216.58.213.14:443 | android.apis.google.com | tcp |
| GB | 142.250.178.2:443 | tcp | |
| GB | 172.217.16.227:443 | tcp | |
| GB | 142.250.187.228:443 | tcp | |
| GB | 142.250.187.228:443 | tcp | |
| US | 1.1.1.1:53 | g.tenor.com | udp |
| GB | 216.58.213.10:443 | g.tenor.com | tcp |
| US | 154.216.20.102:80 | 154.216.20.102 | tcp |
| US | 154.216.20.102:80 | 154.216.20.102 | tcp |
| US | 154.216.20.102:80 | 154.216.20.102 | tcp |
| US | 154.216.20.102:80 | 154.216.20.102 | tcp |
| US | 154.216.20.102:80 | 154.216.20.102 | tcp |
| US | 154.216.20.102:80 | 154.216.20.102 | tcp |
Files
/data/data/com.mahabadlar.maruko/app_catalog/Qx.json
| MD5 | dc3aff9d4d4af2e82f2f95cb1ebcb638 |
| SHA1 | 7c507a664fe7764f151f8dd847de0658ab0f0934 |
| SHA256 | 45498224c343fffca78b0372183ae6d2386494809c3a6653e823691010f4f90c |
| SHA512 | 95612cef41570dd873224da933516b19b2e54aa2505542a51f562175fe084ff7fef75248f27fb168b5554b634dd3b7eb0acf0eb72fb48ef8191aa52ff3b967c2 |
/data/data/com.mahabadlar.maruko/app_catalog/Qx.json
| MD5 | 53571e1e60325874d1ce95b4ee7ead97 |
| SHA1 | 2487d6b852e59753be4fff382cdcdfc8b7a154a4 |
| SHA256 | eacdf955c6020e1be0910f9fce376b200bcf32c79be80f0b910baab67ce9c5c2 |
| SHA512 | e2edeabe76fab43b53788d70a63616be2d7ba2c319ae8e498050438a2d1aa5f7649b7bbcf1a5bc8c5f2d3519a7de9d37020663a02bc31ed3acce623c88866900 |
/data/user/0/com.mahabadlar.maruko/app_catalog/Qx.json
| MD5 | dd139ea50df6f15f4fd6ef669b88fe93 |
| SHA1 | 014a8feb780e713bbdb83bf7d2b0ffaace444a89 |
| SHA256 | 06ce1d32cfb90bc763f69618a4d23759e5a61705599dedc2a64f6fcf4b8e7a4a |
| SHA512 | d073eff575460d171d75d0795516ce3addd46669a909903b0baf515e74b50a72c218d0bb952f4c47cb1c05c3b296f0e94e235660b8e61dd51444bf5ce6948603 |
/data/data/com.mahabadlar.maruko/no_backup/androidx.work.workdb-journal
| MD5 | d7dfe0f8c111391758099d465c3e43aa |
| SHA1 | bad19f03da33b5efa618b3b7aa9bb52331c7644f |
| SHA256 | 4c7a01940a85a1b65fc67e035028c8eeaaf299ef9742844257d50b46181c2587 |
| SHA512 | b600172da82011e9bed59b9211d166d803a387418c6a3aa964ccf1864cb1344b4a9a8ed114ceaa509ae031e647c0db20a6d242c893ecef3209d9993f72a9ba15 |
/data/data/com.mahabadlar.maruko/no_backup/androidx.work.workdb
| MD5 | f2b4b0190b9f384ca885f0c8c9b14700 |
| SHA1 | 934ff2646757b5b6e7f20f6a0aa76c7f995d9361 |
| SHA256 | 0a8ffb6b327963558716e87db8946016d143e39f895fa1b43e95ba7032ce2514 |
| SHA512 | ec12685fc0d60526eed4d38820aad95611f3e93ae372be5a57142d8e8a1ba17e6e5dfe381a4e1365dddc0b363c9c40daaffdc1245bd515fddac69bf1abacd7f1 |
/data/data/com.mahabadlar.maruko/no_backup/androidx.work.workdb-shm
| MD5 | bb7df04e1b0a2570657527a7e108ae23 |
| SHA1 | 5188431849b4613152fd7bdba6a3ff0a4fd6424b |
| SHA256 | c35020473aed1b4642cd726cad727b63fff2824ad68cedd7ffb73c7cbd890479 |
| SHA512 | 768007e06b0cd9e62d50f458b9435c6dda0a6d272f0b15550f97c478394b743331c3a9c9236e09ab5b9cb3b423b2320a5d66eb3c7068db9ea37891ca40e47012 |
/data/data/com.mahabadlar.maruko/no_backup/androidx.work.workdb-wal
| MD5 | 3abc829384e86032afdb7d6162724b95 |
| SHA1 | 1c973d04e7d9ef0c51b04dc313c16b63727b0d69 |
| SHA256 | 91bce2e595118c626aee29d2dbdf3548835e891a35e24d6a5bd58a3ed88cb0e3 |
| SHA512 | 8b9b13d9929c9411aa1041e541e071567f41ad745f17ab4bba1114f7936cf63572bd709c99b04e39a9f56d1a36ce268642e4758a047f845e2e734b6395762872 |
/data/data/com.mahabadlar.maruko/no_backup/androidx.work.workdb-wal
| MD5 | caf6d8b9b6578dd68dba7114ae5a2901 |
| SHA1 | cb83193faac348cd2645ecca53ea7d569b702a1a |
| SHA256 | 28322f6fac51c6377e5c7310740b93d8e9fd4fdf13b500391a6921372ee245fa |
| SHA512 | 712fd676f42f57301de8d81366dff375fda8c0f2ce24c8e5a34b086e91cec85b772b75837b8a7c72fa8a9e24440edaec80e7b98128d252253e5716d079f67ddf |
/data/data/com.mahabadlar.maruko/no_backup/androidx.work.workdb-wal
| MD5 | cae9088734ff76f8e4e9c0ee281ef13a |
| SHA1 | 6e44708eb7a4c8bba6358fa242fe8bdfe626d6c1 |
| SHA256 | 597f95742599ed1a0ec30a154811e07b22bfe6b3e15854023c6085ca7e84d1d6 |
| SHA512 | 8497764ecbf097d615077fab750821e4b036d12c1e8727def09ddb906f4502b0a68793f6f905e070ca62c0efcfc61a0b7607e17f278643e3e8f9ba036ddbc7d1 |
Analysis: behavioral3
Detonation Overview
Submitted
2024-12-06 22:04
Reported
2024-12-06 22:07
Platform
android-x64-arm64-20240910-en
Max time network
151s
Command Line
Signatures
Processes
Network
| Country | Destination | Domain | Proto |
| N/A | 224.0.0.251:5353 | udp | |
| US | 1.1.1.1:53 | www.youtube.com | udp |
| GB | 216.58.212.234:443 | tcp | |
| GB | 142.250.187.206:443 | www.youtube.com | tcp |
| GB | 172.217.16.238:443 | www.youtube.com | udp |
| GB | 172.217.16.238:443 | www.youtube.com | tcp |
| US | 1.1.1.1:53 | android.apis.google.com | udp |
| US | 1.1.1.1:53 | android.apis.google.com | udp |
| GB | 142.250.187.238:443 | android.apis.google.com | tcp |
| GB | 142.250.179.238:443 | android.apis.google.com | tcp |
| GB | 216.58.212.234:443 | tcp | |
| US | 216.239.32.223:443 | tcp | |
| GB | 142.250.179.226:443 | tcp | |
| GB | 142.250.179.226:443 | tcp | |
| BE | 74.125.71.188:5228 | tcp | |
| US | 216.239.32.223:443 | tcp | |
| US | 216.239.32.223:443 | tcp | |
| GB | 172.217.16.238:443 | www.youtube.com | tcp |
| GB | 172.217.16.228:443 | tcp | |
| GB | 142.250.178.1:443 | tcp | |
| GB | 142.250.187.225:443 | 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 | accounts.google.com | udp |
| US | 1.1.1.1:53 | accounts.google.com | udp |
| GB | 173.194.76.84:443 | accounts.google.com | tcp |
| US | 1.1.1.1:53 | www.google.com | udp |
| GB | 216.58.201.100:443 | www.google.com | udp |
| GB | 216.58.201.100:443 | www.google.com | 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.180.14:443 | android.apis.google.com | tcp |
| GB | 142.250.180.14:443 | android.apis.google.com | tcp |
| GB | 142.250.180.14:443 | android.apis.google.com | tcp |
| US | 1.1.1.1:53 | growth-pa.googleapis.com | udp |
| GB | 142.250.187.202:443 | growth-pa.googleapis.com | tcp |
| US | 1.1.1.1:53 | mdh-pa.googleapis.com | udp |
| GB | 216.58.212.202:443 | mdh-pa.googleapis.com | tcp |
| US | 1.1.1.1:53 | www.youtube.com | udp |
| GB | 172.217.16.238:443 | www.youtube.com | udp |
| GB | 172.217.16.238:443 | www.youtube.com | tcp |
| US | 1.1.1.1:53 | update.googleapis.com | udp |
| GB | 216.58.204.67:443 | update.googleapis.com | tcp |