Vimeo Confirms User Data Exposure Following Breach at Third-Party Analytics Vendor Anodot

Vimeo Data Exposed in Supply-Chain Attack on Vendor Anodot; ShinyHunters Implicated

HIGH
May 4, 2026
May 7, 2026
4m read
Supply Chain AttackData BreachThreat Actor

Impact Scope

Affected Companies

VimeoRockstar Games

Industries Affected

TechnologyMedia and Entertainment

Related Entities(initial)

Threat Actors

ShinyHunters

Organizations

Anodot

Products & Tech

BigQuerySnowflake

Other

Rockstar GamesVimeo

Full Report(when first published)

Executive Summary

Video hosting platform Vimeo has disclosed a security incident where user and customer data was exposed due to a supply chain attack targeting its third-party analytics vendor, Anodot. Attackers compromised Anodot and stole authentication tokens, which they then used to gain unauthorized access to the cloud data environments of Anodot's customers, including Vimeo's Snowflake and BigQuery instances. The notorious extortion group ShinyHunters has claimed responsibility, listing Vimeo on its leak site. Exposed data includes video metadata and some customer emails, but not video content or payment details. Vimeo has since disabled the Anodot integration and all associated credentials.


Threat Overview

This incident is a classic supply chain attack where a less-secure third-party vendor becomes the entry point into a more secure primary target.

  • Victim: Vimeo
  • Attack Vector: Compromise of third-party vendor, Anodot.
  • Method: Attackers stole authentication tokens from Anodot, which granted access to customer data warehouses.
  • Threat Actor: ShinyHunters claimed the attack.
  • Exposed Data:
    • Technical information
    • Video titles and metadata
    • Some customer email addresses
  • Data Not Exposed: Uploaded video content, user credentials, payment card information.

ShinyHunters listed Vimeo on its data leak site and claimed to have data from the company's Snowflake and BigQuery instances. This campaign was not isolated to Vimeo; gaming giant Rockstar Games was also identified as a victim of the same Anodot compromise, highlighting the widespread impact of a single vendor breach.


Technical Analysis

The core of this attack was the theft and misuse of authentication tokens. By compromising the central analytics platform (Anodot), the attackers gained a powerful pivot point. Anodot, by design, would have had persistent, trusted access tokens to its customers' data warehouses (like Snowflake and BigQuery) in order to perform its analytics functions.

Once the attackers stole these tokens from Anodot, they could directly query the customers' data warehouses, bypassing the primary target's direct perimeter defenses. This is a highly effective technique because the access requests made with the stolen tokens would appear to originate from a legitimate, trusted third-party service.

MITRE ATT&CK Techniques


Impact Assessment

For Vimeo, the impact is primarily reputational. While the company emphasizes that the most sensitive data was not exposed, any unauthorized access to user data erodes trust. The incident also incurs costs for incident response, forensic investigation, and legal review.

This attack serves as a powerful case study on the systemic risk posed by supply chain vulnerabilities. The compromise of a single vendor, Anodot, had a cascading effect on multiple high-profile customers. It forces organizations to re-evaluate their third-party risk management programs and the level of trust and access granted to vendors.


IOCs — Directly from Articles

No specific Indicators of Compromise were mentioned in the source articles.


Cyber Observables — Hunting Hints

Organizations can hunt for signs of similar third-party token compromise:

Type
log_source
Value
Snowflake/BigQuery Audit Logs
Description
Monitor for queries originating from vendor service accounts that are unusual in volume, frequency, or target tables.
Type
cloud_observable
Value
Access from non-standard IP ranges
Description
Look for API calls from a vendor's service account originating from IP addresses outside of the vendor's known ASN or IP range.
Type
user_agent
Value
Unusual User-Agent strings
Description
An attacker using a stolen token with a script may use a different User-Agent than the legitimate vendor application.

Detection & Response

Vimeo's response was appropriate:

  1. Disable Credentials: Immediately revoking all credentials and tokens associated with the compromised vendor (Anodot) is the critical first step to stop the bleeding.
  2. Remove Integration: Disconnecting the service entirely ensures no further access is possible.
  3. Investigate and Notify: Launching a forensic investigation and notifying customers and law enforcement are key components of responsible disclosure.

For detection, organizations should focus on D3-CUA - Cloud User Activity Analysis, specifically monitoring the behavior of third-party service accounts for anomalies.


Mitigation

  1. Third-Party Risk Management (TPRM): Conduct rigorous security assessments of all vendors, especially those with access to sensitive data or systems.
  2. Least Privilege for Vendors: Grant vendors the absolute minimum level of access required for their function. Use read-only roles where possible and scope access to specific datasets, not the entire warehouse.
  3. Token and Key Rotation: Enforce regular rotation of all API keys and tokens used by third-party services.
  4. IP-Based Access Controls: Where possible, restrict access for vendor service accounts to a known, allow-listed set of IP addresses belonging to the vendor.
  5. Contractual Obligations: Ensure vendor contracts include strong security requirements, liability clauses, and mandatory breach notification timelines.

Timeline of Events

1
May 4, 2026
This article was published

Article Updates

May 5, 2026

Refined technical analysis, updated MITRE ATT&CK mappings, and new hunting hints for the Vimeo Anodot breach.

This update provides a refined technical analysis of the Vimeo data breach, incorporating updated MITRE ATT&CK mappings such as T1078.004 (Valid Accounts: Cloud Accounts), T1539 (Steal Web Session Cookie), and T1580 (Cloud Infrastructure Discovery). Additionally, new cyber observables for hunting are included, focusing on specific API endpoint monitoring and user account patterns. The incident's core details remain consistent, but this article offers a slightly different analytical perspective and explicitly lists the original news sources.

May 7, 2026

Severity increased

ShinyHunters leaked a 106GB data archive, confirming 119,000 Vimeo user email addresses exposed via the Anodot breach.

The notorious ShinyHunters group has publicly leaked a 106GB data archive allegedly stolen from Anodot, which includes data from Vimeo. The breach notification service Have I Been Pwned has indexed this data, confirming the exposure of 119,000 unique Vimeo user email addresses, along with names and technical metadata. This leak provides concrete evidence of the breach's scale and increases the risk of targeted phishing for affected users.

Sources & References(when first published)

Article Author

Jason Gomes

Jason Gomes

• Cybersecurity Practitioner

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.

Threat Intelligence & AnalysisSecurity Orchestration (SOAR/XSOAR)Incident Response & Digital ForensicsSecurity Operations Center (SOC)SIEM & Security AnalyticsCyber Fusion & Threat SharingSecurity Automation & IntegrationManaged Detection & Response (MDR)

Tags

AnodotData BreachShinyHuntersSnowflakeSupply Chain AttackThird-Party RiskVimeo

📢 Share This Article

Help others stay informed about cybersecurity threats

🎯 MITRE ATT&CK Mapped

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.

🧠 Enriched & Analyzed

Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.

🛡️ Actionable Guidance

Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.

🔗 STIX Visualizer

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 Generator

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.