Skip to content

VM-Series in Azure: Adapting On-Prem Knowledge to Cloud Reality

I’ve delivered many on-prem deployments, and the patterns there are predictable. You understand the topology, you control the links, and the firewall sits exactly where you place it. Moving the same technology into Azure breaks a few assumptions. Interfaces stop being physical points in the path and live behind load balancers. Routing becomes explicit and… Read More »VM-Series in Azure: Adapting On-Prem Knowledge to Cloud Reality

PAN-OS 12 – What’s New

Every vendor keeps evolving their products, and from time to time they release a “new revolutionary version.” Marketing always claims it’s a game changer in the industry 🙂 Palo Alto Networks just released PAN-OS 12.1.x (after 12.0.x). Marketing says it’s innovative software with quantum protection and other fancy words. Let’s skip the hype and look… Read More »PAN-OS 12 – What’s New

Why antivirus alone is no longer enough — AV vs EDR/XDR

As an engineer working in the integrator business and supporting endpoint security solutions (EPP / EDR / XDR), I still meet many administrators who believe that antivirus alone provides effective protection.  Antivirus solutions are signature-based: to detect a threat you first need a signature, and the AV database must be updated. That model worked well… Read More »Why antivirus alone is no longer enough — AV vs EDR/XDR

DNS tunneling vs network security controls part 3 – Exfiltration

Again, for testing purposes, I used my blog domain letsnet.eu, which has a good reputation. My exfiltration script was written in PowerShell (thanks, ChatGPT!). The script splits a PDF file into chunks, encodes each chunk in Base64, and then makes a DNS request for the A record of the sub‑domain chunk‑in‑base64.letsnet.eu that represents each chunk.… Read More »DNS tunneling vs network security controls part 3 – Exfiltration

DNS tunneling vs network security controls part 2 – Infiltration

For all testing purposes, I used my blog domain letsnet.eu, which has a good reputation. I created multiple subdomains with TXT records, where I stored a base64-encoded file. A PowerShell script queries these letsnet.eu subdomains for TXT records. The script then decodes the base64 content, assembles the file chunk by chunk, and saves it to… Read More »DNS tunneling vs network security controls part 2 – Infiltration