Identity Is the New Perimeter: Why Credential Attacks Now Beat Network Intrusions

Picture of DataStorage Editorial Team

DataStorage Editorial Team

SECURITY & GOVERNANCE 8 min read  ·  September 2026
In March 2023, attackers walked into Okta's support system using a stolen employee credential: no malware, no exploit, no phishing email that morning. They used a session that already existed.

Six months later, a similar pattern hit MGM Resorts: a ten minute phone call to a help desk, a reset password, and a ransomware crew was inside a casino operator's network without touching a single firewall rule. Neither incident involved breaking through a perimeter. Both involved becoming someone who was already allowed in.

This is not an edge case anymore. It is the default. For most of the last two decades, security budgets were built around the assumption that the network edge was the thing worth defending: firewalls, VPNs, intrusion detection, segmented subnets. That assumption made sense when infrastructure lived in one data center with one entry point. It makes much less sense when a single mid size company now runs workloads across AWS, a neocloud GPU provider, a managed database vendor, and a handful of SaaS platforms, each with its own identity system and its own set of credentials, tokens, and service accounts. The fence has no edges left to guard. What is left is identity: the set of credentials that decide who, or what, is allowed to act.

80%
of breaches now involve compromised or misused credentials rather than malware or an exploit
Verizon DBIR, 2024
75%
of detected attacks relied on valid account abuse rather than malware
CrowdStrike GTR, 2024
45:1
estimated ratio of machine identities to human identities in a typical enterprise
CyberArk, 2024
292 days
average time to identify and contain a breach that started with stolen credentials
IBM Cost of a Data Breach, 2024
$
Free Tool
See What a Compromised Account Could Actually Cost
Run the numbers on real storage and egress pricing across providers before an anomaly, not after one shows up on next month's invoice.
Try the Free Calculator  →

The Perimeter Stopped Being a Fence

The traditional security model assumed a trusted inside and an untrusted outside, with the network boundary as the control point. Cloud broke that model in three specific ways that matter for infrastructure buyers, not just security teams.

First, workloads no longer sit behind a single boundary. A training job might read data from an object storage bucket, call a GPU cluster at a separate provider, and write results back through a third vendor's API, none of which share a network perimeter. Second, most access into that chain now happens over the public internet by design, authenticated by a credential rather than by network location. Third, the number of things that need credentials has grown faster than the number of people. Every microservice, every CI/CD pipeline, every AI agent calling a model endpoint needs its own identity, and each one is a potential entry point that a firewall was never built to see.

The result is that the question security teams ask has changed. It used to be: can an attacker get through the wall? Now it is: can an attacker convince the system they are already supposed to be inside it? That second question is far harder to answer with network tooling, because a stolen credential looks, to most logging systems, exactly like legitimate access.


Why Credentials Beat the Network Every Time

Credential based intrusion has a structural advantage over network intrusion: it does not need to defeat anything. A network attack has to find an unpatched service, an exposed port, or a vulnerability worth weaponizing, all of which leave forensic evidence and can be blocked by a patch. A credential attack simply reuses a password, a session token, or an API key that was never revoked. There is no exploit to detect because nothing is being exploited. The system is functioning exactly as designed, for the wrong person.

Phishing Has Moved Past MFA

Modern phishing kits do not try to guess a password anymore. They proxy the real login page in real time, capture the session token issued after multi factor authentication succeeds, and replay that token before it expires. The victim sees a normal login. The attacker walks away with a session that is already fully authenticated, no password cracking and no MFA bypass required in the traditional sense, because the MFA step already happened, just for the attacker's benefit instead of the user's.

Dwell Time Favors the Attacker

Because credential based access blends into normal traffic patterns, it tends to go undetected far longer than malware or exploit based intrusions. Attackers using valid accounts can browse quietly, escalate privileges gradually, and exfiltrate data in patterns that resemble routine business activity, which is exactly why security teams increasingly describe identity, not the network, as the front line.

Attribute Network Intrusion Credential Based Intrusion
Primary defense Firewalls, patching, segmentation Credential hygiene, MFA, least privilege
Typical detection method Intrusion detection, traffic anomalies Behavioral analytics, spend anomalies
Leaves a forensic trace of An exploited vulnerability or malware artifact Nothing: it looks like normal access
Common first sign An alert from IDS or endpoint tooling An unexpected cloud bill or unusual data egress

The Machine Identity Explosion Nobody Is Budgeting For

The identity conversation usually centers on humans: employees, contractors, the people who log into a VPN or an SSO portal. That framing is already out of date. In modern cloud and AI infrastructure, the overwhelming majority of credentials in circulation belong to things, not people: API keys for a data pipeline, service accounts for a Kubernetes cluster, OAuth tokens issued to a third party integration, and the access tokens an AI agent uses to call a model endpoint or query a storage bucket on a human's behalf.

This matters specifically for AI infrastructure teams because agentic workloads multiply machine identities faster than almost anything else in the stack. A single production AI agent might hold credentials to a vector database, a model provider, an object storage account, and an internal API, each one a standing grant of access that persists long after the task that created it is finished. Unlike a human employee, a stale service account does not get flagged in an offboarding checklist. It just sits there, valid, until someone finds it, and increasingly, that someone is an attacker rather than an auditor.

