Join our Newsletter — 33% off our NHI Course

Bring Your Own ScreenConnect

Bring Your Own ScreenConnect is an abuse pattern where attackers package legitimate ScreenConnect components and point them at attacker owned infrastructure. The software itself may be valid, but its configuration turns it into an unauthorized remote access channel. Security teams should treat remote administration tools as sensitive, even when binaries are signed.

Expanded Definition

Bring Your Own ScreenConnect describes a misuse pattern in which legitimate remote administration software is deployed or repurposed to create an attacker-controlled access path. The term sits in the same broad family as living-off-the-land abuse, but the key distinction is that the tool is a trusted remote support platform rather than a generic system utility. In practice, the software may be properly signed and installed, yet its configuration, routing, or backend association is redirected to infrastructure the attacker controls.

For security teams, the important point is that the risk is not the binary alone. The abuse emerges when an endpoint, server, or technician workflow allows ScreenConnect components to connect outward or inward without strong governance. That makes this a control problem spanning software inventory, remote access approval, certificate trust, and endpoint monitoring. Guidance across the industry is still evolving on how to label and classify this behavior, but the operational risk is clear: sanctioned remote tools can become unsanctioned access channels when trust is assumed from code signing alone. The NIST Cybersecurity Framework 2.0 is useful here because it frames the need to understand, manage, and monitor external connections and privileged access paths.

The most common misapplication is treating a signed remote support client as inherently safe, which occurs when defenders whitelist the software without validating its destination, tenant, or administrative context.

Examples and Use Cases

Implementing controls against Bring Your Own ScreenConnect rigorously often introduces visibility and workflow constraints, requiring organisations to weigh rapid support access against tighter approval, logging, and brokered connectivity.

  • A help desk technician legitimately installs ScreenConnect for support, but an attacker later changes the connection target so the host phones home to attacker owned infrastructure.
  • A compromised endpoint already running remote support software is used to establish persistence, allowing repeated interactive access without introducing a new malware family.
  • An incident response team discovers a remote admin agent that appears normal in software inventory, but its session traffic is routed through an unapproved relay or tenant.
  • A managed service workflow permits broad remote access, and the attacker abuses the same tooling to blend into expected administrative activity.
  • A security team cross-checks remote access artifacts against trusted guidance such as the NIST Cybersecurity Framework 2.0 and internal allowlists to distinguish sanctioned support from abuse.

These cases often look like ordinary administration until telemetry is reviewed at the network, identity, and endpoint layers. The presence of a legitimate tool should never be the sole indicator of legitimacy.

Why It Matters for Security Teams

Bring Your Own ScreenConnect matters because it collapses the boundary between approved remote support and attacker-led access. If defenders focus only on malware detection, they can miss a session that is technically valid but operationally unauthorized. This is especially dangerous in environments where privileged technicians, contractors, or service providers rely on remote access for routine maintenance. The issue also intersects with identity governance: if access is not tied to verified user identity, explicit approval, and strong session auditability, the tool can become a durable foothold rather than a support mechanism.

Security teams should align detections to configuration drift, unexpected outbound destinations, unusual session timing, and privilege escalation around remote administration tools. Guidance in CISA remote access guidance reinforces the need to treat remote connectivity as a managed trust boundary, not a convenience feature. The lesson is simple: trusted software can still be abused if trust is extended to the wrong operator, tenant, or network path. Organisations typically encounter the operational impact only after an investigation into lateral movement or unauthorized persistence, at which point Bring Your Own ScreenConnect becomes operationally unavoidable to address.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0, NIST SP 800-53 Rev 5, NIST Zero Trust (SP 800-207) and NIST SP 800-63 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 PR.AA-01 Defines identity and access management outcomes relevant to unauthorized remote access.
NIST SP 800-53 Rev 5 AC-17 Remote access control directly addresses use of administrative remote connectivity tools.
NIST Zero Trust (SP 800-207) Zero Trust requires each remote session to be explicitly authenticated and authorized.
OWASP Non-Human Identity Top 10 NHI governance applies where remote tools act as durable non-human access channels.
NIST SP 800-63 AAL2 Authenticator assurance is relevant when remote access depends on strong user authentication.

Inventory remote admin agents as sensitive NHI-like access paths and rotate or revoke their credentials.