Secure Remote Work Technical Considerations

From wiki
Jump to navigation Jump to search
Telework-nobg.png
Overview and User Considerations Technical Considerations Secure Use of Collaboration Tools

What is Teleworking?

As cloud technology, collaborative applications and internet connectivity increase, teleworking is becoming more prevalent than ever before. Teleworking is often done through the following ways:

  • Tunneling - using a secure communications tunnel between a device and a remote access server, usually through a VPN.
  • Portals - a server that offers access to one or more applications via a single interface.
  • Direct Application Access - directly connecting and accessing an application without the use of any remote access software.
  • Remote Desktop(via RDP or VNC) - remotely control a particular host machine through the internet.

Threats and Challenges posed by Teleworking

By connecting via the internet to potentially classified or sensitive applications or data, there are threats to the safety and security of that information.

Security issues may include:

  • Lack of physical security - devices can be stolen, drives can be copied, or people can shoulder surf.
  • Unsecured Networks - connecting to networks that are unsecured such as cafe, hotel and other open public networks are easy targets for exploitation.
  • Providing Internal Access Externally - servers will be exposed to the internet therefore increasing the potential risk and vulnerability of being compromised.
  • Out of Date Software - When using personal devices system updates and patches cannot be guaranteed. These software vulnerabilities can give attackers a window of of opportunity to compromise information and employee data.
  • Conference Hijacking - An unauthorized person joins a conference because it is public or by obtaining the link.
  • Targeted by APT actors - Advanced persistent threat (APT) actors can target open communications to exploit employee data and enterprise information.

Mitigation and Prevention Measures

As the employee will be connected via the internet to potentially classified data and applications it is important that measures are taken to reduce the risk of a security breach.

Some helpful considerations to implement include:

  • Mandate the use of multi-factor authentication. Some of these techniques include using an authenticator app, phone verification, etc...
  • Develop and deploy a tiered access control system that ensures permissions are segregated.
  • Ensure remote servers, user endpoints such as smartphones, tablets, laptops and desktops are regularly patched.
  • Secure all remote devices by using anti-malware software and implementing strong firewall rules.
  • Use validated encryption to protect data at rest and in transmission.
  • Encrypt device storage such as hard drives, SD Cards, USB Keys, etc...
  • Devise policies that detail how a teleworker will access applications remotely as well as what applications and parts of the network they have access to.
  • Disable or limit the ability to install applications on devices such as laptops and smartphones.
  • Use CCCS/CSE approved cryptography when applicable.

Home Network Hardening

Out of the box, most routers have generic passwords, are out of date, and often contain exploits that can easily be used to intercept, manipulate and store network traffic. However, there are a number of actions that you can take to mitigate these security issues at home. The following were taken from a CyberScoop report that details measures to protect home networks.

  • Enable Auto-Updates on endpoint devices. Not only on laptops and smartphones but also on the router itself.
  • Disable remote management and administrator function.
  • Change the routers default password to something that is unique and adheres to the GC Password Guidance.
  • Ensure that any web-based management account for the router is also using a strong, unique password.
  • Place IoT devices on a separate router or VLAN.
  • Double check which device address' are connecting to the router if possible.

For more information, check out this CyberScoop report.

References