A phishing campaign abuses Microsoft Teams-themed lures to trick victims into downloading a signed remote access tool disguised as transcripts, recordings, or document utilities. The operation uses compromised websites and attacker-controlled cloud infrastructure to maintain persistent access, harvest credentials, and evade detection while targeting organizations worldwide. #MicrosoftTeams #CloudflareWorkers #CloudflarePages
Keypoints
- The campaign uses Microsoft Teams impersonation emails and messages to lure victims into downloading malicious-looking files.
- The downloaded file is a signed installer for a legitimate remote access tool configured for unauthorized access.
- Attack infrastructure combines compromised legitimate business websites with attacker-controlled hosting on Cloudflare Workers and Cloudflare Pages.
- The operation is global, with compromised sites and victims linked to multiple countries and many small-business sectors.
- Execution is performed through MSI installation via msiexec.exe, with custom actions invoked by rundll32.exe.
- The threat actor establishes layered persistence using Windows services, Safe Mode survival, credential providers, LSA authentication packages, and COM registration.
- The installer includes anti-analysis features such as USB checks, debugger detection, long sleep delays, and code obfuscation.
MITRE Techniques
- [T1566.002 ] Phishing: Spear phishing Link – Victims receive Teams-themed phishing messages with a link to a fake download page (‘Victims receive phishing emails or messages impersonating Microsoft Teams notifications.’).
- [T1204.002 ] User Execution: Malicious File – The victim is persuaded to download and run a file presented as a transcript viewer or meeting utility (‘The page prompts the user to download a file…’).
- [T1219 ] Remote Access Tool – The payload is a legitimate remote access tool configured for unauthorized access (‘signed installer for a legitimate remote access tool’).
- [T1543.003 ] Create or Modify System Process: Windows Service – The installer creates an auto-start Windows service for persistence (‘A system service is created with auto-start configuration’).
- [T1547.002 ] Boot or Logon Autostart Execution: Authentication Package – The tool registers in the Windows authentication subsystem to persist and intercept credentials (‘it registers as an LSA authentication package’).
- [T1546.015 ] Event Triggered Execution: Component Object Model Hijacking – COM-based persistence is achieved through CLSID registration (‘A CLSID is registered for InprocServer32’).
- [T1556 ] Modify Authentication Process – Credential provider and LSA integration are used to capture logon credentials and alter authentication flow (‘enables the capture of user credentials entered at the logon screen’).
- [T1120 ] Peripheral Device Discovery – The installer checks for USB bus activity as part of sandbox evasion (‘USB bus enumeration checks’).
- [T1497.001 ] Virtualization/Sandbox Evasion: System Checks – The malware detects debuggers and performs environment checks to avoid analysis (‘Debugger detection routines’).
- [T1497.003 ] Virtualization/Sandbox Evasion: Time Based Evasion – Long sleep delays are used to bypass time-limited analysis (‘Long sleep delays to bypass time-limited analysis’).
Indicators of Compromise
- [Domains / Hosting] Attacker-controlled delivery infrastructure uses Cloudflare hosting and cheap TLDs – *.workers.dev, *.pages.dev, .icu, .sbs, .online
- [Subdomains] Patterned campaign subdomains used for lure pages – lucky-math-31fcekjwjsxnmxnm, curly-frost-b7f2
- [File names / Installer artifacts] Windows Installer and custom action components seen during execution – msiexec.exe, rundll32.exe, Microsoft.Deployment.WindowsInstaller.dll
- [File names / DLLs] Custom action and installer-related DLLs loaded during setup – Avira.OE.Setup.CustomActions.dll, and other signed installer DLLs
- [Registry / Persistence artifacts] Persistence is created through Windows service, SafeBoot, credential provider, LSA, and COM entries – SafeBoot registry entry, CLSID/InprocServer32 registration
- [URL / Web lure themes] Phishing pages impersonate Microsoft Teams download prompts – “Download Transcript | Microsoft Teams”, meeting recording availability notifications
- [IP addresses / hashes] No specific IP addresses or file hashes were provided in the article.
Read more: https://www.cyfirma.com/research/microsoft-teams-themed-remote-access-phishing-campaign/