Support of MediaTek devices in Oxygen Forensic® Detective

How to start

First, the device has to be put in preloader mode or BootROM (ROM) mode. These modes allow users to exchange with an MTK device via a proprietary protocol.

To put the device in preloader mode, turn off the device and connect it via USB. A virtual MediaTek COM port will be exposed in the system for one second. If nothing is done during this period, the device will switch back to charging mode. However, if the handshake procedure is initiated during this time, users can continue to communicate with the MediaTek device using the special protocol.

On some devices, investigators will need to press one or both volume buttons on the turned-off device and then connect the device via USB in order to enter the special mode. Only after that, will the device switch to preloader or BROM mode.

For optimal work in this mode, we recommend installing the driver included in the product package. If the MTK driver is installed correctly, the extraction process will continue. Otherwise, you will have to reinstall the driver in the system or find the correct driver for this device and repeat the process.

Some devices do not work with the standard driver and require a custom driver from the manufacturer.


Get The Latest DFIR News

Join the Forensic Focus newsletter for the best DFIR articles in your inbox every month.


Unsubscribe any time. We respect your privacy - read our privacy policy.

In preloader or BROM mode, basic information about the hardware of the MTK device under examination can be obtained.

In order to read the memory image, a special loader (DA-file) is loaded into RAM, which automatically puts the MTK device into Download Agent (DA) mode. This process does not modify the device’s firmware and therefore is safe for its operation and data storage preservation.

DA mode provides a high-level API of interaction with the device and supports commands that can be used to read the device physical image. The software uses the universal DA loader. But some devices require a vendor-signed DA file to operate. For such devices to be supported in Oxygen Forensic® Detective, upload the corresponding third-party DA file into the software.

Oxygen Forensic® Detective also uses the DAA disabling technique, which allows to bypass the DA file signature check and use the universal DA file. DAA disabling is implemented via a vulnerability in BROM. During the exploitation of this vulnerability, all processes are run in RAM. Therefore, this operation is safe, since the device returns to its original state after a reboot.

The process in general:

  1. Set connection parameters – select DA file or disable DAA and use a universal DA file to connect.
  2. Connect device in MTK mode – information about the chipset will be available at connection.
  3. Extract the physical image.
  4. Check whether the image is encrypted.
  5. Identify the encryption type.
  6. If hardware key encryption is used and the chipset is vulnerable, extract the hardware key.
  7. Enter screen lock password or run password brute force (if the password is set).
  8. The software generates a decryption key using the hardware key and the password and then decrypts the user data.

User data encryption

Encryption of user data is enabled on Android devices by default and cannot be disabled. Starting with Android 10, file-based encryption (FBE) is used for data encryption. On earlier Android versions, full disk encryption (FDE) was used. The encryption process uses the hardware key, if the chipset supports that.

If the MTK device memory is encrypted, the contents of the extracted physical image is encrypted as well. In order to decrypt it, we need to know the hardware key and lock screen password (if it was set), as well as the decryption algorithm. A part of the algorithm is common for all Android devices, but the other part is implemented within the Trusted Execution Environment (TEE) and varies for different TEE OSs.

MTK devices utilize several different TEE systems such as Kinibi, Trusty, Microtrust, T6, RSEE, etc. due to the abundance of vendors releasing their devices on MTK chipsets. The TEE OS implementations on different MTK chipsets have their own customizations and version history. All these factors lead to a large variety of encryption algorithms, albeit somewhat similar, but with nuances critical for the data decryption process.

It is worth noting that some lower-level MTK devices do not implement or skip a number of modules responsible for cryptography at the hardware level. Thus, there are MTK devices with unencrypted user data, as well as MTK devices that use only software-based encryption. Prior to Android 8, this was very common.

Extraction of hardware keys

While there is no universal solution for hardware encryption support, in some cases data can still be decrypted.

Hardware keys can be extracted from the device via a special exploit that is implemented in our software. During the exploitation of the vulnerability, all processes are run in RAM, meaning this action is safe since the device returns to its original state after reboot.

If the chipset is not in the list of supported chipsets, the investigator can attempt to extract the hardware keys, which is typically successful. However, in this case, there is a higher probability of issues arising during the password brute force and/or data decryption phase.

If the hardware keys have been extracted successfully but data decryption failed, the specifics of the encryption algorithm can be taken into account and its support can be added in future releases. If the MTK device under investigation is not included in our list of supported devices, try extracting data from it and then let our support team know how it went. We’ll do our best to add this case to the supported ones.

Common Questions

How fast are password test speeds on MTK devices?

The password test speed depends on the PC’s capacity. Password bruteforce can be performed both on CPU and GPU. The test speed estimate on NVIDIA GeForce RTX 2080 Ti GPU is about 7500 passwords per second, while on Intel Core i9-9900K it is about 200 passwords per second. Thus, we recommend using modern GPUs for this task. The main parameter, on which the speed depends, is the amount of GPU memory.

What is Second Space technology?

Some Xiaomi devices implement proprietary Second Space technology. Practically, this feature creates another user space with its own set of applications and data, as well as a separate password. In this case, two passwords are required to decrypt all the data: the primary user one and the one from the Second Space. The software provides the ability to brute-force both passwords if they are unknown.

It is possible to import the image without entering the password; however, in this case, most of the user data will not be available. On devices with file-based encryption, BFU data can be extracted along with some media files.

What file system do MediaTek devices use?

Some MediaTek devices use F2FS instead of EXT as their file system, which has been designed to be mostly used on SSDs. Thus, the image analysis can take a much longer time. For devices with large memory capacity, the difference can be several hours versus several minutes.

Leave a Comment

Latest Videos

This error message is only visible to WordPress admins

Important: No API Key Entered.

Many features are not available without adding an API Key. Please go to the YouTube Feeds settings page to add an API key after following these instructions.

Latest Articles