Alfred Berg
berg.hf.ax
Alfred Berg
@berg.hf.ax
security enthusiast | space | F1 | bikes
The tj-actions supply chain attack is kind of wild. The target seems to mainly been coinbase
unit42.paloaltonetworks.com/github-actio...
April 3, 2025 at 6:54 PM
Here is a docker trick I use a lot:

It is easy to access the file system of the docker containers through /proc/[pid]/root/, this makes it easy to run tools not available in the container, copy and edit files etc.

This is especially useful for hardened containers
January 26, 2025 at 6:43 PM
Needed to find both really common apex domains and uncommon apex domains in a recent project of mine.

Created a small tool to just this by looking up each apex domain against the Tranco list (list of the 4.7m most common domains) and showing the rank.

It is available at github.com/AlfredBerg/d...
November 15, 2024 at 10:46 PM