Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons

Social Media

Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons
Search the Site
Popular Searches:
technology Amazon AI
Recent Posts
Top 10 Best MAST Tools for Mobile App Security Application Testing
May 28, 2026
Threat Actors Spoof FIFA Sites to Steal Personal Data
May 28, 2026
Top 10 SAST Tools for Security Teams in Best Static
May 28, 2026
Home/Threats/Hackers Infect Windows with Fake Income Tax Assessment Pages
Threats

Hackers Infect Windows with Fake Income Tax Assessment Pages

Malicious files, disguised as official income tax documents, are now targeting Windows users in India as part of a new threat campaign. Researchers have tracked the operation under the name...

David kimber
David kimber
May 20, 2026 4 Min Read
23 0

Malicious files, disguised as official income tax documents, are now targeting Windows users in India as part of a new threat campaign.

Researchers have tracked the operation under the name TAX#TRIDENT, and it has shown the ability to pivot across multiple delivery methods while keeping the same convincing tax lure intact.

The attack does not rely on any technical vulnerability. It only needs the victim to believe the file is real.

The campaign uses fake Indian Income Tax assessment pages built to push users into downloading what appears to be an official notice.

Once someone lands on the page, they see a download button for what looks like an important government document. Behind that button is a malicious file capable of fully compromising a Windows system.

Tax notices create urgency and can plausibly reach people across finance, legal, HR, or executive roles.

Securonix Threat Research, in a report shared with Cyber Security News (CSN), said TAX#TRIDENT runs three separate infection chains.

All three begin with the same fake tax theme but diverge after that, giving the attacker flexibility to switch routes if one gets blocked. Researchers Shikha Sangwan, Akshay Gaikwad, and Aaron Beardslee led the analysis.

What makes this campaign hard to stop is that it abuses signed, legitimate-looking software rather than obvious malicious files.

Two of the three branches end with a signed remote management client called ClientSetup, giving attackers persistent access to the infected machine.

Attack chain (Source - Securonix)
Attack chain (Source – Securonix)

The third branch silently enrolls the victim device into a real ManageEngine UEMS agent pointed at an attacker-controlled server. Tools relying only on file signatures can miss all three paths.

The campaign continues expanding while keeping earlier delivery routes active. What shifts with each wave is the delivery route, the decoy, and the final payload. That adaptability is what makes TAX#TRIDENT a persistent threat.

How Fake Tax Pages Deliver Malware

The first infection path starts at zyisykm.shop, a fake Indian Income Tax site. Clicking the download button pulls a ZIP archive named Assessment Letter.zip containing a signed Windows executable that installs a full remote management client.

The attacker embeds the server address directly inside the filename, so the installer reads its own name and writes that value into local configuration.

After execution, the installer creates a hidden directory under a Windows system folder and drops a fake svchost.exe alongside driver files named YtMiniFilter and ytdisk.

A second path uses a VBScript file called Assessment_Order.vbs, served across multiple fake tax domains, which silently relaunches, shows a decoy tax image, and installs the same ClientSetup payload in the background.

Despite different domains and server values, both executables share the exact same SHA256 hash, confirming the same core payload across both chains.

Defenders should not rely on domain or filename blocklists alone. Stronger behavioral signals include IP-addressed filenames, hidden directories under system folders, svchost.exe running from non-standard paths, and outbound traffic on ports 6671, 6681, and 6683.

When Signed Tools Become the Weapon

The third chain abandons ClientSetup entirely. A PHP-looking URL at xhxz.info/download.php returns VBScript instead of a web page, staging follow-on files from Amazon S3 buckets.

One file named uacMC.png is not an image but a script that silently lowers UAC settings, removing elevation prompts before the final payload runs.

The chain downloads a full ManageEngine UEMS agent and installs it quietly with no visible interface. A configuration file named DCAgentServerInfo.json points the legitimate agent to an attacker server at 202.61.160.201 on port 8383.

The agent is signed and valid, but its destination is hijacked, turning a trusted enterprise tool into a silent remote access channel.

Securonix recommends avoiding downloads from unsolicited tax or penalty links no matter how official they appear.

Security teams should monitor script engines running files with web-style extensions, alert on svchost.exe executing from unusual directories, and flag UAC policy changes where ConsentPromptBehaviorAdmin is set to zero.

Detection must focus on behavioral signals rather than hashes, since this campaign rotates infrastructure while keeping its core tactics unchanged.

Indicators of Compromise (IoCs):-

