Skip to main content

Godless Malware:Working principle behind Malicious coding process revealed

The process of Godless malware revealed from decompiling the source code.One of the Godless malware app is Summer flashlight according to Trend Micro.
So,I decompiled the dex file of summer flashlight apk into java files.This app packs with mobo SDK which enables the exploit to root install.The target of this app is done through:
1.FastInstallService.java:This set of code makes the device to install service for root install.
2.PMservice.java:This set of code enables to install the package.
3.ScreenChargeReceiver.java:Alerts the root install service when the screen is turned off.
4.C0925A.java:Alerts the service about root status whether success or failure.
After rooting,the service install some unremovable packages without any system privileges.

Comments

Popular posts from this blog

Samsung Galaxy S8 coming with Dual Camera and 4K Screen

Leaked Image of Samsung Galaxy S8 Samsung Galaxy S8 to feature 4K Screen that we all know.Leaks confirm that Samsung Galaxy S8 to be featured with 5.5" 4K UHD Display with pixel density of 808 ppi.4K display gives better VR experience.With Quad HD,VR viewing is inconsistent.So,4K display will solve this problem.Rumours and leaks also suggest that it also features dual rear camera for capturing high end pictures.

Microsoft and Intel Collaborating on a project STAMINA

Microsoft Threat Protection Intelligence and Intel Labs are collaborating for a project named STAMINA. STAMINA: Static Malware As Image Network Analysis is a technique based on Deep Learning. What is Project STAMINA? STAMINA focus on detecting malware using deep learning techniques. It converts the malicious code into 2 dimensional images. Then the images can be used to analyze the characteristics of malware and classifies according to their types. Steps in STAMINA Source: Microsoft The 2D images are fed into the deep neural network which is trained with 60% of the known malware samples. The DNN scans and identify the image as clean or infected. This Image based technique achieves 99.07% of accuracy. Pixel File Sizes for different Image Widths Source: Microsoft and Intel