Cloudanix Joins AWS ISV Accelerate Program

Cloudanix – Your Partner in Cloud Security Excellence

A Big List Of Popular Data Breaches and What Can Your CloudOps Team Learn From Them

  • Sujay Maheshwari Sujay Maheshwari
  • Saturday, Jul 04, 2026

The data breach landscape has shifted dramatically. What was once dominated by stolen password databases and SQL injection attacks has evolved into a world where cloud misconfigurations, stolen credentials without MFA, and supply chain compromises are the primary attack vectors. According to the Identity Theft Resource Center, 2025 saw a record 3,322 data compromises — a 79% increase over five years. The first half of 2026 has already surpassed all of 2025 in victim notices.

For CloudOps teams managing infrastructure across AWS, GCP, and Azure, these breaches aren’t abstract news stories. They are case studies in what happens when identity controls fail, when cloud storage is left without guardrails, or when vendor dependencies become single points of failure.

Here are the most consequential data breaches of recent years and what your CloudOps team can take away from each.


1. Snowflake Customer Breach Campaign (2024) — The Multi-Tenant Cloud Wake-Up Call

In mid-2024, a threat actor tracked as UNC5537 (affiliated with the Scattered Spider group) systematically compromised over 165 Snowflake customer environments, including Ticketmaster (560 million records), AT&T (call records of nearly all cellular customers), Santander Bank, and Advance Auto Parts.

The attack method was remarkably simple: the attackers used credentials stolen through infostealer malware to log into Snowflake accounts that did not have multi-factor authentication (MFA) enabled. No zero-day was exploited. No sophisticated malware was deployed. Just stolen passwords and no MFA.

In August 2026, Canadian citizen Connor Moucka pleaded guilty to hacking more than 165 companies and extorting several of them.

CloudOps Lesson: MFA is not optional — for any cloud service, SaaS platform, or data warehouse. Your team must enforce MFA across all cloud accounts, including third-party SaaS tools that host sensitive data. Implement IAM policies that mandate MFA at the identity provider level, and audit which service accounts or data platforms lack this control. If a vendor doesn’t support enforceable MFA, that’s a risk factor in your vendor assessment.


2. Change Healthcare Ransomware Attack (2024) — The $872M Single Point of Failure

On February 21, 2024, the ALPHV/BlackCat ransomware group attacked Change Healthcare, a subsidiary of UnitedHealth Group that processes approximately 40% of all U.S. healthcare claims. The attack took payment processing infrastructure offline for weeks, disrupting care delivery across hospitals, pharmacies, and physician practices nationwide.

Approximately 190 million people had their healthcare data exposed — making it the largest medical data breach in U.S. history. UnitedHealth Group reported over $872 million in breach-related costs. The attackers gained initial access through a Citrix remote access portal that lacked MFA.

CloudOps Lesson: This breach highlights the catastrophic risk of single points of failure in critical infrastructure. For CloudOps teams, the lesson is threefold: (1) ensure every remote access gateway has MFA enforced without exceptions, (2) implement network segmentation so that a compromised entry point cannot reach your entire infrastructure, and (3) build disaster recovery and business continuity plans that account for extended outages of critical third-party services. Review your cloud architecture for misconfigurations that create similar blast radius risks.


3. MOVEit Supply Chain Breach (2023) — SQL Injection at Scale

In May 2023, the Cl0p ransomware gang exploited a zero-day SQL injection vulnerability (CVE-2023-34362) in Progress Software’s MOVEit Transfer file transfer tool. The automated attack compromised over 2,700 organizations and exposed the personal data of approximately 93.3 million individuals in a matter of days.

Victims included Shell, British Airways, the U.S. Department of Energy, and dozens of government agencies. The attackers didn’t need to breach individual organizations — they targeted a shared infrastructure component that thousands of enterprises relied upon.

CloudOps Lesson: Supply chain risk is cloud risk. Your CloudOps team needs a complete inventory of all managed file transfer tools, third-party integrations, and shared infrastructure components. Implement automated vulnerability scanning for every externally-facing service. Establish a patching SLA for critical vulnerabilities (measured in hours, not days). Most importantly, apply the principle of least privilege to file transfer services — they should never have broader network or database access than strictly necessary.


