Close Menu
  • Home
  • Articles
    • Attacks
      • BEC
      • Data Breach
      • DDoS
      • Evasion Attacks
      • Injection
      • Malware
      • MITM
      • Phishing
      • Ransomware
      • RCE
      • Social Engineering
      • Spoofing
      • Spyware
    • Business and Policy
      • BCP and DRP
      • GRC
      • Regulations
    • Data Protection
      • DLP
      • DRM
      • Encryption
      • IAM
    • Future, Trends and Insight
      • AI
      • Events & Community
      • Emerging Tech
      • Expert Panel
      • Interviews With Experts
      • Insights
      • Study & Research
    • Resources
      • Guides
      • Tools
      • Training & Education
    • Security
      • API
      • Apps
      • Cloud
      • Critical Infrastructure
      • Endpoint
      • Hardware
      • IoT
      • Mobile
      • Network
      • OT
      • Port Security
      • Security Architecture
      • Software Development
      • Supply Chain
      • Zero Trust
    • Threats and Vulnerabilities
      • Emerging Threats
      • Insider Threats
      • Risk Management
      • Threat Intelligence
      • Zero Day
  • News and Exclusives
    • Latest News
    • ISB Exclusive
    • Positive News
  • Who We Are
    • About Us
    • Information Security Buzz Expert Panel​
    • Write for Us
    • Media Pack
  • Contact Us
  • Newsletter
Facebook X (Twitter) LinkedIn
Facebook X (Twitter) LinkedIn
Information Security BuzzInformation Security Buzz
  • Home
  • Articles
    • Attacks
      • BEC
      • Data Breach
      • DDoS
      • Evasion Attacks
      • Injection
      • Malware
      • MITM
      • Phishing
      • Ransomware
      • RCE
      • Social Engineering
      • Spoofing
      • Spyware
    • Business and Policy
      • BCP and DRP
      • GRC
      • Regulations
    • Data Protection
      • DLP
      • DRM
      • Encryption
      • IAM
    • Future, Trends and Insight
      • AI
      • Events & Community
      • Emerging Tech
      • Expert Panel
      • Interviews With Experts
      • Insights
      • Study & Research
    • Resources
      • Guides
      • Tools
      • Training & Education
    • Security
      • API
      • Apps
      • Cloud
      • Critical Infrastructure
      • Endpoint
      • Hardware
      • IoT
      • Mobile
      • Network
      • OT
      • Port Security
      • Security Architecture
      • Software Development
      • Supply Chain
      • Zero Trust
    • Threats and Vulnerabilities
      • Emerging Threats
      • Insider Threats
      • Risk Management
      • Threat Intelligence
      • Zero Day
  • News and Exclusives
    • Latest News
    • ISB Exclusive
    • Positive News
  • Who We Are
    • About Us
    • Information Security Buzz Expert Panel​
    • Write for Us
    • Media Pack
  • Contact Us
  • Newsletter
Subscribe
Information Security BuzzInformation Security Buzz
Home - Malware - Taiwan Targeted in Sophisticated Malware Campaign Disguised as Tax Emails
Malware Attacks Latest News News & Analysis Phishing

Taiwan Targeted in Sophisticated Malware Campaign Disguised as Tax Emails

Kirsten DoyleBy Kirsten DoyleJune 18, 20254 Mins Read
Share LinkedIn Twitter Facebook Copy Link Email
Taiwan Targeted in Malware Campaign
Share
Facebook Twitter LinkedIn Email Copy Link
Quick AI Summary
ChatGPTClaudeGeminiGrokPerplexityDeepSeekCopilot

A persistent malware campaign is targeting Microsoft Windows users in Taiwan. Disguised as correspondence from Taiwan’s National Taxation Bureau, the threat actors are deploying a phishing campaign laced with winos 4.0 malware.  

Fortinet’s FortiGuard Labs traced the operation back to January 2025. Over the months that followed, the campaign evolved, adopting more sophisticated tools and techniques, most notably a variant of the HoldingHands remote access trojan (RAT). 

Its objective is simple: establish stealthy, long-term access for further attacks. The method, however, is anything but. 

The Hook: Official-Looking Emails 

Initial infection starts with phishing emails purporting to come from government entities. These messages leverage urgent topics (tax inspections, pension updates, invoices) to startle recipients into downloading an attachment or clicking on a link. 

One of these links, embedded in an HTML file, directed targets to the domain twszz[.]xin. It pretended to be a tax inspection portal that offered an account statement file. While it appeared benign, in reality, the link sparked a silent chain of events, including malware download, ZIP file extraction, and the execution of multiple payloads aimed at gaining control of the target’s machine. 

From Email to Execution 

By March, FortiGuard had identified additional phishing emails with embedded attachments. These dropped ZIP files contain a host of components: legitimate executables, encrypted shellcode, and dynamic-link libraries (DLLs) crafted to slip through the nets. 

Key to this evasion is a side-loading tactic. A legitimate executable loads a malicious DLL (dokan2.dll), which decrypts and runs the payload (dxpi.txt). The process is layered, obscure, and difficult to reverse-engineer. In some variants, passwords for the ZIP archives were hidden on download pages, rendering the files inaccessible to researchers without access to those URLs. 

