Difference between revisions of "Secure Remote Work Technical Considerations"

From wiki
Jump to navigation Jump to search
Line 72: Line 72:
 
Over 80% of cyber attacks leverage DNS servers. If attackers are able to connect your device to their compromised DNS, they can begin dropping and installing malware.
 
Over 80% of cyber attacks leverage DNS servers. If attackers are able to connect your device to their compromised DNS, they can begin dropping and installing malware.
  
DNS servers translate addresses into human readable addresses. For example, if the "wiki.gccollab.ca" address is typed in on a web browser, it may look like the browser is going to that address but it actually goes to a set of numbers such as
+
DNS servers translate human readable addresses into machine readable addresses. For example, if the "wiki.gccollab.ca" address is typed in on a web browser in a human language, the DNS server will match the address to another machine readable address as a set of numbers like "52.139.83.135".
  
 
== References ==
 
== References ==

Revision as of 10:49, 23 April 2020

Telework-nobg.png
Overview and User Considerations Technical Considerations Secure Use of Collaboration Tools Device Considerations

What is Remote Working?

As cloud technology, collaborative applications and internet connectivity increase, remote working is becoming more prevalent than ever before. Remote work 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 Remote Working

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.

Recommended Security 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.
  • Use WPA2 or WPA3 security instead of WEP if possible.
  • Disable guest-network features.
  • If possible use an ethernet cable to connect directly to the router. This provides typically better performance and increased security.
  • Disable WPS (Wi-Fi Protected Setup). Tools can be used to leverage this feature in order to steal passwords.
  • Disable SSID broadcasting. This allows your network to become discoverable by those especially in range of the router.
  • On occasion reboot the router. (weekly, monthly, etc...)
  • Use the lower powered router setting. This helps shrink the attack surface, especially in dense residential areas.
  • If purchasing a new home networking equipment, avoid using second-hand/preowned or unsupported routers.

For more information, check out this CyberScoop report.

Canadian Shield

The Canadian Internet Registration Authority (CIRA) have recently launched a free protected DNS service that prevents users from connecting to malicious websites and hosts.

Over 80% of cyber attacks leverage DNS servers. If attackers are able to connect your device to their compromised DNS, they can begin dropping and installing malware.

DNS servers translate human readable addresses into machine readable addresses. For example, if the "wiki.gccollab.ca" address is typed in on a web browser in a human language, the DNS server will match the address to another machine readable address as a set of numbers like "52.139.83.135".

References