Validating Azure Infrastructure with PSRule and PSQuickGraph: a Simple Story of Complex Dependencies

2025-04-02
When validating Azure infrastructure, inspecting each resource individually is often not enough. For example, you might need to confirm that each Azure Function has exactly one private endpoint or that all resources are correctly integrated into a network. For such tasks, having the complete picture is crucial. This is where two tools come in handy: PSRule and the PSQuickGraph module. In this post, I’ll explain how to make these two work together and what benefits you can achieve. Continue reading

Nmap SMTP User Enumeration or How ChatGPT Helps Our Work

2025-03-17
Some time ago, I wanted to refresh and expand my knowledge of penetration testing. For this purpose, I started taking courses on Hack The Box. Everything went smoothly until the moment I needed to perform SMTP user enumeration. But this story isn’t so much about the enumeration itself—it’s about how ChatGPT helps us fix the tools we use in our challenging work. Introduction The task seemed straightforward: I had a list of usernames, and I needed to determine which ones existed on an SMTP server. Continue reading

Adventures in Agentic AI Simulation Land

2025-03-11

(Or, How We Learned to Stop Worrying and Love the Cloud)

Have you ever wondered how a cloud-based, multi-agent AI service handles a flurry of incoming user requests without spontaneously combusting? Well, wonder no more! In this blog post, we’ll embark on a fun, light-hearted journey through a simulation that tests just how gracefully an AI agentic system (think: a set of AI agents working together) scales, splits, and handles all sorts of query traffic. We’ll talk about our framework, assumptions, code, and results—complete with a snazzy chart to show off our data.

Continue reading

Visualizing Azure Networking using D3js

2024-04-29

A picture worth a thousand words. When you work with a complex networking infrastructure, it would be great to have a bird’s-eye view of it. In this article, I want to discuss how this can be achieved using PowerShell, Jupyter notebooks, and d3js

Continue reading

Continuing the Conversation on Jupyter and PowerShell

2023-10-30

Let’s dive a little deeper into the Jupyter-PowerShell duo. First, we’ll try to uncover the ‘why’ behind this alliance. Next, we’ll pry into the ‘how’ of the operation. And finally, we’ll unveil the secrets of crafting a notebook and launching it into the digital cosmos for your team or, who knows, the whole world to see. Ready? Set. Go!

Continue reading
Older posts