monkey365
monkey365 copied to clipboard
Monkey365 provides a tool for security consultants to easily conduct not only Microsoft 365, but also Azure subscriptions and Microsoft Entra ID security configuration reviews.
Installed monkey365 using: Install-Module -Scope CurrentUser -Name monkey365 Used 'Get-Help Invoke-Monkey365 -Examples' -- example 1. $assets = Invoke-Monkey365 -ExportTo CSV -PromptBehavior SelectAccount -IncludeEntraID -Instance Microsoft365 -Collect SharePointOnline The following warning...
**What happened?** When attempting to run monkey365 in a docker container based on the latest python image, and with pwsh installed, multiple errors are shown. Attempted using both the Import-Module...
**What happened?** The Azure Active Directory Graph is deprecated and [will be switched off on next week](https://learn.microsoft.com/en-us/graph/migrate-azure-ad-graph-overview). Microsoft Graph is fully integrated with Monkey365's use of MSGraph objects, so it...
**What happened?** When running monkey365 without a P2 license to collect data, following error is shown ```Powershell Invoke-Monkey365 -TenantId xxxxxxx -Instance Azure -Collect All -ExportTo html PropertyNotFoundException: {path]......monkey365\0.95.2\core\api\auth\Connect-MonkeyCloud.ps1:277 Line |...
**What happened?** Originally posted by @roohfelix Hi everyone, I'm currently using Monkey365 (v0.95.1) to run a Microsoft 365 security assessment. I'm executing a collection that includes AdminPortal, ExchangeOnline, MicrosoftTeams, and...
**Is your feature request related to a problem? Please describe.** Some rules and rulesets for both Azure and Microsoft 365 are quite old and would benefit from further work. **Describe...
**Is your feature request related to a problem? Please describe.** Working with multiple outputs in a single repository has been a pain in the ass. It gets worse when you...
**Is your feature request related to a problem? Please describe.** If an specific resource (e.g. Virtual Machine) or service (e.g. SharePoint online) has a collector and an associated rule mapped...
Ran Monkey as Admin (or I get a Client ID warning) using this script: `Invoke-Monkey365 -IncludeEntraID -Instance Microsoft365 -OutDir '$AuditFolder' -ExportTo @('CSV','JSON','CLIXML','HTML') -PromptBehavior SelectAccount` **What happened?** `A clear and concise...
**What happened?** Running Monkey365 against a HomeLab FreeTrial M365 Environment returns 0 users and 0 groups but still flags them when not compliant with secure settings. **How to reproduce it**...