Blog Articles

2026

HTTP/3 in. HTTP/3 out. Malware stopped in between.

Web Gateway inspecting content between HTTP/3 client and upstream connections

A decryptable packet capture shows Cloud Fellows Web Gateway operating as an HTTP/3 forward proxy with content filtering on H3 downstream and upstream connections. It allows benign files, blocks the EICAR test signature and keeps the QUIC connection alive.

Read article...
Blog Articles

2025

Disable SSH password authentication on your clients

Article illustration

Attackers set up fake SSH servers, targeting users to unknowingly enter their corporate credentials. Traditionally, SSH security is thought from a server perspective. Did you know you can prevent this attack on the client side with a simple configuration change that almost nobody is aware of?

Read article...

Trust is Good, Control is Better - Sign your Git Commits!

Article illustration

Without signing, Git Commit impersonation is trivially simple. It causes great confusion and can hurt your reputation. Git signing is simple but not well known across developers and repo owners. Learn how to sign your Git Commits and how to protect your repos in a few effective steps.

Read article...

The SSH protocol and SSH Applications - Part 1!

Article illustration

This is the start of a new series looking at the SSH protocol and the SSH applications; we want to share knowledge we gained during the SSH Gateway development. Part 1 is about the SSH core protocol and SSH remote commands. A preview of the upcoming SSH applications is listed as well.

Read article...

The SSH protocol and SSH Applications - Part 2!

Article illustration

The second part focuses on SSH Remote Shell as the most known SSH application. Unfortunately, there is no formal protocol defining a structured way to exchange commands and responses between client and server. A challenge for SSH security Gateways.

Read article...

The SSH protocol and SSH Applications - Part 3!

Article illustration

The third part dives into the SCP protocol: one of the most used but least documented protocols in Internet history. While it became legacy, it is still mandatory for an SSH security gateway to support it. We will unfold its message structure and reflect on where policy can be enforced.

Read article...

The SSH protocol and SSH Applications - Part 4!

Article illustration

SFTP is the protocol that is nowadays used by pretty much all non-web file transfer programs. There are solid protocol specs for SFTP although no final RFC. Let's look into examples of SFTP message flows and the opportunities and challenges for a security gateway to filter those flows.

Read article...

The SSH protocol and SSH Applications - Part 5!

Article illustration

To reliably inspect and filter Git traffic over SSH, a gateway must understand both the pkt-line-based protocol framing and the binary structures of Git packfiles including compressed data transmission, deltas and different variable-length encodings.

Read article...