// IP Risk Analysis {By default the system detect your IP}
SCORE →
Quick tests:
185.220.101.1 ●
8.8.8.8 ●
45.33.32.156 ●
198.20.69.98 ●
1.1.1.1 ●
Critical
—
scored today
High Risk
—
scored today
Medium
—
scored today
Low Risk
—
scored today
// Score Result
Enter an IP address above to begin analysis.
Risk scoring includes geo, threat intel,
network classification & behavioral signals.
Risk scoring includes geo, threat intel,
network classification & behavioral signals.
// Audit Log
0 entries
No queries yet
// REST API Endpoints
GET
/api/score/:ip
Score a single IPv4 or IPv6 address. Returns full risk report with geo, signals, and recommended action.
POST
/api/score/batch
Score up to 50 IPs in one request. Body:
{"ips": ["1.2.3.4", ...]}GET
/api/audit
Retrieve recent scoring audit log. Query param:
?limit=50GET
/api/stats
Runtime stats: cache size, risk distribution, memory usage, tracked IPs.
GET
/api/health
Health check endpoint. Returns
{"status":"ok"} when service is running.