6

Once the smartphone (android 4.4.2, kazam tornado 350) has been booted, is connected to WIFI and an unlimited number of APPs is installed causing the phone to stop, i.e. swipe is stopped, another home screen is installed.

Symptoms

  1. A number of unwanted apps is installed once the phone has been reset to factory defaults
  2. Unlimited amount of unwanted apps is installed once wifi is installed
  3. Phone battery is consumed quickly
  4. Home screen cannot be entered
  5. Popups that ask to install (fake) security updates appear

Attempts

  1. The unwanted APPs remained installed on the smartphone once the phone was reset to factory defaults
  2. The installation of the APPs persisted even after encryption and subsequently resetting to factory defaults
  3. Resetted the phone to factory defaults, disabled wifi, disabled malicious apps, rebooted and enabled wifi installed an unlimited number of APPs again
  4. Tried to install a Virusscanner, but everytime the connection to internet is established various malicious apps are installed immediately
  5. The issue persists as well once the SD card was removed
  6. The internal phone storage cannot be removed. In an attempt to remove it the screen was busted :'(

Discussion

  1. The APPs that are installed do not appear in the downloaded APPs section
  2. After resetting to factory defaults, there seems to be malicious APPs recognized as default APPs, e.g. com.andriod instead of com.android

Question

How to remove this Virus?

030
  • 163
  • 1
  • 1
  • 8

9 Answers9

5

As I already mentioned in the comments, here are the primary points you need to be careful about:

  1. Whenever you install an app from the Play Store, you should pay attention to things like permissions, ratings, reviews by existing users, etc. before installing it on your device. One malicious install, and your phone could become compromised. It doesn't matter then, whether you are rooted or not.

  2. When you install an app, it asks you a bunch of questions like what all things it needs access to (like SDCARD, telephony resources, system tools, etc.). Even without root access, a malicious app can do lots of damage to your phone, if you permit them these resources.

  3. As the existing answer suggests, rooting is your only option if the malware has landed itself in the system area. But if you go along that route, proceed with care and caution, as there is a risk of bricking if incorrectly done.

  4. For future reference, make a mental note to double check at least two things before installing an app: 1) The permissions it needs are sane and safe. 2) There are at least 500 million installs already with at least a 3.5+ rating. You can make rare exceptions for popular apps like WhatsApp/Skype, but this is generally what you should do. You may or may not be able to recover this phone, but life goes on and these things will go a long way to ensure that such a situation will never arise.

Prahlad Yeri
  • 479
  • 5
  • 19
  • 1
    The majority of malicious apps on the plays store is so minimal it is not even gonna make it to the 50 mark. The problem of malicious apps come in is when you install from unknown sources (You have to the setting turned on). It would be nearly impossible for the software to get into the system area. As the user would have need to manualy root the phone, then move the apk into the system folder. This would require root access and for the user to grant root access. Root is basically UAC on windows, where if the user grants permission to (or has crap security ) applications can access vital files – Matt07211 Jan 22 '16 at 02:15
  • 7
    Refusing to install any app with less than 500 million installs already? Isn't that going to limit your app selection quite a bit? – user253751 Jan 22 '16 at 03:50
  • @immibis better safe than sorry. If you are willing to do the research and find what the reviews and ratings actually mean, its a different matter. This is sort of a thumbrule for noobs who know nothing better than tapping the big install button! – Prahlad Yeri Jan 22 '16 at 09:40
  • @Matt How do you know whether they are malicious or not? An android project is a complex thingy typically composed of a million lines of Java code. Do you really think Google can dedicate enough resources to quality audit every piece of code that gets into the Play Store? Its not even a major revenue stream for them (which is advertising). – Prahlad Yeri Jan 22 '16 at 09:45
  • I realise that their are million of lines of code, but Google checks what permissions an app asks for (and the like etc.), and during the review process the apps gets tested by a HUMAN, (although the apps getting tested by humans is only a recent change for Google (happend during 2015)) – Matt07211 Jan 22 '16 at 09:53
4

Depending on your phone brand, flash stock firmware through Odin, fastboot, or LG Flash Tool to overwrite the virus.

Samsung phones: Hold the power button, home, and volume down to access download mode. Download Odin v3 or any other version, I recommend XDA as a source. Find the .tar file for your device, SamMobile.com has all the firmwares for every Samsung device.

LG phones: download LG Flash Tool online, and find a .kdz stock firmare for your device.

Nexus phones: find the fastboot.exe included with your adb drivers and use that.

You didn't specify model or device so my help is only so limited here.

Anyway, hope this helps

EDIT:

Researched the Kazam Tornado 350, and there are no development threads for it on XDA or other sites. Couldn't find any stock firmware for it on Google, only shows a couple hits for the Tornado 348. I hate to say this, but you'd be better off getting a new phone.

Aaron Gillion
  • 1,564
  • 3
  • 13
  • 21
4

Try a reset, Boot your Phone into (Click on the tag to find out how) this will only boot essential apps, Then uninstall any apps you think are the culprit, then boot out of safe mode and see if the problem persists. If it does Repeat the cycle till you find the problem. Then by the end if the problem still persists it may be a system app (Due to me not finding much info about your phone, I can't say it is full of crap ware, and finding info about this phone is difficult)

But due to your broken screen, this may be difficult.

And due to the extensive conversation in the comments section above, I doubt that your phone has root privileges, but if the phones does have root privileges, and the application may be in the system folder.


But due to my limited knowledge of what you have on phone, what you have done to it etc. I can't be any more help, then just suggesting to boot into safe mode.

In my opinion I think it is just one of the default apps downloading use crap or the default apps have automatic updates enabled

Matt07211
  • 919
  • 3
  • 11
  • 29
  • 1
  • Every Android has root privilege. Question is, can any app gain that root privilege? It is this standard su which provides a way to switch to root. 2) It has been mentioned that device has been reset so there is no point in going to safe mode. If the reset was a failure at first for some unforeseen technical reason, then it should be done again. If the problem still persist, safe mode (by essential, it means no user installed apps) would be of no use since as you say the malware is located inside system partition. The safest option is a clean flash of OS, top to bottom.
  • – Firelord Jan 22 '16 at 08:36
  • @Firelord I belive that you are most likely correct, but due to what type of phoen the user has, getting a clean OS may be a bit of a challenge. Once the user has a clean OS they can install the ROM – Matt07211 Jan 22 '16 at 08:40