Talk With an Expert

How to Leverage PowerShell to Create a User- Friendly Version of WinDump

How to Leverage PowerShell to Create a User- Friendly Version of WinDump (PDF, 4.49MB)Published: 18 Jan, 2016
Created by:
Robert Adams

WinDump is often used to analyze packet captures by incorporating Berkeley Packet Filters, to reduce large captures into manageable subsets. The filtering makes use of macros to easily specify common protocol properties, however, analyzing other properties requires a deeper understanding of the protocol and more complicated expressions. PowerShell is a Windows scripting language that has become increasingly popular within the security community. PowerShell is extremely extensible, and can be used to develop an easy way to interact with WinDump. This paper will demonstrate how to write a custom PowerShell module that serves as a wrapper around WinDump, enabling an easier and more intuitive way of unleashing the power of WinDump.