Shield API v1.0 — Live

One API call.
Every domain protected.

Centralized threat detection for the VentureOS network. Real-time email verification, IP intelligence, and bot blocking at the edge.

Shield CheckPOST
// Call from any Worker before accepting a signup
POST https://secagent.com/api/check

{
  "email": "user@example.com",
  "ip": "2a01:4f9:c014:8857::1",
  "domain": "10kchallenge.com"
}

// Response
{
  "allowed": false,
  "reason": "datacenter_ip",
  "risk_score": 100,
  "provider": "Hetzner"
}
<5ms
Check Latency
690+
Threats Blocked
103
Workers Protected
27
Bad IPs Catalogued

API Reference

Endpoints

POST/api/check

Check an email + IP against all shield rules, reputation data, and blocklists. Returns allow/block decision with reason.

GET/api/threats

List recent security events across the network. Filterable by domain, threat type, and time range.

GET/api/actors

List known bad actors with profiles, email patterns, IP ranges, and total attempt counts.

GET/api/rules

List active shield rules — email blocks, IP prefix blocks, rate limits.

POST/api/report

Report a new threat. Workers can flag suspicious patterns for LoopAgent analysis.

GET/api/ip/{address}

IP intelligence lookup — datacenter detection, provider, risk score, event history.

GET/api/stats

Network-wide security statistics — total blocked, active threats, protected domains.

How It Works

Security Triad

🛡

SecAgent.com

Centralized shield API. Every worker calls /api/check before accepting signups.

📊

SecurityAgent.com

Threat monitoring dashboard. Live feed of blocked actors and security events.

🌐

IPSecurity.com

IP intelligence engine. Datacenter detection, provider identification, risk scoring.