4. Microsoft / Midnight Blizzard (2024) — Legacy OAuth Tokens as Attack Vectors

In January 2024, Microsoft disclosed that Russian state-sponsored group Midnight Blizzard (APT29/Cozy Bear) had accessed senior executive email accounts. The attackers used a password spray attack against a legacy test tenant account that lacked MFA, then leveraged a legacy OAuth application with elevated privileges to access the Microsoft corporate environment.

The attackers operated within Microsoft’s systems from November 2023 through January 2024 before detection. They accessed email accounts of senior leadership and legal teams, exfiltrating sensitive communications.

CloudOps Lesson: Legacy and test accounts are live attack surface. Every CloudOps team must maintain an inventory of all OAuth applications, service principals, and test tenants — and enforce the same security controls on them as production assets. Implement automated detection for privilege escalation patterns and anomalous access to sensitive resources. Regularly audit OAuth app permissions and remove those that are no longer needed. A CSPM solution can continuously monitor for these dormant-but-dangerous configurations.


5. National Public Data Breach (2024) — 2.9 Billion Records with Zero Encryption

In April 2024, a cybercriminal known as “USDoD” exfiltrated 4 terabytes of data from National Public Data, a Florida-based background check company. The dataset contained approximately 2.9 billion records including full names, Social Security numbers, addresses, and phone numbers — with no encryption protecting the data at rest.

The company subsequently filed for bankruptcy. Multiple class-action lawsuits were filed, and the breach became a defining example of what happens when a data aggregator lacks basic security controls.

CloudOps Lesson: Encryption at rest is not a luxury — it’s a baseline requirement. If your organization stores PII, encrypt it with customer-managed keys (CMKs) and enforce strict key access policies. Implement database activity monitoring to detect bulk data exfiltration patterns. Apply data classification policies to identify and protect sensitive data stores. Any S3 bucket, RDS instance, or data warehouse containing PII must have encryption enabled with auditable access controls.


6. LastPass Breach (2022–2023) — When a DevOps Engineer Becomes the Target

The LastPass breach unfolded in two stages. First, in August 2022, an attacker compromised a developer’s endpoint through a third-party software package, gaining access to source code and internal secrets. Then, in a second incident, they targeted a senior DevOps engineer’s personal computer, installed a keystroke logger, and used the captured credentials to access encrypted cloud storage backups.

The attacker operated within LastPass systems for over two months undetected. They ultimately exfiltrated encrypted customer vault backups, customer metadata, and API keys. In December 2025, the UK’s ICO concluded that LastPass had failed to implement sufficiently robust security measures.

CloudOps Lesson: This breach demonstrates why privileged access management for cloud infrastructure requires more than just strong passwords. Implement Just-In-Time (JIT) access for sensitive infrastructure so that standing privileges don’t persist. Enforce hardware security keys for high-privilege roles. Deploy endpoint detection on all machines with access to production secrets. Segment your backup infrastructure so that compromising one credential cannot grant access to complete vault backups.


7. Instructure/Canvas Breach (2026) — The Largest Education Data Breach

In April 2026, the extortion group ShinyHunters breached Canvas LMS, the learning management platform used by over 40% of U.S. colleges. They exfiltrated 3.65 terabytes of data from approximately 275 million users across 8,809 educational institutions worldwide.

Despite Instructure claiming containment on May 6, the attackers re-compromised systems on May 7, replacing the login page with a ransom demand. Instructure ultimately paid the ransom in exchange for proof of data destruction. This breach accounted for an estimated 58% of all H1 2026 victim notices.

CloudOps Lesson: “Contained” doesn’t mean “secured.” After any breach, complete environment rotation is critical — all credentials, API keys, session tokens, and access keys must be revoked and reissued. This incident also underscores the importance of immutable infrastructure: if your systems can be re-compromised within days of “containment,” your remediation didn’t address the root cause. Implement infrastructure-as-code with automated drift detection to ensure configuration changes are tracked and auditable.


8. CrowdStrike Global Outage (2024) — Not a Breach, But a Resilience Lesson

