LIVE · cybersecurity feed
Live wire
phishinghigh

Phishing Campaign Deploys JavaScript-Driven PureLogs Variant to Steal Sensitive Data

A recent phishing campaign has been identified that utilizes sophisticated techniques including obfuscated JavaScript and PowerShell. The attackers employ process hollowing and a variant of the PureLogs malware to exfiltrate sensitive user data.

zeroday.news · 67d ago

A recent phishing campaign is distributing a variant of the PureLogs malware, designed to steal sensitive data from compromised Windows systems. The campaign employs a multi-stage attack chain involving obfuscated JavaScript, PowerShell, and process hollowing techniques.

The phishing emails are crafted to appear as legitimate purchase orders, a common social engineering tactic to entice recipients into opening malicious attachments. These emails contain a RAR archive, which, when opened, reveals a JavaScript file named "kpankocrs.js."

Upon execution, this JavaScript file decrypts and drops a PowerShell script into a temporary directory. The JavaScript engine, wscript.exe, then launches a PowerShell process to execute this dropped script.

The PowerShell script itself is heavily obfuscated, containing encrypted and Base64-encoded data. After decoding and decryption, it reveals a fileless PowerShell script that utilizes the process hollowing technique. This technique involves injecting malicious code into a legitimate running process. In this campaign, the target process is MsBuild.exe, located in the .NET Framework directory.

The process hollowing is performed by a .NET module, identified as "MAFF," which leverages several Windows APIs, including CreateProcessA, ZwUnmapViewOfSection, ReadProcessMemory, WriteProcessMemory, VirtualAllocEx, GetThreadContext, SetThreadContext, and ResumeThread. This allows the malware to create a suspended MsBuild.exe process and then replace its legitimate code with malicious content.

Once the malicious code is running within the MsBuild.exe process, it extracts another .NET module from its resources. This module, named "Iwnflr.exe," is responsible for decrypting and gunzipping a downloader module, "Rmiyj.dll," which is then loaded into memory.

The downloader module is capable of communicating with a command and control (C2) server to fetch additional plugins. It retrieves C2 server information and an AES encryption key from its configuration resources. The downloader initiates communication by sending a GET request to the C2 server and subsequently sends a POST request containing an AES-encrypted payload to download further modules.

The final stage involves the execution of a fileless PureLogs variant, identified as "zgSGkYYzqVe.dll." This module, residing entirely in memory, is designed to collect sensitive data from the victim's computer. The analysis indicates that this PureLogs variant may be protected by commercial obfuscation tools. The overall severity of this campaign is rated as high due to its ability to exfiltrate sensitive information.

phishingmalwarejavascriptpowershelldata theft
ShareXLinkedInWhatsAppFacebook

More News

view all →
vulnerability

Coldcard Hardware Wallet Flaw Linked to $70 Million Bitcoin Theft in 41 Minutes

An attacker drained 1,196 Bitcoin addresses in 41 minutes on July 30, taking 1,082.65 BTC worth about $70.2 million at the time. Galaxy Research mapped the sweep and tied it to a firmware flaw in Coldcard, the Bitcoin-only hardware wallet made by Canadian firm Coinkite. A March 2021 firmware integration error routed seed generation to a deterministic software pseudorandom number generator (PRNG

vulnerabilitycritical

Rails patches critical Active Storage flaw with RCE potential

A critical vulnerability in the Active Storage framework can allow an unauthenticated attacker to read arbitrary files from a Rails application, and potentially escalate to remote code execution (RCE). [...]

malware

Russian Hackers Hijack Hotel Wi-Fi to Steal Microsoft 365 Tokens

Microsoft says Russian hackers hijacked hotel Wi-Fi portals to spread malware and steal Microsoft 365 tokens from travelers. Microsoft Threat Intelligence disclosed CaptiveCrunch, a campaign it attributes to Storm-2945, an operational sub-cluster of Midnight Blizzard, the Russian SVR-linked group also known as APT29 and Cozy Bear. Since early May 2026, Storm-2945 has been manipulating DNS […]

CVE-2026-48449critical

Adobe fixed a maximum-severity vulnerability flaw in Campaign Classic

Adobe fixed a maximum severity vulnerability in Campaign Classic that could let attackers run code remotely without user interaction. Adobe has addressed a critical vulnerability, tracked as CVE-2026-48449 (CVSS score of 10.0), in Adobe Campaign Classic, the company’s enterprise marketing automation platform. The flaw is caused by incorrect authorization and could allow attackers to execute […]

security

Balance Theory Raises $19 Million to Help Enterprises Manage Cybersecurity Investments

The funding round was led by SYN Ventures, with participation from existing investors DataTribe and TEDCO. The post Balance Theory Raises $19 Million to Help Enterprises Manage Cybersecurity Investments appeared first on SecurityWeek.

vulnerabilitycritical

Ruby on Rails Patches Critical Vulnerability

The flaw can be exploited by unauthenticated attackers to read arbitrary files and potentially achieve remote code execution (RCE). The post Ruby on Rails Patches Critical Vulnerability appeared first on SecurityWeek.