Experts warn of a new variant of the Dridex banking malware that is targeting systems using the macOS operating system.
Trend Micro experts discovered a new variant of the Dridex banking malware that targets the MacOS platform and that used a new technique to deliver documents embedded with malicious macros.
TheĀ Dridex banking TrojanĀ that has been around since 2014, it was involved in numerous campaigns againstĀ financial institutionsĀ over the years andĀ crooksĀ have continuously improved it. The banking malware is believed to be operated by the cybercrime gang known as Evil Corp.
The sample analyzed by Trend Micro arrived in the form of a Mach-o executable file:Ā a.outĀ (detected asTrojan.MacOS.DRIDEX.MANP).Ā
The earliest sample analyzed by Trend Micro was submitted to VirusTotal in April 2019, while the most recent one is dated December 2022.
āThe data segment of the sample contains the malicious embedded document and is used by the _payload_doc variable. The disassembly shows that the malware performs a loop where the content of _payload_doc is copied until the counter reaches _payload_doc_len, the size of the malicious code.ā reads the analysis published by Trend Micro. āOnce the malicious code is ready, the cstring segment plays a role in overwriting the code to the target files.ā
The malicious embedded document was first detected in in 2015, the researchers noticed that the affected .doc files in incorporates the ThisDocumentĀ object that includes the autoopen macro which calls the malicious functions.Ā
The malware first searches for the .doc files in the current user (~/User/{user name}) directory using theĀ find ~ -name ā*.docāĀ command. It then traverses through each document file (i) usingĀ forĀ loop, and writes the malicious code via theĀ echo ā%sāĀ command. The malicious macro code copied from the embedded document is in plain hexadecimal dump.
āWhile the macro feature in Microsoft Word is disabled by default, the malware will overwrite all the document files for the current user, including the clean files. This makes it more difficult for the user to determine whether the file is malicious since it doesnāt come from an external source.ā continues the post.
The macros in the overwritten document connect to a remote server to retrieve additional payloads. Experts also noticed that the malware also drops an .exe file that will not run in a MacOS environment, a circumstance that suggests that the malicious code is still in the testing stage.
āWhile documents containing booby-trapped macros are typically delivered via social engineering attacks, the findings once again show thatĀ Microsoftās decision to block macrosĀ by default has prompted threat actors to refine their tactics and find more efficient methods of entry.
āthe malicious actors using Dridex are also trying to find new targets and more efficient methods of entry.ā concludes the report. āCurrently, the impact on MacOS users for this Dridex variant is minimized since the payload is an exe file (and therefore not compatible with MacOS environments). However, it still overwrites document files which are now the carriers of Dridexās malicious macros. Furthermore, itās possible that the threat actors behind this variant will implement further modifications that will make it compatible with MacOS.ā
Follow me on Twitter: @securityaffairs and Facebook and Mastodon
|
|
(SecurityAffairsĀ ā hacking, Dridex)
The post Dridex targets MacOS users with a new delivery technique appeared first on Security Affairs.

