Skip to content

Commit 556bd89

Browse files
committed
updated config file
1 parent 8fbe26f commit 556bd89

File tree

1 file changed

+59
-19
lines changed

1 file changed

+59
-19
lines changed

config/monkey365.config

Lines changed: 59 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"ruleSettings": {
2323
"rules": "rules/",
2424
"azureDefaultRuleset": "rules/rulesets/cis_azure_3.0.json",
25-
"m365DefaultRuleset": "rules/rulesets/cis_m365_4.0.json"
25+
"m365DefaultRuleset": "rules/rulesets/cis_m365_5.0.json"
2626
},
2727
"logging": {
2828
"default":[
@@ -56,8 +56,8 @@
5656
"sitePermissionsOptions": {
5757
"scanAllSites": "false",
5858
"excludeFolders": "true",
59-
"includeLists": "false",
60-
"includeListItems": "false",
59+
"includeLists": "true",
60+
"includeListItems": "true",
6161
"includeInheritedPermissions": "true"
6262
},
6363
"Identity": {
@@ -75,13 +75,18 @@
7575
},
7676
"ExchangeOnline": {
7777
"GetExchangeGroups": "true",
78-
"GetPurViewGroups": "false"
78+
"GetPurViewGroups": "false",
79+
"userRoleAssignmentPolicy":{
80+
"excludedRoles":[
81+
"My Custom Apps",
82+
"My Marketplace Apps",
83+
"My ReadWriteMailbox Apps"
84+
]
85+
}
7986
}
8087
},
8188
"entraId": {
82-
"useMsGraph": "true",
8389
"forceRequestMFA": "false",
84-
"getUsersWithAADInternalAPI": "false",
8590
"auditLog":{
8691
"enabled": "false",
8792
"AuditLogDaysAgo": "-7"
@@ -93,6 +98,7 @@
9398
"Application.Read.All",
9499
"Policy.Read.All",
95100
"Organization.Read.All",
101+
"OrgSettings-AppsAndServices.Read.All",
96102
"RoleManagement.Read.Directory",
97103
"GroupMember.Read.All",
98104
"Directory.Read.All",
@@ -101,14 +107,13 @@
101107
"RoleManagementPolicy.Read.AzureADGroup",
102108
"Group.Read.All",
103109
"SecurityEvents.Read.All",
104-
"IdentityRiskEvent.Read.All"
110+
"IdentityRiskEvent.Read.All",
111+
"UserAuthenticationMethod.Read.All",
112+
"AuditLog.Read.All",
113+
"AccessReview.Read.All"
105114
]
106115
},
107116
"provider": {
108-
"graph":{
109-
"api_version": "1.6",
110-
"internal_api_version": "1.61-internal"
111-
},
112117
"portal":{
113118
"GetManagedApplicationsByPrincipalId": "true"
114119
},
@@ -121,14 +126,14 @@
121126
{
122127
"name": "azureDocumentDB",
123128
"resource": {
124-
"api_version": "2024-12-01-preview",
129+
"api_version": "2025-11-01-preview",
125130
"provider": "Microsoft.DocumentDB"
126131
}
127132
},
128133
{
129134
"name": "azureBotServices",
130135
"resource": {
131-
"api_version": "2017-12-01",
136+
"api_version": "2023-09-15-preview",
132137
"provider": "Microsoft.BotService"
133138
}
134139
},
@@ -138,13 +143,34 @@
138143
"api_version": "2024-04-01",
139144
"provider": "Microsoft.Web"
140145
}
146+
},
147+
{
148+
"name": "azureAppServiceEnvironment",
149+
"resource": {
150+
"api_version": "2025-03-01",
151+
"provider": "Microsoft.Web"
152+
}
141153
},
142154
{
143155
"name": "azureForSQL",
144156
"resource": {
145157
"api_version": "2021-05-01-preview",
146158
"provider": "Microsoft.Sql"
147159
}
160+
},
161+
{
162+
"name": "managedInstances",
163+
"resource": {
164+
"api_version": "2024-11-01-preview",
165+
"provider": "Microsoft.Sql"
166+
}
167+
},
168+
{
169+
"name": "SqlVirtualMachines",
170+
"resource": {
171+
"api_version": "2023-10-01",
172+
"provider": "Microsoft.Sql"
173+
}
148174
},
149175
{
150176
"name": "azureForSQLFW",
@@ -198,7 +224,7 @@
198224
{
199225
"name": "azureVm",
200226
"resource": {
201-
"api_version": "2024-07-01",
227+
"api_version": "2025-04-01",
202228
"provider": "microsoft.Compute"
203229
}
204230
},
@@ -254,7 +280,7 @@
254280
{
255281
"name": "azureNSG",
256282
"resource": {
257-
"api_version": "2017-10-01",
283+
"api_version": "2025-03-01",
258284
"provider": "Microsoft.Network"
259285
}
260286
},
@@ -268,7 +294,7 @@
268294
{
269295
"name": "azureStorage",
270296
"resource": {
271-
"api_version": "2023-05-01",
297+
"api_version": "2025-06-01",
272298
"provider": "Microsoft.Storage"
273299
}
274300
},
@@ -359,9 +385,16 @@
359385
{
360386
"name": "azureRecommendations",
361387
"resource": {
362-
"api_version": "2020-01-01",
388+
"api_version": "2025-05-01-preview",
363389
"provider": "Microsoft.Advisor"
364390
}
391+
},
392+
{
393+
"name": "bastionHost",
394+
"resource": {
395+
"api_version": "2025-03-01",
396+
"provider": "Microsoft.Network"
397+
}
365398
},
366399
{
367400
"name": "azureContainers",
@@ -457,7 +490,7 @@
457490
{
458491
"name": "azureRedis",
459492
"resource": {
460-
"api_version": "2023-08-01",
493+
"api_version": "2025-08-01-preview",
461494
"provider": "Microsoft.Cache"
462495
}
463496
},
@@ -513,7 +546,7 @@
513546
{
514547
"name": "azureDataBricksAccessConnector",
515548
"resource": {
516-
"api_version": "2024-05-01",
549+
"api_version": "2026-01-01",
517550
"provider": "Microsoft.Databricks"
518551
}
519552
},
@@ -544,6 +577,13 @@
544577
"api_version": "2020-02-02",
545578
"provider": "microsoft.insights"
546579
}
580+
},
581+
{
582+
"name": "azureVault",
583+
"resource": {
584+
"api_version": "2025-02-01",
585+
"provider": "Microsoft.RecoveryServices"
586+
}
547587
}
548588
]
549589
}

0 commit comments

Comments
 (0)