jimbit.io

Use PowerShell to monitor Windows Defender firewall

I’m trying to think of a proper reason for my first technical post to be about Windows Defender firewall, since I don’t actually consult it that much. With (hardware) network appliances, providing more than capable monitoring/analyzers, or even old-school switch ACL’s, why go through the trouble of using Windows Defender firewall logs which are neither viewable in real-time nor formatted in a proper fileformat?

Well… Most of the time there probably isn’t a very good reason to. However, it does offer a few advantages;

As a real-life example, I wanted to backup a WLC’s config over TFTP, which defaults to UDP/69. The file failed to upload to the TFTP server and seeing that both hosts resided within the same subnet, chances were that Defender firewall blocked the incoming traffic.

So let’s confirm the theory, right? For this situation I created a PowerShell script which makes it easier to go through the logs…

read more

Welcome to this blog

Howdy! 🤠

2023 is here. A fresh new year which, for me, starts off with a new years resolution to hopefully return some value to the www which has taught me so much over the years.

Over here I will try to focus my posts as much as possible on providing relatively easy to understand tutorials, scripts and how-to’s with a strong focus towards real-life IT (networking) challenges.

read more