SIP/WebRTC Toll Fraud Detection in 2026: ML, IRSF, and the 98% Accuracy Threshold
Toll fraud and IRSF cost $40B+ globally in 2025. ML-driven SIP fraud detection now hits 98% accuracy, but only if you wire features from CDR, signaling, and per-tenant baselines into a real-time pipeline.
Toll fraud and IRSF cost $40B+ globally in 2025. ML-driven SIP fraud detection now hits 98% accuracy, but only if you wire features from CDR, signaling, and per-tenant baselines into a real-time pipeline.
The threat
International Revenue Share Fraud (IRSF) drains $1-2K per compromised account in under an hour: attacker brute-forces a SIP REGISTER, bursts calls to premium-rate numbers in Latvia, Cuba, or Kiribati, and the carrier pays out before the next billing cycle. AI-generated voicemail breaching helps automate this in 2026 (Kelley Create 2026). SIM-box fraud, CLI spoofing, and toll bypass round out the threat list.
Defense
A real-time fraud engine combines (1) per-tenant velocity baselines (calls/h, destinations/h, country diversity), (2) high-risk destination scoring (premium rate ranges, sanctioned countries), (3) CLI integrity (STIR/SHAKEN attestation) and (4) ML anomaly detection on CDR features. SIP Trunk's 2026 industry data confirms 98% accuracy for production ML when retrained weekly. Hard caps (e.g., $50/h per tenant + automatic suspend) catch what ML misses.
Hear it before you finish reading
Talk to a live CallSphere AI voice agent in your browser — 60 seconds, no signup.
flowchart TD
A[INVITE arrives] --> B[STIR/SHAKEN attest]
B --> C[Pre-call ML score]
C --> D{Risk}
D -- low --> E[Allow · log]
D -- mid --> F[Allow · alert · throttle]
D -- high --> G[Block 603]
E --> H[CDR · realtime features]
H --> I[Hourly retrain · drift check]
I --> C
CallSphere implementation
CallSphere's fraud pipeline ingests every signaling event into Kafka, scores via XGBoost (95 features) in <40 ms, and enforces tiered hard caps per plan. **37 agents · 90+ tools · 115+ tables · 6 verticals · HIPAA + SOC 2 aligned**. Premium-rate destinations require explicit allow-list + 2FA. We retrain weekly and on drift > 0.05 PSI. The Real Estate OneRoof Pion Go gateway 1.23 inherits the same pipeline. Plans: $149 / $499 / $1,499, 14-day trial, 22% affiliate Year 1.
Build steps
- Stream CDRs to Kafka topic
cdr.raw - Materialize features in Flink/Spark (60s, 1h, 24h windows)
- Train XGBoost on labeled fraud + clean data (>1M rows)
- Deploy as gRPC sidecar; SBC calls it pre-INVITE
- Wire alerts to PagerDuty for score > 0.95 + auto-suspend at $50/h spend
FAQ
Block list enough? No. Static lists miss novel destinations; ML catches velocity + pattern shifts.
False positive cost? ~0.3% blocked-good rate at threshold 0.85; tune with business cost weights.
Still reading? Stop comparing — try CallSphere live.
CallSphere ships complete AI voice agents per industry — 14 tools for healthcare, 10 agents for real estate, 4 specialists for salons. See how it actually handles a call before you book a demo.
STIR/SHAKEN replaces fraud detection? No — it authenticates caller ID, not call intent. Layer both.
HIPAA implications? PHI in CDRs → encrypt at rest, RBAC, retention 6y per CMS guidance.
SMB carriers cover this? Most resell wholesale and inherit SBC controls; verify in writing.
Sources
- SIPTrunk - SIP Trunking Trends for 2026: AI, Security - https://www.siptrunk.com/blog/sip-trunking-trends-ai-security-and-global-scale/
- Kelley Create - Toll Fraud Protection 2026 - https://kelleycreate.com/protect-business-from-voip-toll-fraud-irsf-and-ai-driven-telecom-attacks/
- Mobileum - VoIP & SIP Fraud - https://www.mobileum.com/products/risk-management/fraud-management/voip-sip-fraud
- Telcobridges - VoIP Security Guide - https://telcobridges.com/learning/voip-security/
Try CallSphere AI Voice Agents
See how AI voice agents work for your industry. Live demo available -- no signup required.