Welcome!¶
Welcome to the Azure IaaS Vectra Deployment Lab!
During this lab you will you will learn how to deploy a Vectra Brain, Sensor, and cPacket into an existing Azure environment. This lab has been written in modules using scripts to automate the process. The modules can be batched for a automated toolkit, but we will run them individually. The scripts can be modified for a customer’s environment. In this lab we will deploy a Vectra Brain and Sensor, Cpacket cVu-v appliances, and user VMs.
What’s new¶
Lab Environment¶
This lab environment is available at anytime once initial training is done.
Note
Several of the scripts pull variables from ../shared/params.json
. If you do NOT run base.sh
you can manually edit the json to add the values.
├── base
│ └── base.sh
├── brain
│ ├── brain.sh
│ ├── brain-nsg.json
│ ├── mainTemplate.json
│ └── params.json
├── cpacket
│ ├── ccloud.sh
│ └── vectracpacket.sh
├── keys
│ └── keys.sh
├── ops
│ └── nsg.sh
├── peering
│ └── peer.sh
├── sensor
│ ├── mainTemplate.json
│ └── sensor.sh
├── shared
│ └── params.json
├── udr
│ └── cpacket-redirect.sh
└── uservm
├── simplevm.json
└── uvm.sh
Note
This lab does not cover attack scenarios or configuring the Azure connector for Host ID extraction which is covered in https://support.vectra.ai/s/article/KB-VS-1286