Blog

Blog2024-09-29T19:05:12+00:00

Protecting internal services using passkeys

Introduction Passkeys are an alternative to traditional passwords, based on public-key cryptography. In this topic, we are going to set up a single sign-on (SSO) authentication platform using passkeys. That platform can be used to protect web-based applications compliant [...]

May 19, 2026|Categories: Docker, security|Tags: , , , |

Attack of the clone – USB attacks have become more sneaky

About USB attacks In a previous installment, we covered the dangers posed by USB attacks, in particular HID emulation attacks (à la Rubber Ducky), and some of the techniques we can use to mitigate the risks (spoiler: defense [...]

July 28, 2025|Categories: Linux, security, USB|Tags: , , , |

Defending Linux workstations against USB attacks

Introduction USB attacks involve the use of malicious USB devices to compromise computer systems. In a typical scenario, a custom USB device that emulates a keyboard is used to attack a workstation. When plugged in, the device masquerades [...]

July 3, 2025|Categories: Linux, security, USB|Tags: , , , |

Enhancing the security of your Linux computer with Firejail

Note: this article applies to Linux users. For Windows users, check out Sandboxie. This is a gentle introduction to Firejail, a sandboxing tool for Linux. Introduction Firejail is a powerful sandboxing tool for Linux that enhances the security of running [...]

July 22, 2024|Categories: Linux, security|

Using Linux tc to mirror traffic between interfaces

There may be situations as part of regular network admin work (or red team assignments perhaps) where we would want to copy incoming/outgoing traffic from one network interface (NIC) to another. In other words, replicating the SPAN (aka port [...]

May 23, 2024|Categories: Linux, Networking|Tags: , , |
Go to Top