Skip to main content

Android ransomware attacks have grown by 50% in just over a year

Ransomware targeting the Android operating system has grown by over 50% in just a year, as more consumers switch from their PCs to their smartphones, making the mobile OS ecosystem a more worthwhile target for cybercriminals.
According to a report by security firm ESET, the largest spike of crypto-malware attacks came during the first half of 2016. It was also found that so-called "police ransomware" on the lock-screen has been the dominant type of ransomware for Android, effectively scaring victims about some crime it claims they committed, which has led many of them to pay up to the criminals.
Android ransomware detection from 2014-2016, spiking in April 2016 | via ESET
Aside from this, the researchers have also found that the perpetrators have increased their efforts into keeping a low profile by encrypting the malware's payload deep within the infected apps.
In ESET's whitepaper called "Trends in Android Ransomware (PDF)," it was indicated that Eastern Europe was the main target of ransomware developers. However, this has changed over time, with 72% of successful attacks recorded in the United States distributing the Lockerpin ransomware.
The research found that this shift was due to mobile users in the United States generally being richer than those in the Eastern Europe, so targeting those in the US would bring in more profit for them.
Lockerpin ransomware was discovered in September 2015, which initially pretends to be a adult video-viewing app. Once it gains the user's trust, it locks them out of their device. An FBI page will be displayed, accusing the victim of watching illegal pornographic material. It will then demand $500 to "settle" the case.
Android ransomware does not only exist on smartphones and tablets, however; back in June 2016, a ransomware called "FLocker" made its way onto smart TVsdisplaying a 'US Cyber Police' lock screen and demanding $200 worth of iTunes gift cards to unlock the device. Luckily, the malware has been found to be removable, though access to Android's debug mode is needed.

In order to stay safe from ransomware on Android devices, ESET recommends that users stay away from third-party app stores, and keep mobile security software updated. As usual, even in the mobile world, it pays to be careful of the websites we visit, as not every page we land on is safe - and many are out there to try to deceive us and lock us out of our devices.

Comments

Popular posts from this blog

Android 6.0 Marshmallow: everything you need to know

Google has now confirmed that  Android M is Android 6.0 Marshmallow . The third and final version of the Android M developer preview has also just been released, alongside the Android 6.0 SDK. Read on for everything you need to know about Android 6.0 Marshmallow and the Android M developer preview 3. Android 6.0 Marshmallow The Google Developers blog  post  didn't mention many specifics for the Android 6.0 Marshmallow release, so details are still relatively sparse. It did say that the final Android 6.0 Marshmallow release date would be "later this fall", but we kind of already knew that. It did give us more information on Android 6.0 Marshmallow features, though, in the shape of a  changelog  for API level 23. There aren't many changes in the Android M developer preview 3. As the blog post states: "Compared to the previous developer preview update, you will find this final API update fairly incremental." The two most significant c...

Best web technologies and tools for 2015

Best web technologies and tools for 2015 ECMAScript 6 ES6 is the future of JavaScript and is going to bring many  new features . The good news is that the feature set of ES6 is already frozen and browsers have already started  implementing  the features. Tools like Traceur already allow you to write code in ES6 and then transpile it to ES5 so that it works in Today's browsers. Furthermore frameworks like AngularJS and Ember are going to target ES6 in future releases. Given its feature set and popularity I think ES6 is definitely going to revolutionise JavaScript development. AngularJS 2.0 Google's  AngularJS  is one of the popular frameworks for developing  Single Page Apps . The good news is that AngularJS 2.0  is under development and this time it's more powerful, better and faster. As  Durandal , another popular SPA framework, is converging into AngularJS the combo is definitely going to make an impact. AngularJS 2.0 is also...