Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2493+ Articles
160+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. News
  3. Password Spraying Attacks Surge 155x as Hackers Exploit MFA Gaps
Password Spraying Attacks Surge 155x as Hackers Exploit MFA Gaps
NEWS

Password Spraying Attacks Surge 155x as Hackers Exploit MFA Gaps

Huntress reports a 155x surge in password spraying in H1 2026, with one campaign logging 81 million login attempts in two weeks via MFA and legacy auth gaps.

Dylan H.

News Desk

August 19, 2026
5 min read

Attack Volume Hits Unprecedented Scale

Security firm Huntress has published findings revealing a 155-fold increase in password spraying attacks during the first half of 2026. In one documented campaign alone, threat actors generated more than 81 million login attempts over a two-week window — a volume that overwhelmed traditional rate-limiting defenses at many organizations.

Password spraying differs from traditional brute-force attacks: rather than hammering a single account with many passwords, attackers try a small number of common passwords across a massive list of accounts. This avoids triggering per-account lockout policies while still achieving high success rates at scale.


How Attackers Are Bypassing MFA

The Huntress report highlights two primary exploitation vectors enabling this surge:

1. Legacy Authentication Protocols

Many organizations still expose legacy authentication endpoints — IMAP, POP3, SMTP AUTH, and Basic Authentication for Exchange/ActiveSync — that were designed before MFA existed. These protocols pass credentials in cleartext or simple base64 encoding and cannot enforce MFA. Even organizations with conditional access policies often leave these protocols unblocked, creating a parallel login path that bypasses modern controls entirely.

2. MFA Policy Gaps

Even in environments with MFA deployed, incomplete policy coverage leaves critical gaps:

GapDescription
Excluded applicationsSome apps excluded from MFA policies "temporarily" and never re-included
Service accountsService and break-glass accounts without MFA enabled
Mobile device flowsLegacy mobile email profiles using basic auth
Federated identity gapsThird-party IdP federation not enforcing MFA at the SP level
Conditional access failuresPolicies scoped to "compliant devices" only — phishing-resistant but missing unmanaged device paths

Campaign Mechanics

Huntress observed campaigns operating with significant infrastructure investment:

  • Distributed attack infrastructure: Requests originating from thousands of IP addresses across residential proxies and cloud providers to evade IP-based blocking
  • Slow-and-low timing: Some campaigns intentionally paced attempts below per-IP thresholds — as few as 1-2 attempts per IP per day — to avoid detection
  • Targeted credential lists: Leaked credential databases from prior breaches used to prioritize known-valid usernames, reducing wasted attempts
  • Platform targeting: Microsoft 365, Azure AD, Google Workspace, and Okta were the most commonly targeted identity platforms

Who Is at Risk

Risk FactorElevated Risk
Legacy auth enabledAny org with Exchange, IMAP, or SMTP AUTH exposed
MFA coverage gapsIncomplete conditional access or per-user MFA
No SSPR restrictionsSelf-service password reset without secondary verification
No anomaly detectionMissing SIEM correlation for distributed login failures
Cloud migration in progressHybrid environments often have legacy protocols temporarily re-enabled

Small and mid-sized organizations are disproportionately affected — they are more likely to have legacy protocols enabled and less likely to have invested in identity threat detection tooling.


Recommended Defenses

Immediate Actions

# Azure AD / Entra ID — block legacy authentication via Conditional Access
# Policy: Block Legacy Authentication
# Conditions: Client apps = Exchange ActiveSync clients + Other clients
# Grant: Block access
  1. Disable all legacy authentication protocols at the identity provider, email server, and network perimeter
  2. Audit MFA coverage — ensure every user, every app, and every authentication path requires MFA
  3. Enable Microsoft Entra ID Protection (or equivalent) to detect and auto-remediate risky sign-ins
  4. Implement phishing-resistant MFA (FIDO2/passkeys) for privileged accounts

Detection

-- Microsoft Sentinel KQL — detect password spray patterns
SigninLogs
| where TimeGenerated > ago(1h)
| where ResultType != 0  // failed sign-ins
| summarize FailedAttempts = count(), UniqueUsers = dcount(UserPrincipalName)
    by IPAddress, bin(TimeGenerated, 10m)
| where UniqueUsers > 10 and FailedAttempts > 20
| project TimeGenerated, IPAddress, UniqueUsers, FailedAttempts
| order by FailedAttempts desc
Detection SignalDescription
Many failed logins from single IPClassic spray source — low threshold due to proxy use
Same password attempted across many accountsSpray signature — correlate across user base
Logins via legacy auth protocolsBlock or alert on IMAP/POP3/SMTP AUTH sign-in attempts
Logins from new ASNs/geographiesAnomalous access location
MFA fatigue patternsRepeated MFA push requests to single user

Longer-Term Hardening

  • Move to phishing-resistant MFA (passkeys, FIDO2 hardware keys) for all users — SMS and TOTP remain vulnerable to real-time phishing
  • Deploy a Privileged Access Workstation (PAW) program for admin accounts
  • Implement Continuous Access Evaluation (CAE) to revoke sessions in real-time on policy change
  • Adopt a Zero Trust network model — validate every access request regardless of network location

Industry Context

The 155x increase aligns with broader trends observed by Microsoft, CrowdStrike, and Mandiant in their respective 2026 threat reports. Credential-based attacks now account for the initial access vector in over 60% of cloud breaches, according to Huntress data. The dramatic scale increase in H1 2026 correlates with:

  • Widespread availability of large credential dumps from 2024-2025 breach incidents
  • Commoditization of password-spray-as-a-service tooling in cybercriminal forums
  • Increased cloud adoption expanding the attack surface of externally-facing identity services

Key Takeaways

  • Password spraying has become a volume play at industrial scale — 81 million attempts in two weeks is not an outlier but a trend
  • Legacy authentication is the #1 enabler — organizations that block it eliminate a major attack surface overnight
  • MFA gaps, not MFA failures, are the root cause in most successful intrusions
  • Detection must account for distributed, slow-velocity attacks that stay under per-IP thresholds

References

  • BleepingComputer — Password Spraying Attacks Surge 155x
  • Huntress H1 2026 Threat Report

Related Reading

  • NIST SP 800-63B — Digital Identity Guidelines
  • CVE-2026-32470: Critical PHP Object Injection in FundEngine Plugin
#Password Spraying#MFA#Credential Attacks#Huntress#Authentication#Identity Security

Related Articles

Identity Attacks Overtake Exploits as Top Ransomware Cause

Sophos 2026: 79% of ransomware attacks start with stolen identities. MFA was present in 97% of credential-based cases yet failed to stop every one of them.

4 min read

Critical Flaws Discovered in Belgian eID Software Used by 2 Million People

Security researchers uncovered critical vulnerabilities in Belgium's eID middleware software, affecting eight of the country's ten largest banks and over 60 government agencies — putting more than two million citizens at risk.

3 min read

Cyera Acquiring Oasis Security in $1 Billion Deal

Data security platform Cyera is acquiring Oasis Security, an agentic access management specialist, in a deal valued at approximately $1 billion. The acquisition combines Cyera's data security posture management capabilities with Oasis's non-human identity and agentic AI access controls.

5 min read
Back to all News