L1
L1 Analyst
SOC · New York

Enrichment & Egress

Indicators extracted by the AI investigator, external lookups, and the privacy guardrail that decides what may leave the perimeter.

Indicators todayIOCs extracted from alerts after redaction.
1,418
Egress allowedExternal enrichment calls that passed the privacy guardrail.
1,102
Blocked — PIICalls denied because the indicator still contained PII (SSN / loan# / email).
84
Blocked — breakerCalls dropped because the provider's circuit-breaker is OPEN — failing closed protects the upstream.
39
Cache hit rateRedis cache hit ratio across all providers (24h TTL).
78%
Redis queue depthPending enrichment jobs. Sustained > 100 indicates upstream pressure.
12

External enrichment providersReputation, threat intel, vulnerability and GeoIP services the AI may call. Circuit-breaker fails CLOSED on outage.

Read-only
ProviderKindCalls (24h)Cache hitp95StatusBreaker
VirusTotalReputation31271%480msHealthy Closed
AbuseIPDBReputation18864%220msHealthy Closed
NVD CVEVulnerability4489%310msHealthy Closed
MaxMind GeoIPGeoIP90596%18msHealthy Closed
GreyNoiseThreat Intel6152%720msThrottled Half-open
Recorded FutureThreat Intel00%0msCircuit Open Open

Privacy egress guardrailWhat the guardrail does before any external enrichment call.

SSN / Loan# / Account# / Email patterns
Regex match against the IOC string. Match = BLOCK. No exceptions.
Borrower names
Name dictionary + initials-only allow-list.
Hash-only mode
Analyst can re-run blocked calls with sha256(IOC) — accepted by VT / AbuseIPDB.
Redis cache + retry/backoff
24h TTL per (provider, indicator). DLQ on permanent failure.

Cache hit rate by provider (24h)Redis cache hit ratio per provider, hourly. High cache hit = fewer external calls = less PII risk + lower spend.

Indicator decisions — allow / hash-only / blockPer indicator pattern: how the guardrail classifies it and what happens. Hash-only mode lets analysts re-run blocked calls with sha256(IOC).

PatternClassAllowHashBlock
Public IP
203.0.113.44
Non-PII48200
Domain
mega.nz
Non-PII31100
URL path
/upload?u=…
Mixed188426
File hash sha256
9f1c…a2e7
Non-PII25400
Email address
james.***@gmail.com
PII09138
Loan #
LN-****-3320
PII01227
Account # / PAN
ACCT-****-2210
PII0413
Borrower name
Mitchell, J.
PII009
PII patterns can NEVER be allowed in cleartext. Hash-only is the supported workaround for reputation lookups.

Recent egress decisionsEvery external enrichment call by the AI is logged. BLOCKED rows show the rule that triggered.

Allowed Blocked Cached
TimeProviderIndicatorActionReasonCase
2026-06-08 10:30 ISTVirusTotalmega.nzALLOWEDDomain on allow-list; no PIICASE-2026-0847
2026-06-08 10:30 ISTAbuseIPDB49.36.x.xALLOWEDPublic IP, octet-redacted before sendCASE-2026-0847
2026-06-08 10:30 ISTVirusTotaljames.personal@gmail.comBLOCKEDIndicator matched PII rule (Email) — egress guardrailCASE-2026-0854
2026-06-08 10:28 ISTGreyNoise203.0.113.44ALLOWEDPublic IP, no PII
2026-06-08 10:25 ISTVirusTotalLN-****-3320BLOCKEDIndicator matched PII rule (Loan#) — egress guardrailCASE-2026-0854
2026-06-08 10:21 ISTMaxMindfile.ioCACHEDCache hit (24h TTL)CASE-2026-0850
2026-06-08 10:12 ISTRecorded Futurepastebin.comBLOCKEDCircuit breaker OPEN — provider unreachable, failing closed
AI output is advisory. Egress guardrail fails closed — when a provider is unreachable or an IOC contains PII, the call is denied and recorded.