From a4a074ad2432be6e6c627e24c0a55c570468b768 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Sat, 2 Mar 2019 10:28:05 -0800 Subject: [PATCH] Removing Microsoft-Message-Analyzer as it conflicts with Microsoft ATA --- README.md | 3 ++- Vagrant/scripts/install-choco-extras.ps1 | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31bb4e4..4f288d0 100644 --- a/README.md +++ b/README.md @@ -177,10 +177,11 @@ suricata | Suricata IDS logs * Process Explorer * PsExec * TCPView + * Notepad++ * Google Chrome - * Atom editor * WinRar * Mimikatz + * Wireshark ## Applied GPOs * [Custom Event Channel Permissions](https://rawgit.com/clong/DetectionLab/master/Vagrant/resources/GPO/reports/Custom%20Event%20Channel%20Permissions.htm) diff --git a/Vagrant/scripts/install-choco-extras.ps1 b/Vagrant/scripts/install-choco-extras.ps1 index 4763054..f12a4b6 100644 --- a/Vagrant/scripts/install-choco-extras.ps1 +++ b/Vagrant/scripts/install-choco-extras.ps1 @@ -11,6 +11,5 @@ If (-not (Test-Path "C:\ProgramData\chocolatey")) { Write-Host "Installing Chocolatey extras..." choco install -y wireshark -choco install -y microsoft-message-analyzer Write-Host "Choco addons complete!"