Tag: MFA

  • Password Spraying Surges 155x as Attackers Slip Through MFA Gaps

    Password Spraying Surges 155x as Attackers Slip Through MFA Gaps

    Security firm Huntress reported a 155x increase in password spraying attacks in the first half of 2026, driven largely by a campaign targeting Microsoft’s Azure CLI that generated more than 81 million login attempts and 78 account compromises in a single two-week window in mid-June. The traffic originated from an IPv6 range operated by hosting provider LSHIY LLC under a bring-your-own-IP arrangement.

    The striking finding: most compromised organizations had multi-factor authentication (MFA) deployed. Attackers succeeded anyway by abusing Resource Owner Password Credentials (ROPC), a legacy OAuth login flow that bypasses MFA prompts entirely.

    Executive Summary

    Password spraying — trying one common password against many accounts, slowly enough to dodge lockout rules — is one of the oldest tricks in the attacker playbook. What Huntress documented in H1 2026 is that trick industrialized: a 155-fold volume increase, with a single campaign against Azure command-line logins producing 81 million attempts in two weeks. The attackers sharpened the technique by recycling valid username-and-password pairs from old breaches that were never rotated, making each attempt far more likely to land than a blind guess.

    The deeper story is not password hygiene but policy scoping. Of 23 affected businesses Huntress analyzed, eight had no MFA at all — but the other 15 did, and were breached anyway because their Conditional Access policies (Microsoft’s rules engine for when to demand MFA) excluded the specific sign-in path the attackers used. The abused path, ROPC, is a deprecated OAuth grant that sends the username and password straight to the token endpoint with no interactive prompt where an MFA challenge could occur.

    For any organization running Microsoft Entra ID — and for the infrastructure providers hosting them — the takeaway is blunt: MFA that is deployed but incompletely scoped provides the feeling of protection without the fact of it.

    MFA You Bought Isn’t MFA You’re Getting

    The most commercially significant number in the Huntress data is not the 155x surge — it is that 15 of 23 breached organizations had MFA deployed and it simply did not apply to the attack. Their Conditional Access policies were limited to certain applications or user groups, trusted ‘safe’ network locations, or sat in report-only mode, a testing setting that logs violations without blocking them. Each of those is a reasonable-sounding operational compromise, usually made to avoid locking out legitimate users or breaking a line-of-business app.

    This reframes the identity-security market. The gap is no longer ‘do you have MFA?’ — adoption is widespread — but ‘can you prove every authentication path enforces it?’ That favors vendors and managed service providers selling policy auditing, attack-path validation, and identity posture management over those selling MFA seats. It also shifts liability conversations: an organization that attests to having MFA for cyber-insurance purposes, while ROPC sits unprotected, may find that attestation contested after a breach.

    ROPC: The Legacy Door That Skips the Guard

    Resource Owner Password Credentials is an OAuth grant designed years ago as a migration bridge: it lets an application collect a username and password directly and exchange them for an access token, with no interactive login screen. No login screen means no place to insert an MFA prompt. The grant is deprecated in OAuth 2.1, yet it remains available in many Microsoft Entra tenants — often because some old script or application still depends on it, and nobody wants to be the person who breaks it.

    That is the economics of legacy authentication in miniature. The cost of leaving ROPC enabled is invisible until an incident; the cost of disabling it is an immediate, attributable helpdesk headache. Attackers systematically arbitrage that asymmetry. As Huntress’s Andrew Brandt put it, ROPC is technically ‘an impersonation method’ — a reused password that still works becomes an active session, no second factor required.

    BYOIP and IPv6 Turn Blocking Into Whack-a-Mole

    The campaign’s infrastructure choices matter as much as its authentication trick, and they land squarely on the hosting industry. The attackers used a bring-your-own-IP (BYOIP) service — a legitimate offering that lets a hosting customer route traffic through a provider using address space the customer owns. When LSHIY terminated the activity, the spraying resurfaced from FranTech-hosted IPv6 ranges, then from 3xK Tech on IPv4. Combine provider-hopping with IPv6’s effectively unlimited address pool and IP-based blocklists become a losing game: defenders block a range, attackers announce a new one.

    For hosting and connectivity providers, this is a growing abuse-desk and reputation problem. BYOIP customers bring their own address space and, with it, their own history — providers that vet BYOIP onboarding lightly are effectively renting their network’s reputation to whoever shows up. Expect pressure, commercial if not regulatory, for stronger BYOIP due diligence and faster abuse response as these campaigns keep routing through legitimate infrastructure.

    81 Million Attempts, Zero Follow-Through — and Why That’s Ominous

    Huntress observed no post-compromise activity after the successful logins — no lateral movement, no data theft. Their assessment is that the operators were likely validating credentials for resale on dark-web markets. That points to a maturing supply chain: one group industrializes the guessing, verifies which credentials actually work, and sells confirmed access to others who specialize in monetization through business email compromise or ransomware.

    The practical consequence for defenders is counterintuitive, and Huntress states it directly: do not prioritize response by spray volume. The most heavily sprayed tenants were often the least compromised. The right triage signal is credential validity — whether any attempt actually succeeded — not how much noise the attacker made. A quiet, successful login against a stale account is worth more attention than a million failures.

    Background

    Password spraying has been a staple of credential attacks for over a decade precisely because it exploits policy, not software: lockout rules watch for many failures on one account, while spraying spreads failures thinly across many. Its effectiveness has been amplified by the steady accumulation of breach dumps — billions of real username-and-password pairs that attackers replay against organizations where rotation never happened. Meanwhile, the industry’s answer, multi-factor authentication, has gone from rarity to near-mandate, pushed by cyber insurers and frameworks alike.

    The unresolved seam between those two trends is legacy authentication. Protocols and grants that predate MFA — ROPC among them — persist inside cloud identity platforms like Microsoft Entra ID for backward compatibility, and each one is a path where a password alone still suffices. Campaigns like the one Huntress documented are best understood as the market discovering, at industrial scale, exactly where those seams are.

    Source: Password spraying attacks surge 155x as hackers exploit MFA gaps — a BleepingComputer article, sponsored and written by Huntress Labs, detailing the H1 2026 password-spraying surge and the LSHIY campaign against Azure CLI logins.

  • FBI Warns of IT Help Desk Impersonation Attacks Targeting Law Firms

    FBI Warns of IT Help Desk Impersonation Attacks Targeting Law Firms

    The FBI has warned that cybercriminals are impersonating IT support staff to gain access to law firm networks, according to an alert relayed by The Florida Bar on May 29, 2026. The technique — posing as a trusted internal help desk to talk employees into handing over credentials or remote access — is a form of social engineering, meaning the attacker exploits human trust rather than a software vulnerability.

    Executive Summary

    According to the notice, the FBI is cautioning law firms that attackers are masquerading as IT personnel — the people employees are conditioned to obey when a call or message says something is wrong with their account or device. Once an employee complies, the attacker typically ends up with the same access a legitimate technician would have, inside a network that firewalls and endpoint software were never asked to defend against, because the “user” logged in with valid credentials.

    The warning matters beyond the legal sector. Help-desk impersonation has become one of the most reliable intrusion methods across industries precisely because it sidesteps the technical stack entirely. Law firms are a telling case study: they concentrate privileged client data — deal terms, litigation strategy, personal records — behind organizations that are, on average, smaller and less security-staffed than the corporations they serve. An FBI alert aimed at bar members is a signal that the pattern is active and hitting this sector specifically.

    Why the Help Desk Is the New Front Door

    Decades of security investment have hardened the technical perimeter: firewalls, endpoint detection, patched software, multi-factor authentication (MFA — requiring a second proof of identity beyond a password). Attackers have responded rationally by targeting the one component that cannot be patched: the employee’s willingness to trust a voice that sounds official. An IT impersonation call inverts the usual phishing dynamic. Instead of the victim being asked to click something suspicious, the attacker initiates contact as the authority figure, and “helping IT fix your account” feels like compliance, not risk.

    The same playbook also runs in reverse — attackers calling a company’s real help desk while impersonating an employee to request a password or MFA reset. Either direction, the weak point is identity verification over the phone, a process most organizations have never formalized the way they have formalized network access.

    Law Firms Are High-Value, Low-Friction Targets

    Law firms aggregate exactly the data criminals can monetize: non-public deal information, litigation strategy, intellectual property, and personal client records. Confidentiality obligations also make firms sensitive to extortion — the threat of leaking client files carries professional and reputational consequences beyond the direct breach cost. That combination of valuable data and acute leverage is why the sector keeps appearing in law-enforcement advisories.

    Structurally, many firms are also easier to breach than their clients. Mid-size and small practices often run lean IT operations, sometimes outsourced, which ironically makes an unfamiliar voice claiming to be “from IT” more plausible, not less — employees at such firms may genuinely not know their support staff by name.

    Technical Controls Meet Human Trust

    The uncomfortable lesson in this warning is that a well-executed impersonation defeats controls that look strong on paper. MFA stops a stolen password, but not an employee who reads a one-time code to a “technician” or approves a push notification they were told to expect. Remote-management tools are legitimate software, so their installation at an attacker’s direction rarely trips alarms.

    The defenses that hold up are procedural: callback verification through independently known numbers before any credential or access change, help-desk identity checks that cannot be satisfied with publicly available information, hard rules that IT will never ask for passwords or MFA codes, and monitoring that flags unusual remote-access tool installs or off-hours credential resets. None of this is expensive relative to breach response — but it requires treating phone-channel identity as seriously as network identity, which most organizations historically have not.

    Background

    The FBI regularly issues sector-specific cyber warnings through its field offices, industry partnerships, and the Internet Crime Complaint Center (IC3), and bar associations such as The Florida Bar relay those alerts to their members. The legal sector has drawn recurring attention from both criminals and law enforcement because firms hold privileged, market-moving, and personal data on behalf of many clients at once — a single breach can expose dozens of organizations.

    Help-desk impersonation itself is part of a broader shift in attacker tradecraft over recent years: as technical defenses like MFA became standard, intrusion groups moved toward voice-based social engineering (“vishing”) and identity-desk manipulation, which target the human processes around authentication rather than the authentication technology itself.

    Source: FBI warns of cybercriminals impersonating IT staff to breach law firms — alert relayed to members by The Florida Bar, May 29, 2026.