PowerShell and Data Analysis

PowerShell and Data Analysis

This blog post was inspired from a talk me and my buddy Grant did at AtlSecCon. We analyzed Shodan data for four Atlantic provinces and presented our findings. For my research and data analysis I leveraged PowerShell and this blog post will present some lessons I learned.

Continue reading →

PowerShell Pipeline

PowerShell Pipeline

Pipeline in PowerShell is an easy yet very important concept to understand. Before diving into pipeline for PowerShell it’s important to understand pipelines in general. The concept of pipelines originates from Unix world. In simple terms pipeline is a thread to stich together different comands to produce desired output.

Continue reading →