Home Cyber Security News COVERT RAT Delivered Through Court-Themed Lures and GitHub Payloads

COVERT RAT Delivered Through Court-Themed Lures and GitHub Payloads

0
COVERT RAT Hits Judiciary
COVERT RAT Hits Judiciary

A highly sophisticated phishing campaign, dubbed Operation Covert Access, is actively targeting Argentina’s judicial sector to deploy a covert Rust-based Remote Access Trojan (RAT).

By using authentic-looking federal court rulings regarding preventive detention as lures, the attackers trick legal practitioners and government agencies into initiating a multi-stage infection chain.

This operation relies on trusted delivery channels and advanced evasion techniques to establish persistent, stealthy access within sensitive institutional networks.

Attack Chain and Execution Flow

The intrusion begins with a spear-phishing email containing a compressed ZIP archive. When extracted, the victim is presented with three files: a judicial-themed PDF decoy, a weaponized LNK shortcut, and a BAT loader script.

Interacting with the LNK file seamlessly opens the legitimate-looking PDF in the foreground to avoid suspicion, while silently triggering the malicious loader in the background.

Zip contains LNK, PDF and BAT files (Source: pointwild)
Zip contains LNK, PDF and BAT files (Source: pointwild)

Evasion Tactics and Payload Capabilities

The dropped payload demonstrates extensive anti-analysis and evasion behavior to ensure it only executes on genuine host machines.

It immediately checks the system manufacturer details and queries registry paths for common virtualization indicators like VMware, VirtualBox, and Hyper-V. Furthermore, it scans active processes for debugging tools such as Wireshark or Procmon.

It performs timing checks on the Process Environment Block (PEB). If any analysis environment is detected, the malware terminates instantly.

Execution flow (Source: pointwild)
Execution flow (Source: pointwild)

Once the environment is validated, the RAT gathers comprehensive host system information, including hostname, operating system, and privilege levels.

It establishes a resilient command-and-control (C2) connection, supporting IPv4 and IPv6 parsing, and uses a hardcoded fallback address to ensure uninterrupted communication.

Lnk file contains powershell script (Source: pointwild)
Lnk file contains powershell script (Source: pointwild)

The C2 server transmits Base64-encoded commands that allow the attacker to control the compromised machine fully.

Indicator TypeValue
C2 Domain181.231.253.69:4444
SHA256 (ZIP)13adde53bd767d17108786bcc1bc0707c2411a40f11d67dfa9ba1a2c62cc5cf3
SHA256 (PDF Decoy)10bbc5e192c3d01100031634d4e93f0be4becbe0a63f3318dd353e0f318e43de

According to Point Wild research, the malware features a highly modular architecture. Commands such as HARVEST trigger a credential-stealing module that relies on dynamically decrypted DLLs.

The ENCRYPT and DECRYPT commands activate a ransomware engine that can lock system files.

In contrast, the ELEVATE command uses PowerShell to request administrative rights through User Account Control bypasses.

The malware also includes extensive file transfer capabilities and a PERSIST_REMOVE command that allows attackers to cleanly wipe their registry keys and scheduled tasks, effectively removing traces of the infection once their objectives are complete.

Follow us on Google News , LinkedIn and X to Get More Instant UpdatesSet Cyberpress as a Preferred Source in Google.

NO COMMENTS

LEAVE A REPLY

Please enter your comment!
Please enter your name here