Skip to content
Cybersecurity

Password Spraying

Password spraying is an attack technique that involves trying a small number of common passwords against many accounts. Unlike brute force (many passwords against one account), spraying avoids lockouts and is harder to detect.

What is Password Spraying?

Password Spraying Definition

Password spraying is an authentication attack type where an attacker uses a small set of commonly used passwords (e.g., “Password123”, “Company2024”) against many user accounts. This technique avoids account lockout mechanisms because no single account receives many attempts.

Password Spraying vs Brute Force

AspectBrute ForcePassword Spraying
ApproachMany passwords, one accountOne password, many accounts
SpeedFastSlow (spread over time)
LockoutTriggers lockoutsAvoids lockouts
DetectionEasyHarder

How Password Spraying Works

  1. Reconnaissance: Collecting usernames (OSINT, LinkedIn, email enumeration)
  2. Password selection: Most common passwords for the organization
  3. Attack: Trying one password across all accounts
  4. Waiting: Pause (e.g., 30 minutes)
  5. Next iteration: Next password on all accounts
  6. Success: Finding valid credentials

Commonly Tested Passwords

  • Season+Year (Summer2024, Winter2024)
  • Company+number (Acme123, Acme2024)
  • Standard (Password1, Welcome1)
  • Keyboard patterns (Qwerty123)
  • Monthly patterns (January2024!)

Password Spraying Targets

  • Microsoft 365/Azure AD: Most common target
  • VPN portals: Remote access
  • OWA (Outlook Web Access): Email access
  • Citrix, RDP: Remote sessions
  • SSO portals: Identity systems

Password Spraying Detection

Indicators:

  • Many failed logins from one IP
  • Logins to many accounts in short time
  • Unusual login times/locations
  • Pattern: distributed attempts

Tools:

  • Azure AD Identity Protection
  • SIEM correlation rules
  • Failed authentication monitoring

Defense Against Password Spraying

Technical:

  • MFA (most effective)
  • Passwordless authentication
  • Smart lockout policies
  • IP reputation blocking
  • Conditional access policies

Organizational:

  • Password policies (common password blocklists)
  • User education
  • Password manager usage

Password Spraying and MFA

MFA drastically reduces password spraying effectiveness:

  • Even successful password guessing is insufficient
  • Attacker needs second factor
  • However, MFA fatigue attacks exist

Password spraying is one of the most common initial access techniques, making MFA an essential protection.

Learn more

Explore our services

Want to Reduce IT Risk and Costs?

Book a free consultation - we respond within 24h

Response in 24h Free quote No obligations

Or download free guide:

Download NIS2 Checklist