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

推荐订阅源

G
Google Developers Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
量子位
C
Check Point Blog
B
Blog RSS Feed
Y
Y Combinator Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
A
About on SuperTechFans
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - 聂微东
阮一峰的网络日志
阮一峰的网络日志
人人都是产品经理
人人都是产品经理
小众软件
小众软件
Last Week in AI
Last Week in AI
博客园 - 【当耐特】
GbyAI
GbyAI
The Cloudflare Blog
博客园 - 叶小钗
S
SegmentFault 最新的问题
博客园 - Franky
Engineering at Meta
Engineering at Meta
F
Fortinet All Blogs
B
Blog
Jina AI
Jina AI

Cyber Security News

AIRecon: AI-Powered Penetration Testing Tool with Kali Linux Sandbox Critical Chrome Vulnerabilities Allow Attackers to Execute Arbitrary Code - Update Now! UNC3753 Uses Screen-Sharing Sessions and RMM Tools to Exfiltrate Sensitive Legal Data New OnionDrop Loader Campaign Uses gainmsg C2 to Deliver LegionLoader Payloads ClickFix Campaign Uses EtherHiding and GULoader to Infect Windows Users via Fake CAPTCHA Ghostwriter Hackers Abuse Gmail Admin-Themed Emails to Steal Credentials and 2FA Codes The Half-Life of Threat Intelligence: When Does an IOC Stop Being Useful? Critical Fortinet FortiSandbox Vulnerabilities Actively Exploited in Attacks Aembit Extends IAM for Agentic AI to Microsoft Copilot Studio India Temporarily Bans Telegram Messenger Over Medical Exam Fraud Microsoft 365 Device Code Phishing Campaign Bypasses Password Theft With Legitimate Login Flow AppViewX Launches Agent Identity Security to Govern Agents for the AI and Quantum Era Hackers Weaponize Microsoft Teams Relay to Hide Ransomware Traffic Developer laptops are the credential store attackers are picking through in 2026, GitGuardian announces Endpoint Protection Interlock and Rhysida Ransomware Operations Share Supper Backdoor and Malware Codebase Novo Nordisk Confirms Cyber Attack — Hackers Accessed Patient Medical Data and Internal AI Assets Russian and Chinese Influence Actors Use AI to Evade Bot Detection and Mimic Human Behavior Microsoft Teams Analyze the Wi-Fi Hotspot Data Connected to an Employee’s Device PRC-Nexus Hackers Exploit REDCap Servers to Spy on US Medical Research Institutions Infinite Campus Data Breach Exposes 137,000 Users Personal Details OptinMonster Plugin Hack Exposes 1.2 Million Wordpress Sites to Cyberattack Ransomware Ecosystem Consolidates Around LockBit Alumni, Qilin, Hyflock, and The Gentlemen Hackers Abuse Legitimate RMM Tools in The Quarry IRS and SSA Phishing Campaigns LiteSpeed cPanel Plugin 0-Day Vulnerability Actively Exploited in the Wild Cisco SD-WAN vManage Vulnerability Exploited in Zero-Day Attacks Nearly 14,000 SimpleHelp Servers Exposed Amid Critical Authentication Bypass Disclosure Microsoft Site Showing Warning Following Certificate Expiry DPAPISnoop Tool Extracts CREDHIST Hashes for Offline Windows Credential Recovery SHADOWBYT3$ Allegedly Claim Breach of Nintendo, Stealing Sensitive Data Anthropic Updated Privacy Policy to Include Identity Verification for Claude Users
Windows RAT Uses Encrypted HTTP C2 and Registry Persisten...
Tushar Subhra Dutta · 2026-06-23 · via Cyber Security News

A newly discovered malware campaign is targeting Windows systems through a deceptive package on the npm registry.

Disguised as a legitimate CSS build tool, the malicious package quietly installs a full-featured Remote Access Trojan, or RAT, on developer machines.

The attack is subtle, well-crafted, and far more dangerous than it first appears.

The infection begins with a typosquatted npm package called postcss-minify-selector-parser, designed to look like the widely trusted postcss-selector-parser, which sees over 150 million weekly downloads.

When a developer installs the fake package, a hidden encoded blob inside the entry file kicks off a multi-stage attack chain.

The payload eventually drops a Windows RAT capable of stealing credentials, running shell commands, and communicating with a remote attacker.

Security researchers at JFrog identified the threat and published a detailed analysis on June 22, 2026, in a report shared with Cyber Security News (CSN).

The investigation also uncovered two related packages, postcss-minify-selector and aes-decode-runner-pro, all tied to the same npm publisher. At the time of the report, all three packages were still live and accessible on the registry.

What makes this campaign stand out is how carefully it blends in. The fake package uses the same keywords and even depends on the real postcss-selector-parser, making it easy to miss during a routine dependency review.

Developers in fast-moving projects who do not audit transitive dependencies are especially at risk, and the attacker clearly understood how trust operates in open-source ecosystems.

The real damage only becomes clear after the full payload chain executes. A PowerShell downloader fetches a ZIP archive from a lookalike domain, extracts it, and launches a VBS script to start the RAT.

The final implant runs as a bundled Python application compiled with Nuitka, making it much harder to inspect than a typical script-based threat.