Type Indicator Description
URL https://zyisykm.shop/ Fake Indian Income Tax assessment page (Chain 1 lure)
IP Address 149.104.24.197 Resolved IP for zyisykm.shop lure page
File Name Assessment Letter.zip Malicious ZIP archive delivered from lure page
File Name 45.119.55.66ClientSetup.exe Chain 1 ClientSetup installer; IP embedded in filename
SHA256 950AD7A33457A1A37A0797316CDD2FBAF9850F7165425274351D08B3C01ED2D8 Hash shared by both Chain 1 and Chain 2 ClientSetup executables
IP Address 45.119.55.66 Chain 1 C2 server; contacted on ports 6671, 6681, 6683
File Name Assessment_Order.vbs VBScript downloader used in Chain 2
URL https://gooomld.top/ Fake tax domain serving Assessment_Order.vbs
URL https://goolmor.cyou/ Fake tax domain serving Assessment_Order.vbs
URL https://fgsdol.icu/ Fake tax domain serving Assessment_Order.vbs
URL https://vsdnk.top/ Fake tax domain serving Assessment_Order.vbs
URL https://gooomoel.shop/ Fake tax domain serving Assessment_Order.vbs
URL https://tengxxi.com/216.250.104.166ClientSetup.exe Chain 2 payload download URL
File Name 216.250.104.166ClientSetup.exe Chain 2 ClientSetup installer; alternate IP in filename
IP Address 216.250.104.166 Chain 2 C2 server
URL https://xhxz.info/download.php Chain 3 PHP-named VBScript endpoint
URL https://sjdkjj23.s3.ap-southeast-1.amazonaws.com/uacMC.png S3-hosted fake PNG/VBScript UAC modifier
URL https://xijkwm2.s3.ap-southeast-1.amazonaws.com/1122.vbs S3-hosted Chain 3 VBScript stage
URL https://xijkwm2.s3.ap-southeast-1.amazonaws.com/8081.zip S3-hosted ManageEngine UEMS agent bundle
File Name uacMC.png VBScript disguised as image; lowers UAC ConsentPromptBehaviorAdmin to 0
File Name DCAgentServerInfo.json UEMS agent configuration pointing to attacker server
IP Address 202.61.160.201 Chain 3 attacker-controlled UEMS enrollment server
Network 202.61.160.201:8383 UEMS agent HTTPS communication port
Network 202.61.160.201:8027 UEMS recurring status/heartbeat channel
Directory C:WindowsSysWOW64msres Hidden client directory created by ClientSetup
Directory C:SystemUpdates Chain 2 VBScript staging directory
Directory C:UsersPublicDocumentsMSUpdate_* Chain 3 staging directory created by VBScript
File Name YTSysConfig.ini ClientSetup runtime configuration file
File Name YTSysConfig.ytf ClientSetup secondary configuration file
Service Name MANC Windows service created for ClientSetup persistence
Driver Name YtMiniFilter Driver installed by ClientSetup for deep system access
Driver Name ytdisk Driver installed by ClientSetup for file/disk monitoring

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.

Disclaimer: HackersRadar reports on cybersecurity threats and incidents for informational and awareness purposes only. We do not engage in hacking activities, data exfiltration, or the hosting or distribution of stolen or leaked information. All content is based on publicly available sources.

Tags:

AttackHackerMalwareSecurityThreatVulnerability

Share Article

David kimber

David kimber

David is a penetration tester turned security journalist with expertise in mobile security, IoT vulnerabilities, and exploit development. As an OSCP-certified security professional, David brings hands-on technical experience to his reporting on vulnerabilities and security research. His articles often feature detailed technical analysis of exploits and provide actionable defense recommendations. David maintains an active presence in the security research community and has contributed to multiple open-source security tools.

Previous Post

Void Botnet Uses Ethereum Smart Contracts for Seizure-

Next Post

Gremlin Stealer Hides C2 URLs in Stores Exfiltration

No Comment! Be the first one.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular Posts
Critical Notepad++ Flaws Allow Arbitrary Code Execution
May 28, 2026
Silent Ransom Group Attacks Law Firms via IT Support Imp
May 28, 2026
SBI Warns: Scammers Target YONO App Deactivation Sending Fake
May 28, 2026
Top Authors
Marcus Rodriguez
Marcus Rodriguez
Jennifer sherman
Jennifer sherman
Emy Elsamnoudy
Emy Elsamnoudy
Let's Connect
156k
2.25m
285k

Related Posts

Jennifer sherman
By Jennifer sherman
Threats

GlassWorm Attacks macOS via Malicious VS Code…

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Attacks

ClickFix Attack Hides Malicious Code via Stegan Security

January 1, 2026
Sarah simpson
By Sarah simpson
Vulnerabilities

MongoBleed Detector Tool Detects Critical MongoDB CVE-

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Breaches

Conti Ransomware Gang Leaders & Infrastructure Exposed

January 1, 2026
Hackers News Hackers News
  • [email protected]

Quick Links

  • Contact Us
  • Privacy Policy
  • Terms of service

Categories

Attacks
Breaches
Comparisons
CyberSecurity News
Threats
Vulnerabilities

Let's keep in touch

receive fresh updates and breaking cyber news every day and week!

All Rights Reserved by HackersRadar ©2026

Follow Us