The Pakistani-nexus advanced persistent threat (APT) group SideCopy has historically targeted Indian defense and government entities. Recent analysis from Trellix reveals a strategic shift, with the group now expanding its operations to include academic institutions in India. A new campaign leverages a classic spear-phishing vector to deploy the ReverseRAT backdoor. The attack chain is multi-staged, beginning with a malicious LNK file and using mshta.exe to execute remote HTA scripts, ultimately leading to the in-memory execution of the .NET-based RAT. The use of reused command-and-control (C2) infrastructure indicates this is an evolution of ongoing operations rather than a new initiative.
SideCopy, a threat actor known for mimicking the TTPs of the India-nexus Sidewinder group, has launched a new campaign that signals an expansion of its intelligence collection priorities. While maintaining its focus on espionage against India, the inclusion of academic institutions suggests an interest in research, intellectual property, or compromising individuals within the academic sector who may have ties to the government.
The attack starts with a spear-phishing email containing a ZIP archive. Inside the archive is a Windows Shortcut (.LNK) file masquerading as a document. When the victim opens the LNK file, it triggers a chain of events designed to evade detection and establish a foothold on the target system. The group shows operational security awareness by deleting intermediate files and using reflective loading techniques to keep the final payload off the disk.
The infection chain observed in this campaign follows a well-documented but effective pattern used by SideCopy:
T1566.001 - Spearphishing Attachment). The archive contains a malicious LNK file with a .docx.lnk extension and a PDF icon to deceive the user (T1204.002 - Malicious File).mshta.exe to download and run an obfuscated HTML Application (HTA) file from a remote server, docsportal[.]in (T1218.005 - Mshta).T1620 - Reflective Code Loading).HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run) to ensure the malware executes on system startup (T1547.001 - Registry Run Keys / Startup Folder). The Run Key points to a secondary HTA file, startT.hta.startT.hta script uses multi-stage deobfuscation to reconstruct a XAML payload. This payload leverages .NET deserialization to reflectively load the final payload, ReverseRAT, into memory (T1127.001 - Template Injection).dns.educationportals[.]biz. The traffic is encrypted with a hard-coded AES key (T1071.001 - Application Layer Protocol: Web Protocols). This domain has been associated with SideCopy since at least June 2025.ReverseRAT provides standard RAT capabilities, including file exfiltration, command execution, screen capture, and theft of credentials and system information.
The expansion of SideCopy's targeting to academic institutions poses a significant espionage risk. These institutions often conduct sensitive research, collaborate with government and defense organizations, and house personal data on students and faculty who could be future government employees. A successful compromise could lead to the theft of valuable intellectual property, sensitive government-related research, and personally identifiable information (PII) for future targeting operations. The attack's reliance on user execution of a malicious file highlights the ongoing risk posed by phishing, even to security-aware organizations.
docsportal[.]indns.educationportals[.]bizSecurity teams may want to hunt for the following patterns to detect related activity:
mshta.exe http://* or mshta.exe https://*mshta.exe making a network connection to download a remote HTA file is a common TTP for this and other groups.*.docx.lnk.lnk extension disguised as a document, are a classic phishing lure.HKCU\Software\Microsoft\Windows\CurrentVersion\Run.hta or script files in unusual locations.mshta.exemshta.exe being executed without a visible window or user interaction, especially if spawned by explorer.exe or an Office application.Detection:
mshta.exe with a URL as a command-line argument. EDR solutions should be configured to log process chains, which would show an LNK file execution leading to mshta.exe. D3FEND's Process Lineage Analysis is key.docsportal[.]in, dns.educationportals[.]biz). Use a web proxy to inspect and block downloads of HTA files from untrusted sources. This aligns with D3FEND's Outbound Traffic Filtering (D3-OTF).Response:
M1017 - User Training).mshta.exe is not required for business operations, consider blocking its execution via application control policies like AppLocker (M1038 - Execution Prevention)..lnk file from a legitimate .docx file (M1028 - Operating System Configuration).Block known malicious domains and IPs at the network perimeter to disrupt C2 communications and payload delivery.
Use application control policies to block or restrict the use of 'mshta.exe' to prevent the execution of malicious HTA files.
Educate users to recognize and report suspicious emails, especially those with unusual attachments like LNK files disguised as documents.

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.
CyberNetSec.io uses automation to assist source monitoring, deduplication, observable extraction, and structured intelligence generation. Published analysis follows human-defined editorial standards and adds defensive context including MITRE ATT&CK, D3FEND, STIX, and Sigma where applicable. Read our editorial policy.
Help others stay informed about cybersecurity threats
Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.
Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.
Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.
Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.
Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.