Deep-Dive Proposal

Compliant Anonymized Transport

Enterprise privacy without compliance gaps. A private, governed relay network that keeps data sovereign, auditable, and mathematically hard to correlate.

View architecture
01 / The Framing Question

How do we stay compliant while using Tor-like privacy?

Short answer: we don’t use public Tor.

We use the same mathematical idea — layered encryption with no single node seeing identity, destination, and payload at once — but run it as a private, governed, audited overlay inside client-approved jurisdictions.

02 / Why Public Tor Fails Review
ConcernPublic Tor RealityEnterprise Requirement
Identity & attributionNone by designZero-trust identity binding, RBAC, KYC
Audit trailNoneImmutable access, decision, and policy logs
Data residencyRandom global exit nodesTraffic exits only in Canada / approved regions
Sanctions & abuseBlocked by banks, APIs, governmentsClean IP reputation, contractual liability
Traffic correlationVulnerable to timing analysisDifferential privacy / noise as anti-correlation layer
03 / Architecture

Identity at the boundary. Anonymity in transit.

User / Device Edge Gateway identity + policy Guard Relay sees source, not dest Middle Relay sees neither Target NO SINGLE NODE SEES BOTH WHO AND WHERE
LAYER 01

Edge Authentication

User/device is known and logged before entering the anonymizing layer. SSO, mTLS, or device-bound tokens.

LAYER 02

Relay Encryption

Nested AES envelopes routed through guard → middle → exit. Each relay peels one layer but never sees the full path.

LAYER 03

Differential Privacy

Formal noise guarantees prevent traffic-correlation attacks, even if an adversary observes both ends of the circuit.

Blindness by relay role

Edge gateway knows identity and policy, but not payload destination. Guard relay knows sender IP, but not destination. Middle relay knows neither. Exit relay knows destination, but not source. This is the separation of concerns that makes the system both private and auditable.

04 / Compliance Mapping

Regulation-aligned by design.

Regulation / FrameworkHow CAT Satisfies It
PIPEDA / PIPPA / PHIPAPersonal data encrypted in transit and residency-controlled; access is logged.
FOIP / Municipal governanceImmutable logs support public-sector audit and FOI response workflows.
GDPRData minimization, purpose limitation, encryption, and residency options.
SOC 2 Type II / ISO 27001Access controls, logging, monitoring, and encryption map directly to CC6/CC7.
NIST 800-53SC-8, SC-13, AC-2/AC-3 alignment for transmission confidentiality and access control.
ITSG-33 / Canadian federalAlignment with Canadian security controls for Protected B and above.
05 / Governance & Audit Controls
ControlImplementation
Identity bindingSSO/SAML or mTLS at the edge gateway; tokens scoped per session.
Policy enforcementDestination allow-lists, time windows, data-classification checks.
LoggingWho entered, when, what policy applied, route jurisdiction summary. No payload content logged.
MonitoringAnomaly detection on relay load, circuit patterns, and boundary events.
Key rotationAutomated daily or per-session key rotation for relay-layer encryption.
Tenant isolationPer-client relays or per-client circuits on shared relays.
06 / Threat Model

What we assume an adversary can do.

CAT is designed against a realistic enterprise adversary with access to network links, relays, and edge logs — but not the client endpoint or the policy engine.

THREAT 01

Single Relay Compromise

Any one relay operator is malicious. They learn at most one of {identity, path, payload} because each envelope layer is independent.

THREAT 02

Passive Network Observer

An adversary records all traffic. Encrypted tunnels and differential-privacy padding prevent endpoint correlation via packet timing or size.

THREAT 03

Compelled Edge Log Disclosure

If the edge gateway is subpoenaed, it reveals who entered and under what policy — never the payload content or full destination path.

THREAT 04

Exit Node Hijack

A malicious exit relay cannot deanonymize the source; it only sees the destination and encrypted inner payload it cannot decrypt.

THREAT 05

Timing Analysis

We inject cover traffic / padding and enforce minimum circuit dwell times so that start-end timing correlation is statistically bounded.

THREAT 06

Insider Privilege Abuse

No single administrator holds keys for all layers. Key material is sharded and rotated; access requires dual-control for root operations.

07 / Formal Guarantees

From hand-waving to numbers.

PropertyDefinitionCAT Mechanism
Relay blindnessNo relay learns both ends of a circuit.Nested AES-256-GCM envelopes with independent session keys.
Forward secrecyCompromised past keys don’t decrypt future traffic.Per-session ephemeral X25519 / ECDH key exchange; keys deleted after use.
IndistinguishabilityTwo honest users look the same from the network.Fixed-size cells, deterministic padding, cover-traffic shaping.
Differential privacyBounded leakage from aggregate traffic metadata.Laplace/Gaussian noise on timing and volume; configurable ε ≤ 1.0 default.
Non-repudiation of policyPolicy decisions are logged and tamper-evident.Append-only signed audit log; Merkle-tree fingerprint per epoch.
ResidencyData never exits a defined jurisdictional boundary.Geo-fenced relay pool; BGP + DNS filtering; contractual controls.
08 / Deployment Topologies

Three ways to run it.

ON-PREM

Sovereign Air-Gap

All relays and edge gateways inside client facility. Highest control, highest capital cost. Ideal for healthcare, defense, critical infrastructure.

CANADIAN CLOUD

Residency-Hosted

Relay fleet in Canadian colocation or sovereign cloud. Shared operational burden with jurisdictional guarantees. Ideal for municipal and provincial clients.

HYBRID

Edge Local + Cloud Relays

