Skip to content

Commit 795bef0

Browse files
committed
update README.md
1 parent 7dff1d3 commit 795bef0

1 file changed

Lines changed: 6 additions & 11 deletions

File tree

README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
Monkey365 is an open-source security assessment framework for Microsoft 365, Azure, and Microsoft Entra ID. It helps security professionals, consultants, administrators, and incident responders identify misconfigurations, review cloud security posture, and evaluate environments against industry security best practices and compliance standards.
2323

24-
Monkey365 is designed to simplify Microsoft cloud security assessments without requiring users to learn complex APIs, install multiple Microsoft modules, or navigate different administration portals.
24+
Monkey365 simplifies Microsoft cloud security assessments without requiring users to learn complex APIs, install multiple Microsoft modules, or navigate multiple administration portals.
2525

2626
---
2727

@@ -46,7 +46,7 @@ Monkey365 is designed to simplify Microsoft cloud security assessments without r
4646
- Certificate-based authentication
4747
- Direct access token authentication
4848
- CIS benchmark and compliance checks
49-
- Structured HTML, JSON, and CSV reporting suitable for automation and analysis workflows
49+
- Structured HTML, JSON, and CSV reporting for automation and analysis workflows
5050
- Support for Azure Public, China, and Government cloud environments
5151
- Collector-based and extensible architecture
5252
- Easy deployment across workstations, jump boxes, automation pipelines, and assessment environments
@@ -55,7 +55,7 @@ Monkey365 is designed to simplify Microsoft cloud security assessments without r
5555

5656
# Get Started
5757

58-
Install the Monkey365 PowerShell module and run.
58+
Install the Monkey365 PowerShell module and start assessing your environment.
5959

6060
[Zero configuration](https://silverhack.github.io/monkey365/install/install-instructions/) and no external Microsoft modules are required.
6161

@@ -81,9 +81,9 @@ Invoke-Monkey365 @options
8181

8282
# Introduction
8383

84-
Monkey365 is a collector-based PowerShell module used to review the security posture of cloud environments. It scans Microsoft 365, Azure, and Microsoft Entra ID for potential security issues, configuration weaknesses, and deviations from security best practices.
84+
Monkey365 is a collector-based PowerShell security assessment framework distributed as a self-contained module that helps assess the security posture of cloud environments. It scans Microsoft 365, Azure, and Microsoft Entra ID for potential security issues, configuration weaknesses, and deviations from security best practices.
8585

86-
The framework provides recommendations to help organizations strengthen their cloud security posture and improve compliance readiness.
86+
The framework provides recommendations to help organizations strengthen cloud security posture and improve compliance readiness.
8787

8888
---
8989

@@ -134,12 +134,7 @@ Example assessment:
134134
```powershell
135135
$options = @{
136136
Instance = 'Microsoft365'
137-
Collect = @(
138-
'ExchangeOnline',
139-
'MicrosoftFabric',
140-
'MicrosoftTeams',
141-
'SharePointOnline'
142-
)
137+
Collect = @('ExchangeOnline','MicrosoftFabric','MicrosoftTeams','SharePointOnline')
143138
PromptBehavior = 'SelectAccount'
144139
IncludeEntraID = $true
145140
ExportTo = 'HTML'

0 commit comments

Comments
 (0)