# Threat Actors Weaponize Microsoft Teams Voice Calls to Deliver EtherRAT Malware
Attackers impersonate corporate IT support through external Teams calls, bypassing employee defenses with social engineering and legitimate remote-access tools
A sophisticated phishing campaign is exploiting Microsoft Teams voice calls to trick employees into installing the EtherRAT remote access trojan, giving attackers a foothold in corporate networks, according to research from Palo Alto Networks' Unit 42 published this week.
The campaign demonstrates how modern threats blend multiple attack vectors—spear phishing, voice impersonation, and legitimate remote-management tools—to evade traditional security controls. What makes this attack particularly insidious is its reliance on human trust and social engineering rather than zero-day vulnerabilities, making it effective against even well-defended organizations.
## The Attack Chain: From Email to Compromise
The attack sequence is methodical and designed to build trust at each stage:
1. Initial infection vector: Victims receive a phishing email containing a malicious PDF file disguised as an "Employee Survey"
2. Social engineering escalation: Within minutes of opening the PDF, the target receives an inbound Microsoft Teams voice call from an external account claiming to be corporate IT support
3. Remote access establishment: The attacker, displaying the "External unfamiliar" label indicating a different Microsoft 365 tenant, convinces the victim to share their screen via Teams' built-in functionality
4. Legitimate tool abuse: The attacker guides the victim through installation of commercially available remote-access software—specifically HopToDesk and AnyDesk
5. Malware deployment: Once remote access is secured, the attacker downloads and executes a malicious MSI installer file (v7.msi) from the domain camorreado[.]click
6. RAT installation: The MSI serves as a loader, downloading a legitimate Node.js runtime, decrypting embedded payloads, and launching EtherRAT
The sophistication lies in the use of legitimate tools. Since HopToDesk and AnyDesk are real, widely-used remote-access platforms, they bypass many organizations' application-control policies and don't trigger endpoint detection systems. The attacker essentially walks through the front door using the victim's own trust.
## EtherRAT: A Cross-Platform Remote Access Trojan
EtherRAT is a Node.js-based remote access trojan that grants attackers comprehensive control over compromised systems. Key capabilities include:
| Capability | Impact |
|---|---|
| Command execution | Run arbitrary system commands with user privileges |
| File manipulation | Download, upload, delete, and modify files |
| Data exfiltration | Steal documents, credentials, and sensitive business information |
| Persistence mechanisms | Maintain access across system reboots |
| Lateral movement | Use compromised machine as staging point for network reconnaissance |
| C2 communication | Ethereum smart contracts for command retrieval, complicating takedown efforts |
The last point is particularly noteworthy. By using Ethereum smart contracts to retrieve its command-and-control server addresses, EtherRAT makes traditional network-based defenses less effective. Security teams cannot simply block known C2 domains; attackers can publish new C2 addresses to the blockchain in real time, making the malware's infrastructure highly resilient.
EtherRAT is not new—Unit 42 previously documented its use in state-sponsored cyberattacks exploiting the React2Shell vulnerability. However, its adoption has broadened beyond nation-state actors. The discovery of an open directory on the attacker's distribution server containing versions one through nine of the malware installer suggests the campaign is actively being refined and expanded.
## A Growing Trend: Microsoft Teams as an Attack Platform
This campaign is part of a broader pattern of threat actors exploiting Microsoft Teams as a vector for corporate network compromise. The timing and evolution of these attacks reveal a strategic shift:
Why Teams? The platform has become ubiquitous in corporate environments, making it an effective social engineering vector. Employees are conditioned to trust internal communications, and the "External unfamiliar" label—while visible—doesn't reliably deter users who expect legitimate communication from external vendors or partners. Additionally, Teams voice calls create a sense of urgency and authority that text-based phishing often lacks.
## Implications for Organizations
Endpoint risk: Once EtherRAT gains access, attackers have achieved what security professionals call "initial access"—the hardest part of a breach. From there, reconnaissance, privilege escalation, and lateral movement to critical systems are routine.
Supply chain exposure: Organizations with lax remote-access policies may become stepping stones for attacks on downstream partners. A compromised mid-market company could serve as the entry point for attacks on larger enterprises.
Detection gaps: The use of legitimate remote-access tools and Node.js (a common runtime) means attackers blend in with normal business activity. Organizations relying solely on signature-based or behavioral detection may miss the intrusion entirely.
## Microsoft's Defensive Response
Microsoft has deployed several protections in response to Teams-based threats:
However, these controls remain reactive. The "External unfamiliar" label in the reported campaign did not stop the attack—it merely informed the victim of the reality that experienced attackers had already explained to them plausibly.
## Recommendations for Defense
For security teams:
For employees:
For organizations:
## HackWire Analysis
This campaign illustrates a critical blind spot in modern cybersecurity: we've made significant technical investments in detecting malware and blocking known attack infrastructure, yet sophisticated threat actors continue to exploit the weakest link—human judgment. The attacker in this case didn't need zero-days, advanced evasion techniques, or expensive custom malware. They needed a phone call and convincing story.
The pattern is striking. In March, attackers flooded inboxes to lower victims' defenses. In April, they exploited helpdesk impersonation. Now, in July, they're adding voice calls to their toolkit. Each iteration suggests the previous versions succeeded at scale, and each refinement removes friction from the social engineering process. Microsoft's new warnings about external callers are well-intentioned but insufficient—the very label that's meant to protect users becomes a detail that attackers now proactively explain away.
What's overlooked in most Teams-abuse reporting is the role of legitimate remote-access tools. HopToDesk and AnyDesk themselves are not malicious. They're used daily by IT departments worldwide. The security problem isn't the tools—it's that once an attacker has a victim on the phone, social engineering is largely solved. The technical sophistication of the attack pipeline (the Node.js loader, Ethereum-based C2, multi-stage delivery) is almost secondary to the core mechanic: convince someone to run what you tell them to run.
Organizations that think their endpoint detection and response solutions will catch this are in for a shock. EtherRAT running via Node.js, executed by a legitimate MSI installer, launched after a user intentionally granted remote access—this creates a detection vacuum. The malware isn't "unauthorized" in the sense that most EDR tools understand it. It was authorized by the victim themselves.
The real lesson: security investments that ignore the human layer will continue to fail. Security awareness training that doesn't specifically address vishing (voice phishing) and the verification of unexpected support requests should be updated immediately. And organizations with remote-access policies that don't account for attacker social engineering are operating with policies that look good on paper but fail in practice.
— HackWire Editorial
## Related Coverage