Accountability usually sits with the organisation that failed to maintain effective identity controls, monitoring, and breach response. Security, IAM, legal, and management teams all have roles once suspicious access is detected. If regulated data is exposed, breach notification duties and incident investigation requirements may follow. Clear ownership for authentication policy and detection is essential.
Why This Matters for Security Teams
password spraying is not just a “bad login hygiene” issue. It is an identity control failure that can turn into a data breach when authentication policy is weak, account lockout logic is absent or misconfigured, and detection does not catch repeated distributed attempts. Under that failure chain, accountability usually extends beyond the attacker’s actions to the organisation’s own control owners, especially where customer data is exposed. NIST SP 800-53 Rev. 5 frames this as a combination of access enforcement, monitoring, and incident response obligations, not a single-team problem.
For practitioners, the hardest part is often not determining that a breach occurred, but establishing who owned the control gaps that made it possible. Security operations may detect the spray, IAM may own the authentication policy, legal may own notification timing, and management may own risk acceptance. NHIMG’s The 52 NHI breaches Report and The 2024 ESG Report: Managing Non-Human Identities both reinforce the wider pattern that identity failures are usually systemic rather than isolated. In practice, many security teams encounter accountability questions only after customer data has already been exposed, rather than through intentional control ownership.
How It Works in Practice
In a breach investigation, accountability is usually determined by mapping the attack path to the controls that were supposed to stop it. If password spraying succeeded, investigators look at whether MFA was enforced, whether rate limiting and lockout thresholds were present, whether logging captured the activity, and whether alerts were tuned to detect low-and-slow attempts. The question is not simply “who clicked or who attacked,” but “which internal control owner failed to prevent or detect the abuse window.”
That is why incident response, IAM, security engineering, and legal often share responsibility. IAM typically owns password and MFA policy, security operations owns detection and triage, incident response owns containment and evidence preservation, and legal or privacy teams own breach notification analysis. NIST guidance on access control and audit logging is directly relevant here, as is the operational pattern described in Palo Alto Networks Key Breach and MailChimp Breach, where credential misuse and detection timing shaped the downstream impact. For threat context, Anthropic’s AI-orchestrated cyber espionage campaign report shows how attackers are increasingly automating repeated access attempts and abuse workflows.
- Assign a named owner for authentication policy, not just the IAM platform.
- Enforce MFA, conditional access, and spray-resistant lockout or throttling controls.
- Monitor distributed failed logins across identities, geographies, and source IPs.
- Preserve evidence early so legal and privacy teams can assess notification duties.
These controls tend to break down in large federated environments with inconsistent MFA coverage and fragmented logging, because no single team sees the full attack pattern in time.
Common Variations and Edge Cases
Tighter authentication controls often increase operational friction, requiring organisations to balance user experience against breach resistance. The accountability answer also changes depending on the regulatory and contractual context. If the exposed customer data includes health, payment, or jurisdiction-specific personal data, notification duties and investigative obligations may attach to different roles and timelines. There is no universal standard for assigning blame across every sector, so current guidance suggests separating legal liability from operational ownership.
One common edge case is shared responsibility in cloud or SaaS environments. The provider may control parts of the authentication stack, but the customer still owns identity governance, privileged access, and alert review in many deployments. Another edge case is when password spraying hits service accounts or API-backed identities rather than human users; then the problem overlaps with NHI governance and the control gaps may be better understood through Ultimate Guide to NHIs — Why NHI Security Matters Now and Ultimate Guide to NHIs — Key Research and Survey Results. In those cases, accountability can extend to platform engineering, application owners, and cloud governance, not only IAM. The practical lesson is that the organisation remains accountable for control design and response, even when the attacker’s technique is simple.
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, NIST AI RMF 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-1 | Password spraying is an authentication and access control failure. |
| NIST SP 800-63 | Identity proofing and authenticator policy shape account compromise risk. | |
| NIST AI RMF | Accountability requires governance over identity-related risk and response. | |
| NIST Zero Trust (SP 800-207) | RA-3 | Zero Trust depends on continuous evaluation of access requests and risk. |
Treat every login as untrusted and evaluate access context continuously under ZT principles.
Related resources from NHI Mgmt Group
- Who is accountable when sensitive data is detected but privacy response is delayed?
- Who is accountable when a service account breach exposes customer data?
- Who is accountable when a banking breach exposes internal systems and customer data?
- Who is accountable when a reused password leads to a school breach?