center-for-threat-informed-defense / adversary_emulation_library

An open library of adversary emulation plans designed to empower organizations to test their defenses based on real-world TTPs.

Home Page:https://ctid.io/adversary-emulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microsoft Azure VMs Changes in Turla Environment

scottbrumley opened this issue · comments

Hi All,

I've been working deploying the Turla environment at Azure using Terraform. It turns out a few things have changed on the MS side.

  1. redirect-srv1 and redirect-srv2 are provisioning 3 NICs on a Standard_D2s_v4, but MS stopped supporting more than 2 NICs.
  2. carbon-desk1, -desk2, and desk3 use Win 10 build 19044.2006.220909 which MS has deprecated
  3. snake-ex-srv1, snake-ad-srv1 and snake-file-srv1 use Windows 2019 Server build 17763.3406.220909 which MS has deprecated

#1 I started using Standard_D8s_V4 instead.
#2 and #3 Do you have a recommended build version to replace this?

Sincerely,

Scott

These appear to work