Posts

Showing posts with the label droidjack

How to check for a root access in three ways (plus a C&C demo!)

Image
Recently I have found a sample of DroidJack, which is somehow the same as Sandrorat described previously . Well, it is probably created by the same author or at least on the same code base. What leads me to that conclusion? Well, see it for yourself in the screenshot below. How does the DroidJack C&C look like? I've found this little GIF demo in one of the DroidJack ads (if you haven't seen it already this means that you don't follow me on Twitter and you should ): So, the pretty much standard stuff for the more complex Android malware: you can do everything and get a "binder" i.e. program that lets you add DroidJack "features" to the benign apps. What else did the author of DroidJack and Sandrorat made? This app available in Play Store that is a kind of Sandrorat in reverse  - you can use a mobile phone to "control" your computer. Checking for root in three ways Enough about the authors, let's go to the main po...