The practical risk is not abstract. A leaked API key for a GPU provider or a cloud storage account is not just a data exposure question, it is a resource theft question: someone else can spin up compute or move data using an account that is not theirs, and the bill lands on the legitimate owner before anyone notices the anomaly. Teams that never audit for orphaned service accounts often only catch the problem the same way they catch a cloud misconfiguration: after the invoice arrives.


GPU Marketplace
Know What Normal GPU Spend Looks Like
Compare real pricing and availability across GPU providers so a sudden spike in compute hours is obvious the moment it happens, not a quarter later.
Explore GPU Providers  →

What a Stolen Credential Actually Costs an Infrastructure Team

Security teams measure credential compromise in breach costs. Infrastructure and FinOps teams should measure it in a second currency: the compute and egress bill an attacker can generate before detection. Both numbers matter, and they compound each other.

A compromised cloud credential with permission to launch instances is, in practical terms, a blank check against a company's GPU spend. Cryptomining and unauthorized model training runs on stolen accounts are common enough that several major cloud providers now run automated anomaly detection specifically for sudden compute spikes tied to a single credential. The same logic applies to data. An attacker who authenticates as a legitimate service does not need to defeat encryption or storage security, they simply request the data through the front door and pay whatever egress fee the provider charges, except the bill goes to the victim, not the attacker, turning a security incident directly into a cost anomaly on next month's invoice.

This is also where storage architecture and identity security intersect more than most teams expect. Zero egress providers like Backblaze B2 do not just reduce the cost of routine multi cloud data movement, they also cap the financial damage an attacker can do by exfiltrating data through a compromised credential, since there is no per gigabyte toll for the attacker to run up on the way out. That is a genuine architectural argument for egress free storage in an identity first threat model, not just a cost optimization one.


Building an Identity First Defense

None of this means network security is worthless, only that it is no longer sufficient on its own. Infrastructure teams that are serious about the shift toward identity based attacks tend to converge on the same handful of practices, and most of them overlap heavily with the discipline behind a zero trust architecture.

Where To Start
  • Short lived credentials over long lived ones. Workload identity federation issues a short lived token instead of storing a permanent secret, so a leaked credential is worthless within minutes.
  • Least privilege as a default. A model inference endpoint that only needs to read one bucket should never have write access to the whole account.
  • Continuous discovery of non human identities. Regular audits that specifically hunt for orphaned API keys and service accounts close a gap most compliance checklists still miss.
  • Anomaly detection tied to cost, not just security logs. A sudden spike in GPU hours or egress volume on a quiet account is a security signal as much as a billing one.
  • Phishing resistant authentication for anything that matters. Passkeys and hardware security keys are not defeated by the real time session proxying that has made standard MFA far less reliable.

Key Takeaways
  • Most breaches now start with a valid credential, not a broken firewall, which is why identity has replaced the network as the primary attack surface.
  • Machine identities such as API keys and service accounts now vastly outnumber human accounts, and they rarely get offboarded when a task ends.
  • A stolen credential is a cost problem as much as a security problem: it can drive GPU compute spikes and egress bills before it is even detected.
  • Short lived credentials, least privilege access, and phishing resistant authentication are the highest leverage defenses available today.

FAQ

What is the difference between a network intrusion and a credential based attack?
A network intrusion exploits a technical weakness such as an unpatched service or an exposed port. A credential based attack uses a valid username, password, session token, or API key to log in normally, so there is no vulnerability to detect because nothing is being exploited.
Why are machine identities riskier than human accounts in cloud and AI infrastructure?
Machine identities such as API keys, service accounts, and OAuth tokens outnumber human accounts by a wide margin and rarely get reviewed when the task that created them is finished. A stale credential can sit active and unnoticed far longer than a human account would.
How can a stolen API key show up on a cloud bill?
An attacker using a valid credential can launch GPU compute for cryptomining or unauthorized training, or pull large volumes of data out through an account that is not theirs. Because the account is authenticated normally, the resulting compute or egress charges land on the legitimate owner's invoice.
What is the single most effective defense against credential theft?
There is no single fix, but short lived credentials issued through workload identity federation remove the most value from a leaked secret, since the token expires within minutes rather than remaining valid indefinitely.
Does zero egress storage reduce the damage from a credential breach?
Yes, in part. Zero egress providers remove the per gigabyte fee an attacker's exfiltration would otherwise generate, which caps one specific cost driver, though it does not prevent the underlying data exposure itself.
The network perimeter did not disappear, it just stopped being the thing worth defending most. In a multi cloud, multi vendor, agent heavy infrastructure stack, identity is the perimeter now, and it is far more porous than the firewall it replaced.
Weekly Newsletter
Stay Ahead in Cloud Infrastructure
Join 1,200+ CTOs, architects, and cloud professionals who get our weekly briefing on storage strategy, GPU compute, and cloud cost intelligence.
Subscribe Free  →

References

Share this article

🔍 Browse by categories

Free Cloud Cost Calculator

Compare AWS, Google Cloud, Azure, and alternatives like Backblaze B2 Discover how much you could save in seconds

🔥 Trending Articles

Newsletter

Stay Ahead in Cloud
& Data Infrastructure

Get early access to new tools, insights, and research shaping the next wave of cloud and storage innovation.