By NHI Mgmt Group Editorial TeamDomain: Cyber SecuritySource: SaltPublished November 7, 2025

TL;DR: API abuse, shadow and zombie APIs, third-party dependencies, and AI-assisted detection will shape API security in 2025 as attackers increasingly target legitimate API functionality rather than only classic vulnerabilities, according to Salt. The underlying problem is governance gap, not just tooling gap: organisations need visibility, control, and accountability across exposed APIs before misuse becomes routine.


At a glance

What this is: This is Salt’s 2025 API security outlook, and its key finding is that abuse of legitimate API functionality, shadow APIs, third-party risk, and AI-driven detection will dominate the next phase of API security.

Why it matters: It matters because API exposure is now an identity and access problem as much as an application security problem, especially where tokens, service accounts, and third-party integrations can be abused at scale.

By the numbers:

  • Lack of credential rotation is cited as the top cause of NHI-related attacks by 45% of organisations.

👉 Read Salt’s 2025 outlook on API abuse, shadow APIs, and AI


Context

API security is increasingly a governance problem, not just a vulnerability problem. Once APIs become the primary interface between services, partners, and automation, attackers often look for legitimate paths to abuse rather than breaking in through classic exploit chains. That makes visibility into exposed APIs, their identities, and their permissions central to the first word in any effective API security strategy.

The identity connection is direct wherever APIs rely on tokens, service accounts, OAuth grants, or third-party integrations. Undocumented and inactive APIs can still remain reachable, while over-permissioned machine identities can widen blast radius long after deployment teams think an endpoint is retired. That is why API security now sits alongside IAM, NHI governance, and third-party access control rather than outside them.


Key questions

Q: How should security teams govern API access across humans, services, and agents?

A: Security teams should govern API access by identity type, caller context, and action scope, not by whether the API is internal or protected by a gateway. Human users, service accounts, partner applications, and automated agents need different policy treatment because they create different trust and revocation problems. The control objective is to make each API call answerable at runtime.

Q: Why do shadow APIs create more risk than normal monitored traffic?

A: Shadow APIs bypass the assumptions behind monitoring because the organisation does not know they exist, so no one has reliably reviewed their authentication, authorisation, or data exposure. That makes them especially dangerous in fast-moving environments where service accounts and tokens may be created alongside the endpoint but never formally governed.

Q: What do security teams get wrong about third-party API risk?

A: They often focus on the vendor connection itself and miss the lifecycle of the entitlement behind it. If a partner API remains active after scope changes, contract changes, or ownership changes, the access path stays valid even when the business need no longer exists. Governance has to follow the relationship all the way to revocation.

Q: How do security teams know if API abuse controls are working?

A: Security teams know API abuse controls are working when repeated credential use drops, abnormal request volume is detected early, and hostile client behaviour is blocked before backend systems see sustained load. Effective controls reduce both attack success rate and the time abuse can persist unnoticed.


Technical breakdown

Why API abuse often beats classic vulnerability exploitation

API abuse targets the business logic and trust relationships already present in an environment. Instead of exploiting memory corruption or code execution, attackers use valid requests, valid tokens, and expected workflows in ways the system was never designed to resist. That includes scraping, automated fraud, rate-limit avoidance, and orchestrated misuse of administrative endpoints. Detection is harder because the traffic often looks structurally legitimate, even when the intent is hostile. The practical challenge is distinguishing authorised use from authorised abuse, which is a policy and telemetry problem as much as a security tooling problem.

Practical implication: define misuse cases for each high-value API and monitor them as first-class threats.

Shadow and zombie APIs create unmanaged attack surface

Shadow APIs are endpoints that exist but are not properly inventoried or governed, while zombie APIs are deprecated or inactive endpoints that remain accessible. Both create exposure because security teams cannot protect what they cannot reliably discover or classify. In practice, this often happens when development, partner, and acquisition-driven systems leave behind forgotten routes, stale documentation, or old versions that were never fully retired. The core risk is not just exposure, but unmanaged identity and access paths attached to those endpoints. This is where discovery, asset inventory, and API lifecycle governance converge.

Practical implication: tie API discovery to ownership, retirement, and access review workflows.

How third-party API dependencies expand identity risk

Modern applications depend on third-party APIs for payments, analytics, messaging, and workflow automation, which means one service often inherits another service’s trust assumptions. If the external API is overprivileged, poorly monitored, or compromised, the downstream application inherits that risk through delegated access or embedded credentials. This is especially relevant where machine identities, secrets, and OAuth grants are used to connect services without continuous review. The security model is no longer just perimeter or app-layer control. It is now about the lifecycle of the identity that authorises each integration, and whether that identity still matches the business need.

Practical implication: map every third-party API to the identity that authorises it and review that trust continuously.


Threat narrative

Attacker objective: The attacker’s objective is to exploit legitimate API trust paths at scale, extracting data or abusing functionality without triggering classic exploit-based detection.

  1. Entry occurs through exposed or undocumented API surfaces, where attackers identify reachable endpoints that were not intended to remain public.
  2. Credential access or abuse follows when valid tokens, keys, or delegated grants are used to submit requests that the system accepts as legitimate.
  3. Impact arrives through scraping, fraudulent transactions, data extraction, or misuse of connected services that inherit the compromised API trust.

NHI Mgmt Group analysis

API abuse is becoming the default threat model for exposed interfaces. The article’s central claim is directionally correct: attackers increasingly prefer legitimate requests over obvious exploits because the business logic already does the hard work for them. That shifts the defensive problem from patching to policy enforcement, telemetry quality, and abuse detection. For identity programmes, the key implication is that API authorisation must be treated as a governed access path, not just a developer convenience.

