SynapseEdge Intelligence

Data Loss Prevention at the Edge

Inline response inspection. Real-time blocking. Zero additional latency. Sensitive data never leaves your infrastructure unprotected.

17–28μs
Decision Latency
Inline
Response Inspection
5
Detection Categories
No Agent
Required
Detection Capabilities
Response body inspection — every category scans inline
PII
Personal Identifiable Information
SSN · Email addresses · Phone numbers
Names · Addresses · DOB · Driver's license
FIN
Financial Data
Credit card numbers (PCI) · Bank accounts
Routing numbers · IBAN · Tax IDs
SEC
Secrets & Credentials
API keys · JWT tokens · OAuth secrets
AWS keys · Private keys · SSH keys
PHI
Healthcare PHI
Medical record numbers · Health plan IDs
Diagnosis codes · Prescriptions · Lab results
API
Custom Patterns
Organization-specific regex patterns via API — internal IDs, proprietary formats, domain-specific data. Fully configurable per site.
Inline Protection Flow
01
Client Request
Attacker sends API request
02
WAF Inspect
Inbound detection <50μs
03
Backend API
Processes request normally
04
DLP Scan
Inspects response body
05
Action
Block / Mask / Log / Alert
Response Actions
Block
Replace entire response with error. Sensitive data never transmitted.
Mask
Redact matched patterns in-flight. Response delivered with data obscured.
Log
Record detection event for audit. Response passes through unmodified.
Alert
Generate real-time notification. SOC visibility without blocking traffic.
Architecture — Why Edge DLP Matters
Traditional DLP
App Cloud WAF DLP Proxy SIEM Internet +20-50ms added latency
Multiple hops, added latency, blind spots. Response passes through — data exfiltrated. Breach discovered 200+ days later via audit.
✗ BREACH
Synapse Edge DLP
App Synapse WAF + DLP Internet 17-28μs decision latency
Single hop, inline inspection, real-time blocking. 847 SSNs, 10,000 emails detected. Action: BLOCK + Alert + Actor risk +85.
✓ BLOCKED
Detection Examples
Social Security Number
{"user": {"ssn": "123-45-6789", "name": "John"}}
⚠ SSN pattern detected in response
Pattern: \b\d{3}-\d{2}-\d{4}\b
Action: Block + Log + Actor risk +25
Credit Card Number
{"payment": {"card": "4532015112830366"}}
⚠ Valid credit card (Luhn check passed)
Pattern: 16-digit + Luhn validation
Action: Block + Alert + PCI flag
AWS Secret Key
{"config": {"aws_secret": "wJalrXUtnFEMI/K7MDENG..."}}
⚠ AWS secret access key pattern
Pattern: High entropy + known prefix
Action: Block + Critical alert + Incident
Edge Advantages
Response Body Inspection
Not just headers — full payload analysis. JSON, XML, HTML, raw bytes.
Inline Blocking
Block before data leaves the edge. Not detect-and-alert-later.
Zero Additional Latency
DLP runs in the WAF decision path. No separate proxy hop required.
Actor Correlation
DLP violations affect actor risk scores. Cross-session behavioral memory.
Compliance Support
PCI-DSS
HIPAA
GDPR
SOC 2
CCPA