Ransomware Victims Research | ThreatLabz
Zscaler ThreatLabz identified 351 victims across 334 organizations in a single ransomware campaign over a one-month period. The campaign targets manager-level employees in finance, sales, operations, HR, and marketing roles, leveraging their business access rather than administrative privileges. Initial access is achieved through spam email followed by Microsoft Teams impersonation and ClickFix-style attacks that trick users into executing malicious commands via the Windows Run prompt.
Detection / Hunteropenrouter
What Happened
Researchers found that ransomware attackers are specifically targeting managers and business employees rather than IT administrators. Over one month, they identified 351 victims across 334 organizations. Most victims worked in finance, sales, operations, HR, or marketing — roles with access to sensitive data, payments, and contracts. Attackers first send spam emails, then impersonate IT staff through Microsoft Teams, and sometimes trick users into running malicious commands on their computers. Organizations should restrict external messaging on collaboration tools, train employees to verify unusual IT requests, and limit each employee's access to only what their job requires.
Key Takeaways
- 62% of identified ransomware victims held manager-level titles or higher, indicating attackers target business privilege rather than just administrative privilege.
- 75% of victims worked in accounting and finance, sales, operations, human resources, or marketing — roles with access to financial data, contracts, vendor records, and customer information.
- Attack chain begins with spam email, followed by Microsoft Teams impersonation of IT staff, and ClickFix-style lures tricking victims into pasting malicious commands into the Windows Run prompt.
- Over a dozen organizations had multiple employees compromised, indicating attackers expand access beyond the initial victim within the same organization.
- 50% of victims worked in industrials (35.5%) or IT (14.6%) sectors, where disruption to production, logistics, or service platforms creates operational and financial pressure.
Affected Systems
- Microsoft Teams
- Windows endpoints
- Collaboration platforms (e.g., Slack)
Vulnerabilities (CVEs)
None identified.
Attack Chain
- Initial Access: Spam email is sent to target employees to establish contact and create a pretext for follow-up impersonation.
- Social Engineering: Attackers impersonate IT staff via Microsoft Teams, offering to help fix the spam email problem.
- Execution: ClickFix-style lures trick the victim into copying and pasting malicious commands into the Windows Run prompt.
- Foothold: Compromised manager-level accounts provide access to financial data, contracts, vendor records, and enterprise applications.
- Expansion: Attackers move beyond the initial victim, compromising additional employees within the same organization.
- Impact: Attackers steal sensitive corporate data for extortion and selectively encrypt critical systems.
Detection Availability
- YARA Rules: No
- Sigma Rules: No
- Snort/Suricata Rules: No
- KQL Queries: No
- Splunk SPL Queries: No
- EQL Queries: No
- Other Detection Logic: No
No detection rules, queries, or signatures are provided in the article.
Detection Engineering Assessment
| Dimension | Rating | Rationale |
|---|---|---|
| EDR Visibility | Medium | The ClickFix execution stage involves user-initiated command execution via the Windows Run prompt, which EDR can capture as process creation events. However, the social engineering stages via Teams and email are less visible to endpoint tooling. |
| Network Visibility | Low | The article does not describe specific C2 infrastructure or network indicators. The initial access vector relies on legitimate collaboration platforms and social engineering rather than network-based exploitation. |
| Detection Difficulty | Hard | The attack leverages legitimate collaboration platforms and social engineering rather than technical exploits. Distinguishing malicious Teams messages from legitimate IT support communications is challenging without behavioral baselining and external communication monitoring. |
Required Log Sources
- Microsoft Teams audit logs
- Email gateway logs
- EDR process creation events
- Windows Event Log (process creation - Sysmon Event ID 1 or Security Event ID 4688)
- Identity and access management logs for anomalous account usage
Hunting Hypotheses
| Hypothesis | Telemetry | ATT&CK Stage | FP Risk |
|---|---|---|---|
| Consider hunting for external users initiating Microsoft Teams conversations with employees shortly after those same employees received a spike of spam emails, as this may indicate a coordinated social engineering pretext. | Microsoft Teams audit logs and email gateway logs correlated by user and time window. | Initial Access | Medium — legitimate external vendors or partners may contact employees after email issues. |
| Consider hunting for process execution originating from the Windows Run prompt (runas or shell execution) following unusual clipboard activity or shortly after a user interacted with an external Teams message. | EDR process creation events with parent process analysis, clipboard monitoring if available, and Teams activity logs. | Execution | Low to Medium — legitimate use of the Run prompt is common but correlation with external Teams messages narrows the scope. |
| Consider hunting for manager-level accounts exhibiting anomalous access patterns to financial systems, vendor databases, or contract repositories outside their normal usage baselines. | Application access logs, data access logs, and UEBA telemetry for manager-tier accounts. | Credential Access / Discovery | Medium — managers may legitimately access varied systems during budget cycles or project reviews. |
| Consider hunting for multiple compromised accounts within the same organization showing similar initial access patterns, as the article notes over a dozen organizations had multiple victims. | SIEM correlation of phishing reports, Teams external message logs, and EDR alerts grouped by organization. | Initial Access / Lateral Movement | Low — multiple accounts with the same social engineering pattern in a short window is a strong indicator. |
Control Gaps
- Email and collaboration platform filtering may not block social engineering messages that use legitimate platforms like Microsoft Teams.
- Traditional privilege-based access controls focused on administrator accounts do not account for business privilege held by managers.
- Network segmentation may not prevent lateral movement from manager accounts with broad application access.
- Security awareness training focused on phishing emails may not cover Teams-based impersonation or ClickFix-style browser lures.
Key Behavioral Indicators
- External users initiating unsolicited Teams conversations with employees
- Process execution with parent process of Windows Run prompt following external communication activity
- Manager-level accounts accessing financial or contract systems outside normal usage patterns
- Multiple employees in the same organization receiving similar social engineering messages within a short timeframe
- Clipboard paste activity followed by command execution on Windows endpoints
False Positive Assessment
Medium — The attack leverages legitimate collaboration platforms and social engineering rather than technical exploits. Distinguishing malicious Teams impersonation from legitimate IT support communications requires behavioral context and correlation across multiple log sources.
Recommendations
Immediate Mitigation
- Verify against your organization's incident response runbook and team escalation paths before acting. Consider reviewing Microsoft Teams and Slack external communication policies to restrict unsolicited messages from external users.
- Consider monitoring for and blocking external Teams messages that reference IT support, spam remediation, or system fixes directed at non-IT employees.
- If your EDR supports it, consider enabling detection rules for process execution originating from the Windows Run prompt, especially when preceded by browser or collaboration platform activity.
- Consider alerting on multiple employees in the same organization receiving similar social engineering messages within a short time window.
Infrastructure Hardening
- Evaluate whether your collaboration platforms support restricting external communications to approved domains or users only.
- Consider implementing Zero Trust architecture to segment access and limit lateral movement from compromised business accounts.
- Review whether manager-level accounts have least-privilege access to financial systems, vendor databases, and contract repositories.
- Consider deploying inline network and endpoint threat protection to identify malicious content before it reaches users.
User Protection
- Consider training employees to verify unusual IT support requests through trusted internal channels and company directory information before taking action.
- Consider adding ClickFix-style attack scenarios to existing security awareness training, specifically warning users against pasting commands into the Windows Run prompt from untrusted sources.
- Evaluate whether employees know how to report suspicious Teams messages or external communication attempts through internal security channels.
Security Awareness
- Consider rolling targeted awareness training for manager-level employees in finance, sales, operations, HR, and marketing into existing programs.
- Consider incorporating guidance on verifying IT personnel identity through company directories rather than trusting unsolicited messages.
- If applicable, consider educating employees on the relationship between spam email spikes and follow-up social engineering attempts via collaboration platforms.
MITRE ATT&CK Mapping
Initial Access
Additional IOCs
- Command Lines:
- Purpose: Execution of attacker-delivered commands via ClickFix social engineering lure | Tools:
Windows Run prompt| Stage: Initial Access
- Purpose: Execution of attacker-delivered commands via ClickFix social engineering lure | Tools: