├── API └── API_Tag_Sample.ps1 ├── ASR GUI ├── ASR_Rules_PoSh_GUI.exe ├── ASR_Rules_PoSh_GUI.ps1 └── README.md ├── ASR └── ASR_Analyzer_v2.2.ps1 ├── LiveResponse └── Mem_Dump_2_Azure_Storage.ps1 └── README.md /API/API_Tag_Sample.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonws/MDATP_PoSh_Scripts/HEAD/API/API_Tag_Sample.ps1 -------------------------------------------------------------------------------- /ASR GUI/ASR_Rules_PoSh_GUI.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonws/MDATP_PoSh_Scripts/HEAD/ASR GUI/ASR_Rules_PoSh_GUI.exe -------------------------------------------------------------------------------- /ASR GUI/ASR_Rules_PoSh_GUI.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonws/MDATP_PoSh_Scripts/HEAD/ASR GUI/ASR_Rules_PoSh_GUI.ps1 -------------------------------------------------------------------------------- /ASR GUI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonws/MDATP_PoSh_Scripts/HEAD/ASR GUI/README.md -------------------------------------------------------------------------------- /ASR/ASR_Analyzer_v2.2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonws/MDATP_PoSh_Scripts/HEAD/ASR/ASR_Analyzer_v2.2.ps1 -------------------------------------------------------------------------------- /LiveResponse/Mem_Dump_2_Azure_Storage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonws/MDATP_PoSh_Scripts/HEAD/LiveResponse/Mem_Dump_2_Azure_Storage.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonws/MDATP_PoSh_Scripts/HEAD/README.md --------------------------------------------------------------------------------