Server-to-server, with no open port.
Most breaches do not end where they start. Lateral movement is what turns one compromised host into an incident.
What an open server-to-server port gives away
Once an attacker has a foothold, the next step is to enumerate the internal network and pivot. Internal hosts are usually far more permissive with each other than anything at the perimeter, and the open ports between them are the path.
Perimeter controls contribute nothing here. The traffic is east-west, already inside, and it looks like ordinary internal activity until it is understood after the fact.
The port is closed, not hidden.
SSHepherd closes the listening ports between protected hosts, so an attacker on one machine cannot enumerate or reach the next.
Server-to-server communication that should happen is carried over authorised outbound connections through the broker. Everything else has no path at all — containment by construction rather than by rule.
- Nothing listens inbound
- Access via broker only
- Every session monitored
What your customer notices
There is nothing adjacent to discover, so one compromised host does not become a route to the estate.
Enumeration from inside the network finds no listening services on protected hosts.
Protected server-to-server traffic is not observable to anything that is not authorised to carry it.
Containment is achieved without re-architecting VLANs or rewriting firewall policy.
Watch the server-to-server demo.
Secure network traffic without open ports. A recorded demo from Full Armor, the developer of SSHepherd®.
Server-to-server: common questions
How does this stop lateral movement?
Lateral movement depends on finding and reaching a listening service on an adjacent host. SSHepherd removes those listeners, so an attacker with a foothold has nothing to enumerate and no port to pivot through.
Do we have to re-segment the network?
No. SSHepherd sits over the existing infrastructure. You get containment between hosts without redesigning VLANs or rewriting firewall policy.
Will legitimate server-to-server traffic still work?
Yes. Communication that should happen is carried over authorised outbound connections through the broker. Only unauthorised paths cease to exist.