Article Details
Scrape Timestamp (UTC): 2024-10-15 06:44:56.195
Source: https://thehackernews.com/2024/10/researchers-uncover-hijack-loader.html
Original Article Text
Click to Toggle View
Researchers Uncover Hijack Loader Malware Using Stolen Code-Signing Certificates. Cybersecurity researchers have disclosed a new malware campaign that delivers Hijack Loader artifacts that are signed with legitimate code-signing certificates. French cybersecurity company HarfangLab, which detected the activity at the start of the month, said the attack chains aim to deploy an information stealer known as Lumma. Hijack Loader, also known as DOILoader, IDAT Loader, and SHADOWLADDER, first came to light in September 2023. Attack chains involving the malware loader typically involve tricking users into downloading a booby-trapped binary under the guise of pirated software or movies. Recent variations of these campaigns have been found to direct users to fake CAPTCHA pages that urge site visitors to prove they are human by copying and running an encoded PowerShell command that drops the malicious payload in the form of a ZIP archive. HarfangLab said it observed three different versions of the PowerShell script starting mid-September 2024 - The ZIP archive, for its part, includes a genuine executable that's susceptible to DLL side-loading and the malicious DLL (i.e., Hijack Loader) that's to be loaded instead. "The purpose of the sideloaded HijackLoader DLL is to decrypt and execute an encrypted file which is provided in the package," HarfangLab said. "This file conceals the final HijackLoader stage, which is aimed at downloading and executing a stealer implant." The delivery mechanism is said to have changed from DLL side-loading to using several signed binaries in early October 2024 in an attempt to evade detection by security software. It's currently not clear if all the code-signing certificates were stolen or intentionally generated by the threat actors themselves, although the cybersecurity firm assessed with low to medium confidence that it could be the latter. The certificates have since been revoked. "For several issuing certificate authorities, we noticed that acquiring and activating a code-signing certificate is mostly automated, and only requires a valid company registration number as well as a contact person," it said. "This research underscores that malware can be signed, highlighting that code signature alone cannot serve as a baseline indicator of trustworthiness." The development comes as SonicWall Capture Labs warned of a surge in cyber attacks infecting Windows machines with a malware dubbed CoreWarrior. "This is a persistent trojan that attempts to spread rapidly by creating dozens of copies of itself and reaching out to multiple IP addresses, opening multiple sockets for backdoor access, and hooking Windows UI elements for monitoring," it said. Phishing campaigns have also been observed delivering a commodity stealer and loader malware known as XWorm by means of a Windows Script File (WSF) that, in turn, downloads and executes a PowerShell script hosted on paste[.]ee. The PowerShell script subsequently launches a Visual Basic Script, which acts as a conduit to execute a series of batch and PowerShell scripts to load a malicious DLL that's responsible for injecting XWorm into a legitimate process ("RegSvcs.exe"). The latest version of XWorm (version 5.6) includes the ability to report response time, collect screenshots, read and modify the victim's host file, perform a denial-of-service (DoS) attack against a target, and remove stored plugins, indicating an attempt to avoid leaving a forensic trail. "XWorm is a multifaceted tool that can provide a wide range of functions to the attacker," Netskope Threat Labs security researcher Jan Michael Alcantara said.
Daily Brief Summary
Researchers at HarfangLab uncovered a new malware campaign using Hijack Loader artifacts signed with stolen legitimate code-signing certificates.
The Hijack Loader malware, also referred to as DOILoader, IDAT Loader, or SHADOWLADDER, was first identified in September 2023.
Attack vectors for the malware include tricking users into downloading malicious binaries disguised as pirated software or movies, often using fake CAPTCHA pages that deliver a PowerShell command leading to malware download.
Recent adaptations of the campaign have shown a shift in delivery mechanisms in October 2024, from DLL side-loading to employing signed binaries, in efforts to evade antivirus detection.
HarfangLab identified that the threat actors may have obtained or produced code-signing certificates, exploited due to automated verification processes by certificate authorities using just a company registration number and a contact person.
These observations highlight the limitation of relying solely on code signatures as indicators of software trustworthiness.
Despite revocation of compromised certificates, the case raises significant concerns about systemic weaknesses in digital certificate issuance and management processes.