Home Banking Trojan Uses Legitimate Avira Executable To Steal Data From Brazillians
Post
Cancel

Banking Trojan Uses Legitimate Avira Executable To Steal Data From Brazillians

In the year 2021, a wave of email phishing attacks were made, the trojan named as Javali is one of them. It was mainly distributed in Latin America, and it is a banking trojan. The malware uses a technique known as DLL Side-Loading, accompanied by an obfuscator to bypass antivirus.

Trojan Analysis

The malware initiates its attack through phishing email, where there is a message referring to a receipt of an invoice.

After clicking the button, a ZIP file is downloaded to the machine called “ATT00001.zip”. Opening the file, another ZIP file is found, but with a password. The name of this file is “Convocação-tkqmmejowrwnsomeilngpffwp.zip”.

The file’s password was in its description.

After sending the password, the zip file stores an MSI file named “Intimação 239378612781861371863277523766832.msi”

When running the MSI file, nothing very relevant appears on the victim’s screen.

Analyzing the network traffic, it is possible to find a communication with a server through the HTTP protocol, the request is made at the endpoint “/pdx.7/pdx7.png”.

The file is called “pdx7.png”, however it is a ZIP file, it will be extracted in some user directory.

Using Process Monitor, we detected that the ZIP file was placed in the “C:/Users/Public/Videos” directory. The file was renamed to “TAFGBNELMT_TAFGBNELMT_TAFGBNELMT.zip”. Then it is extracted in the same folder where it was placed.

The extracted files were these:

The malware maintains persistence through the Windows directory known as auto-execution of executables, a registry is also created to maintain persistence.

There is only one executable file called “CWRBGQVWKSZCBBMñPBDXNICNYNWHSJHn.exe”. Analyzing it on VirusTotal, no antivirus detected it as a virus.

The reason for this to have happened is that this executable is legitimate from Avira. We can also see through the signature.

Looking at the property of the DLL file called “Avira.OE.NativeCore.dll”, we see that its size is more than 600MB, something that is suspicious, because it is compressed in a ZIP file and the result is different.

When running the EXE file and analyzing the network traffic, the victim’s machine makes a request to “https://ipinfo.io/json”, and then makes a DNS request to “pedrinhooperador.duckdns.org” and “pedrexpgbl .duckdns.org”.

About all the information that was found, I found that the DLL “Avira.OE.NativeCore.dll” was the malware in this scenario, and that it was executed after the user ran the legitimate Avira EXE, which would lead to the execution of a technique called DLL Side-Loading.

Analyzing some information about the DLL, the presence of an obfuscator (Enigma) and an anti-debugger (Obsidium) was detected.

In searching for information about how the obfuscator worked, I discovered that it uses the VirtualAlloc function a lot, which made me interpret that this obfuscator opens spaces in memory to gradually add a few bytes of malware. On this theory, I ran a program to see machine processes and DLLs in each executable that was present in the tasks table. I was successfully able to extract the malicious DLL, now with a smaller size.

After replacing the original DLL to the unzipped DLL and running the malware, I got an error message about the DLL. My extraction method was not the best.

I started reverse engineering the uncompressed DLL using Ghidra.

At first glance, I noticed that there were several sections in the malware body. I started analyzing them one by one and discovered something interesting about the malware.

According to the Central Bank’s security standards for transactions via Internet Banking, the security plugin is being updated to adapt to the system.

I left the malware running on the machine for a long time and I didn’t see this screen, maybe something needed to be done for it to appear.

There wasn’t just this screen, there were others.

All these images are related to Banks, mainly some from Brazil. I continued with the analysis, I had found features of the malware itself but I could not proceed with the analysis.

1
2
3
4
5
6
7
?GetOldOeSettingsPath@OeProductInfo@NativeCore@OE@Avira@@ABE?AV?$basic_string
?GetOeSettingsPath@OeProductInfo@NativeCore@OE@Avira@@ABE?AV?$basic_string@_W
?GetOeSettingsPath@OeProductInfo@NativeCore@OE@Avira@@ABE?AV?$basic_string@_W
?GetOeSettingsContent@OeProductInfo@NativeCore@OE@Avira@@ABE?AV?$basic_string
?GetLanguage@OeProductInfo@NativeCore@OE@Avira@@QBE?AV?$basic_string@_WU?$cha
?GetDownloadSource@OeProductInfo@NativeCore@OE@Avira@@QBE?AV?$basic_string@_W
??4OeProductInfo@NativeCore@OE@Avira@@QAEAAV0123@ABV0123@@Z

