SSH and other services can be further protected by Single Packet Authentication (SPA), https://github.com/mrash/fwknop > SPA requires only a single packet which is encrypted, non-replayable, and authenticated via an HMAC in order to communicate desired access to a service that is hidden behind a firewall in a default-drop filtering stance. The main application of SPA is to use a firewall to drop all attempts to conne…
Every now and then I use GnuPG encrypted emails (or a web form) to my servers to open the firewall for certain IP addresses. If the server can decrypt such a message it can safely act on it. The server's default is to only allow certain network ranges to access certain ports, e.g. from my local providers or employers networks.
Black Hat 2024: Secure Shells in Shambles [pdf]
11–20 of 33 posts
Re: Black Hat 2024: Secure Shells in Shambles [pdf]
#12The Secure Shell (SSH) protocol has survived as an internet-facing management protocol for almost 30 years. Over the decades it has transformed from a single patented codebase to a multitude of implementations available on nearly every operating system and network-connected device. This presentation dives deep into the Secure Shell protocol, its popular implementations, what's changed, what hasn't, and how this leads…
I didn't realise the old ssh.com codebase was patented, apart from crypto patents like RSA (or IDEA?)
Re: Black Hat 2024: Secure Shells in Shambles [pdf]
#13Re: Black Hat 2024: Secure Shells in Shambles [pdf]
#14a lot to grasp in this one. anyone know if a video is available ?
If you use YouTube, subscribing there should get you notified when defcon starts releasing them all.
Re: Black Hat 2024: Secure Shells in Shambles [pdf]
#15SSH and other services can be further protected by Single Packet Authentication (SPA), https://github.com/mrash/fwknop > SPA requires only a single packet which is encrypted, non-replayable, and authenticated via an HMAC in order to communicate desired access to a service that is hidden behind a firewall in a default-drop filtering stance. The main application of SPA is to use a firewall to drop all attempts to conne…
So instead of exposing thoroughly tested OpenSSH to the web, I’m exposing this thing, which can also run shell commands…
Re: Black Hat 2024: Secure Shells in Shambles [pdf]
#16I wonder how TinySSH[1] compares
Re: Black Hat 2024: Secure Shells in Shambles [pdf]
#17It reminds me of the DeLorean dashboard in Back To The Future :)
Re: Black Hat 2024: Secure Shells in Shambles [pdf]
#18Earlier quoted context omitted.
Every now and then I use GnuPG encrypted emails (or a web form) to my servers to open the firewall for certain IP addresses. If the server can decrypt such a message it can safely act on it. The server's default is to only allow certain network ranges to access certain ports, e.g. from my local providers or employers networks.
Doesn’t wireguard solve the same issue? Crypto key packet authentication?
Re: Black Hat 2024: Secure Shells in Shambles [pdf]
#19What is the fancy htop-like program displayed on page 44? It reminds me of the DeLorean dashboard in Back To The Future :)
Re: Black Hat 2024: Secure Shells in Shambles [pdf]
#20What is the fancy htop-like program displayed on page 44? It reminds me of the DeLorean dashboard in Back To The Future :)
Reading your comment I was putting my money on a customized glances - but after checking the slide... Nope, that's just the default view for btop++ (first screenshot in the link) https://github.com/aristocratos/btop
Any other badass TUI dashboards out there?
I wish there were a way to expose these as webpages.