TL;DR: API security is the number one concern for 71% of large-enterprise cybersecurity professionals, and attackers are increasingly targeting API-enabled edge devices such as gaming consoles, set-top boxes, in-vehicle systems, and medical devices, according to Arkose Labs. The governance problem is not just traffic volume, but the absence of reliable authentication, access control, and abuse prevention at exposed device endpoints.
NHIMG editorial — what this means for NHI practitioners
By the numbers:
- API security is the number one concern of 71% of cybersecurity professionals at large enterprises.
Questions worth separating out
Q: How should security teams protect APIs exposed by edge devices?
A: Security teams should move enforcement to the request path itself, because edge devices often cannot support strong client-side controls.
Q: Why do unprotected device APIs increase account takeover risk?
A: They increase risk because attackers can automate login attempts, mimic legitimate device traffic, and reuse weak access paths at scale.
Q: How do organisations know if API edge controls are actually working?
A: Look for fewer successful abuse attempts, lower rates of fraudulent account creation, and visible blocking at the network edge before requests reach applications.
Practitioner guidance
- Map exposed device APIs first Build and maintain an inventory of externally reachable APIs on edge-connected devices, including the identities, tokens, and session paths that can access each one.
- Enforce request-level policy at ingress Apply authentication, access control, and request validation before traffic reaches the application layer.
- Tune rate limits to the device profile Set frequency and volume controls per device class so automated abuse is throttled without breaking legitimate burst patterns.
What's in the full announcement
Arkose Labs' full article covers the operational detail this post intentionally leaves for the source:
- The article's device-by-device threat framing for gaming consoles, set-top boxes, in-vehicle systems, and medical devices.
- The detailed capability list for API edge protection, including traffic inspection, policy enforcement, and volume controls.
- The vendor's product positioning and implementation language for Arkose Edge across browser and non-browser surfaces.
- The full set of use cases for revenue protection, spoofing detection, and frictionless access handling.
👉 Read Arkose Labs' analysis of API edge protection for unprotected devices →
Unprotected device APIs at the edge: what IAM teams need to know?
Explore further
API edge security is now an identity governance problem at the device boundary. The article describes a world where unprotected devices become ingress points because the API itself is the control surface. That shifts the governance question from application protection to who or what is allowed to call exposed services, at what rate, and under what trust conditions. Practitioners should treat these endpoints as identity-bearing access paths, not just traffic channels.
A few things that frame the scale:
- 85% of organisations lack full visibility into third-party vendors connected via OAuth apps, according to The State of Non-Human Identity Security.
- Lack of credential rotation is cited as the top cause of NHI-related attacks by 45% of organisations, according to The State of Non-Human Identity Security.
A question worth separating out:
Q: Who should own API abuse prevention across edge devices?
A: Ownership should sit jointly across IAM, application security, and platform teams, because the issue spans identity, traffic policy, and application abuse. If only one team owns it, gaps appear between authentication, monitoring, and enforcement. The accountable group needs both visibility into access paths and authority to block them.
👉 Read our full editorial: API edge protection for unprotected devices and edge abuse