Later, I obtained the IP address of “pedrinhooperador.duckdns.org” to get information about.

I started a mapping using Nmap on the target.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Nmap scan report for pedrinhooperador.duckdns.org (20.206.70.181)
Host is up (0.017s latency).
Not shown: 992 closed ports
PORT      STATE SERVICE          VERSION
135/tcp   open  msrpc            Microsoft Windows RPC
139/tcp   open  netbios-ssn      Microsoft Windows netbios-ssn
445/tcp   open  microsoft-ds?
2869/tcp  open  http             Microsoft HTTPAPI httpd 2.0 (SSDP/UPnP)
|_http-aspnet-debug: ERROR: Script execution failed (use -d to debug)
|_http-csrf: Couldn't find any CSRF vulnerabilities.
|_http-dombased-xss: Couldn't find any DOM based XSS.
|_http-stored-xss: Couldn't find any stored XSS vulnerabilities.
3389/tcp  open  ms-wbt-server    Microsoft Terminal Services
|_sslv2-drown:
5357/tcp  open  http             Microsoft HTTPAPI httpd 2.0 (SSDP/UPnP)
|_http-csrf: Couldn't find any CSRF vulnerabilities.
|_http-dombased-xss: Couldn't find any DOM based XSS.
|_http-server-header: Microsoft-HTTPAPI/2.0
|_http-stored-xss: Couldn't find any stored XSS vulnerabilities.
8081/tcp  open  blackice-icecap?
38292/tcp open  landesk-cba?
Device type: general purpose|specialized
Running (JUST GUESSING): Microsoft Windows XP|2008|7 (92%), AVtech embedded (88%), FreeBSD 6.X|10.X (88%)
OS CPE: cpe:/o:microsoft:windows_xp::sp3 cpe:/o:freebsd:freebsd:6.2 cpe:/o:freebsd:freebsd:10.3 cpe:/o:microsoft:windows_server_2008 cpe:/o:microsoft:windows_7
Aggressive OS guesses: Microsoft Windows XP SP3 (92%), AVtech Room Alert 26W environmental monitor (88%), FreeBSD 6.2-RELEASE (88%), FreeBSD 10.3-STABLE (86%), Microsoft Windows XP SP2 (85%), Microsoft Windows Server 2008 (85%), Microsoft Windows Server 2008 SP1 or Windows Server 2008 R2 (85%), Microsoft Windows 7 (85%)
No exact OS matches for host (test conditions non-ideal).
Network Distance: 19 hops
Service Info: OS: Windows; CPE: cpe:/o:microsoft:windows
Host script results:
|_samba-vuln-cve-2012-1182: Could not negotiate a connection:SMB: Failed to receive bytes: ERROR
|_smb-vuln-ms10-054: false
|_smb-vuln-ms10-061: Could not negotiate a connection:SMB: Failed to receive bytes: ERROR
TRACEROUTE (using port 22/tcp)
HOP RTT       ADDRESS
1   7.91 ms   10.0.0.2
2   3.59 ms   10.255.254.254
3   3.09 ms   10.100.100.1
4   7.38 ms   100.65.31.34
5   119.16 ms 100.68.17.94
6   123.13 ms 100.64.10.12
7   ...
8   123.14 ms ae26-0.icr01.cpq02.ntwk.msn.net (104.44.238.157)
9   ... 18
19  17.04 ms  20.206.70.181

Looking at the result, I saw that there were HTTP ports on the target’s server, maybe it would be the command and control server (C2) that received the victims’ data. Currently the server is inactive, and therefore, it was not possible to proceed with the analysis.

There is an article about the malware that shows in detail how the C2 server works.

According to the Security Informatica website, this is the image of the panel where the victims’ data was stored:

More details

Final result

With everything that has been seen, we know that the Javali trojan is malware with the aim of stealing bank account data, with 18 types of screens. The malware uses DLL Side-Loading technique to bypass some antivirus using a legitimate Avira executable. The information obtained is sent to a C2 server with banking information and the geolocation of the victims. The author is a Brazilian whose first name is Pedro.

Mitre Att&ck Matrix

More details

This post is licensed under CC BY 4.0 by the author.