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.
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"
}
API Reference
Endpoints
Check an email + IP against all shield rules, reputation data, and blocklists. Returns allow/block decision with reason.
List recent security events across the network. Filterable by domain, threat type, and time range.
List known bad actors with profiles, email patterns, IP ranges, and total attempt counts.
List active shield rules — email blocks, IP prefix blocks, rate limits.
Report a new threat. Workers can flag suspicious patterns for LoopAgent analysis.
IP intelligence lookup — datacenter detection, provider, risk score, event history.
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.