惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

云风的 BLOG
云风的 BLOG
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
博客园 - 三生石上(FineUI控件)
T
The Blog of Author Tim Ferriss
宝玉的分享
宝玉的分享
Hugging Face - Blog
Hugging Face - Blog
WordPress大学
WordPress大学
V
Visual Studio Blog
小众软件
小众软件
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
MongoDB | Blog
MongoDB | Blog
V
V2EX
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 【当耐特】
Microsoft Azure Blog
Microsoft Azure Blog
The Cloudflare Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Engineering at Meta
Engineering at Meta
L
LangChain Blog
Martin Fowler
Martin Fowler
GbyAI
GbyAI
博客园 - 司徒正美

www.infosecurity-magazine.com

Just Three Ransomware Gangs Accounted for 40% of Attacks Last Month Google Chrome Rolls Out Protection Against Infostealers Targeting Session Cookies STX RAT Targets Finance Sector With Advanced Stealth Tactics Bitcoin Depot Reports $3.6m Crypto Theft After System Breach Atomic Stealer MacOS ClickFix Attack Bypasses Apple Security Warnings Middle East Hack-for-Hire Operation Traced to South Asian Cyber Espionage Group Governance Gaps Emerge as AI Agents Drive 76% Increase in NHIs Google Warns of New Threat Group Targeting BPOs and Helpdesks Google API Keys Quietly Gain Access to Gemini on Android Devices Critical Vulnerability in Ninja Forms Exposes WordPress Sites Anthropic Launches Project Glasswing to Use AI to Find and Fix Critical Software Vulnerabilities US Thwarts DNS Hijacking Network Controlled by Russian APT28 Hackers Claude Discovers Apache ActiveMQ Bug Hidden for 13 Years Iran‑Backed Threat Actors Hit US CNI Providers via Internet‑Facing OT Assets Russian APT28 Hackers Hijack Routers to Steal Credentials, UK Security Agency Warns GPU Rowhammer Attack Enables Privilege Escalation and Full System Compromise GrafanaGhost Exploit Bypasses AI Guardrails for Silent Data Exfiltration Over $17bn Lost to Cyber Fraud in the Last Year, Warns FBI Storm-1175 Exploits Flaws in High-Velocity Medusa Attacks Fortinet Releases Emergency Patch After FortiClient EMS Bug Is Exploited New Phishing Platform Used in Credential Theft Campaigns Against C-Suite Execs New 'Storm' Infostealer Remotely Decrypts Stolen Credentials NCSC Issues Security Alert Over Hackers Targeting WhatsApp and Signal Accounts Apple Expands iOS 18 Security Updates Amid DarkSword Threat Researchers Observe Sub-One-Hour Ransomware Attacks GitHub Used as Covert Channel in Multi-Stage Malware Campaign Most CNI Firms Face Up to £5m in Downtime from OT Attacks Google Introduces Android Dev Verification Amid Openness Debate New Venom Stealer MaaS Platform Automates Continuous Data Theft Chinese Hackers Target European Governments in Espionage Campaigns
Remcos RAT Expands Real-Time Surveillance Capabilities
2026-02-19 · via www.infosecurity-magazine.com

A newly observed variant of Remcos RAT has introduced real-time surveillance features and stronger evasion techniques, marking a shift in how the malware operates on compromised Windows systems.

The updated strain no longer relies primarily on storing stolen data locally. Instead, it establishes direct online communication with attacker-controlled servers, enabling immediate monitoring and data theft.

The latest build can stream webcam footage in real time and transmit captured keystrokes instantly, reducing forensic traces left on infected machines.

Researchers from Point Wild's Lat61 Threat Intelligence team detailed the changes, noting that the malware decrypts its configuration only at runtime and dynamically loads critical Windows APIs to avoid detection.

Real-Time Espionage and Modular Design

Remcos, originally a legitimate remote management tool, has long been abused as a Remote Access Trojan (RAT). It provides attackers with full control over infected systems, including file access, credential theft and surveillance capabilities. The newest variant expands these functions through encrypted C2 channels and modular plugins delivered as Dynamic Link Libraries.

Read more on remote access trojans: Android RAT Uses Hugging Face to Host Malware

The malware's updated capabilities include:

  • Live webcam streaming through a downloaded DLL module

  • Online keylogging that transmits captured input directly to C2 servers

  • Encrypted C2 configuration decrypted only in memory

  • Dynamic API resolution to hinder static analysis

  • Cleanup routines that remove logs, browser data and persistence keys

Point Wild clarified that, rather than embedding webcam functionality in its main executable, Remcos now retrieves the module from its C2 server when instructed. It then loads the library at runtime using Windows API calls, executes recording functions and transmits captured footage in encrypted chunks.

Stealth, Persistence and Cleanup

The malware also checks system privileges before executing certain actions. Elevated rights allow it to modify registry keys, install persistence mechanisms and disable security services. A named mutex, Rmc-GSEGIF, ensures only one active instance runs at a time.

To further complicate analysis, Remcos encrypts its C2 address inside the binary. During execution, it reconstructs the string in memory and immediately uses it for network communication over HTTP or TCP.

After completing data exfiltration, the malware initiates a cleanup process. It deletes keylogging files, screenshots and audio recordings, clears browser cookies and removes registry entries tied to persistence. Finally, it generates a temporary Visual Basic (VB) script in the %TEMP% directory to delete its own files before terminating.

"The latest Remcos variants demonstrate a continued evolution in both stealth and functionality," Point Wild wrote. "Overall, the persistence of Remcos and the steady refinement of its techniques highlight its ongoing effectiveness as a remote access trojan."

Security teams are advised to monitor for suspicious outbound connections and unauthorized registry modifications to mitigate potential infections.