├── LICENSE ├── MISC Scripts ├── Get-ConsoleHostHistory.ps1 ├── Get-MXToolboxBlacklist.ps1 ├── README.md └── Set-NewFileName.ps1 ├── Purple Team Field Manual ├── Get-PurpleTeamFieldManualDetections.ps1 └── README.md └── README.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loganflook/PowerShell-Scripts/HEAD/LICENSE -------------------------------------------------------------------------------- /MISC Scripts/Get-ConsoleHostHistory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loganflook/PowerShell-Scripts/HEAD/MISC Scripts/Get-ConsoleHostHistory.ps1 -------------------------------------------------------------------------------- /MISC Scripts/Get-MXToolboxBlacklist.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loganflook/PowerShell-Scripts/HEAD/MISC Scripts/Get-MXToolboxBlacklist.ps1 -------------------------------------------------------------------------------- /MISC Scripts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loganflook/PowerShell-Scripts/HEAD/MISC Scripts/README.md -------------------------------------------------------------------------------- /MISC Scripts/Set-NewFileName.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loganflook/PowerShell-Scripts/HEAD/MISC Scripts/Set-NewFileName.ps1 -------------------------------------------------------------------------------- /Purple Team Field Manual/Get-PurpleTeamFieldManualDetections.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loganflook/PowerShell-Scripts/HEAD/Purple Team Field Manual/Get-PurpleTeamFieldManualDetections.ps1 -------------------------------------------------------------------------------- /Purple Team Field Manual/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loganflook/PowerShell-Scripts/HEAD/Purple Team Field Manual/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loganflook/PowerShell-Scripts/HEAD/README.md --------------------------------------------------------------------------------