Subscribe to the Non-Human & AI Identity Journal

How should security teams defend against password spraying in hybrid identity environments?

Start with MFA on every internet-facing authentication path, then remove weak password acceptance wherever possible. Reduce exposed login surfaces by retiring unused tenants and legacy access points. Finally, centralise identity logs so repeated low-frequency failures across many accounts can be correlated before an attacker finds a valid login.

Why This Matters for Security Teams

Password spraying succeeds because it is cheap, distributed, and easy to hide inside normal login noise. In hybrid identity environments, the attacker does not need a single weak perimeter; they only need one exposed authentication path, one stale tenant, or one legacy protocol that still accepts broad password guesses. That makes identity telemetry as important as the password policy itself. Guidance from CISA cyber threat advisories consistently reinforces the need to reduce exposed attack surface, harden authentication, and centralise detection across environments.

For teams managing both on-premises and cloud identity, the real risk is fragmentation. Spraying attempts may hit Entra ID, AD FS, VPN, OWA, RDP gateways, and SaaS portals with low frequency, so no single system sees enough failed logins to trigger an obvious alert. NHI governance also matters here because attackers often pivot from human logins to service accounts and automation paths once they find a foothold; the patterns described in the 52 NHI Breaches Analysis show how identity compromise tends to expand once authentication controls are weak. In practice, many security teams encounter password spraying only after a valid account has already been used to move laterally, rather than through intentional detection of the spray itself.

How It Works in Practice

Effective defence starts with removing the easy targets and making every authentication attempt expensive to abuse. Enforce MFA on all internet-facing login paths, but do not stop there. Review which protocols still accept password-based authentication, then retire or isolate legacy endpoints wherever possible. That includes old VPN concentrators, basic auth paths, and abandoned tenants or applications that remain reachable long after ownership has shifted.

Detection should focus on behaviour, not only volume. A spray campaign often spreads one or two attempts across many accounts, over long time windows, from multiple IPs. Correlate these signals centrally across cloud and on-prem logs, then enrich them with device, geolocation, and tenant context. The Top 10 NHI Issues research highlights how weak visibility and poor hygiene make identity compromise harder to contain; the same principle applies to human sign-ins when logs are siloed.

A practical operating model looks like this:

  • Require MFA for all external access and make conditional access the default, not an exception.
  • Disable legacy authentication where business risk allows it, and document every remaining exception.
  • Correlate low-frequency failures across identities, IPs, and applications in one SIEM or identity platform.
  • Alert on impossible travel, repeated failures across many accounts, and sign-ins from risky infrastructure.
  • Review dormant accounts and stale tenants so attackers cannot spray forgotten surfaces.

Current guidance suggests pairing detection with hardening because spray campaigns adapt quickly to whichever path still accepts weak authentication. These controls tend to break down in mergers, contractor-heavy environments, and mixed cloud estates because identity ownership is split and legacy access points remain live.

Common Variations and Edge Cases

Tighter authentication controls often increase operational overhead, requiring organisations to balance faster user access against stronger abuse resistance. That tradeoff is especially visible in hybrid estates where some applications cannot support modern auth, or where account lockout thresholds would create help desk noise if applied too aggressively. Best practice is evolving here, so organisations should treat compensating controls as temporary, not permanent.

For high-friction environments such as manufacturing, healthcare, or partner-facing portals, a complete password-spraying defence may require staged rollout. A team may need to place legacy systems behind VPN or proxy restrictions, add step-up authentication for risky access, and segment sign-in policies by user group. The Ultimate Guide to NHIs is useful here because hybrid identity controls often fail when service identities and human identities are governed separately; attack paths frequently cross both. For broader threat-context planning, pair that with DeepSeek breach and CISA cyber threat advisories to keep detection and response grounded in current attacker behaviour.

The main exception is environments that rely on shared credentials, break-glass accounts, or vendor-managed access. Those cases need explicit monitoring and tighter exception governance, because password spraying becomes far more effective when one account can unlock multiple systems.

Standards & Framework Alignment

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

OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 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.AC-7 Supports MFA and access verification for internet-facing sign-ins.
NIST Zero Trust (SP 800-207) AC-6 Least privilege limits damage if a sprayed account is compromised.
OWASP Non-Human Identity Top 10 NHI-05 Covers identity exposure and weak secret hygiene that often enable spray-to-compromise chains.

Enforce multi-factor checks and central sign-in monitoring across all exposed identity paths.