The malware complicates forensic analysis by employing a combination of empty placeholder files, renamed DLLs, and encrypted binaries. Among the fake DLLs, one stands out: DwhsOqnbdrr.dll. Its name is a cipher, which, when decoded, becomes “ExitProcess,” a pointer to how the malware hijacks system calls to maintain control. 

Privilege Escalation and Persistence 

Once deployed, the malware checks the system’s physical memory. It recognizes that machines with less than 8GB of RAM are more than likely sandboxes or virtual machines and are quickly abandoned. On physical systems, the malware proceeds with privilege escalation, impersonating high-privilege accounts such as SYSTEM and TrustedInstaller, to gain unfettered access. 

Persistence is ensured by dropping files into system directories and creating registry keys.  

C2 and Modular Attacks 

The core of the operation is msgDb.dat, the command-and-control (C2) agent based on HoldingHands. This component collects system information (IP address, hostname, OS details) and sends it to a remote server. Communication follows a strict binary format and includes regular heartbeat signals (periodic signals sent between devices or components to indicate normal operation) to maintain a live connection. 

Upon receiving further instructions from the server, msgDb.dat downloads and executes additional modules. FortiGuard identified three: two for remote desktop access, one for file management. These use a consistent interface, initiated by calling a function named ModuleEntry. 

The attacker’s toolkit is flexible. If the current module does not match the command from the server, msgDb.dat requests a new one and runs it. These modules carry identifiers such as jingjianban, a Chinese term meaning “lite version,” suggesting modular variants that are optimized for specific functions or environments. 

Old Dog, New Tricks 

This isn’t the group’s first rodeo. FortiGuard’s researchers believe the operation is linked to previous attacks involving winos and Gh0stCringe malware strains. However, the actors behind it continuously hone their methods, adding layers of obfuscation, adapting file structures, and tweaking privilege escalation routines. 

One variant seen during analysis terminated itself if it detected security software such as Kaspersky (avp.exe) or if it was executed in the wrong context. Another spoofed the legitimate msimg32.dll used in applications like LINE and WeChat, executing only when loaded by one of these programs. 

Breach, Persist, Exploit 

What began as a localized phishing campaign is actually a carefully orchestrated and evolving threat. It uses familiar tools under new guises, blending deception with technical sophistication. Every attack stage is engineered for stealth, control, and persistence. 

FortiGuard will continue to monitor the threat actor’s infrastructure and malware developments. In the meantime, organizations, particularly those in government and finance, are advised to review email security, endpoint defenses, and privilege escalation protections. 

Security teams are urged to stay vigilant. The malware may change its face, but its intent remains the same: breach, persist, exploit. 

Kirsten Doyle
Kirsten Doyle
Information Security Buzz News Editor

Kirsten Doyle has been in the technology journalism and editing space for nearly 24 years, during which time she has developed a great love for all aspects of technology, as well as words themselves. Her experience spans B2B tech, with a lot of focus on cybersecurity, cloud, enterprise, digital transformation, and data centre. Her specialties are in news, thought leadership, features, white papers, and PR writing, and she is an experienced editor for both print and online publications.

  • Kirsten Doyle
    Palo Alto warns of active exploitation of GlobalProtect authentication bypass flaw
  • Kirsten Doyle
    CrowdStrike, Google, and Shadowserver Foundation disrupt Glassworm botnet
  • Kirsten Doyle
    Threat Actors Deploy Tiflux RMM for Persistent Remote Access
  • Kirsten Doyle
    Major US telecom providers debut C2 ISAC to counter AI-driven threats

The opinions expressed in this post belong to the individual contributors and do not necessarily reflect the views of Information Security Buzz.

Share. Facebook Twitter LinkedIn Email Copy Link

Related Posts

When PUPs bite: Huntress uncovers “weaponised” adware exposing 25,000+ systems

April 16, 20262 Mins Read

Fake Tech Support Scams Deliver Advanced Command-and-Control Malware

March 5, 20262 Mins Read

Americans Lost Over $20 million in ATM “Jackpotting” Attacks

February 24, 20263 Mins Read
ISB-Bora-Side-Bar

No se ha podido establecer conexión. Error 429

 
ISB-Bora-Side-Bar
Black ISB Logo

Information Security Buzz is an independent resource that provides the experts’ comments, analysis, and opinion on the latest Cybersecurity news and topics

X (Twitter) LinkedIn Facebook RSS

Working With Us

  • About Us
  • Advertise With Us
  • Contact Us

Write For Us

  • How To Contribute

The Pages

  • Privacy Policy
  • Cookie Policy
  • AI Policy
  • Terms & Conditions
  • Copyright Notice

Information Security Buzz and all its contents are copyright © 2014-2025. All rights reserved. All third-party trademarks are recognized.

Type above and press Enter to search. Press Esc to cancel.

Manage Consent
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
  • Manage options
  • Manage services
  • Manage {vendor_count} vendors
  • Read more about these purposes
View preferences
  • {title}
  • {title}
  • {title}