Global Fraud Risk
6.8
↑ +1.2 vs last month
Active Alerts
12
↑ 3 new today
POS Spending
+18%
MoM · SAMA Data
E-Commerce Surge
+31%
White Friday incoming
01 —
Intelligence Modules
Live
Primary
Fraud Intelligence Radar
The primary threat intelligence dashboard. Consumer spending signals from SAMA, channel risk heatmaps, event impact forecasts, live intelligence feeds, and Saudi fraud awareness content — all in one command center.
Enter Module →
01
Live
Anti-Fraud Alert Portal
Real-time alert feed, live fraud signal ticker, global signal map, scam pattern analysis, and customer guidance tools for front-line fraud teams.
Enter Module →
02
Soon
Channel Risk Monitor
Deep-dive fraud exposure per channel: POS, CNP, instant payments, digital wallets, ATM — with real-time velocity indicators.
Coming Soon →
03
Soon
Spending Intelligence
SAMA official data — POS trends, e-commerce growth, wallet adoption, ATM patterns and sector distribution charts.
Coming Soon →
04
Soon
Event Impact Radar
White Friday, Ramadan, National Day, salary cycles — each mapped to fraud vectors and pre-event recommended controls.
Coming Soon →
05
Soon
Awareness Library
Arabic and English awareness videos, SMS templates, and copy-ready campaign materials from official Saudi sources.
Coming Soon →
06
+
Add New Module
02 —
How to Extend This Portal
01
Build Your Dashboard
Create an HTML file (e.g.
channel-risk.html) and add it to your GitHub repo alongside index.html and vercel.json.02
Add a Module Card
Copy any
<a class="mc"> block in index.html. Update the href, title, description and --mc-c accent color. Remove the onclick.03
Push & Deploy
Push to GitHub. Vercel auto-redeploys in seconds — no config needed. Your new module is live at
your-domain.vercel.app/new-file.html.GitHub Repo Structure
📁 your-repo/
├── index.html ← This portal hub
├── fraud-intelligence-portal.html ← Module 01 — Full dashboard
├── anti-fraud-portal.html ← Module 02 — Alert portal
├── channel-risk.html ← Add when ready
├── spending-intel.html ← Add when ready
├── event-radar.html ← Add when ready
├── awareness.html ← Add when ready
└── vercel.json ← Routing config (included)