One of the greatest logistical headaches in penetration testing is assessing private corporate infrastructure. When a compliance standard (like SOC 2 CC7.1 or PCI DSS Requirement 11.4) mandates an internal network assessment, organizations are traditionally forced to:
- Ship physical hardware appliances (such as pre-configured NUCs or laptops) to remote offices.
- Configure cumbersome site-to-site IPsec VPN tunnels that require security team approvals and complex BGP routing.
- Open dangerous inbound firewall holes that expose private subnets directly to the public internet.
Lorikeet Security eliminated this friction with Lory Mesh (mesh/README.md), an asynchronous Layer-3 overlay network that connects cloud-based autonomous testing engines to private RFC1918 subnets (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) using outbound-only mutual TLS.
Zero Inbound Firewall Holes: The Lory Mesh connector initiates an outbound TLS 1.3 tunnel over standard TCP port 51820 to the AWS Mesh Gateway. No inbound ports are ever opened, and internal IPs remain completely invisible to the public internet.
How Lory Mesh Works Under the Hood
Setting up an internal assessment takes less than 60 seconds. A network engineer runs a single enrollment command on any machine inside the target network:
Behind the scenes, the connector daemon (lory-meshd.py):
- Auto-Detects Local Subnets: Scans local network interfaces to identify active RFC1918 CIDR blocks.
- Configures a Virtual TUN Adapter: Creates a virtual network interface (
lory0on Linux,Wintunon Windows) in the100.100.0.0/16overlay range. - Establishes Outbound mTLS: Connects to
mesh.lorikeetsecurity.com:51820using unique client certificates minted by the Lorikeet Mesh Certificate Authority. - Enables Stateful SNAT: Applies local kernel packet masquerading so packets routed from Lory's cloud scanner pod reach internal hosts and return seamlessly.
Strict Multi-Tenant Isolation (CompanyResolver)
When testing internal networks in a multi-tenant cloud environment, security isolation is paramount. The Lory Mesh Gateway pod features a dedicated CompanyResolver engine that validates every packet against active engagement scopes stored in the database.
Traffic originating from an engagement can only reach the specific connector and approved CIDRs registered to that organization, completely preventing cross-tenant packet leakage.
Assess Your Internal Network in Minutes with Lory Mesh
No hardware shipments. No inbound firewall holes. Schedule an internal network penetration test powered by Lory Mesh and Lorikeet Security.