W
WebTrust AI

Every feature, explained.

A full walkthrough of how WebTrust AI keeps your sites safe.

๐Ÿค–
The engine behind everything

AI Threat Scoring

Every inbound request โ€” page view, form post, or API call โ€” is scored 0โ€“100 in real-time before your application code even runs. The score combines IP reputation, behavioural signals, payload inspection, geo-data, and historical patterns.

  • Sub-1ms scoring decision
  • Configurable block threshold per site
  • Score exposed in dashboard + API
  • Scoring reasons stored for forensics
๐Ÿšซ
Stop automated abuse at the gate

Bot Detection & Blocking

WebTrust fingerprints every visitor against 400+ known bot signatures, analyses User-Agent strings, checks headless browser tells, and scores mouse / keyboard behaviour. Detected bots are blocked, flagged, or served a JS challenge โ€” your choice.

  • 400+ bad-bot signatures updated weekly
  • Headless browser detection (Puppeteer, Playwright)
  • Legitimate crawler whitelist (Googlebot, Bingbot, etc.)
  • Per-bot block/whitelist controls in dashboard
๐Ÿ”ฅ
Automated response to repeat attackers

Auto-Ban Engine

When a visitor's threat count crosses your configured threshold, WebTrust automatically adds their IP to the ban list. Bans propagate across all your sites instantly and expire on your schedule.

  • Configurable threshold per site (default: 5 threats)
  • Cross-site ban propagation
  • Temporary bans with custom TTL
  • Manual ban/unban from dashboard
๐ŸŒ
Know your traffic, control your exposure

Geo-IP Intelligence

Every request is mapped to a country, city, ISP, and proxy/VPN/Tor status using the ip-api.com database. Visualise your traffic on a world map and block entire regions in two clicks.

  • Country + city + ISP resolution
  • VPN, Tor, and datacenter IP detection
  • One-click country blocking
  • Top-countries chart in dashboard
๐Ÿ“ง
Kill spam before it reaches your inbox

Spam Form Defence

WebTrust intercepts every form submission and runs it through a multi-layered spam pipeline: honeypot field detection, keyword scoring, submission-rate limiting, and an ML spam score. Clean submissions pass through; spam is logged and optionally blocked.

  • Honeypot field injection via SDK
  • Keyword-match scoring (configurable)
  • Submission rate limiting per IP
  • Full spam log with action replay
๐Ÿ“Š
Complete observability in real-time

Live Traffic Dashboard

The dashboard refreshes every 8 seconds. See a live feed of every request, Chart.js time-series charts for traffic and threats, device breakdowns, top-country maps, and a security score ring that summarises your overall posture.

  • 8-second live refresh
  • Traffic + threat trend charts
  • Device type breakdown (mobile/desktop/bot/tablet)
  • Security score 0โ€“100 updated hourly
๐Ÿ”‘
Integrate in under 5 minutes

API & SDK

The PHP SDK ships as a single file. Drop it in, call two lines, done. The REST API lets you query threats, traffic, and ban lists programmatically โ€” build your own dashboards or pipe data into your SIEM.

  • Single-file PHP SDK (webtrust.php)
  • Non-blocking async logging (no latency impact)
  • REST API: GET /api/check-ip, POST /api/track
  • Per-site API keys with audit log

Up and running in minutes

01

Create account

Sign up free โ€” no credit card. API key generated instantly.

02

Add your site

Paste your domain. WebTrust creates a unique key per site.

03

Add two lines

Drop the SDK into your PHP header. That's the entire integration.

04

Watch the dashboard

Live traffic, threats, and your security score update in real-time.