[go: nahoru, domu]

Jump to content

Jump server: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
→‎Security risks: Added "Intelligent Systems Monitoring 2018" citation
m avoid unnec redirect
Line 20: Line 20:
A jump server is a potential risk in a network's design.<ref>{{Cite web|url=https://www.csoonline.com/article/2612700/security-jump-boxes-improve-security-if-you-set-them-up-right.html|title='Jump boxes' and SAWs improve security, if you set them up right|first=Roger A.|last=Grimes|date=July 26, 2017|website=CSO Online}}</ref> There are several ways of improving the security of the jump server, including:
A jump server is a potential risk in a network's design.<ref>{{Cite web|url=https://www.csoonline.com/article/2612700/security-jump-boxes-improve-security-if-you-set-them-up-right.html|title='Jump boxes' and SAWs improve security, if you set them up right|first=Roger A.|last=Grimes|date=July 26, 2017|website=CSO Online}}</ref> There are several ways of improving the security of the jump server, including:


* Properly subnetting / segmenting the network,<ref name="Pompon Vinberg 2021">{{cite web |last=Pompon |first=Raymond |last2=Vinberg |first2=Sander |title=Protecting Critical Systems with Isolation and Jump Boxes - F5 Labs |website=F5 Labs |date=2021-09-21 |url=https://www.f5.com/labs/articles/cisotociso/protecting-critical-systems-with-isolation-and-jump-boxes |access-date=2022-01-28}}</ref> and securing [[Virtual LAN|VLANs]] using a firewall<ref name="Hess"/> or router.
* Properly subnetting / segmenting the network,<ref name="Pompon Vinberg 2021">{{cite web |last=Pompon |first=Raymond |last2=Vinberg |first2=Sander |title=Protecting Critical Systems with Isolation and Jump Boxes - F5 Labs |website=F5 Labs |date=2021-09-21 |url=https://www.f5.com/labs/articles/cisotociso/protecting-critical-systems-with-isolation-and-jump-boxes |access-date=2022-01-28}}</ref> and securing [[VLANs]] using a firewall<ref name="Hess"/> or router.
* Using higher security authentication, such as [[multi-factor authentication]].<ref name="Hess">{{cite web |last=Hess |first=Ken |title=Jump Box Security » Linux Magazine |website=Linux Magazine |url=http://www.linux-magazine.com/Online/Features/Jump-Box-Security |access-date=2022-01-28}}</ref>
* Using higher security authentication, such as [[multi-factor authentication]].<ref name="Hess">{{cite web |last=Hess |first=Ken |title=Jump Box Security » Linux Magazine |website=Linux Magazine |url=http://www.linux-magazine.com/Online/Features/Jump-Box-Security |access-date=2022-01-28}}</ref>
* Keeping the operating system and software on the jump server up to date.<ref name="Applied Risk 2021">{{cite web |title=4 OT/IT network segmentation techniques - selecting a cyber resilient configuration- Applied Risk |website=Applied Risk |date=2021-11-24 |url=https://applied-risk.com/resources/4-ot-it-network-segmentation-techniques-selecting-a-cyber-resilient-configuration |access-date=2022-01-28}}</ref>
* Keeping the operating system and software on the jump server up to date.<ref name="Applied Risk 2021">{{cite web |title=4 OT/IT network segmentation techniques - selecting a cyber resilient configuration- Applied Risk |website=Applied Risk |date=2021-11-24 |url=https://applied-risk.com/resources/4-ot-it-network-segmentation-techniques-selecting-a-cyber-resilient-configuration |access-date=2022-01-28}}</ref>

Revision as of 15:30, 8 May 2022

A jump server, jump host or jump box is a system on a network used to access and manage devices in a separate security zone. A jump server is a hardened and monitored device that spans two dissimilar security zones and provides a controlled means of access between them. The most common example is managing a host in a DMZ from trusted networks or computers.

Background

In the 1990s when co-location facilities became more common there was a need to provide access between dissimilar security zones. The jump server concept emerged to meet this need. The jump server would span the two networks and typically be used in conjunction with a proxy service such as SOCKS to provide access from an administrative desktop to the managed device. As SSH tunneling became common, jump servers became the de facto method of access.

Implementation

Jump servers are often placed between a secure zone and a DMZ to provide transparent management of devices on the DMZ once a management session has been established. The jump server acts as a single audit point for traffic and also a single place where user accounts can be managed. A prospective administrator must log into the jump server in order to gain access to the DMZ assets and all access can be logged for later audit.

Unix

A typical configuration is a hardened Unix (or Unix-like) machine configured with SSH and a local firewall. An administrator connects to a target machine in the DMZ by making an SSH connection from the administrator's personal computer to the jump server and then using SSH forwarding to access the target machine.

Using an SSH tunnel to the target host allows the use of insecure protocols to manage servers without creating special firewall rules or exposing the traffic on the inside network.

Windows

A typical configuration is a Windows server running Remote Desktop Services that administrators connect to, this isolates the secure infrastructure from the configuration of the administrator's workstation.[1]

Security risks

A jump server is a potential risk in a network's design.[2] There are several ways of improving the security of the jump server, including:

  • Properly subnetting / segmenting the network,[3] and securing VLANs using a firewall[4] or router.
  • Using higher security authentication, such as multi-factor authentication.[4]
  • Keeping the operating system and software on the jump server up to date.[5]
  • Using ACLs to restrict access.[6]
  • Not allowing outbound access to the rest of the internet from the jump server.[7]
  • Restricting which programs can be run on the jump server.[8]
  • Enabling strong logging for monitoring and alerting of suspicious activity.[5]

With the high level of risk that a jump server can represent, a VPN may be a suitable and higher security replacement.[9]

In 2015, a compromised jump server allowed attackers access to over 21.5 million records in one of the largest breaches of government data in the history of the United States.[10]

See also

References

  1. ^ "Implementing Secure Administrative Hosts". docs.microsoft.com.
  2. ^ Grimes, Roger A. (July 26, 2017). "'Jump boxes' and SAWs improve security, if you set them up right". CSO Online.
  3. ^ Pompon, Raymond; Vinberg, Sander (2021-09-21). "Protecting Critical Systems with Isolation and Jump Boxes - F5 Labs". F5 Labs. Retrieved 2022-01-28.
  4. ^ a b Hess, Ken. "Jump Box Security » Linux Magazine". Linux Magazine. Retrieved 2022-01-28.
  5. ^ a b "4 OT/IT network segmentation techniques - selecting a cyber resilient configuration- Applied Risk". Applied Risk. 2021-11-24. Retrieved 2022-01-28.
  6. ^ "Jump server". Intelligent Systems Monitoring – Systems Monitoring Made Easy. 2018-05-03. Retrieved 2022-01-28.
  7. ^ "Guidance for Secure Interactive Remote Access" (PDF). North American Electric Reliability Corporation. 2011-08-24. p. 38. Retrieved 2022-01-28.
  8. ^ Grimes, Roger A. (2017-07-26). "'Jump boxes' and SAWs improve security, if you set them up right". CSO Online. Retrieved 2022-01-28.
  9. ^ Bhargava, Rajat (January 10, 2014). "Is the Jump Box Obsolete?". O'Reilly Radar.
  10. ^ Koerner, Brendan (October 23, 2016). "Inside the Cyberattack That Shocked the US Government". Wired.

External links