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

推荐订阅源

L
LangChain Blog
博客园 - 司徒正美
美团技术团队
Martin Fowler
Martin Fowler
雷峰网
雷峰网
aimingoo的专栏
aimingoo的专栏
博客园 - 三生石上(FineUI控件)
Vercel News
Vercel News
酷 壳 – CoolShell
酷 壳 – CoolShell
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
爱范儿
爱范儿
U
Unit 42
Y
Y Combinator Blog
月光博客
月光博客
Hugging Face - Blog
Hugging Face - Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
有赞技术团队
有赞技术团队
GbyAI
GbyAI
H
Help Net Security
量子位
Last Week in AI
Last Week in AI
博客园_首页
腾讯CDC
小众软件
小众软件

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
Phorpiex Phishing Delivers Low-Noise Global Group Ransomware
2026-02-10 · via www.infosecurity-magazine.com

A high-volume phishing campaign delivering the long-running Phorpiex malware has been observed using emails with the subject line "Your Document," a lure widely seen throughout 2024 and 2025.

The messages include an attachment that appears to be a harmless document but is actually a weaponised Windows Shortcut file designed to initiate a multi-stage infection chain.

According to a new advisory by Forcepoint, the campaign relies on the continued effectiveness of Windows shortcut (.lnk) files as an initial access vector and their role in delivering Global Group ransomware, a stealthy, offline-capable ransomware-as-a-service (RaaS) operation.

Why Windows Shortcut Lures Persist

Windows shortcut files remain a reliable way to convert a single click into code execution. Attackers disguise the files using double extensions such as Document.doc.lnk and take advantage of Windows default settings that hide known file extensions.

Visual cues also play a role, with icons copied from legitimate Windows resources to reinforce the illusion of a trusted document.

Once opened, the shortcut launches cmd.exe, which in turn runs PowerShell to download and execute a second-stage payload. No installer is displayed and no obvious warning is shown to the user, allowing the process to run quietly in the background.

The infection chain unfolds in a straightforward but effective sequence:

  • A phishing email presents a document-looking attachment

  • The shortcut executes embedded commands via cmd.exe

  • PowerShell downloads a remote payload and saves it as windrv.exe

  • The binary is executed locally without visible user prompts

The payload retrieved in this campaign is associated with Phorpiex, a modular malware-as-a-service (MaaS) botnet active since around 2010 and commonly used to distribute ransomware and other secondary malware.

Read more on phishing-delivered ransomware: Russian Phishing Campaign Delivers Phantom Stealer Via ISO Files

Global Group's Offline Ransomware Model

In this case, Phorpiex ultimately deployed Global Group ransomware, which differs from many modern families by operating entirely offline.

The malware generated encryption keys locally, did not contact a command-and-control (C2) server and performed no data exfiltration.

This design allowed it to function in isolated or air-gapped environments and reduced reliance on network traffic that might otherwise trigger alerts.

The ransomware encrypted files using the ChaCha20-Poly1305 algorithm and appended the .Reco extension. A ransom note titled README.Reco.txt was dropped across the system, while the desktop wallpaper was replaced with a GLOBAL GROUP message.

The malware also deleted itself after execution and removed shadow copies, complicating forensic analysis and recovery.

"This campaign demonstrates how long-standing malware families like Phorpiex remain highly effective when paired with simple but reliable phishing techniques," Forcepoint said.

"By exploiting familiar file types such as Windows shortcut files, attackers can gain initial access with minimal friction, enabling a smooth transition to high-impact payloads like Global Group ransomware."