Network Reachability for Autonomous Agents
Banks are beginning to run AI agents against their own systems: software that holds delegated credentials and acts with some autonomy across internal services.
An agent can enumerate services, attempt connections, and move between hosts at a rate no analyst matches.
A security operations center evaluates this activity after the traffic reaches it. RAVID operates earlier, at the network layer that determines whether an agent can reach a service at all.
RAVID is identity-driven microsegmentation delivered as a software overlay. Microsegmentation means reachability between endpoints is controlled per connection rather than by broad network zones. An overlay is a software-defined layer that runs above the existing IP network. On that overlay, each user, agent, device, and service is addressed as a cryptographic identity - an endpoint authenticated by a credential rather than located by an IP address.
Agents are enrolled as identities, not as users issued API keys. The overlay operates default-deny: a service is not resolvable to a requester, and accepts no connection from it, until the requester authenticates and the specific connection is authorized. An agent that has not satisfied both conditions has no route to the service, and the service is not resolvable to it.
This model governs which services an agent can reach. It does not govern what an agent does once a connection is authorized, and it does not address application-layer logic or the misuse of a credential that policy currently permits. Behavioral control over an authorized agent is a separate concern, which Enigma addresses with the AI Killswitch; RAVID covers the network-reachability portion of that control.
Where the model contributes directly is containment. Because connection policy and network reachability are evaluated in one plane, revoking an identity ends its authorization and its connectivity at the same time. There is no interval in which permission has been withdrawn but a route still exists. For an agent showing unexpected behavior, revocation removes its reachability across the overlay in a single action rather than through firewall changes applied host by host.
$ENX
Development Update
A short status on current work.
EPN Beta:
EPN - session-scoped, non-routable private network connectivity - is close to launch towards community beta. We’re targeting June, gated by the current review pass.
Security review:
An independent group is running penetration testing against the current build and feeding findings back into development. Resolving findings is the condition for opening the beta.
User testing:
A small testing cohort is being added this week to cover usage under varied network conditions. We’re also opening this to the community: beta testers who can exercise the build and report back will help, and we’ll post details on how to participate alongside the beta.
Integrations:
Integration and evaluation discussions are underway with several partners, including a deployment to a self-healing datacenter operator. We’ll describe each in more detail once the technical scope is confirmed and disclosable.
Next step is an internal sync before the next round of testing and deployment.
(6/6) Conditions and limitations
Active endpoint compromise, malicious plugin injection, supply chain attacks, and behavioral failures in agent decision-making fall outside what network and identity layer infrastructure can address. Code audits, secret hygiene, strict permission scoping, and input validation remain necessary independent of network architecture.
The incidents of the past 18 months reflect overlapping weaknesses - architectural, operational, and behavioral - that compounded over time. Reducing structural exposure at the network layer narrows one part of the attack surface under a defined set of conditions. Enigma’s current work addresses the network and identity layers. Scope and design assumptions are documented in the RAVID and EPN technical references.
End of thread.
$ENX
(5/6) Where RAVID and EPN reduce structural exposure
RAVID constructs communication paths dynamically and rotates them over time. Under a passive network-level threat model, this reduces accumulation of stable routing identifiers that can be correlated across sessions. Authentication and policy evaluation occur before connectivity is established - control interfaces are not reachable by unauthenticated parties by default.
EPN extends this with non-routable, session-scoped connectivity. Agent dashboards and internal APIs can operate without public network presence. Sessions can be time-bounded and rotated, limiting how long a captured credential or observed metadata pattern remains actionable.
Neither system addresses poor secret management, unsafe agent logic, or flawed objective specification.
(2/6) Technical exposure
Most agents require broad permissions to function and rarely have those permissions reviewed after setup. Sensitive credentials stored in plaintext configuration files or environment variables have been the entry point in the majority of documented incidents - once log or filesystem access was obtained, broader escalation followed quickly.
Plugins and third-party integrations typically share a single runtime and privilege scope. A vulnerability in an auxiliary component can propagate into core agent functionality, including actions affecting financial accounts or external communications.
Agents listening on fixed ports or exposing management interfaces remain discoverable for as long as they run. Continuous uptime combined with fixed addresses extends the practical window for credential reuse and brute-force attempts beyond what session-bounded applications present.
(1/6) What these systems are
Unlike conventional software, agentic systems maintain persistent state, execute multi-step workflows, and interact with external services without continuous human confirmation. Deployments span personal hardware, cloud instances, and hybrid setups. Common integrations include messaging platforms, crypto wallets, exchanges, and file storage. Long-term memory retains conversation history, decision context, and transaction records across sessions.
Open Source Agentic AI: Architecture, Exposure and Infrastructure Constraints 🧵
Between December 2025 and February 2026, a single attacker breached nine Mexican government agencies using publicly available agent frameworks - 415 million records exposed. That same month, 42,000+ OpenClaw control panels were found publicly accessible across 82 countries, with a misconfigured database leaking 1.5 million authentication tokens. IBM puts average breach costs in AI-heavy organizations at $4.88M per incident. Post-incident analysis found 78% of compromised agents had broader permissions than their function required.
These incidents share common architectural properties: broad default permissions, insufficient component isolation, persistent network exposure. What follows examines those properties and where infrastructure design can reduce ambient risk - and where it cannot.
Three months after the European Parliament Think Tank published “Virtual private networks and the protection of children online”(https://t.co/7eyrbAAM6j), the regulatory direction it outlined is becoming concrete.
The briefing framed VPNs primarily as a child safety risk and proposed restricting access by age. Measures now advancing through legislative channels follow that logic directly - using child protection to justify policies that weaken general-purpose privacy infrastructure.
Here is our review:
The Policy Case Against VPNs - and What It Gets Wrong
A recent European Parliament briefing presents growing VPN usage as a child safety issue. It cites increased VPN downloads after the UK’s Online Safety Act and France’s age-verification enforcement, suggesting that restricting VPN access to adults may be necessary.
The evidence does not clearly support that conclusion.
A 2023 University of Michigan study - the first large-scale survey of VPN users and providers - interviewed 1,252 VPN users in the United States and nine providers. It found that the main reason people use VPNs is protection against threats and surveillance, not bypassing content restrictions. The community notes attached to the EP briefing make the same point: there is no evidence that bypassing age verification is a primary VPN use case.
When regulators treat a general privacy tool as a specific harm vector, the resulting policies often exceed the problem they claim to address.
The briefing’s proposed solution - age-verifying VPN access - illustrates this. To enforce age restrictions, providers would need to collect verified identity data from all users. That directly conflicts with the core reason many people use VPNs: avoiding the creation of identifiable records tied to their internet activity. The policy would effectively dismantle the trust model VPNs rely on.
The briefing also acknowledges, but does not fully address, a structural issue with VPNs themselves. University of Michigan researchers showed that network providers and censors can fingerprint more than 85% of OpenVPN traffic, the most widely used VPN protocol. VPNs route traffic through centralized provider infrastructure, shifting trust from the ISP to the VPN operator rather than removing the observation surface altogether. Under age-verification rules, regulated VPN providers become even more concentrated and legally accessible points of data collection.
Mandatory age assurance, increased platform liability, and content-blocking obligations create a pattern in which identifiable privacy tools become both more burdensome to use and structurally weaker.
VPN architecture was not designed for this regulatory environment. It centralizes routing, exposes provider relationships, and depends on the legal integrity of a third party.
Enigma’s Enhanced Private Network (EPN) addresses some of these weaknesses at the architectural level. Instead of centralized server routing, EPN uses a distributed relay design. Traffic is not tied to a single provider endpoint, and routing is separated from identity at the protocol level, reducing stable observation points for both network analysis and regulatory access requests.
$ENX
Data Tunnels: Authenticated, Ephemeral Connectivity
Standard network services are discoverable by default - exposed endpoints are enumerable without prior authentication. RAVID data tunnels operate differently: no network path exists until identity and authorization have been verified.
Tunnel establishment follows a fixed sequence: identity authentication, policy authorization, epoch-based route calculation, ECDH session key derivation, and encrypted channel creation. No step is reachable without the preceding one completing successfully.
Routes are not fixed. They are recalculated per epoch and may change across epoch boundaries. Session keys and paths rotate without terminating active sessions, providing forward secrecy without availability interruption.
The practical result is that RAVID services carry no persistent, scannable network presence. There are no exposed IPs or ports prior to authentication — reducing the observation surface associated with perimeter-based access models.
$ENX
7/ The architecture serves both individual and institutional use cases. For individuals: reduced cross-session correlation and metadata exposure during communication. For institutions: private connectivity that doesn't rely on fixed infrastructure or centralized relay trust.
8/ As more capital, identity, and coordination moves onchain, the infrastructure handling it needs to be purpose-built for that environment - not adapted from models designed for a different threat landscape.
That's what Enigma is building. $ENX | https://t.co/BoREpAGi2L
Future Challenges - Solved Today 🧵
1/ Capital markets are moving onchain. Tokenized real-world assets reached $33.9B by mid-2025 - up 380% in three years. Tokenized U.S. money market funds alone exceeded $8.7B. Over 120 banks now offer live crypto services. Institutional exposure to digital assets is now structural.
Storage-related exploits are a recurring attack surface across Web3 infrastructure - surpassing $370m in March ‘26 alone. Fixed endpoints concentrate data at known, targetable locations — when compromised, access and integrity fail together.
Vault is Enigma’s response to that failure mode. It is a storage application built on Enigma’s infrastructure that manages encrypted data without dependence on static storage endpoints.
Encrypted data is fragmented and distributed across available storage resources — no single resource holds a complete object. Reassembly occurs on retrieval, conditional on authorization tied to a scoped identity.
Design properties:
- No single storage resource holds a complete data object
- Reassembly requires identity- and policy-based authorization
- Storage operations are decoupled from ownership of underlying resources
Out of scope: client-side key management, endpoint compromise, and collusion among a sufficient quorum of storage providers.
Founder's Notes 07
Passwords, Passphrases, and the Spy’s Challenge-Reply
Long before usernames and passwords, identity verification relied on structured challenge–response exchanges. One party issued a phrase; the other provided the correct countersign. Correctness, timing, and context determined trust. Errors resulted in denial.
This ritual formed the basis of operational tradecraft. Protection of information depended not only on secrecy, but on controlled access.
The Modern Parallel: Digital Identity and Access
Modern authentication follows the same structural model. A login interface issues a challenge. The user provides proof of knowledge, possession, or inherence.
Passwords alone are frequently compromised through phishing, brute-force attempts, or credential reuse. Multi-factor authentication introduces additional verification factors. Zero-trust models extend verification across session lifetime.
The structural weakness remains the same: if identity verification fails, system access fails.
The Lesson That Endures
Authentication mechanisms must evolve alongside adversary capability. Static credentials degrade over time. Systems that shorten credential lifetime and bind identity to context reduce replay feasibility under defined threat models.
Why It Still Matters
Modern infrastructure depends on identity integrity. Encryption, segmentation, and network controls rely on correct authentication. When identity is compromised, layered defenses provide limited resistance.
Trust must be verified continuously within defined operational constraints.
Next in the Series
“What’s Old Is New Again” - examining reccuring design patterns in security architecture.
by @HarrisLion16
Enigma’s privacy architecture depends on one foundational component: RAVID. Understanding what RAVID does, and how it’s designed, explains most of what makes the system work.
Explicit Trust Boundaries
Most security systems define trust implicitly. When those assumptions are undocumented, failure modes are unpredictable and risk evaluation becomes guesswork.
RAVID takes a different position: each subsystem has explicitly defined trust assumptions, each anchored to a specific cryptographic or consensus primitive.
• Network identity — X.509 certificates; compromise requires CA failure
• Compute consensus — BFT execution assumes fewer than 20% malicious nodes
• Key material — 2-of-3 Shamir secret sharing; compromise requires multiple share exposures
• Economic settlement — dependent on blockchain security assumptions (e.g., Ethereum 51% resistance)
• Randomness — derived from block hashes; manipulation requires miner collusion
Each assumption is documented. Each failure condition is defined. This structure allows operators and reviewers to evaluate risk against a concrete threat model rather than a generic security claim.
Full trust model documentation:
https://t.co/ypaAik6eGA
$ENX
Q1 2026 has been costly for crypto.
Drift Protocol lost ~$285M on April 1. Admin keys compromised via months-long social engineering, fake collateral accepted by oracles, funds drained in under 15 minutes. Resolv Labs lost ~$25M after an AWS KMS breach allowed minting of 80M unbacked stablecoin tokens. A trader known as Sillytuna lost $24M in a combined on-chain and physical coercion attack. March alone totalled $52M across 20 incidents.
The pattern is consistent: static admin controls, persistent access points, and centralized key custody are the recurring failure surface. Each incident reduces participant confidence and raises the cost of onboarding new users into the ecosystem.
One design approach addresses part of this directly.
Enigma Vault fragments and distributes encrypted data across available storage resources, reassembling it only under authorized, identity-scoped access. There are no static storage endpoints to target. Access policy is enforced at the identity level, not the infrastructure level.
It doesn’t eliminate all attack surface. But it removes several of the conditions that made recent incidents possible.
https://t.co/GHXUnRPymN
As the world shifts toward volatility and uncertainty, governments and jurisdictions attempt to control it by applying pressure on both people’s privacy and their tools.
Enigma Private Network is designed to comply with most jurisdictions while delivering unmatched privacy and security.
Dive into our compliance documentation to discover how EPN addresses these challenges.
https://t.co/rwSxVse59a
Recap Livestream: Enigma Protocol EP. 09 - The Mission, The Team & The Women Behind It
In this episode, our CISO & Chief Digital Trust and Risk Officer Jennifer Raiford @JenniferEnigmaX sat down with key advisor Renata "Boss Lady" McNeil to talk about their paths to Enigma Protocol, what drives them both, and where the mission is headed.
1. Background
Jennifer Raiford - former Head BISO, Global Privacy Lead and Deputy CISO at Unisys. CISA Presidential Advisory Council member. Now CISO & Chief Digital Trust and Risk Officer at Enigma Protocol.
Renata Spinks-McNeal - first-ever Cybertechnology Officer of the United States Marine Corps. Background in law enforcement, financial analytics and the treasury world.
The two met at the Joint Service Academies Summit at West Point and reconnected years later through Enigma Protocol.
2. Their objectives
- Kicking doors open for the next generation of women in technology, not just cracking them.
- Authenticity and integrity - in rooms that were not always built to include them.
- The world is fighting threats it has never seen before. Synthetic realities, AI-driven attacks, digital deception at scale. This is what Enigma Protocol was built for.
3. The Mission Ahead with Enigma
Governments, enterprises and everyday users are facing the same problem: attackers are using AI and most existing tools were not built for that.
Enterprise-grade protection, accessible to anyone who needs it.
Jennifer and Renata bring real incidents, real governments, real stakes. That experience is now behind Enigma Protocol and used to direct our decisions towards creating a lasting impact on the cyber security industry.
$ENX