Blog

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

Centralize and enrich logs with Fluentd

Introduction This topic is about: centralizing logs: consolidating logs from different sources, such as system logs or application logs enriching logs: adding contextual metadata to enhance the value of collected logs Motivation: "Logs that are sitting on a [...]

August 19, 2026|Categories: Docker, logging|Tags: , , , , |

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|
Go to Top