ES EN

Family

Sysorbit

The first one not hunting a server but a phone. Comes in over ADB, poses as a Google service, and hid its command center under three layers of encryption.

The honeypot, right now live console view →

Android botnet (DDoS) first seen 2026 2 chapters

Sysorbit is unlike everything before it: it doesn’t hunt cameras or Linux servers, it hunts Android phones and devices with debugging (ADB) left open to the world. Once inside, it installs an app that poses as a Google Play service, hides itself from the app list, and —if the device is rooted— copies itself into /system disguised as a system binary.

Its real engine isn’t in the visible Java layer but in a packed native library: a denial-of-service bot that also spreads on its own, without waiting for orders. And it’s the best yet at hiding where it calls home: three layers of encryption, the last one with a key that isn’t written in the file at all — it’s manufactured at startup by joining two chunks of data that separately mean nothing.

Here we catch it coming in through the debug cable and open it layer by layer: APK, DEX and native code. The first time it beat me; I came back the next day and it opened up completely.