Azure-Sentinel/Playbooks/Run-AzureVMPacketCapture
Nathan Swift 59ee645d90 New Playbook - Run-AzureVMPacketCapture
This playbook will take start a packet capture on a Azure VM Windows or Linux using Network Watcher, the capture will run for ten minutes, and will be stored on a blob storage account.
2020-03-18 21:23:03 -04:00
..
azuredeploy.json New Playbook - Run-AzureVMPacketCapture 2020-03-18 21:23:03 -04:00
readme.md New Playbook - Run-AzureVMPacketCapture 2020-03-18 21:23:03 -04:00

readme.md

Run-AzureVMPacketCapture

author: Nathan Swift

This playbook will take start a packet capture on a Azure VM Windows or Linux using Network Watcher, the capture will run for ten minutes, and will be stored on a blob storage account.

Additional Post Install Notes:

The Logic App creates and uses a Managed System Identity (MSI) to authenticate and authorize against management.azure.com to searhch the hostname entity in Azure Resource Graph and execute a packet capture on the Azure VM. Your Azure VM must have the Network Watcher extension installed.

Assign RBAC 'Reader' role to the Logic App at the Subscription level. Assign RBAC 'Virtual Machine Contributor' role to the Logic App at the Subscription level. Assign RBAC 'Network Contributor' role to the Logic App at the Subscription level.