In this blog post we'll be looking at a new malware named DeathRing that discovered recently by Lookout. Main focus of this post will be to describe briefly the decryption process (through source code re-construction) of the AES encrypted base URL that malware uses to communicate with the server.
Friday, 5 December 2014
Sunday, 28 September 2014
Sunday, 22 June 2014
An introduction to gikdbg.art (aka Android Ollydbg) attaching Towelroot
gikdbg.art (Android Ollydbg)
This post will provide the following:
- Introduction to gikdbg.art
- Setup of the environment
- Quick introduction on attaching the TowelRoot exploit (libexploit.so)
Thursday, 5 June 2014
Inside SimpLocker
Labels:
android,
encryption,
malware,
ransomware,
security,
simplocker,
TOR
Thursday, 20 March 2014
Dex to Java decompiler (jadx)
Description from the site:
Command line and GUI tools for produce Java source code from Android Dex and Apk files
Note: jadx-gui now in experimental stage
A new decompiler that helps to translate dex files into a human readable Java code. In the current stage of development the exported results are impressive. In addition is fast and reliable. So check it out.
In addition it comes with an experimental gui. Testing it out with some dex files its stable for some fast malware analysis.
More info:
github - https://github.com/skylot/jadx
sourceforge - http://sourceforge.net/projects/jadx
Subscribe to:
Posts (Atom)