From Password Theft to Token Warfare: How Identity Became the Frontline of Cyber Attacks

In 1962, an MIT Ph.D. student, Allan Scherr, printed out a password file from the Compatible Time-Sharing System (CTSS) to gain extra computing time. Fast forward 63 years, and a self-replicating npm worm—Shai-Hulud—compromised over 500 software packages using stolen authentication tokens.

Despite the massive technological leap, the underlying attack logic hasn’t changed.

From early password theft to modern token abuse, identity has become the primary attack surface in enterprise security. This blog explores how identity evolved into a critical vulnerability—and why the same four-step attack pattern still dominates today.


The Four-Step Identity Kill Chain

Every major identity-based breach follows a consistent structure:

1. Gain Credential Material

Attackers obtain authentication artifacts such as passwords, tokens, API keys, or session cookies.

2. Expand Privileges

Using techniques like Kerberoasting, OAuth abuse, or social engineering, attackers escalate access.

3. Move Laterally

Stolen credentials are reused across systems—this includes Pass-the-Hash, SSO replay, or token injection.

4. Persist in the Identity Layer

Attackers establish long-term access via mechanisms like Golden Tickets, rogue OAuth apps, or federation trust abuse.

While tools evolve, this kill chain remains constant.


Era 0 (1961–1999): The Birth of Identity Systems

Identity security began with local systems. Early Unix models relied on trust and simplicity, assuming users existed on a single machine. However, networking broke this assumption.

Protocols like Telnet and FTP transmitted credentials in plaintext, while early trust models (like rlogin) relied on IP-based authentication—an inherently flawed approach.

Kerberos emerged in the 1980s to solve authentication securely using ticket-based systems. However, it introduced centralized trust—creating a single point of failure that attackers would later exploit.

Simultaneously, weak hashing systems like LAN Manager (LM) made password cracking trivial, setting the stage for credential-based attacks.


Era 1 (2000–2015): Active Directory and Credential Dominance

The introduction of Active Directory (AD) centralized identity management. While it improved usability, it also created a high-value target.

The release of Mimikatz in 2011 was a turning point. It exposed how credentials stored in memory could be extracted and reused, making lateral movement trivial.

Major attack techniques emerged:

  • Pass-the-Hash
  • Kerberoasting
  • Golden Ticket attacks

The NotPetya attack (2017) demonstrated the catastrophic impact of identity compromise, causing over $10 billion in damages globally.


Era 2 (2005–2020): Federation and Token Explosion

With cloud adoption, identity moved beyond corporate networks.

SAML and Federation

SAML allowed organizations to authenticate users once and grant access across multiple services. However, compromise of a single signing certificate enabled attackers to forge identities—leading to “Golden SAML” attacks.

OAuth and Token Sprawl

OAuth introduced token-based authentication, enabling apps to access resources without passwords. But this created a new problem: tokens are bearer credentials—whoever has them gains access.

Attackers adapted quickly:

  • Phishing kits began capturing session tokens instead of passwords
  • MFA became less effective against session hijacking
  • OAuth misconfigurations enabled silent privilege escalation

The SolarWinds breach (2020) showcased how identity systems could be exploited at nation-state scale.


Era 3 (2022–Present): Industrialized Identity Attacks

Modern attackers operate at scale.

Groups like Scattered Spider use:

  • Infostealer logs sold on dark web marketplaces
  • Help desk social engineering
  • SSO abuse for rapid lateral movement

A single compromised session can unlock entire SaaS ecosystems.

The result: attacks are faster, cheaper, and more scalable than ever.


Era 4 (Present–Future): Non-Human Identities and AI Risks

Today, non-human identities (NHIs)—like service accounts, API keys, and AI agents—outnumber human users by massive margins.

These identities often:

  • Have excessive permissions
  • Lack ownership
  • Use long-lived credentials

The Shai-Hulud worm demonstrated how attackers can weaponize software supply chains using stolen tokens, automating the entire kill chain.

AI-driven development has further amplified risks, with exposed secrets and poorly governed access becoming common.


Breaking the Identity Kill Chain

To defend against modern threats, organizations must rethink identity security:

Reduce Credential Value

  • Use phishing-resistant authentication (passkeys, WebAuthn)
  • Shorten token lifetimes

Prevent Credential Reuse

  • Bind tokens to devices (DPoP)
  • Enforce device trust policies

Harden Identity Infrastructure

  • Monitor federation changes
  • Restrict OAuth app creation

Govern Non-Human Identities

  • Inventory all service accounts and tokens
  • Enforce least privilege and rotation

Detect Identity Drift

  • Monitor abnormal privilege changes
  • Continuously analyze identity relationships

Our Perspective: Why Identity is the Real Cyber Battleground

The evolution of identity security reveals a critical truth: attackers are no longer “hacking systems”—they are logging in.

This shift fundamentally changes how organizations must think about cybersecurity. Traditional defenses like firewalls and endpoint protection are no longer sufficient when the attacker uses valid credentials. The perimeter has dissolved, and identity has become the new control plane.

What’s particularly concerning is that most organizations still treat identity as an IT function rather than a security priority. Non-human identities, in particular, represent a massive blind spot. These accounts often have persistent access, excessive privileges, and little to no monitoring—making them ideal targets for attackers.

Another key issue is architectural legacy. Many modern vulnerabilities are not bugs but consequences of design decisions made decades ago—decisions optimized for convenience, not security.

In our view, the future of cybersecurity depends on identity-first security models. This means continuous verification, strict governance of tokens and credentials, and real-time monitoring of identity behavior.

Organizations that fail to adapt will continue to face breaches—not because they were hacked, but because someone simply logged in with the right credentials.