Shadow API governance is really identity lifecycle governance in disguise. An undocumented endpoint is rarely just a discovery problem. It is usually a symptom of weak ownership, missing retirement controls, and stale access still attached to services, tokens, or integrations. Shadow API drift: this is the failure mode where exposed but unmanaged endpoints outlive the systems that created them. Practitioners should read this as a lifecycle and accountability issue, not only an inventory problem.

Third-party API risk exposes the limits of static trust relationships. The article correctly points to connected ecosystems as the new attack surface, but the deeper issue is that many organisations still treat external integration as a one-time approval event. That model breaks when credentials, scopes, and dependencies change without revalidation. Where APIs are tied to machine identities, the governance question becomes whether the trust grant still matches the operational need. The practical conclusion is that continuous review must replace integration-by-exception.

AI-assisted API security will matter most where organisations lack useful telemetry. The value of AI in this context is not magic detection, but scale handling. Large API estates generate more signals than most teams can inspect manually, especially when abuse resembles legitimate traffic. That makes behavioural baselining, anomaly triage, and response prioritisation more realistic. The strategic risk is assuming AI can compensate for missing asset inventory or weak identity controls. It cannot. Teams should use AI to improve signal quality, not to excuse governance gaps.

What this signals

API security programmes will increasingly be judged on discovery quality, not just detection coverage. If teams cannot inventory endpoints, name owners, and tie each integration to a current trust grant, they will keep finding misuse after the damage is already visible. That is why lifecycle control over machine identities matters as much as traffic inspection.

Unowned interface risk: the operational gap here is the gap between something being deployed and something being governed. Once that gap widens, shadow and zombie APIs become durable attack surface rather than temporary clutter. The practical response is to connect API discovery to access review, retirement, and exception management in the same workflow.

For programmes that already rely on IAM, PAM, and NHI controls, this topic is a reminder that the identity of the API authoriser is part of the security model. Stronger authentication alone does not solve business-logic abuse or third-party overreach. Teams should treat API governance as a cross-functional control plane spanning application teams, security operations, and identity governance.


For practitioners

  • Build an authoritative API inventory Catalog every externally reachable, partner-facing, and internal API with owner, purpose, authentication method, and retirement date. Include undocumented and legacy endpoints in the same register so shadow API discovery becomes part of normal governance, not a one-off cleanup.
  • Bind each API to an accountable identity Map every service, integration, token, and OAuth grant to a named business owner and review interval. If an API depends on a machine identity, record the scope, rotation process, and offboarding trigger so stale trust does not persist after the original use case ends.
  • Define abuse cases alongside vulnerability cases Create detections for scraping, rate-limit evasion, bulk export, repeated enumeration, and business-logic abuse across high-value APIs. This makes legitimate but hostile usage visible even when no exploit signature exists and helps SOC teams separate misuse from normal automation.
  • Reassess third-party integrations quarterly Review external APIs, embedded credentials, and delegated permissions on a fixed schedule, with explicit checks for scope drift, unused integrations, and stale secrets. Treat the review as part of access governance, not just supplier management.

Key takeaways

  • API security is shifting from exploit prevention to abuse prevention, because attackers can often use legitimate functionality more effectively than obvious vulnerabilities.
  • The biggest governance gap is visibility into endpoints, owners, and trust grants, especially where shadow APIs and third-party integrations expand the attack surface.
  • Teams need API inventory, identity-bound ownership, and continuous review of connected services if they want to keep machine access aligned with actual business need.

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 MITRE ATT&CK address the attack and risk surface, while NIST CSF 2.0, NIST SP 800-53 Rev 5 and CIS Controls v8 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Non-Human Identity Top 10NHI-01API abuse and unmanaged machine access map directly to non-human identity governance gaps.
NIST CSF 2.0PR.AC-1API access control and ownership are central to preventing misuse of legitimate interfaces.
NIST SP 800-53 Rev 5AC-2Account lifecycle controls support governance of service accounts and API-linked identities.
MITRE ATT&CKTA0007 , Discovery; TA0009 , Collection; TA0010 , ExfiltrationAPI abuse commonly involves discovery, bulk collection, and exfiltration through valid interfaces.
CIS Controls v8CIS-5 , Account ManagementService account and integration lifecycle control is essential for API governance.

Use CIS Account Management to review API-linked accounts, disable unused ones, and enforce periodic revalidation.


Key terms

  • Shadow API: An API endpoint that exists in production but is not fully known, reviewed, or governed by the security programme. Shadow APIs often emerge through fast delivery, copy-paste development, or overlooked internal routes, and they create untracked exposure because they sit outside inventory, policy, and ownership processes.
  • Zombie API: A zombie API is a deprecated or abandoned interface that remains accessible after the organisation believes it should be retired. It is risky because old permissions, secrets, or backend trust can survive the business purpose, turning legacy access into an active exposure.
  • API Abuse: The malicious use of legitimate API functionality for scraping, fraud, bulk extraction, enumeration, or workflow manipulation. Unlike classic exploitation, API abuse relies on valid requests and trusted access paths, which makes it harder to detect unless teams model misuse patterns explicitly.

What's in the full article

Salt’s full article covers the operational detail this post intentionally leaves for the source:

  • Salt’s specific 2025 product and roadmap framing for AI-assisted API security operations
  • The vendor’s detailed view on API abuse, shadow APIs, and third-party risk prioritisation
  • The source article’s own compliance commentary on how API regulation may tighten over time
  • Salt’s closing demo-oriented positioning for organisations evaluating the platform

👉 Salt’s full article expands on the 2025 risk themes, including AI-driven detection, third-party API exposure, and shadow API governance.

Deepen your knowledge

NHI Mgmt Group’s NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, secrets management, and identity lifecycle fundamentals. It is designed for practitioners who need to connect identity control to real-world security operations.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 2, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org