Difference between revisions of "Secure Remote Working - Overview"

From wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
{| style="width:1000px;"
 
{| style="width:1000px;"
 
|-
 
|-
| style="backgound:#ffffff;width:1000px;text-align:left;weight:normal;padding:10px;" scope="col" |
+
| style="backgound:#263749;width:1000px;text-align:left;weight:normal;padding:10px;" scope="col" |
  
 
==What is Teleworking?==
 
==What is Teleworking?==

Revision as of 10:06, 24 March 2020

Heading 1 Heading 2 Heading 3 Heading 4

What is Teleworking?

Teleworking by definition is an arrangement between an employee and the employer in which the employee does not commute to their physical work space, but can use the internet and other digital mediums to complete work.

Methods of teleworking include:

  • 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 application via a single interface.
  • Direct Application Access - directly connecting and accessing an application without the use of any remote access software.
  • Remote Desktop (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.

Secure Issues Include:

  • Lack of physical security - devices can be stolen, drives can be copied, or shoulder surfing.
  • Unsecured Networks - connecting on networks that are unsecured such as cafe wifi networks, hotel wifi and other open public networks are easy targets for man-in-the-middle attacks and eavesdropping.
  • Providing Internal Access Externally - servers will be facing the internet therefore increasing the potential risk and vulnerability of being compromised.

Mitigation and Prevention Measures

It is important to realize that because Teleworking uses the internet for connectivity, it may be a target for compromise. That being said, there are a number of measures to help prevent security breaches when teleworking through all mediums.

  • 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 in transit and at rest.
  • 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.

References