A leaked API token is used against the platform
An API token is exposed — in code, a config file, a log, or a compromised integration — and the attacker uses it to call the platform's API directly as the token's identity, without ever seeing the login or its MFA.
Authenticate to the SaaS API with a valid token, avoiding the login UI.
- Short-lived, narrowly-scoped tokens with rotation
- Secret scanning across code, logs and configs
- IP allow-listing and per-token rate limits
- API calls from a new source IP or region for the token
- Token use outside its normal integration pattern
- Secret-scanning alerts for exposed tokens
- Scan for exposed tokens across the estate
- Review token scope, lifetime and rotation
- Test whether API access is monitored like interactive login
The attacker can call the platform's API with the token's rights.