The script utilizes IOC's from Microsoft Security blog to search for potential signs of exchange server compromise.
- R-Click on the Start button.
- Select Windows Powershell (Admin)
- mkdir C:\ScriptFiles
- cd c:\ScriptFiles
- wget https://raw.githubusercontent.com/jheard/ExchangeMarauderScan/main/exchange_marauder_detect.ps1 -o exchange_marauder_detect.ps1
- .\exchange_marauder_detect.ps1
If the script returns results, there will be a zip file in C:\ScriptFiles\output\ directory.
If no results were found, the output directory will not exist.