General
- Target faa774978f43368357f553a1e45a2f9465fcfa50c6c09dbf6004304db03bc641.apk
- Size 1.1MB
- Sample260819-bbwekstfle
- SHA256 faa774978f43368357f553a1e45a2f9465fcfa50c6c09dbf6004304db03bc641
- MD5 3a7894158568751a1368f8c4852dfd89
- SHA1 b976946bf4b7c14ab16b9a3902b741b3667a23c8
- SHA512 edefa0bc8c259f1bd5e5d2ba371a1e45fcf4dcb3cd2a26eab1768da5f1e31e445aa6ebee48ef94a369744ee01ac928de3d1aebdbfcecf347d9dc6b26d451077e
- SSDEEP 24576:yEqHqsHBdnSjJW/PdsPLCD5Gt8iWpPWvaOLynIiUeMrG:yEQqiH8JW/Pd4LCD5G4P8LjZeMrG
- TLSH T189451242B7D9CA62E8FA27388E1B83D496207D50DF01535B7E81730D1D736C68E26FA6
- MD5 SHA1 SHA512 SSDEEP TLSH
Static task
static1
Behavioral task
behavioral1
Sample
faa774978f43368357f553a1e45a2f9465fcfa50c6c09dbf6004304db03bc641.apk
Resource
android-x64-arm64-20260325-en
Malware Config
Extracted
-
octo
-
https://64.89.163.37/ZWFlY2Q1NjdmZmI3/
-
https://46.151.182.213/ZWFlY2Q1NjdmZmI3/
-
https://a93f6d2b7SDSGx0k1m9q4r8s5v.com/ZWFlY2Q1NjdmZmI3/
-
https://h6d23bsdgsdsgsd8d7f1qk4m5x.com/ZWFlY2Q1NjdmZmI3/
-
https://5f46236sdgagjkkfhfhdxzh1k9m8s7q4x.com/ZWFlY2Q1NjdmZmI3/
-
https://34g9s7b6sdgjkkjkhjkgdsg0f6k1m8q5x.com/ZWFlY2Q1NjdmZmI3/
-
https://344d9g3sdgsgs8d1kjhjfjghdkhk7m5f2x.com/ZWFlY2Q1NjdmZmI3/
-
https://54sdf7sdskjjghgfkmdg3b6a0d1k9m8q.com/ZWFlY2Q1NjdmZmI3/
Extracted
-
octo
-
https://64.89.163.37/ZWFlY2Q1NjdmZmI3/
-
https://46.151.182.213/ZWFlY2Q1NjdmZmI3/
-
https://a93f6d2b7SDSGx0k1m9q4r8s5v.com/ZWFlY2Q1NjdmZmI3/
-
https://h6d23bsdgsdsgsd8d7f1qk4m5x.com/ZWFlY2Q1NjdmZmI3/
-
https://5f46236sdgagjkkfhfhdxzh1k9m8s7q4x.com/ZWFlY2Q1NjdmZmI3/
-
https://34g9s7b6sdgjkkjkhjkgdsg0f6k1m8q5x.com/ZWFlY2Q1NjdmZmI3/
-
https://344d9g3sdgsgs8d1kjhjfjghdkhk7m5f2x.com/ZWFlY2Q1NjdmZmI3/
-
https://54sdf7sdskjjghgfkmdg3b6a0d1k9m8q.com/ZWFlY2Q1NjdmZmI3/
Targets
-
- Target faa774978f43368357f553a1e45a2f9465fcfa50c6c09dbf6004304db03bc641.apk
- Size 1.1MB
- SHA256 faa774978f43368357f553a1e45a2f9465fcfa50c6c09dbf6004304db03bc641
- MD5 3a7894158568751a1368f8c4852dfd89
- SHA1 b976946bf4b7c14ab16b9a3902b741b3667a23c8
- SHA512 edefa0bc8c259f1bd5e5d2ba371a1e45fcf4dcb3cd2a26eab1768da5f1e31e445aa6ebee48ef94a369744ee01ac928de3d1aebdbfcecf347d9dc6b26d451077e
- SSDEEP 24576:yEqHqsHBdnSjJW/PdsPLCD5Gt8iWpPWvaOLynIiUeMrG:yEQqiH8JW/Pd4LCD5G4P8LjZeMrG
- TLSH T189451242B7D9CA62E8FA27388E1B83D496207D50DF01535B7E81730D1D736C68E26FA6
- MD5 SHA1 SHA512 SSDEEP TLSH
-
Family: Octo
Octo is a banking malware with remote access capabilities first seen in April 2022.
-
Octo payload
-
Accessibility-driven UI automation to self-grant permissions
Locates nodes in the Settings or package-installer user interface by text or view identifier and dispatches synthetic clicks. This lets the application approve its own permission dialogs, complete side-loading, and intercept attempts to reach the uninstall screen without any real user consent.
-
Android banker: accessibility service abuse with overlay injection
DEX references AccessibilityService event hooks together with window-overlay creation and credential-capture primitives. This combination is the canonical Android banking-trojan pattern: the app reads screen content and injects fake login windows over legitimate banking apps.
-
Contact harvesting with SMS self-propagation
Reads the device contact list and sends messages to the retrieved numbers, the distribution mechanism behind SMS worm campaigns. The victim's own address book becomes the delivery channel, which is why these campaigns spread rapidly within a region.
-
Notification listener abuse for OTP and message theft
Binds a notification listener service and reads posted notification content, optionally dismissing notifications afterwards to hide them. This harvests one-time passcodes and private messages without ever requesting SMS permissions, which is why it has largely replaced SMS interception in modern ban
-
Persistent WebSocket channel used for remote tasking
Bundles a WebSocket client and opens a long-lived bidirectional connection, the transport typically used by Android remote-access tooling for live command dispatch and streaming. Suspicious when paired with surveillance capabilities rather than an obvious in-app messaging feature.
-
Runtime string decryption with reflective method dispatch
Combines symmetric decryption or base64 decoding of embedded string tables with reflective class and method resolution, so sensitive API names never appear in plaintext. This defeats naive string-based detection and indicates deliberate anti-analysis engineering.
-
Silent screen capture via MediaProjection
Acquires a MediaProjection session and pipes the virtual display into an image reader or encoder, enabling continuous capture of everything shown on screen including credentials and one-time codes. Combined with accessibility auto-approval this runs without further user interaction.
-
Makes use of the framework's Accessibility service
Retrieves information displayed on the phone screen using AccessibilityService.
-
Queries the phone number (MSISDN for GSM devices)
-
Acquires the wake lock
-
Makes use of the framework's foreground persistence service
Application may abuse the framework's foreground service to continue running in the foreground.
-
Queries the mobile country code (MCC)
-
Reads information about phone network operator.
MITRE ATT&CK Mobile v16
Defense Evasion
Download New Code at Runtime
1Foreground Persistence
1Input Injection
1Obfuscated Files or Information
1Discovery
Software Discovery
1Security Software Discovery
1System Network Configuration Discovery
3