How to back up your 2FA secret keys with KeePassXC

The amount of services offering (or even demanding) two-factor authentication (2FA) is ever-increasing. This has encouraged me to find a more resilient strategy for how I store, manage, and backup my secret keys. My old approach relied solely on using time-based one-time password (TOTP) applications capable of exporting and importing 2FA accounts.

Outlook.com phishing campaign hosted on Google's Firebase platform

Earlier this week I discovered an interesting Outlook.com phishing mail that had been caught by the anti-spam measures we deploy for our e-mail customers. Well, to be fair, the phishing attack itself was not anything new or sophisticated, but the choice of hosting provider was rather interesting.

Why doesn't www.bing.com redirect from HTTP to HTTPS?

On occasion, I’ve noticed the following HTTP referer when going through my server logs: http://www.bing.com/search?q=your+search&go=Search (notice the HTTP part). I thought it would be interesting to see if this HTTP referer was sent from Microsoft’s search engine as a result of someone performing a search over an unencrypted HTTP connection.

The best dark, gory and violent anime series of 2019

I figured there are already too many mediocre tech blogs on the Internet, so from here on out I’ll embrace my true passion instead. Well, anime blogging is over-saturated as well, so my niche will be the sick and depraved side of anime. Thankfully, there are plenty of riches to choose from.

Content warning: The following post contains violent imagery and descriptions and absolutely no mention of Fruits Basket.

The Brave Browser – And BAT's all she wrote

My interest in the Brave browser originated from my affection for cryptocurrencies, but I also believed in the Basic Attention Token’s potential as a digital payment platform. Lately, my experiences with the Brave browser and, by proxy, Brave Software, have changed my mind.

Microsoft Teams for Linux won't open on Ubuntu 18.04

After installing and running Microsoft Teams for Linux on Ubuntu 18.04 for a couple of days, the application suddenly stopped working. Starting Microsoft Teams would load the application menu in the top bar, but it was not possible to get the actual application window to load. Clicking “Open” from the application context menu would do nothing at all.

Self-hosting email in 2020 – Joe Nobody vs. World

I recently moved my self-hosted email service from Scaleway to DigitalOcean. After receiving a new IP address for my mail server, I’m effectively once again the new kid on the block. Let’s find out if the big kids are willing to talk with me if I play nice and put on my best behavior.

How to configure Hugo as a Tor hidden service

After migrating my blog from WordPress to Hugo, I wanted to find a simple solution that allowed me to mirror my blog content effortlessly to my hidden services. As Hugo is a static content generator, I didn’t have the opportunity to dynamically rewrite content on the fly by pulling the HTTP host from the current request.