Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons

Social Media

Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons
Search the Site
Popular Searches:
technology Amazon AI
Recent Posts
CISA Adds Microsoft Internet Key Exchange RCE Vulnerability Exploited in Attacks
August 19, 2026
Critical Microsoft 365 Flaw Lets Attackers Bypass MFA, Hijack Sessions
August 19, 2026
Leaked Stripe Merchant API Keys Expose Payment and Payout Capabilities
August 19, 2026
Home/Threats/Remcos RAT Uses Obfuscated Scripts, Trusted Windows Binaries to Evade Detection
Threats

Remcos RAT Uses Obfuscated Scripts, Trusted Windows Binaries to Evade Detection

Key Takeaways A sophisticated Remcos RAT campaign is actively leveraging multi-stage, in-memory execution to evade traditional detection mechanisms. The attack chain begins with a phishing email...

Sarah simpson
Sarah simpson
April 2, 2026 4 Min Read
41 0

Key Takeaways

  • A sophisticated Remcos RAT campaign is actively leveraging multi-stage, in-memory execution to evade traditional detection mechanisms.
  • The attack chain begins with a phishing email containing an obfuscated JavaScript file, leading to the download and execution of a PowerShell loader.
  • Remcos RAT is delivered entirely in memory, abusing trusted Windows binaries like aspnet_compiler.exe for command and control (C2) communications.
  • The malware steals data, logs keystrokes, and establishes persistent remote control over compromised systems, storing exfiltrated data in C:ProgramDataremcoslogs.dat.
  • Organizations must enhance monitoring for suspicious PowerShell activity, anomalous outbound connections from legitimate binaries, and specific indicators of compromise.

Sophisticated Remcos RAT Campaign Evades Detection with Obfuscated Scripts and Trusted Binaries

A new campaign deploying the Remcos Remote Access Trojan (RAT) has been identified, showcasing advanced evasion techniques that bypass conventional security measures. Unlike typical malware operations that drop malicious files directly onto a system, this attack employs a complex, multi-stage infection chain designed to operate primarily in memory, leaving minimal forensic traces.

Table Of Content

  • Key Takeaways
  • Sophisticated Remcos RAT Campaign Evades Detection with Obfuscated Scripts and Trusted Binaries
  • Evolving Tactics: In-Memory Delivery and Living-off-the-Land
  • Multi-Stage Infection Mechanism: From Phishing to In-Memory Execution
  • What You Should Do

This highly sophisticated approach begins with a seemingly innocuous phishing email and culminates in a full system compromise, granting attackers remote control, data exfiltration capabilities, and keystroke logging functionality. The campaign’s reliance on obfuscation and the abuse of legitimate Windows binaries makes it particularly challenging to detect and mitigate.

Evolving Tactics: In-Memory Delivery and Living-off-the-Land

Remcos RAT, a long-standing threat known for its capabilities in data theft and remote system control, is being deployed with renewed stealth. This latest iteration distinguishes itself through an intricate delivery mechanism that leverages multiple layers of obfuscation, trusted Windows tools, and live command-and-control (C2) infrastructure to deploy its payload with surgical precision.

Researchers from Point Wild’s LAT61 Threat Intelligence Team uncovered this campaign during an analysis of a malicious email file (.eml). Their findings indicate that the initial vector is a ZIP attachment named “MV MERKET COOPER SPECIFICATION.zip,” crafted to appear as a standard business document. Once opened, this archive releases a heavily obfuscated JavaScript file, initiating the attack chain without triggering immediate security alerts.

The impact of a successful compromise is severe. Upon deployment, Remcos establishes a persistent connection to a remote C2 server at 192[.]3[.]27[.]141:8087, facilitating active data exfiltration. Evidence of data collection was confirmed by the presence of a log file at C:ProgramDataremcoslogs.dat, which stores captured keystrokes and other sensitive system information, indicating active staging for exfiltration.

A key factor contributing to the threat’s elusiveness is its ability to blend into normal system activity. By abusing legitimate Windows binaries and executing almost entirely in memory, the attackers effectively circumvent many traditional endpoint security solutions. This strategy underscores a growing trend among threat actors to develop operations that mimic benign system processes, making them harder to identify.

Multi-Stage Infection Mechanism: From Phishing to In-Memory Execution

The infection sequence is activated when a user opens the phishing email and extracts the malicious ZIP file.

Attack Flow (Source - Point Wild)
Attack Flow (Source – Point Wild)

The archive contains a JavaScript file, “MV MERKET COOPER SPECIFICATION.js,” which is extensively obfuscated using string-mapping functions and encoded arrays to conceal its true malicious intent.

MV MERKET COOPER SPECIFICATION.js (Source - Point Wild)
MV MERKET COOPER SPECIFICATION.js (Source – Point Wild)

When executed via Windows Script Host, the JavaScript creates ActiveX objects to manage HTTP communications, execute commands, and perform file operations. It then connects to almacensantangel[.]com to download a remote PowerShell script named ENCRYPT.Ps1.

