9 layers protect every request.
Password check, brute force, MFA, token signing, SDK verification, eBPF enforcement, cloud conditions, AI detection, audit trail. Every request. Every time.
Every request passes through 9 checks · <200ms total
1
Password Checked against HIBP breached database on register + reset2
Brute force 5 failed attempts → 30min lockout. Configurable per tenant.3
MFA TOTP / passkey challenge. Enforced per tenant, org, or route.4
Token signing Per-tenant RSA keypair. Not shared. Not reused.5
Token rotation Every refresh issues new token. Family detection blocks reuse.6
SDK verification JWKS cached. Signature verified on every API call.7
eBPF enforcement Kernel validates JWT before request reaches app. ~45μs.8
Cloud conditions MFA + IP + time checked before issuing cloud credentials.9
Audit trail Who, what, when, from where, allow/deny. Every decision.Real attacks
What happens when they try.
Stolen password, MFA on 3:02 AM · Brazil
1
Password Correct — real stolen credential
PASS2
Brute force First attempt from this IP
PASS3
MFA TOTP required — no device
BLOCKED4
AI Anomaly 0.92 — flagged
FLAGGEDStopped at MFA. Attacker never gets in.
Stolen password, MFA off 3:02 AM · Brazil
1
Password Correct credential
PASS2
MFA Not enabled
SKIP3
AI Anomaly 0.92 — step-up
STEP-UP4
OTP Phone + email. Fails both.
BLOCKEDAI forced OTP + email verification. Blocked.
Brute force attack 47 attempts · Tor exit node
1
Password Wrong #1...#5
FAIL x52
Lockout 30min lockout triggered
LOCKED3
AI Tor + automation pattern
IP BLOCKED4
Audit All 47 attempts logged
LOGGEDLocked after 5. AI blocked the IP entirely.
Ex-employee, 2 days later Offboarded · all access
1
Login Account disabled
DENIED2
AWS/GCP No token → federation rejected
DENIED3
SSH PAM → account disabled
DENIED4
eBPF No valid JWT → all denied
DENIEDOne disable → locked out of everything.
Built-in
Every tenant gets these. Zero config.
Per-tenant RSA keys
Every tenant gets its own RSA keypair for JWT signing. One compromise doesn't affect others.
Breached passwords
Every password checked against HIBP on register and reset. Compromised passwords blocked.
Brute force protection
5 failed attempts → 30min lockout. Configurable per tenant. Every attempt logged.
Token rotation
Every refresh issues new token. Family tracking detects reuse — revokes the chain.
PKCE (S256)
All SPA and mobile flows require PKCE. No implicit flow — ever.
Rate limiting
Per-tenant and per-endpoint. Applied at API gateway. No config needed.
Encrypted in transit
- ✓ TLS 1.3 everywhere
- ✓ HTTPS enforced on custom domains
- ✓ Secure cookies (SameSite, HttpOnly)
- ✓ HSTS on all responses
Encrypted at rest
- ✓ Passwords: bcrypt (cost 12)
- ✓ Client secrets: hashed, never plaintext
- ✓ API keys: SHA-256 with prefix
- ✓ Database: AES-256 at rest
Zero-Trust Kernel
Every request validated at the kernel.
The eBPF agent checks JWTs at the Linux kernel — before your app sees the request. No VPN. No reverse proxy. ~45μs.
L7 HTTP JWT verified in kernel. Method + path + roles checked.
L4 TCP Unauthorized database/cache connections dropped before SYN.
API discovery Agent learns your APIs from live traffic. Suggests policies.
Every decision logged Allow/deny with user, IP, method, path, latency.
manage.authfi.app/access
3
Nodes
12
Services
47
Routes
Services — production
api-gateway :8080 protected
user-service :8081 protected
order-service :8082 protected
legacy-erp :3000 monitor
Live Log
2,847 req/sGET /api/users alice@acme.com ✓
DELETE /api/admin agent-ml-01 ✗
POST /api/orders bob@acme.com ✓
manage.authfi.app/security
284K
Requests
1,247
Blocked
23
Alerts
94
Score
HIGH 3m ago
Impossible travel
India → Brazil in 2h
MED 12m ago
Brute force on staging
47 failed in 10min
LOW 1h ago
Dormant admin account
No login in 90 days
AI Detection
Three layers of AI. Always on.
Rules catch known threats instantly. ML catches unknown patterns by learning your data. LLM explains findings and suggests next steps.
Rules Engine All plans
Credential stuffing, brute force, dormant accounts, infrastructure risks
ML Models Pro+
Impossible travel, login anomaly, behavior clustering, risk scoring
LLM Intelligence Pro+
Natural language policies, explain findings, auto-suggest, weekly digest
Compliance
Audit everything. Prove everything.
Audit trail
- Every auth decision — who, what, when, where, allow/deny
- Cloud access — who opened which console, when
- eBPF — every service request logged at kernel level
- SSH sessions — every command captured, replayable
- Export to Splunk, Datadog, Elastic, any SIEM
- Multi-tenant isolation — zero data leakage
Frameworks
- SOC 2 Type II — audit trail, access controls, encryption
- HIPAA — SMART on FHIR, consent management, PHI audit
- GDPR — data residency, right to deletion, consent
- ISO 27001 — information security management
- PCI DSS — token security, encryption, access logging