AuditSide Lite is a streamlined, CLI-based open-source edition of the acclaimed AuditSide Enterprise platform. Developed for security enthusiasts, sysadmins, and cybersecurity researchers, this tool provides a rapid, frictionless way to audit the security baseline of Microsoft 365 and Azure environments directly from your PowerShell terminal.
While the Enterprise edition features a fully autonomous WPF graphical interface, continuous drift detection, and automated C-Level reporting across 13 cybersecurity categories (including Forensics and Network), this Lite version empowers the community to execute core security assessments and generate actionable JSON/CSV findings for free.
- 🔍 Core M365 Assessment: Scans Exchange Online, Microsoft Entra ID, and basic compliance settings.
- ⚡ CLI Driven: Extremely lightweight. Runs natively in PowerShell 7+.
- 📊 Structured Findings: Outputs clear, actionable security findings mapped to basic MITRE ATT&CK® techniques.
- 🛠️ No Installation Required: Completely portable script-based execution.
Want the full power? Upgrade to [AuditSide Enterprise] for the 4-in-1 modular platform (Purview, Forensics, Network, Azure), C-Level HTML Interactive Dashboards, 1-Click Remediation, and completely obfuscated commercial-grade deployment.
- Windows 10/11 or Windows Server 2019+
- PowerShell 7.x (Highly recommended for optimal performance)
- Required Modules:
Microsoft.Graph(installed automatically upon consent)
- Clone this repository:
git clone https://github.com/tu-usuario/AuditSide-Lite.git
- Navigate to the directory and run the launcher:
cd AuditSide-Lite .\Start-AuditLite.ps1
AuditSide was architected with a strict separation of concerns (SoC). It isolates the graph sessions to prevent cross-tenant data leaks and relies heavily on asynchronous data gathering to avoid UI/CLI blocks.
The Lite version strips down the advanced telemetry and UI runspaces to offer a pure, code-first auditing experience, allowing the open-source community to learn from its core mechanics.
We welcome contributions from the cybersecurity community! Whether it's adding new assessment rules or improving performance, feel free to open a Pull Request.
© 2026 AuditSide Security Project.