Scope
This guide covers ghost-tapping fraud techniques targeting digital wallet provisioning flows. You'll find authentication control gaps, the organized infrastructure enabling this fraud, and specific hardening measures for payment security engineers working on Apple Pay, Google Pay, and similar wallet platforms.
This is not about card-present fraud or traditional CNP attacks. Ghost-tapping exploits the provisioning step where stolen card data gets added to a legitimate digital wallet by intercepting one-time authentication codes.
Key Concepts and Definitions
Ghost-tapping: A fraud technique where attackers add stolen card credentials to digital wallets by intercepting one-time authentication codes during the card provisioning process. Once added, they use burner phones to make contactless payments at physical retailers or ATMs.
Card provisioning: The process of adding a payment card to a digital wallet. Typically requires the cardholder to verify ownership through an OTP sent via SMS or email, or through issuer authentication systems.
Burner phone: A disposable device used to complete fraudulent transactions. According to Recorded Future's Insikt Group, organized networks recycle these phones across multiple criminals, reducing operational costs and complexity.
Cybercrime-as-a-Service: Infrastructure and software provided by organized networks to enable fraud operations. In ghost-tapping schemes, this includes burner phones, phishing software, and downstream fencing networks for stolen goods.
Authentication Control Gaps
The ghost-tapping technique exploits three specific weaknesses in digital wallet provisioning:
OTP delivery channel compromise: SMS and email channels remain vulnerable to interception. If your provisioning flow relies solely on SMS OTPs, you're assuming the phone number hasn't been ported or the device hasn't been compromised. That assumption breaks down when attackers use SIM swapping or SS7 protocol exploits.
Lack of device binding: Most wallet provisioning flows don't verify that the device requesting provisioning matches the device historically associated with the cardholder. An attacker with stolen card data can provision from any device, anywhere.
Insufficient velocity checks: If your system doesn't flag multiple provisioning attempts across different devices or geographies within a short timeframe, you won't catch organized networks testing stolen credentials in bulk.
Implementation Guidance
Strengthen Provisioning Authentication
Replace SMS-only OTPs with app-based authentication where possible. If you must use SMS, implement these controls:
- Require MFA with at least one factor tied to a previously authenticated device
- Use push notifications to the cardholder's registered device as a secondary confirmation channel
- Implement step-up authentication for provisioning attempts from new devices or locations
For issuers: integrate with your fraud detection platform before approving wallet provisioning. Run the same risk scoring you'd apply to a card-not-present transaction.
Add Device Intelligence
Collect and analyze device fingerprints during provisioning:
- Operating system version and patch level
- Device model and manufacturer
- Installed app signatures
- Network characteristics (VPN usage, proxy indicators)
Flag provisioning requests from devices that don't match your cardholder's known profile. A customer who's used iOS devices for three years shouldn't suddenly provision from an Android burner phone.
Implement Velocity Controls
Set hard limits on provisioning attempts:
- Maximum three provisioning attempts per card per 24-hour period
- Maximum one successful provisioning per card per device per 30-day period
- Automatic escalation to manual review after two failed provisioning attempts
These controls won't stop a determined attacker, but they'll slow down bulk testing of stolen credentials.
Monitor Post-Provisioning Behavior
The fraud doesn't end at provisioning. Watch for these patterns in the first 72 hours after a card is added to a wallet:
- Rapid sequence of small transactions across multiple merchants
- ATM withdrawals immediately after provisioning
- Transactions in geographies inconsistent with the cardholder's profile
- Multiple wallet-based transactions when the physical card shows no recent activity
Common Pitfalls
Assuming contactless equals secure: Contactless payment technology (NFC) is cryptographically sound, but it doesn't validate that the person holding the phone is the legitimate cardholder. Ghost-tapping bypasses contactless security by exploiting provisioning controls.
Treating provisioning as a one-time event: You verify the cardholder once during provisioning, then trust that device indefinitely. Consider re-authentication for high-value transactions or when device characteristics change.
Ignoring the organized network layer: Recorded Future's Insikt Group found that ghost-tapping relies on infrastructure networks providing phones, phishing tools, and fencing operations. You can't solve this with authentication controls alone. Share IoCs with your fraud consortium and law enforcement.
Overlooking geographic spread: This technique originated in Southeast Asia but works anywhere contactless payments are accepted. Don't assume your market is immune because the initial reports came from another region.
Failing to coordinate with issuers: If you're a wallet platform, you depend on issuing banks to validate provisioning requests. If you're an issuer, you need real-time visibility into wallet provisioning attempts. Neither party can solve this alone.
Quick Reference Table
| Control | Implementation | Detection Signal |
|---|---|---|
| MFA provisioning | App-based push + SMS OTP | Provisioning attempt without app confirmation |
| Device binding | Fingerprint check against cardholder profile | New device type or OS from known customer |
| Velocity limits | Max 3 attempts/24hrs per card | Bulk provisioning attempts across card portfolio |
| Geographic validation | Compare provisioning location to transaction history | Provisioning from high-risk geography |
| Post-provisioning monitoring | Flag transactions in first 72 hours | ATM withdrawal within 1 hour of provisioning |
| Network intelligence | Share IoCs with fraud consortiums | Repeated device fingerprints across multiple accounts |
Collaboration Requirements
Ghost-tapping networks operate across platforms and jurisdictions. You need two types of coordination:
Platform-to-issuer: Establish real-time provisioning notification channels. When a wallet receives a provisioning request, the issuer should see device characteristics, location data, and recent account activity before approving.
Industry-to-law-enforcement: Recorded Future's Insikt Group identified organized networks providing infrastructure for these attacks. When you detect ghost-tapping patterns, document the device fingerprints, transaction sequences, and merchant categories. Share this intelligence with your fraud consortium and file SARs when transaction patterns meet reporting thresholds under the Bank Secrecy Act.
The shift to cybercrime-as-a-service models means individual attackers are harder to trace, but the infrastructure providers leave larger footprints. Focus your investigative resources there.



