Subscribe to the Non-Human & AI Identity Journal

Distributed Denial-of-Service

A distributed denial-of-service attack uses many sources to send enough traffic to a target that legitimate users can no longer get through. The purpose is not theft but disruption, and the defender’s problem is service exhaustion at the network or application edge.

Expanded Definition

Distributed denial-of-service, or DDoS, is an availability attack in which many coordinated sources overwhelm a target’s bandwidth, packet processing, or application capacity. In NHI and IAM environments, the target is often an authentication endpoint, token service, API gateway, or identity provider rather than a public website.

Definitions vary across vendors when they describe whether botnet-driven volumetric flooding, reflection attacks, and Layer 7 request floods all count as the same category. For security governance, the useful distinction is operational: DDoS is about forcing service exhaustion, while other attacks may aim at credential theft, fraud, or persistence. Guidance from NIST SP 800-63 Digital Identity Guidelines reinforces that identity systems must remain reliable enough to support authentication and federation under adverse conditions.

In practice, DDoS becomes an NHI issue when service account, API keys, and machine-to-machine dependencies fail closed or rate-limit too aggressively, causing downstream trust and automation outages. The most common misapplication is treating every traffic spike as DDoS, which occurs when teams do not separate normal batch activity, partner integration bursts, and malicious saturation.

Examples and Use Cases

Implementing DDoS protection rigorously often introduces latency, filtering complexity, and added cost, requiring organisations to weigh user availability against stricter traffic controls.

  • Attackers flood an identity provider with login attempts and token requests until legitimate users cannot authenticate, creating a cascading outage across connected SaaS applications.
  • A botnet targets an API gateway used by service accounts, exhausting request quotas and preventing automation workflows from reaching internal systems.
  • Reflection traffic overwhelms a certificate-validation or discovery endpoint, disrupting mutual TLS or federated trust flows between workloads.
  • An organisation observes that its service accounts and secrets are increasingly exposed to third parties; NHI Mgmt Group notes that 92% of organisations expose NHIs to third parties, which raises the stakes when those external dependencies are also attacked, as discussed in the Ultimate Guide to NHIs.
  • Operators use upstream scrubbing, anycast routing, and request throttling to protect public-facing auth services while preserving enough throughput for critical machine identity traffic.

For identity-heavy environments, the key question is not only whether traffic is malicious, but whether the protected component can continue issuing or verifying trust decisions under pressure. That is why availability engineering must be part of NHI design, not an afterthought.

Why It Matters in NHI Security

DDoS matters in NHI security because non-human identities often sit on the critical path for access, orchestration, and service-to-service trust. If an attacker can exhaust an identity layer, the result is not just downtime; it can also trigger failed jobs, broken rotations, stalled deployments, and emergency bypasses that expand risk. NHI Mgmt Group reports that 80% of identity breaches involved compromised non-human identities such as service accounts and API keys, and that 90% of IT leaders say properly managing NHIs is essential for a successful zero-trust implementation, underscoring how identity resilience and availability are linked in practice in the Ultimate Guide to NHIs.

Seen through a governance lens, DDoS also exposes weak dependency mapping. If teams do not know which workloads rely on a given token broker, DNS service, or auth proxy, they cannot prioritize recovery or isolate blast radius. Mitigations should include traffic scrubbing, caching where safe, rate limits tailored to machine identity patterns, and fallback paths for critical authentication and federation services. Organisational leaders typically encounter the full cost of DDoS only after authentication failures spread from a single overloaded endpoint into a business-wide service outage, at which point the term becomes operationally unavoidable to address.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

NIST CSF 2.0, NIST SP 800-63 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 PR.PT DDoS is a resilience and protective technology concern under network and service protection.
NIST SP 800-63 Identity systems must remain available and dependable during attack conditions.
NIST Zero Trust (SP 800-207) Zero Trust depends on reachable policy and identity services for continuous verification.

Harden critical identity services with layered traffic protection and service resilience controls.