On July 19, 2024, CrowdStrike distributed a faulty Falcon sensor update that crashed approximately 8.5 million Windows systems worldwide. Airlines, hospitals, payment processors, and emergency services were disrupted. Estimated insurer payouts reached $1.5 billion.

This wasn’t a cyberattack — it was a reliability failure in a security tool’s update pipeline. Every affected system required manual, hands-on-keyboard recovery.

CloudOps Lesson: Your security tools are part of your attack surface and your availability risk. Implement canary deployments for agent updates — even for trusted security vendors. Ensure your disaster recovery plan accounts for scenarios where your security tooling itself becomes the outage vector. Maintain the ability to boot and operate critical systems even when your primary security agent is non-functional. This is a core tenet of operational resilience in cloud environments.


Common Patterns: What These Breaches Reveal

Across these incidents, the same root causes recur:

Root CauseBreaches Where It Appeared
Missing or unenforced MFASnowflake, Change Healthcare, Microsoft
Overly permissive IAM / legacy OAuthMicrosoft, LastPass, Snowflake
No encryption at restNational Public Data
Supply chain / third-party riskMOVEit, CrowdStrike, LastPass
Inadequate detection & responseLastPass, Microsoft, Canvas
Incomplete post-incident remediationCanvas/Instructure

How Cloudanix Helps Prevent These Scenarios

Cloudanix provides continuous cloud security posture management that directly addresses the root causes behind these breaches:

  • Identity & Access Governance — Detect accounts without MFA, overly permissive roles, unused credentials, and legacy service principals across AWS, GCP, and Azure. Enforce least-privilege access with automated recommendations.

  • Misconfiguration Detection — Continuously scan for unencrypted storage, publicly exposed databases, permissive security groups, and missing logging — the exact configurations that enabled breaches like National Public Data and Snowflake.

  • Compliance Frameworks — Map your cloud posture against NIST, CIS, GDPR, HIPAA, and SOC 2 benchmarks to maintain continuous compliance.

  • Just-In-Time Access — Eliminate standing privileges with JIT access controls that grant time-bound permissions only when needed.

  • Cloud Detection & Response — Detect anomalous API calls, bulk data access patterns, and privilege escalation attempts before they become breaches.

Sign up for a free trial and assess your cloud security posture against the exact attack patterns that enabled these breaches.


Further Reading

What Our Users Are Saying

Customer Reviews

Cloudanix is trusted by security leaders worldwide to deliver proactive, reliable, and cutting-edge cloud security.

One day, I changed the password of a root account, and my CTO called me within less than a minute to confirm if I did so. I was not expecting a reaction this quick. He told me Cloudanix alerted him of this password change and that he wanted to confirm as it was a critical security notification. I couldn't believe it!

Ritesh Agarwal
Ritesh Agarwal
CEO, Airgap Networks

Compliance is one way of staying secure, but what I want is the ability to go deeper and attain 'true security.' Cloudanix provides us the capability to do so.

Vishal Madan
Vishal Madan
Head of Engineering, iMocha

Cloudanix is building for the future of the cloud, which makes the product all the more desirable.

Ritesh Agarwal
Ritesh Agarwal
CEO, Airgap Networks

Cloudanix gave us the visibility we were missing. Being able to move from permanent access to a robust Just-In-Time (JIT) workflow has fundamentally changed our security posture without slowing down our engineering velocity.

Pavan Kumar Lekkala
Pavan Kumar Lekkala
SRE Lead, HugoHub

We are excited to leverage Cloudanix's comprehensive multi-cloud DevSecOps solution to secure our production workloads on AWS. Cloudanix has demonstrated that it can solve many challenges that DevSecOps teams face while continually adding new features such as SOC2 compliance and drift detection.

Satish Mohan
Satish Mohan
Co-founder & CTO, Airgap Networks

Managing third-party partner access was once a major concern for our security posture. With Cloudanix JIT Cloud, we've effectively achieved zero third-party risk. We can now grant access confidently, knowing that it is temporary, audited, and automatically revoked, resulting in a 100% reduction in our privileged access exposure.

Okesh Badhiye
Okesh Badhiye
Head of Technical Engineering, Finfinity

The snooze feature and responsible alerts have helped us save time and prioritize what to tackle first.

