Identity has become the new security perimeter, and threat actors are adapting their tactics accordingly. A new analysis from Unit 42 reveals a significant and growing trend of attackers abusing trusted enterprise collaboration platforms such as Microsoft Teams and Slack for malicious activities. Over the last 12 months, endpoint alerts related to this vector have quadrupled. Attackers leverage compromised accounts, external federation, and guest access to conduct identity phishing, impersonation, credential theft, and malware delivery. This activity bypasses traditional security controls focused on email and perimeter defenses, exploiting the inherent trust users have in these authenticated communication channels. This report details the attack techniques observed and provides actionable recommendations for detection, response, and mitigation to help security leaders protect their organizations from this evolving threat.
Threat actors are increasingly shifting their focus from email-based attacks to misusing enterprise collaboration platforms. These platforms are no longer just productivity tools; they are a key part of the enterprise attack surface. The core of this threat lies in the exploitation of trust. When an attacker communicates through a legitimate, authenticated channel like Teams or Slack, their messages are less likely to be scrutinized by the target.
Attackers gain access to these environments through several pathways:
Once inside, the attacker inherits the identity and privileges of the compromised user, allowing them to send malicious links, files, and messages that appear as normal business communication. Unit 42 found that 99% of related alerts were linked to chat phishing operations, underscoring this as the primary initial access method. The goal is often to steal credentials, deploy malware, or socially engineer employees into performing actions that benefit the attacker.
Attackers utilize collaboration platforms at multiple stages of an attack. The techniques range from initial access via phishing to post-compromise activities.
.rar archives, are sent directly to victims via chat. The victim is socially engineered to download and open the file..rar file in a Teams chat must manually open the archive, which then triggers the malicious payload..rar archive that, when opened by WinRAR.exe, extracted a malicious lpk.dll. This is a classic DLL side-loading technique where a legitimate application is tricked into loading a malicious library.The process tree for such an attack might show a collaboration tool like
Teams.exespawningexplorer.exe(as the user navigates to the downloaded file), which in turn launches an application likeWinRAR.exeto open a malicious archive. This chain of events can be a key indicator of compromise.
The abuse of collaboration platforms poses a significant risk to organizations. The primary impact is the compromise of user identities, which can lead to a cascade of further malicious activities.
Because security controls often have limited visibility into authenticated sessions on these platforms, malicious activity can go undetected for extended periods, increasing the potential damage.
The following indicator was mentioned in the source material.
lpk.dll.rar archive.Security teams may want to hunt for the following patterns to detect related malicious activity:
Teams.exe -> WinRAR.exeTeams.exe -> powershell.exe.rar, .zip, .iso, .lnk downloaded from chat appsTeams.exe, slack.exe, etc., to suspicious destinations. Context: SIEM, Network Detection and Response (NDR).Detecting and responding to identity abuse in collaboration channels requires a multi-layered approach that goes beyond traditional email security.
Monitor Process Lineage: Use an Endpoint Detection and Response (EDR) solution to monitor process creation events. Create alerts for collaboration applications (Teams.exe, slack.exe) spawning suspicious child processes like script interpreters (powershell.exe, cscript.exe), archive utilities (7z.exe, WinRAR.exe), or remote access tools. This can be achieved through D3FEND Process Analysis (D3-PA).
Analyze SaaS Logs: Ingest and analyze logs from collaboration platforms and identity providers (IdPs). Look for anomalous activity such as logins from unusual locations, rapid changes in user permissions, or a high volume of file downloads. Applying D3FEND User Behavior Analysis (D3-UBA) can help baseline normal activity and spot deviations.
Network Traffic Analysis: Implement D3FEND Network Traffic Analysis (D3-NTA) to monitor for connections from collaboration clients to known malicious domains, phishing infrastructure, or adversary-in-the-middle proxies. Pay close attention to DNS queries and TLS certificate details.
Incident Response Playbooks: Develop and test incident response playbooks specifically for SaaS and identity-based attacks. These should include steps to quickly disable compromised accounts, revoke sessions, analyze audit logs, and communicate with affected users.
Defending against these threats requires a combination of technical controls and user awareness.
Enforce Phishing-Resistant MFA: Mandate the use of phishing-resistant multi-factor authentication (MFA) such as FIDO2/WebAuthn. This is the most effective control against credential and session token theft. This aligns with D3FEND Multi-factor Authentication (D3-MFA).
User Training: Educate users about the risk of phishing attacks through collaboration platforms. Training should emphasize verifying unusual requests, scrutinizing links and file attachments, and reporting suspicious conversations, even if they come from a seemingly trusted colleague. This maps to MITRE Mitigation M1017: User Training.
Harden Collaboration Platform Configuration: Apply the principle of least privilege. Restrict external federation and guest access to only what is necessary. Regularly audit permissions and disable risky third-party application integrations. This is a form of D3FEND Application Configuration Hardening (D3-ACH).
Deploy SaaS Security Solutions: Implement a SaaS Security Posture Management (SSP-M) or Cloud Access Security Broker (CASB) solution to gain visibility into user activity, detect misconfigurations, and enforce data loss prevention (DLP) policies within collaboration environments.
Restrict File Types: If possible, configure policies within collaboration platforms to block the transfer of high-risk file types, such as executables, scripts, and archives.
Enforce phishing-resistant MFA (like FIDO2) to prevent account takeover even if credentials are stolen.
Train users to identify and report suspicious messages and links received through collaboration platforms.
Regularly audit and monitor logs from SaaS applications and identity providers for anomalous activity.
Use web filtering and DNS protection to block access to known phishing sites and malicious domains linked in chat messages.
Utilize security controls that can analyze and detonate suspicious files and links from chat platforms in a safe environment.
Harden the configuration of collaboration platforms by restricting guest access, external federation, and risky third-party app integrations.
To counter the credential and token theft techniques described, organizations must prioritize the deployment of phishing-resistant Multi-factor Authentication (MFA). Specifically, move away from push-based or OTP-based MFA, which are vulnerable to AitM attacks and MFA fatigue. Instead, implement FIDO2/WebAuthn standards, which bind the authentication to the user's device and origin, making it nearly impossible to phish. The rollout should be prioritized for all users, especially administrators and privileged accounts with access to collaboration platforms like Microsoft Teams and Slack. This directly mitigates the risk of account takeover, which is the primary enabler for attackers to establish a trusted foothold within the organization's communication channels. This control is the single most effective defense against the identity-focused attacks detailed in the report.
Given that attackers are delivering malware like the lpk.dll side-loading payload via chat, process analysis on endpoints is critical. Security teams should configure their EDR solution to monitor and alert on anomalous process chains originating from collaboration applications. A baseline of normal child processes for Teams.exe or slack.exe should be established. High-fidelity alerts should be created for any instance where these parent processes spawn shell interpreters (cmd.exe, powershell.exe), archive utilities (WinRAR.exe, 7z.exe), or any unsigned executable. This allows for the detection of the User Execution (T1204) and DLL Side-Loading (T1574.002) techniques at the moment of execution, providing an early opportunity to isolate the affected host and prevent further compromise.
To reduce the attack surface presented by collaboration tools, organizations must perform rigorous application configuration hardening. This involves a thorough review of Microsoft Teams and Slack settings. Key actions include: restricting external federation to only trusted domains, disabling anonymous or public guest access where not essential for business, and implementing strict controls over third-party app integrations. Regularly audit user roles and permissions to enforce the principle of least privilege. For file sharing, configure policies to block the upload and download of high-risk file extensions (.exe, .dll, .ps1, .rar). These hardening steps limit the pathways attackers can use for initial access and reduce their ability to abuse platform features for malicious ends.

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.