01 Where did STRATUM come from? From defense emulation and communications tradecraft originally explored for contested, disconnected, and space-based systems.
STRATUM did not begin as another attempt to copy a rack of hypervisors and put a new dashboard in front of it. Its design grew from work emulating complex Navy and mission systems and from research into communications that could keep forming trusted links when conventional infrastructure became unavailable.
That problem is especially severe in MILSATCOM and multi-domain edge environments. Traditional systems can depend on IP addressing, routing, DNS, central configuration, and pre-established trust. In a contested, intermittently connected, or rapidly reconstituted environment, each dependency becomes another point of failure.
The original research direction
STRATUMvisor, as Cyber Ballistics, explored QEMU-emulated network interfaces and Ethernet multicast as a programmable communications substrate. The objective was to let virtual interfaces discover and exchange Layer 2 frames with minimal infrastructure, then bind cryptographic identity, mission context, anti-replay data, and policy enforcement to the communications path itself.
The associated research concept went further: authenticated frame formats, post-quantum signatures, eBPF/XDP validation, rootless packet capture, and lightweight AI-assisted policy at the edge. Those are separate research objectives—not a claim that every feature is present in today’s STRATUM release.
Tradecraft reclaimed for defense
A widely reported 2024 incident demonstrated that attackers could abuse legitimate QEMU networking backends to create a covert tunnel from a compromised pivot host into an isolated internal network. The incident proved that virtual networking primitives can quietly bridge segmented systems when misused.
What carried into STRATUM
- treat the network as a programmable part of the virtual datacenter;
- make topology executable instead of documenting it after the fact;
- reduce dependence on manual per-node configuration;
- carry identity and policy with the infrastructure relationship;
- design for datacenter, cloud, edge, lab, and disconnected operations from the same foundation.
Today’s STRATUM Continuum uses a routable encrypted Layer 3 worker mesh to carry VXLAN-backed Layer 2 virtual datacenter networks. The earlier post-IP MILSATCOM concept remains a related research direction. The common lineage is the same: communications should form around trusted systems and declared intent—not around fragile assumptions that every site already has perfect networking.