Advanced
Threat intelligence
Providers, sync jobs, and the threatIntel inspector.
Goal
Enrich decisions with IP reputation from threat-intel providers.
Steps
- Load a threat-intel plugin (sample static feed).
- Open Security → Threat intel.
- Create a provider (interval, feed path/URL, fail-closed flag).
- Trigger sync or wait for Worker
ThreatIntelSyncHostedService. - Write policies using
{ "inspector": "threatIntel" }. - Provider enable/fail-closed changes auto-publish snapshot settings.
Runtime
Proxy looks up client IP in the reputation store. Store errors: fail-closed → hit, else miss. Exact IP match is the MVP (CIDR deferred for runtime hits).
Verify
- Sync succeeds; indicators visible in the UI.
- Matching client IP triggers inspector hit and your policy action.