Security

EV-Signed Phishing Installers Drop ScreenConnect

3 min read

Summary

Microsoft Defender Experts uncovered phishing campaigns that use fake meeting, invoice, and document lures to deliver malware installers disguised as trusted apps like Teams, Zoom, and Adobe Reader. What makes this notable is that the installers were signed with an EV certificate and used to deploy legitimate remote management tools such as ScreenConnect and Tactical RMM, giving attackers stealthy initial access that can blend into normal enterprise IT activity.

Need help with Security?Talk to an Expert

Introduction: why this matters

Threat actors are increasingly blending in with legitimate IT operations by deploying commercially available Remote Monitoring and Management (RMM) tools. This campaign raises the bar further by using familiar “workplace app” branding and EV code signing to reduce user suspicion and improve execution rates—making it a practical initial access path in enterprises where users routinely install meeting and document software.

What’s new / key findings

Microsoft Defender Experts observed multiple phishing campaigns attributed to an unidentified threat actor. Key characteristics include:

  • Meeting and document lures: Emails masqueraded as meeting invitations (Teams/Zoom/Google Meet), invoices, financial documents, bids, and organizational notifications.
  • Counterfeit PDFs and spoofed download pages: Some messages delivered fake PDFs with an “Open in Adobe” button that redirected users to a lookalike Adobe download site prompting an “update.”
  • Masquerading executables: Payloads were named to resemble trusted installers, including msteams.exe, adobereader.exe, zoomworkspace.clientsetup.exe, invite.exe, and trustconnectagent.exe.
  • Abuse of trust via EV signing: The droppers were digitally signed with an EV certificate issued to TrustConnect Software PTY LTD, helping them appear legitimate.
  • RMM backdoor deployment: Execution led to installation of RMM tools such as ScreenConnect, Tactical RMM, and Mesh Agent, enabling persistent remote access.

How the intrusion establishes persistence (technical highlights)

In the ScreenConnect-focused chain, the “workspace” executable:

  • Copied itself into C:\Program Files to look like a legitimate installed application.
  • Registered itself as a Windows service for startup persistence.
  • Created an additional autorun via Run key:
    • HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
    • Value name: TrustConnectAgent
    • Target: C:\Program Files\Adobe Acrobat Reader\AdobeReader.exe
  • Connected outbound to attacker infrastructure (notably trustconnectsoftware[.]com).
  • Used encoded PowerShell to download additional payloads and invoked msiexec.exe to install ScreenConnect from staged MSI files.

Microsoft noted cases where the MSI appeared unsigned, followed by ScreenConnect binaries signed with revoked certificates, a pattern commonly associated with malicious or unauthorized deployment.

Impact on IT administrators and end users

  • Users are targeted through routine workflows: joining meetings, reviewing invoices, and updating “out-of-date” apps.
  • IT and security teams may see attacker activity blend into normal admin tooling because RMM agents can resemble sanctioned remote support.
  • Risk increases post-compromise: persistence via services/autoruns plus RMM tooling can accelerate credential access, remote control, and lateral movement.

Action items / next steps

  • Harden software installation paths: restrict user-driven installs where feasible; enforce allowlisting (e.g., WDAC/App Control) for “installer-like” executables.
  • Audit RMM usage: inventory approved RMM tools and block or alert on unauthorized agents (ScreenConnect/Tactical RMM/Mesh) and suspicious service creation.
  • Review code-signing trust decisions: treat “signed” as a signal—not proof. Add detection logic for new/rare publishers and unusual EV-signed binaries.
  • Hunt for persistence indicators: look for the TrustConnectAgent Run key, unexpected services, and suspicious msiexec.exe plus encoded PowerShell patterns.
  • Strengthen phishing resilience: reinforce user guidance around “update required” prompts from email/PDFs and use Defender protections to detonate/inspect attachments and links.

Need help with Security?

Our experts can help you implement and optimize your Microsoft solutions.

Talk to an Expert

Stay updated on Microsoft technologies

Microsoft DefenderphishingRMMScreenConnectcode signing

Related Posts

Security

macOS ClickFix Campaign Hides Behind Fingerprinting

Microsoft Threat Intelligence reports that a macOS ClickFix campaign has shifted from openly serving malicious lures to using server-side browser fingerprinting that mainly exposes the payload to likely macOS victims. The change makes the operation harder for crawlers, sandboxes, and defenders to spot, increasing the importance of hunting for shared infrastructure patterns and strengthening endpoint protections.

Security

Microsoft CNAPP Leader: KuppingerCole 2026 Report

Microsoft has been named a Leader across all four categories in KuppingerCole’s 2026 CNAPP Leadership Compass, highlighting Defender for Cloud’s unified approach to cloud and AI security. The recognition matters for security teams as CNAPP platforms increasingly focus on exploitability, attack path analysis, AI security posture, and integrated SOC operations across multicloud environments.

Security

ChainDrop npm Attack: Self-Propagating Worm Explained

Microsoft has detailed ChainDrop, a large-scale npm supply chain attack that compromised more than 400 packages using a self-propagating credential-stealing worm. The campaign matters because it targets developer workstations and CI/CD pipelines, steals cloud and publishing credentials, and can automatically republish infected packages across additional publishers.

Security

Microsoft Defender Device Isolation Stops Ransomware

Microsoft Defender’s attack disruption now includes automatic device isolation for compromised endpoints, adding a new containment layer beyond user-based response. In a published QNET case study, Defender isolated an endpoint in 128 seconds, stopping a multi-stage ransomware-related attack before persistence, credential theft, or lateral movement could occur.

Security

Zero Trust for AI: New Microsoft Security Tools

Microsoft has expanded its Zero Trust for AI strategy with new assessment capabilities, a DevSecOps pillar in the Zero Trust Workshop, and practical implementation guidance. The updates help security and platform teams assess AI-related risk, secure AI-assisted development, and build a phased roadmap for adopting Zero Trust controls across AI systems.

Security

CaptiveCrunch Malware Campaign Targets Travelers

Microsoft has disclosed CaptiveCrunch, an active campaign linked to Midnight Blizzard that hijacks traffic on hospitality and captive portal networks to steal credentials and deliver malware. The threat is especially relevant for organizations with frequent travelers because attackers are abusing Entra ID device code flows, fake update prompts, and adversary-in-the-middle phishing to compromise corporate accounts and endpoints.