Skip to content

Commit

Permalink
Update Monkey365 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
silverhack committed Dec 22, 2023
1 parent b4b56db commit 7025233
Show file tree
Hide file tree
Showing 1,287 changed files with 285,471 additions and 70 deletions.
57 changes: 47 additions & 10 deletions config/monkey365.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@
"MaxQueue": "2"
}
},
"dataMappings": {
"mappings": "core/utils/dataMappings"
},
"htmlSettings": {
"tableformat": "core/html/htmlconf/tables",
"chartformat": "core/html/htmlconf/charts",
"dashboardformat": "core/html/htmlconf/dashboards"
},
"ruleSettings": {
"rules": "rules/findings/",
"conditions": "rules/",
"rules": "rules/",
"azureDefaultRuleset": "rules/rulesets/cis_azure_1.5.json",
"m365DefaultRuleset": "rules/rulesets/cis_m365_1.5.json"
},
Expand All @@ -47,7 +48,8 @@
"type": "file",
"configuration": {
"filename": "monkey365_exceptions_yyyyMMddhhmmss.log",
"includeExceptions": true
"includeExceptions": true,
"includeError": true
}
}
]
Expand Down Expand Up @@ -104,18 +106,18 @@
"GetPurViewGroups": "false"
}
},
"azuread": {
"entraId": {
"useMsGraph": "true",
"canRequestMFA": "true",
"forceRequestMFA": "false",
"getUsersWithAADInternalAPI": "true",
"auditLog":{
"enabled": "false",
"AuditLogDaysAgo": "-7"
},
"provider": {
"graph":{
"api_version": "1.6",
"internal_api_version": "1.61-internal",
"getUsersWithAADInternalAPI": "true"
"internal_api_version": "1.61-internal"
},
"portal":{
"GetManagedApplicationsByPrincipalId": "true"
Expand Down Expand Up @@ -325,7 +327,7 @@
{
"name": "azureContainerRegistry",
"resource": {
"api_version": "2019-05-01",
"api_version": "2022-02-01-preview",
"provider": "Microsoft.ContainerRegistry"
}
},
Expand All @@ -346,7 +348,7 @@
{
"name": "azureKubernetes",
"resource": {
"api_version": "2020-09-01",
"api_version": "2023-06-01",
"provider": "Microsoft.ContainerService/managedClusters"
}
},
Expand Down Expand Up @@ -440,6 +442,41 @@
"api_version": "2022-09-01-preview",
"provider": "Microsoft.ApiManagement"
}
},
{
"name": "ProviderOperations",
"resource": {
"api_version": "2022-04-01",
"provider": "Microsoft.Authorization"
}
},
{
"name": "azureAssessments",
"resource": {
"api_version": "2019-01-01-preview",
"provider": "Microsoft.Security"
}
},
{
"name": "azureRedis",
"resource": {
"api_version": "2023-08-01",
"provider": "Microsoft.Cache"
}
},
{
"name": "azureVMScaleSet",
"resource": {
"api_version": "2023-07-01",
"provider": "Microsoft.Compute"
}
},
{
"name": "azureVMNetworkInterface",
"resource": {
"api_version": "2023-09-01",
"provider": "Microsoft.Network"
}
}
]
}
Loading

0 comments on commit 7025233

Please sign in to comment.