Class tools for overview of MITRE ATT&CK®
* https://github.com/redcanaryco/invoke-atomicredteam/wiki/Installing-Invoke-AtomicRedTeam
* https://mitre-attack.github.io/attack-navigator/
* https://atomicredteam.io/atomics/
You must do a few steps out of order to reduce frustration
1. Have a 2k12 running
2. Install powershell 5
3. [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
4. Install InvokeAtomic
IEX (IWR 'https://raw.githubusercontent.com/redcanaryco/invoke-atomicredteam/master/install-atomicredteam.ps1' -UseBasicParsing); Install-AtomicRedTeam -getAtomics
you must re-set path
In order make the Invoke-AtomicTest function available for use in your current PowerShell session you must import the module.
Import-Module "C:\AtomicRedTeam\invoke-atomicredteam\Invoke-AtomicRedTeam.psd1" -Force
1. Read ATTACK- link, Read Atomic link, then execute
2. Getprereqs, Invoke-AtomicTest T####.### -GetPrereqs
3. Close extra command prompt windows