The Defender-for-Cloud-Apps Toolbox is a robust collection of PowerShell functions designed to streamline and automate the management of Microsoft Cloud App Security (MCAS).
By leveraging these tools, administrators can efficiently handle tasks such as managing blocklists, configuring IP ranges, and more. Below is a detailed overview of its features, functions, requirements, and usage.
The toolbox offers the following key functionalities:
To use the toolbox:
Discovery.manage
, Settings.read
, and Settings.manage
.To install, clone the repository:
git clone https://github.com/alexverboon/Defender-for-Cloud-Apps-Toolbox.git
Import the desired functions into your PowerShell session:
Import-Module .\FunctionName.ps1
Export All IP Ranges
.\Export-MCASIpRange.ps1 -McasPortalAPI "https://yourmcasapi.com" -Token "your_token" -OutputCsvFilePath "c:\Sampledata\mcas_export.csv"
Add a New IP Range
New-MCASIpRange -CsvFilePath "c:\sampledata\mcasip_new.csv" -McasPortalAPI "https://yourmcasapi.com" -Token $token
Remove an IP Range
Remove-MCASIPRange -CsvFilePath "C:\sampledata\mcasip_remove.csv" -McasPortalAPI "https://yourmcasapi.com" -Token $token
This toolbox simplifies administrative tasks in Microsoft Defender for Cloud Apps, enabling efficient management of security configurations through automation.
GoDoxy is a lightweight, straightforward, and high-performance reverse proxy tool written in the Go programming…
Web hacking and bug bounty hunting involve identifying vulnerabilities in web applications to enhance their…
The OdinLdr and Draugr tools, alongside Cobalt Strike's User-Defined Reflective Loader (UDRL), represent advanced mechanisms…
PebbleOS is an open-source software framework originally developed by Pebble Technology for their smartwatch ecosystem.…
Obfuscar is an open-source obfuscation tool specifically designed for .NET assemblies. Released under the MIT…
Favicorn is an innovative tool designed to search websites by their favicons, offering a unique…