TL;DR: Phishing APK fraud is defeating SMS OTP by combining stolen credentials with a malicious Android app that forwards one-time passcodes in real time, according to Fingerprint. The pattern shows that possession factors and credential checks can both pass while the device itself is compromised, so device intelligence and device binding become necessary controls, not optional extras.
NHIMG editorial — based on content published by Fingerprint: SMS OTP fraud, malicious APKs, and device intelligence
By the numbers:
- Zimperium's 2024 Global Mobile Threat Report found that 43% of Android devices in APAC sideload apps.
- For financial services, 68% of mobile threats were attributed to sideloaded apps, according to Zimperium's 2024 Global Mobile Threat Report.
Questions worth separating out
Q: How should security teams reduce risk from SMS OTP fraud in mobile banking?
A: Security teams should move high-risk transactions away from SMS OTP and toward phishing-resistant authentication such as passkeys, biometrics, or device-bound methods.
Q: Why do malicious APKs bypass traditional OTP-based authentication?
A: They bypass it because the OTP is still valid and still delivered, but the receiving device is no longer trustworthy.
Q: What signals show that an OTP login may be fraudulent?
A: Look for simultaneous logins from different devices, unusual device fingerprints, SMS permission abuse, browser tampering, and OTP submission patterns that look automated rather than human.
Practitioner guidance
- Phase out SMS OTP for high-risk flows Move high-value account actions to phishing-resistant methods such as passkeys, biometrics, or device-bound authentication, especially where regulators already expect a migration away from SMS OTP.
- Bind accounts to trusted devices Register a stable device identifier at onboarding and require step-up authentication or re-KYC when a login arrives from an unrecognized device.
- Detect simultaneous session activity Alert when the same account shows login attempts from two distinct devices within a short window, especially when one session originates from a phone call-driven fraud scenario.
What's in the full article
Fingerprint's full article covers the operational detail this post intentionally leaves for the source:
- How device intelligence is applied at login time, including stable visitor identifiers and Smart Signals.
- Implementation detail for device binding, session consistency checks, and simultaneous session detection.
- Examples of how VPN detection, browser tamper detection, and bot detection support fraud decisions.
- Why API-first device intelligence can be inserted into existing authentication flows without replacing them.
👉 Read Fingerprint's analysis of phishing APK fraud and device intelligence →
SMS OTP fraud and malicious APKs: what IAM teams should change?
Explore further
SMS OTP trust collapse: SMS OTP was designed for message delivery, not for proving that the legitimate user still controls the receiving device. This attack works because the code remains valid even when the device is already compromised through a malicious APK. The implication is that OTP-based assurance must be treated as weak possession evidence, not as a final trust decision.
A few things that frame the scale:
- The average estimated time to remediate a leaked secret is 27 days, despite 75% of organisations expressing strong confidence in their secrets management capabilities, according to The State of Secrets in AppSec.
- Only 44% of developers are reported to follow security best practices for secrets management, exposing a persistent behaviour gap in the control environment.
A question worth separating out:
Q: Who is accountable when SMS toll fraud is enabled by authentication design?
A: Accountability sits with the teams that own the verification journey, the fraud controls around it, and the commercial exposure created by message delivery. If identity, fraud, and communications teams are separated, the control gap often survives because no single owner sees the full cost path. Governance has to cover the trigger, the budget impact, and the escalation path together.
👉 Read our full editorial: SMS OTP fraud shows why device intelligence now matters