Edge gateway sits on-prem; middle/exit relays can be cloud-hosted. Balances control and agility. Ideal for SaaS integrations and API egress.

Recommended first deployment: Hybrid via Tailscale + Cloudflare tunnels

This gives us an authenticated, encrypted overlay with clean residency controls in days, not months. It is not the final CAT architecture, but it validates the governance model and lets us measure real traffic patterns before building custom relays.

09 / Performance & Cost

Realistic overhead and TCO.

MetricBaselineCAT OverheadNotes
LatencyDirect TLS+6–18 ms per relay hopGuard + Middle + Exit ≈ 20–50 ms total for same-region circuits.
ThroughputDirect TLS85–92% of raw throughputDominated by crypto and padding. Hardware accelerators recover most loss.
Availability99.9%+99.95% with 3+ relay redundancyNo single relay is a bottleneck; circuits rotate on failure.
Bandwidth padding100%105–130% effectiveConfigurable based on threat model; higher privacy = higher overhead.

Pilot Build

$18–28K

Hybrid topology, 1 tenant, 90-day PoC.

  • Edge gateway
  • 3–5 relay nodes
  • Policy engine + logs

Production Platform

$8–14K/mo

Annual contract, managed relay fleet.

  • Multi-region relays
  • 99.95% SLA
  • Compliance reporting

Self-Hosted License

$95–150K

One-time + 18% annual support.

  • Full source access
  • Air-gap capable
  • Custom integrations
10 / Migration Path

From pilot to production. Risk-managed.

PHASE 1 · WEEKS 1–2

Shadow Mode

CAT sits alongside existing traffic. Collect baseline latency, throughput, and policy-hit rates. No production traffic flows through relays.

PHASE 2 · WEEKS 3–6

Selected Workloads

Route low-risk internal tooling and non-PII analytics through CAT. Validate logs, monitoring, and incident response.

PHASE 3 · WEEKS 7–14

Graduated Rollout

Expand to regulated workloads by data class. Add differential-privacy layer. Run penetration test and compliance review.

PHASE 4 · WEEK 15+

Production & Optimization

Full production cutover. Tune padding overhead, add redundancy, automate key rotation, and publish attestation report.

11 / FAQ for CISOs

Objections, answered directly.

Isn’t this just Tor?
No. Public Tor is an open, volunteer-run network with no identity, audit, or residency controls. CAT is a private, authenticated, governed relay mesh designed for enterprise compliance.
Can you still investigate abuse?
Yes. The edge gateway logs identity, policy, and session metadata. Payload is never logged, but policy violations are attributable and auditable.
What if a relay is subpoenaed?
A single relay only holds one layer of encryption and one side of the circuit. It cannot reconstruct the full picture. Multi-relay warrants require independent jurisdictional cooperation.
How does this compare to a VPN?
A VPN sees everything: identity, destination, payload metadata. CAT distributes trust across independent relays and adds differential privacy against correlation.
Does it meet Canadian federal standards?
The architecture is designed to map to ITSG-33 controls and Protected B transmission requirements. Formal attestation requires client-specific configuration review.
12 / How This Was Built

Consume. Infer. Extract. Recreate. Repeat.

The reference reel proposes a creative loop: consume great work, infer the underlying principle, extract the reusable pattern, recreate it through your own lens, then repeat. This is how we built CAT.

01 / CONSUME

Study precedents

Tor circuits, WireGuard handshake, Signal sealed sender, Cloudflare WARP, Apple Private Relay, zero-trust architectures.

02 / INFER

The common insight

Separation of concerns: never let one party hold identity, path, and payload at the same time.

03 / EXTRACT

The reusable pattern

Nested encryption + jurisdictional control + differential privacy for enterprise data flows.

04 / RECREATE

Oction’s lens

Sovereign, local-first, Canadian-residency option, full audit trail at the boundary.

05 / REPEAT

Iterate by vertical

Municipal, healthcare, legal, energy, financial services — each gets its own compliance variant.

12.1 / Reusable Template

Apply the loop to any Oction deliverable.

StepActionOutput Artifact
1. ConsumeCollect 3–5 best-in-class examples of the thing you’re building.Reference board (URLs, screenshots, transcript notes).
2. InferWrite the single principle that makes each example work.Principle statement, 1 sentence.
3. ExtractStrip the work down to a reusable, domain-agnostic pattern.Pattern card: inputs, mechanism, outputs.
4. RecreateRebuild the pattern through the Oction lens: sovereign, local-first, compliant, revenue-aligned.Draft deliverable with brand colors/fonts.
5. RepeatAdapt the deliverable for each vertical or client.Vertical variants folder in Drive.
Where to apply next

Investor deck narrative, healthcare AI capability slide, SR&ED / IRAP concept notes, CRO directory user experience, and the system-optimizer heartbeat reporting UI. Each can be rebuilt using the same five-step loop.

13 / Deliverables Unlocked

Where this goes next.

01

Capabilities Deck Insert

One slide: architecture diagram + three compliance bullets.

02

Proposal Section

This page, refined to client branding and trimmed to one page.

03

White-Paper Stub

Formal threat model, proofs of relay blindness, and performance benchmark.

04

Security Review Checklist

Pre-filled responses for procurement questionnaires.

05

Sovereign Gateway PoC

Hybrid demo on Oction-controlled nodes or Tailscale-backed relay mesh.

Open Questions

Which vertical gets the first deep-dive? Do we want a Canadian data-residency partner citation? Should Sprint 0 start as a Tailscale-based pilot, a simulated relay network in Docker, or a full custom relay build?