Satish Mohan
Satish Mohan
Co-founder & CTO, Airgap Networks

Implementing Cloudanix JIT internally allowed us to practice what we preach. By eliminating permanent access to our own clouds and databases, we've neutralized the risk of standing privileges, ensuring our own 'keys to the kingdom' are never left exposed.

Girish Manghnani
Girish Manghnani
Managing Partner, Tech Inspira

The problem with permissions is a lot of times, the gaps are left open due to oversights from inside the organization itself. With Cloudanix's CIEM, we get a complete view of user permissions and access. This enables us to update the permissions, reducing the attack surface.

Nilesh Pethani
Nilesh Pethani
Application Architect, iMocha

In the world of Fintech, trust is our currency. Cloudanix provided the frictionless visibility we needed to secure our EKS workloads across AWS, ensuring we stay audit-ready for SOC2 and GDPR without slowing down our engineering velocity.

Amol Naik
Amol Naik
Head of Security & Infrastructure, HugoHub

Cloudanix delivered value within 5 minutes of onboarding. Continuous monitoring, timely detection, and excellent documentation helped us attain a great cloud security posture.

Divyanshu Shukla
Senior DevSecOps, Meesho

Technology strategies and business strategies are in a state of constant change which includes centralization and decentralization of responsibilities. Regardless of strategic shift, we still have intellectual property to protect. Cloudanix are critical partners for us in our public cloud security posture across our three cloud providers.

Jerry Locke
Jerry Locke
Senior Director Global Solutions Engineering, Eversana

Cloudanix has been amazing. They opened up a common Slack channel with us — and it feels like we are talking to our own team and getting things done with Cloud security. The support team is always available, friendly, helpful, and ready to go out of their way.

Satish Mohan
Satish Mohan
CTO, Airgap Networks

Beyond just access management, Cloudanix CSPM has given us a unified view of our AWS environment. The real-time alerting and anomaly detection allow us to prevent any untoward activity before it happens, which is critical for a marketplace connecting 50+ financial institutions.

Okesh Badhiye
Okesh Badhiye
Head of Technical Engineering, Finfinity

For a Fintech company, data is our most valuable — and most sensitive — asset. Cloudanix DAM hasn't just improved our visibility; it has given us control. The ability to mask data and prevent unauthorized queries in real-time is a game-changer for our compliance and customer trust.

Jiten Gala
Jiten Gala
President Engineering and Product, Kapittx

Our clients, especially in the Middle East financial sector, demand absolute accountability. Cloudanix JIT Cloud has been a competitive differentiator for us, allowing us to provide secure, governed access to customer accounts that meet their strictest audit and compliance requirements.

Girish Manghnani
Girish Manghnani
Managing Partner, Tech Inspira

Cloudanix is always on my team's lips because of its exceptional support. Be it a small or big query, Cloudanix has gone above and beyond to resolve them. This one's a keeper for us.

Sujit Karpe
Sujit Karpe
CTO, iMocha

For a long-lasting partnership, great support goes a long way. Cloudanix has delivered exceptional support whenever required. Their edge is their team is always ready to go beyond to solve any issues that we have. This speaks volumes about the culture at Cloudanix.

Akash Maheshwari
Akash Maheshwari
Co-founder, MoveInSync

Beyond the technology, Cloudanix feels like an extension of our own team. Their willingness to stand up a dedicated Middle East tenant for us and provide exceptional support at a sensible price makes them a long-term partner for Hugosave.

Surya Tamada
Surya Tamada
CTO, HugoHub

The real-time notifications that Cloudanix provides are a real lifesaver. Their adaptive notifications ensure that my team stays productive and doesn't get interrupted all the time.

Digvijay Singh
Staff Security Engineer, Meesho

The whole point in technological evolution is to help improve the world we live in. We must protect that and to do so requires an effective and efficient security strategy. The Cloudanix team helped make our public cloud security posture management strategy a reality. The symbiotic relationship we have allows for a continuous feedback loop which is how business should operate.

Larry Wheat
Larry Wheat
Staff Solutions Engineer, Eversana

Ready to see your graph?

Connect a cloud account in under 30 minutes. See every finding rooted in identity, asset, and blast radius — with a fix path attached.

Book a Demo