Posts in 2021
-
Zeek - File Extraction
21.12.2021 in Scripting
File Extraction with Filtering Heads up! There’s nothing mind blowing here, just a simple Zeek script with a use case for incident response. If you are curious to know more, then please read on! If you are just here for the script – feel …
-
Linux - Sort Sandwich
04.09.2021 in Scripting
Analyzing Logs with the Linux Sort Sandwich In a perfect world, we’d always have access to a nice pretty graphical interface where all our data is co-located and happy. Unfortunately, that’s not always the case. Here I’ll walk …
Posts in 2020
-
PS - Counting CSV Items
29.08.2020 in Scripting
Problem? I needed to get a unique count of items in a CSV file. Specifically, this was part of converting a CSV to JSON. PowerShell actually makes this pretty simple, but there are a few considerations in the code. TL/DR - The Function I’ll go …