A follow-on attack is a second-stage campaign that uses data stolen in an earlier breach to intensify impact. The stolen information may include names, emails, IDs, or internal messages. Attackers use it to increase credibility, tailor lures, and target the people most likely to have access or authority.
Expanded Definition
Follow-on attack refers to the post-breach phase where attackers turn stolen identity data into a new operation. In NHI and IAM contexts, that often means using exposed names, internal titles, service-account references, email threads, or API-related details to make the next intrusion more believable and more targeted. It is not the initial compromise; it is the exploitation of what the compromise revealed.
Definitions vary across vendors, but the operational pattern is consistent: the first incident yields intelligence, and the second campaign converts that intelligence into access, fraud, impersonation, or privilege escalation. This is especially relevant when the stolen material includes workflow context that reveals who approves requests, which systems are trusted, or which secrets are likely reused. In practice, follow-on attacks sit at the intersection of breach response, identity governance, and social engineering, and they are closely related to the abuse patterns described in The 52 NHI breaches Report and OWASP guidance on agentic application risk.
For standards context, the MITRE ATT&CK Enterprise Matrix is useful for mapping downstream techniques after initial access. The most common misapplication is treating follow-on attack as a generic “post-breach problem,” which occurs when teams fail to distinguish stolen identity data from the later malicious campaign it enables.
Examples and Use Cases
Implementing response controls for follow-on attack rigorously often introduces faster containment demands and broader notification scope, requiring organisations to weigh immediate disruption against the cost of leaving attacker context intact.
- An attacker uses leaked employee titles and org charts to send a highly convincing invoice request to finance after a mailbox compromise.
- Stolen API key names and internal service references help an adversary identify the most valuable NHI to target in a second-stage intrusion, a pattern highlighted in Ultimate Guide to NHIs — Key Challenges and Risks.
- Compromised chat logs reveal which approver can reset access, allowing a follow-on social-engineering campaign against the exact person with authority.
- Attackers combine breached customer identifiers with CISA cyber threat advisories-style lure themes to increase credibility in phishing and callback scams.
- After one secret leak, adversaries use internal naming conventions to hunt for adjacent credentials, then pivot into service-account abuse as described in Top 10 NHI Issues.
Why It Matters in NHI Security
Follow-on attacks are especially dangerous in NHI environments because one exposed credential or internal message can reveal many more. Secrets, service accounts, and automation workflows are often more reusable than human accounts, and once attackers understand naming conventions or dependency chains, they can move laterally with very little noise. NHIMG research shows that 79% of organisations have experienced secrets leaks, with 77% of those incidents resulting in tangible damage, which is why second-stage abuse cannot be treated as a minor residual risk.
The relevance is magnified in AI-enabled environments, where compromised NHIs can be used to steer agents, query internal systems, or impersonate trusted tooling. The Ultimate Guide to NHIs — Why NHI Security Matters Now explains why visibility, rotation, and offboarding matter long before a breach becomes public. External research from Anthropic — first AI-orchestrated cyber espionage campaign report and the MITRE ATLAS adversarial AI threat matrix shows how intelligence gathered from one compromise can be repurposed into broader automation-driven abuse.
Organisations typically encounter the real cost only after a second wave of phishing, secret reuse, or service-account misuse appears, at which point follow-on attack becomes operationally unavoidable to address.
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 and OWASP Agentic AI Top 10 address the attack and risk surface, while NIST CSF 2.0, NIST Zero Trust (SP 800-207) and NIST SP 800-63 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-02 | Follow-on attacks often begin with exposed secrets and identity data addressed by NHI secret controls. |
| OWASP Agentic AI Top 10 | A-07 | Stolen context can be used to manipulate agentic workflows and trusted tool calls. |
| NIST CSF 2.0 | RS.MI-1 | Follow-on attacks drive containment and mitigation after an incident has already occurred. |
| NIST Zero Trust (SP 800-207) | PL-2 | Zero trust reduces the value of stolen identity context by forcing continual verification. |
| NIST SP 800-63 | IAL2 | Identity proofing helps reduce the impact of impersonation built from stolen personal data. |
Use incident response playbooks to block reuse of stolen data and contain second-stage activity quickly.