Tuesday, March 19, 2024

WAPDropper – Android Malware Subscribing Victims To Premium Services By Telecom Companies

Security analysts have found a new malware that infects mobile devices and subscribes the victims to premium subscription provided by telecom companies, and the victim remains oblivious to this.

The CAPTCHA verification that is usually required to subscribe to these services is bypassed via Machine Learning using the services of a Chinese company named “Super Eagle”.

This malware has been christened WAPDropper, and belongs to a new class of malwares that have been recently discovered.

How does WAPDropper work?

WAPDropper consists of two modules,

  • The dropper module
  • Premium dialer module

The dropper module is responsible for downloading the 2nd stage malware and the premium dialer module subscribes the victims to legitimate premium services. In this case, services are provided by Thai and Malaysian telecom providers.

The flow of the attack is described in the below diagram:

The infection chain

WAPDropper, once installed on the victim device begins to collect the below information Device ID

  • Mac Address
  • Subscriber ID
  • Device model
  • List of all installed apps
  • List of running services
  • Topmost activity package name
  • Is the screen turned on
  • Are notifications enabled for this app
  • Can this app draw overlays
  • Amount of available free storage space
  • Total amount of RAM and available RAM
  • List of non-system applications

WAPDropper then sends the collected information to a hardcoded C&C, which is the main C&C server, and then sends the malware a list of additional C&Cs from which a random URL is picked in future.

After it receives a response from the C&C server, WAPDropper parses the JSON configuration. The JSON configuration includes instructions concerning the additional payloads that the dropper module downloads, which includes:

  • The payload’s download URL
  • MD5 verification of the downloaded file
  • Class Name and Method Name for the reflection call
  • Execution frequency (minutes)
  • Maximum number of executions

As it finishes downloading each payload, WAPDropper decrypts the downloaded DEX files to .jar files and stores them locally on the infected device, while it downloads the pending payloads in the background.  

Once this is done, WAPDropper loads the decrypted .jar files and deletes them from the device right away, to avoid leaving traces behind.

WAPDropper monitors the frequency of the payloads and continually sends a report on the payload’s current status to one of its C&C servers and then the dialer module decrypts a DEX file and writes it as a “data.jar”.

WAPDropper then sends a request thread to the C&C server for the server to send an ad offer.

After it receives an ad offer, the malware constructs a 1×1 pixel dialog. This tiny dialog allows the malware to load the previously unpacked native library which is responsible for removing all “X-Requested-With” HTTP headers from all HTTP requests.

WAPDropper replaces all of the occurrences of “X-Requested-With” string with “Accept-Encoding” string, which leads to immediately disabling the protection against CSRF attacks.

After this, it injects a malicious JavaScript to the new vulnerable web-view.

This JavaScript is an interface that provides a remote website capable of the following actions:

  • Obtain the victim’s phone number.
  • Obtain the victim’s phone information.
  • Obtain an SMS list.
  • Send SMS to a specified number.
  • Send POST requests to a specified URL.
  • Malware recognizes CAPTCHA capability also
  • WAPDropper chooses whether to download the picture and send it to the server or to parse the DOM tree of the picture, extract it, encode it with Base64 and then send it to the server.
    When the malware submits the verification code image to the service, the platform returns the coordinate position of the recognition result in the picture and then parses the coordinate simulation landing.

Cause and Effect

The result of this malware is that all the victims would receive massive phone bills at the end of the month, until they subscribe from this premium service.

This type of attack was very common in the late 2000s and early 2010s but was extinct with the advent of the smartphone. It made a comeback in the latter half of the 2010s when the attackers realized that the newer smartphones and telecom operators supported the older WAP standard.

You can follow us on LinkedinTwitterFacebook for daily Cybersecurity and hacking news updates.

Also Read

RATicate – Hackers Group Launching an Information Stealing Malware via Remote Admin Tool

FinSpy Malware Attacking iOS and Android Devices to Steal Personal Information

Website

Latest articles

Researchers Hack AI Assistants Using ASCII Art

Large language models (LLMs) are vulnerable to attacks, leveraging their inability to recognize prompts...

Microsoft Deprecate 1024-bit RSA Encryption Keys in Windows

Microsoft has announced an important update for Windows users worldwide in a continuous effort...

Beware Of Free wedding Invite WhatsApp Scam That Steal Sensitive Data

The ongoing "free wedding invite" scam is one of several innovative campaigns aimed at...

Hackers Using Weaponized SVG Files in Cyber Attacks

Cybercriminals have repurposed Scalable Vector Graphics (SVG) files to deliver malware, a technique that...

New Acoustic Keyboard Side Channel Attack Let Attackers Steal Sensitive Data

In recent years, personal data security has surged in importance due to digital device...

Discontinued WordPress Plugin Flaw Exposes Websites to Cyber Attacks

A critical vulnerability was discovered in two plugins developed by miniOrange.The affected plugins,...

ShadowSyndicate Hackers Exploiting Aiohttp Vulnerability To Access Sensitive Data

A new Aiohttp vulnerability has been discovered, which the threat actor ShadowSyndicate exploits.Aiohttp...
Guru baran
Guru baranhttps://gbhackers.com
Gurubaran is a co-founder of Cyber Security News and GBHackers On Security. He has 10+ years of experience as a Security Consultant, Editor, and Analyst in cybersecurity, technology, and communications.

Mitigating Vulnerability Types & 0-day Threats

Mitigating Vulnerability & 0-day Threats

Alert Fatigue that helps no one as security teams need to triage 100s of vulnerabilities.

  • The problem of vulnerability fatigue today
  • Difference between CVSS-specific vulnerability vs risk-based vulnerability
  • Evaluating vulnerabilities based on the business impact/risk
  • Automation to reduce alert fatigue and enhance security posture significantly

Related Articles