Vendor-neutral guide · 10 min read

Securing remote access: a balanced view of the benefits and the risks

In short

Government guidance treats remote access as a genuinely useful capability that also carries genuine risk. Authorities including NIST and CISA start from the position that organisations legitimately need to reach devices and networks remotely, and that the same tools are attractive to attackers precisely because they are trusted, common and often unmonitored. The practical answer is not avoidance but control: inventory what is installed, authenticate strongly, restrict who can reach what, log everything, and be able to detect an unexpected remote session.

Key takeaways

  • Remote access software is legitimate, widely deployed and a well-documented intrusion vector — both statements are true.
  • Unmanaged remote access tools installed by users or suppliers are the biggest blind spot.
  • Multi-factor authentication on every operator account is the single highest-value control.
  • Log centrally and off the managed device, or your audit trail disappears with the incident.
  • Detection matters: you should be able to notice a remote session nobody authorised.

Why the guidance is balanced rather than prohibitive

Joint guidance from CISA and partner agencies opens by acknowledging remote access software as a proactive and flexible way for organisations to oversee networks, computers and devices. That framing is deliberate: banning the capability is neither realistic nor desirable, because the operational benefits — support, maintenance, business continuity — are substantial.

The risk is that the same properties which make remote access useful to administrators make it useful to attackers. It is expected on the network, it grants interactive control, it often runs with high privilege, and in many estates nobody has an accurate list of which tools are installed where.

How remote access gets abused

The recurring patterns in incident reporting are consistent. Attackers install legitimate remote access tools as a persistence mechanism, because such tools are less likely to be blocked than bespoke malware. They exploit weak or reused operator credentials. They target help-desk processes with social engineering to obtain a session on a real user's machine. And they take advantage of estates where remote access exists but is not logged, so the intrusion leaves no trail.

Notably, most of these are failures of governance rather than of the software. The controls that address them are organisational as much as technical.

  • Unapproved remote tools installed by users, suppliers or attackers
  • Credential compromise on operator accounts without multi-factor authentication
  • Social engineering of the help desk to obtain a consented session
  • Standing unattended access to devices that never needed it
  • Sessions that are never logged, reviewed or attributable to a named person

The control set that matters

Guidance converges on a compact set of controls. Know what is installed; allow only what you approved. Bind every operator to a named identity with strong, phishing-resistant authentication. Grant the least access that does the job, and prefer consent-based sessions where a person is present. Log every connection centrally, where an attacker on the endpoint cannot edit the record. Then build a detection rule for remote sessions that fall outside the expected pattern.

Encryption in transit is table stakes rather than a differentiator. The harder questions are about identity, authorisation and evidence.

  • Inventory and allow-list approved remote access software; alert on anything else
  • Named accounts with multi-factor authentication — never shared operator logins
  • Least privilege and role separation between viewing, controlling and administering
  • Consent and visible indicators for attended sessions
  • Central, tamper-resistant session logging with defined retention
  • Detection rules for out-of-hours, unusual-source or unexpected-tool sessions
  • Defined offboarding that removes operator and third-party access promptly

Third parties are the hard part

Suppliers, contractors and managed providers frequently need remote access, and their access is the least well governed in most organisations. It is granted quickly under project pressure, rarely time-bounded, and often survives the end of the contract.

Treat third-party access as a first-class control area: named individual accounts rather than a shared supplier login, access windows tied to scheduled work, the same logging as internal staff, and a contractual obligation to notify you of personnel changes.

Architecture choices

There is more than one way to deliver remote access, and the choice shapes the risk. Traditional VPN-based access extends network reachability and then relies on internal controls. Zero-trust approaches authenticate and authorise each access request against the specific resource. Hosted desktop approaches keep data and processing centrally, so a lost endpoint carries less exposure. Many organisations end up with a hybrid.

The relevant question is not which model is fashionable but what each one assumes. VPNs assume the internal network is a meaningful boundary. Zero-trust assumes you can reliably evaluate identity and device state at every request. Hosted desktops assume you can afford the central capacity and tolerate the latency. Pick the assumption you can actually satisfy.

Best-practice checklist

  1. 1. Inventory every remote access tool

    Including whatever a supplier installed years ago. You cannot secure what you have not found, and unapproved tooling is the standard finding in post-incident reviews.

  2. 2. Enforce multi-factor authentication everywhere

    On every operator account without exception, preferring phishing-resistant methods. This is the highest-value single control.

  3. 3. Bind sessions to named identities

    Shared accounts make logs worthless and make offboarding impossible to verify.

  4. 4. Centralise and protect the logs

    Ship session records off the endpoint to a system the endpoint's user cannot edit, and set a retention period that survives slow-burn incidents.

  5. 5. Write detection rules for the abnormal

    Unexpected tool, unusual source location, out-of-hours session on a device with no maintenance window — each is a rule worth having.

  6. 6. Time-bound third-party access

    Grant it for scheduled work, expire it automatically, and review the supplier list quarterly.

  7. 7. Rehearse revocation

    Time how long it takes to remove all remote access for one person. If nobody knows, that is the finding.

Common pitfalls

  • Assuming encryption in transit is the whole of the security story
  • Allowing shared operator credentials because it is convenient for a small team
  • Leaving standing unattended access on devices that only ever needed attended support
  • Logging locally, so the record is lost or altered with the compromised device
  • Governing employees carefully and suppliers not at all
  • Never testing whether you would notice an unauthorised session

What to measure

Metrics for Securing remote access
MetricHow to read it
Approved-tool compliance% of endpoints with only allow-listed tools
MFA coverage% of operator accounts, target 100%
Session attribution% of sessions traceable to a named person
Third-party accountsCount, and % with an expiry date
Time to revoke accessMeasured, not estimated

Frequently asked questions

Should we just ban remote access software?
Government guidance does not recommend that, and it is rarely workable. CISA's joint guidance explicitly recognises remote access as a proactive and flexible way to oversee networks and devices, then sets out how to manage the risk. Banning approved tools usually produces unmanaged shadow tooling instead.
What is the single most valuable control?
Multi-factor authentication on every operator account, closely followed by an accurate inventory of which remote access tools are installed across the estate.
Is a VPN required for secure remote access?
Not necessarily. A VPN is one architecture; zero-trust access and brokered session models are others, each with different assumptions. What is required is strong authentication, authorisation scoped to the resource, and reliable logging.
How long should we keep session logs?
Long enough to be useful in an investigation that starts late. Many intrusions are discovered months after the initial access, so retention measured in weeks often turns out to be too short.

Sources

Independent, standards-body and peer-reviewed material. None of these sources is affiliated with 247connect.

Putting it into practice

This guide is deliberately product-neutral. If you want to see how one implementation handles these requirements — attended and unattended access, named operator accounts, AES-256 encryption, audit logs and fixed pricing — the reference pages on this hub document 247connect in detail, and the product itself lives at 247connect.cloud.

More best-practice guides