Email Attachment (Source - Point Wild)
Email Attachment (Source – Point Wild)

The downloaded PowerShell loader employs multiple layers of obfuscation to reconstruct the payload directly in memory.

Encrypted Data in ps1 file (Source - Point Wild)
Encrypted Data in ps1 file (Source – Point Wild)

Encrypted data is stored as a large Base64-encoded string within the $securecontainer variable. The $base64reconstruction function then converts this string into raw byte arrays.

Base64 Reconstruction Module (Source - Point Wild)
Base64 Reconstruction Module (Source – Point Wild)

A rotational XOR function decrypts the data using a dynamic shifting key mechanism, with the $masterdecoder function orchestrating the full decryption process. Finally, the $executionhandler executes the recovered script using Invoke-Expression, incorporating built-in fallback methods for resilience.

The decrypted script reveals a .NET assembly, ALTERNATE.dll, which is loaded directly into memory using .NET Reflection APIs, ensuring no executable file is written to disk. A secondary payload, Cqeqpvzeia.exe, embedded as a raw byte array beginning with the “MZ” PE signature, is then injected into aspnet_compiler.exe—a legitimate Microsoft .NET tool. This “Living-off-the-Land” technique allows the abused aspnet_compiler.exe process to handle all outbound C2 communications, making malicious network traffic appear as routine system activity.

What You Should Do

  • Enhanced Monitoring for PowerShell Activity: Implement robust logging and monitoring for PowerShell execution events, particularly those involving Base64-encoded commands, obfuscated scripts, and execution policy bypass flags.
  • Network Traffic Analysis: Scrutinize outbound connections from legitimate system utilities like aspnet_compiler.exe to external hosts, especially those that are unknown or appear anomalous.
  • Indicator of Compromise (IOC) Detection: Monitor for the presence of the file C:ProgramDataremcoslogs.dat, which serves as a key indicator of compromise for data staging.
  • Threat Intelligence Integration: Block known malicious URLs, hashes, and C2 infrastructure identified in threat intelligence feeds to prevent early stages of the attack.
  • User Awareness Training: Conduct regular training sessions to educate employees about identifying and reporting phishing emails, especially those with suspicious attachments.
  • Endpoint Detection and Response (EDR): Utilize EDR solutions capable of detecting in-memory attacks, process injection, and anomalous behavior from trusted binaries.

Disclaimer: HackersRadar reports on cybersecurity threats and incidents for informational and awareness purposes only. We do not engage in hacking activities, data exfiltration, or the hosting or distribution of stolen or leaked information. All content is based on publicly available sources.

Tags:

AttackMalwarephishingSecurityThreat

Share Article

Sarah simpson

Sarah simpson

Sarah is a cybersecurity journalist specializing in threat intelligence and malware analysis. With over 8 years of experience covering APT groups, zero-day exploits, and advanced persistent threats, Sarah brings deep technical expertise to breaking cybersecurity news. Previously, she worked as a security researcher at leading threat intelligence firms, where she analyzed malware samples and tracked cybercriminal operations. Sarah holds a Master's degree in Computer Science with a focus on cybersecurity and is a regular contributor to major security conferences.

Previous Post

Critical Symantec DLP Agent Flaw (CVE-2024-XXXX) Lets Attackers Escalate Privileges

Next Post

Critical Cisco IMC Vulnerability Lets Attackers Bypass Authentication (CVE-2023-20164)

No Comment! Be the first one.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular Posts
Microsoft ends support for Windows 11 24H2 Home and Pro editions
August 19, 2026
CISA Adds Critical Microsoft SharePoint Auth Bypass (CVE-2023-29357) to KEV
August 19, 2026
Ransomware Gangs Impersonate Recovery Firms, Demand Up to $60,000
August 19, 2026
Top Authors
Marcus Rodriguez
Marcus Rodriguez
David kimber
David kimber
Jennifer sherman
Jennifer sherman
Let's Connect
156k
2.25m
285k

Related Posts

Jennifer sherman
By Jennifer sherman
Threats

GlassWorm Attacks macOS via Malicious VS Code…

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Attacks

ClickFix Attack Hides Malicious Code via Stegan Security

January 1, 2026
Sarah simpson
By Sarah simpson
Vulnerabilities

MongoBleed Detector Tool Released to Detect MongoDB Vulnerability(CVE-2025-14847)

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Breaches

Conti Ransomware Gang Leaders & Infrastructure Exposed

January 1, 2026
Hackers News Hackers News
  • [email protected]

Quick Links

  • Contact Us
  • Privacy Policy
  • Terms of service

Categories

Attacks
Breaches
Comparisons
CyberSecurity News
Threats
Vulnerabilities

Let's keep in touch

receive fresh updates and breaking cyber news every day and week!

All Rights Reserved by HackersRadar ©2026

Follow Us