Windows RAT Uses Encrypted HTTP C2 and Registry Persistence

Once the RAT is running on a victim machine, it establishes contact with a command-and-control, or C2, server over HTTP.

All traffic is encrypted using RC4/ARC4 wrapping with MD5 checksum material, making it difficult to detect on a network level. The RAT sends an initial host profile to the C2 and then enters a loop, waiting for commands from the attacker.

To survive reboots, the malware writes a registry persistence key using the entry name csshost under the Windows Run key. It also stores a persistent victim UUID and host configuration in files dropped in the TEMP directory.

This means even if the attacker loses contact, the RAT reconnects automatically the next time the machine starts.

The RAT supports a wide range of capabilities including remote shell execution, file upload and download, randomized sleep commands, and virtual machine detection.

End-to-end Infection Chain (Source - JFrog)
End-to-end Infection Chain (Source – JFrog)

The VM checks use WMI queries and MAC address prefix matching to avoid triggering sandbox analysis environments. This level of evasion design points to a threat actor with deliberate technical planning and real operational experience.

Chrome Credential Theft and Exfiltration

Beyond remote control, the RAT includes a dedicated module for stealing saved login data from Google Chrome.

It accesses Chrome’s local profile files, including the Login Data SQLite database, and uses Windows decryption APIs to unlock stored passwords. It also handles newer Chrome app-bound encryption, meaning even recently protected credentials are not safe.

The auto.pyd module also collects Chrome extension data, packaging results into an in-memory archive before sending it out.

Output file references found in the binary include chrome_logins_dump.txt and gather.tar.gz, suggesting the attacker designed this for organized batch exfiltration.

For developers who store API keys, tokens, or credentials in their browsers, this is a serious and immediate threat.

JFrog recommends that anyone who installed packages from this cluster remove them right away and inspect full dependency trees for transitive risks.

Security teams should block the network indicators tied to this campaign and search endpoints for related file paths and executables. All browser-stored credentials and development tokens on affected machines should be treated as compromised and rotated without delay.

Indicators of Compromise (IoCs):-

TypeIndicatorDescription
IP Address95[.]216[.]92[.]207C2 server IP address
Domainnvidiadriver[.]netPayload delivery domain
URLhxxp[:]//95[.]216[.]92[.]207:8080C2 communication endpoint
URLhxxp[:]//nvidiadriver[.]net/verv1432/winpatch-xd7d[.]winPayload download URL
File Path%TEMP%\winPatch.zipDownloaded malware archive
File Path%TEMP%\winPatch\update.vbsVBS bootstrapper file
File Path%TEMP%.storePersistent victim UUID storage
File Path%TEMP%.hostHost configuration storage
Registry KeyHKCU\Software\Microsoft\Windows\CurrentVersion\Run\csshostRAT persistence registry entry
File Namewin-driver-xd7d/chost.exeRenamed Python launcher
File Namewin-driver-xd7d/loader.pyPython loader script
File Namewin-driver-xd7d/api.cp310-win_amd64.pydHTTP C2 packet exchange module
File Namewin-driver-xd7d/audiodriver.cp310-win_amd64.pydMain RAT orchestration module
File Namewin-driver-xd7d/auto.cp310-win_amd64.pydChrome credential theft module
File Namewin-driver-xd7d/command.cp310-win_amd64.pydHost actions and shell execution module
File Namewin-driver-xd7d/config.cp310-win_amd64.pydRAT configuration module
File Namewin-driver-xd7d/util.cp310-win_amd64.pydArchive helper module
SHA-256164e322d6fbc62e254d73583acd7f39444c884d3f5e6a5d27db143fc25bc88b3audiodriver.cp310-win_amd64.pyd
SHA-25650ffce607867d8fa8eaf6ef5cd25a3c0e7e4415e881b9e55c04a67bcddb74fdfapi.cp310-win_amd64.pyd
SHA-25617832aa629524ef6e8d8d6e9b6b902a8d324b559e3c36dbd0e221ab1690be871auto.cp310-win_amd64.pyd
SHA-256c8075bbff748096e1c6a1ea0aa67bb6762fdd7551427a12425b35b94c1f1ecf2command.cp310-win_amd64.pyd
SHA-256f6669bd504ce6b0e303be7ee47f2ebbc062989c88c41f0a3f436044a24869798config.cp310-win_amd64.pyd
SHA-256282b9bc318ad1234cbd1b86424b784299b8be31545802a7c6b751166b814b990util.cp310-win_amd64.pyd
npm Packagepostcss-minify-selector-parser (XRAY-1002983)Primary malicious npm package
npm Packagepostcss-minify-selector (XRAY-1003986)Related malicious npm package
npm Packageaes-decode-runner-pro (XRAY-989675)Related AES decoder package

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Follow us on Google NewsLinkedIn, and X to Get More Instant UpdatesSet CSN as a Preferred Source in Google.

Tushar Subhra Dutta

Tushar Subhra Dutta

Tushar is a senior cybersecurity and breach reporter. He specializes in covering cybersecurity news, trends, and emerging threats, data breaches, and malware attacks. With years of experience, he brings clarity and depth to complex security topics.