├── .dockerignore ├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── pull_request_template.md └── workflows │ ├── monkeydocs.yml │ ├── pester.yml │ ├── publishtopsgallery.yml │ ├── scriptanalyzer.yml │ └── stale.yml ├── .gitignore ├── Invoke-Monkey365.ps1 ├── LICENSE ├── README.md ├── action.yml ├── collectors ├── azure │ ├── alerts │ │ └── securityalerts │ │ │ └── Get-MonkeyAzSecurityAlert.ps1 │ ├── apim │ │ └── Get-MonkeyAZAPIM.ps1 │ ├── applicationInsights │ │ └── Get-MonkeyAZApplicationInsightComponent.ps1 │ ├── appservices │ │ └── Get-MonkeyAzAppServiceInfo.ps1 │ ├── botchannels │ │ └── Get-MonkeyAzBotChannel.ps1 │ ├── classicvm │ │ └── virtualmachines │ │ │ ├── Get-MonkeyAzClassicDisk.ps1 │ │ │ └── Get-MonkeyAzClassicVM.ps1 │ ├── cognitive │ │ └── Get-MonkeyAzCognitiveService.ps1 │ ├── containers │ │ ├── Get-MonkeyAzContainer.ps1 │ │ └── Get-MonkeyAzContainerRegistry.ps1 │ ├── databases │ │ ├── documentdb │ │ │ └── accounts │ │ │ │ └── Get-MonkeyAZDocumentDBAccount.ps1 │ │ ├── mysqldatabase │ │ │ └── Get-MonkeyAzMysqlInfo.ps1 │ │ ├── postgresqldatabase │ │ │ └── Get-MonkeyAzPostgreSQL.ps1 │ │ ├── redis │ │ │ └── Get-MonkeyAzCacheForRedis.ps1 │ │ └── sqldatabase │ │ │ └── Get-MonkeyAzSQLInfo.ps1 │ ├── databricks │ │ ├── Get-MonkeyAzDataBricksAccessConnector.ps1 │ │ └── Get-MonkeyAzDataBricksWorkspace.ps1 │ ├── firewall │ │ ├── Get-MonkeyAZFirewall.ps1 │ │ ├── endpoints │ │ │ └── Get-MonkeyAZVMEndpoint.ps1 │ │ └── networksecuritygroups │ │ │ └── Get-MonkeyAZNetworkSecurityGroup.ps1 │ ├── general │ │ ├── Get-MonkeyAZPUblicIPAddress.ps1 │ │ ├── Get-MonkeyAzDiagnosticSettingForEntraID.ps1 │ │ ├── Get-MonkeyCopilotForAzurePolicy.ps1 │ │ └── subscription │ │ │ └── Get-MonkeySubscriptionPolicy.ps1 │ ├── kubernetes │ │ └── Get-MonkeyAzKubernetes.ps1 │ ├── logging │ │ └── Get-MonkeyAzLogProfile.ps1 │ ├── mlservices │ │ └── Get-MonkeyAzAIHubWorkspace.ps1 │ ├── network │ │ ├── Get-MonkeyAzVPNConnection.ps1 │ │ ├── Get-MonkeyAzVPNGateway.ps1 │ │ └── Get-MonkeyAzVirtualNetwork.ps1 │ ├── pricing │ │ └── Get-MonkeyAzPricingTier.ps1 │ ├── recoveryservicesvault │ │ └── Get-MonkeyAZRecoveryServicesVault.ps1 │ ├── security │ │ ├── applicationgateway │ │ │ └── Get-MonkeyAzApplicationGateway.ps1 │ │ ├── assessments │ │ │ └── Get-MonkeyAzDefenderForCloudSubassessment.ps1 │ │ ├── autoprovisioning │ │ │ └── Get-MonkeyAzAutoProvisioning.ps1 │ │ ├── governance │ │ │ └── Get-MonkeyAZSecurityRecommendation.ps1 │ │ ├── insights │ │ │ └── Get-MonkeyAZInsight.ps1 │ │ ├── keyvault │ │ │ └── Get-MonkeyAZKeyVault.ps1 │ │ ├── networkwatcher │ │ │ └── Get-MonkeyAzNetworkWatcher.ps1 │ │ ├── roleassignments │ │ │ └── Get-MonkeyAZRoleAssignment.ps1 │ │ ├── securitycenter │ │ │ └── Get-MonkeyAzSecCenterConfig.ps1 │ │ ├── securitycenterbuiltin │ │ │ └── Get-MonkeyAzSecCenterBuiltin.ps1 │ │ ├── securitycontacts │ │ │ └── Get-MonkeyAzSecurityContact.ps1 │ │ ├── securitypolicies │ │ │ ├── Get-MonkeyAzSecCenterPolicyForSubscription.ps1 │ │ │ └── Get-MonkeyAzSecurityPolicy.ps1 │ │ └── securitystatus │ │ │ └── Get-MonkeyAzSecurityStatusInfo.ps1 │ ├── storageaccounts │ │ ├── classicstorageaccounts │ │ │ └── Get-MonkeyAZClassicStorageAccount.ps1 │ │ └── storageaccounts │ │ │ └── Get-MonkeyAZCloudStorageAccount.ps1 │ ├── subscription │ │ └── Get-MonkeyAzSubscriptionMetadata.ps1 │ └── virtualmachines │ │ ├── disks │ │ └── Get-MonkeyAZDisk.ps1 │ │ └── virtualmachines │ │ ├── Get-MonkeyAzRMVM.ps1 │ │ └── Get-MonkeyAzVMScaleSet.ps1 ├── entraid │ ├── entraidportal │ │ ├── authentication │ │ │ ├── Get-MonkeyADAuthenticationMethodsPolicy.ps1 │ │ │ ├── Get-MonkeyADPasswordProtectionPolicy.ps1 │ │ │ └── Get-MonkeyADPasswordResetPolicy.ps1 │ │ ├── conditional_policies │ │ │ ├── Get-MonkeyADPortalConditionalPoliciesInfo.ps1 │ │ │ └── Get-MonkeyADPortalSecurityDefaultsConfiguration.ps1 │ │ ├── directory_properties │ │ │ ├── Get-MonkeyADDirectoryProperty.ps1 │ │ │ └── Get-MonkeyADTenantBranding.ps1 │ │ ├── groups │ │ │ └── Get-MonkeyADGroupConfiguration.ps1 │ │ ├── managed_applications │ │ │ ├── Get-MonkeyADManagedApplication.ps1 │ │ │ ├── Get-MonkeyADManagedApplicationUserConfiguration.ps1 │ │ │ └── Get-MonkeyEntraIDPortalAdminConsentSetting.ps1 │ │ ├── mdm │ │ │ └── Get-MonkeyADMDMApplication.ps1 │ │ ├── roaming │ │ │ └── Get-MonkeyADRoamingInfo.ps1 │ │ ├── tenant │ │ │ ├── Get-MonkeyADConnectInfo.ps1 │ │ │ └── Get-MonkeyADTenantInfo.ps1 │ │ └── users │ │ │ └── Get-MonkeyADUserFeaturePreview.ps1 │ └── msgraph │ │ ├── applications │ │ └── Get-MonkeyAADApplication.ps1 │ │ ├── audit │ │ └── Get-MonkeyAADAudit.ps1 │ │ ├── directoryroles │ │ └── Get-MonkeyAADDirectoryRole.ps1 │ │ ├── domain │ │ └── Get-MonkeyAADDomain.ps1 │ │ ├── externalCollaboration │ │ └── Get-MonkeyAADExternalCollaboration.ps1 │ │ ├── general │ │ └── Get-MonkeyAADSetting.ps1 │ │ ├── groups │ │ └── Get-MonkeyAADGroup.ps1 │ │ ├── identity │ │ └── Get-MonkeyAADIdentityProtectionNotification.ps1 │ │ ├── managed_applications │ │ └── Get-MonkeyAADManagedApplication.ps1 │ │ ├── pim │ │ └── IAM │ │ │ └── Get-MonkeyPIMRoleAssignment.ps1 │ │ ├── policies │ │ ├── Get-MonkeyAADAuthMethodPolicy.ps1 │ │ ├── Get-MonkeyAADAuthorizationPolicy.ps1 │ │ ├── Get-MonkeyAADConditionalAccess.ps1 │ │ └── Get-MonkeyAADDeviceRegistrationPolicy.ps1 │ │ ├── security │ │ ├── Get-MonkeyAADSecureScore.ps1 │ │ └── Get-MonkeyAADSecureScoreControlProfile.ps1 │ │ └── users │ │ └── Get-MonkeyAADUser.ps1 └── microsoft365 │ ├── aadrm │ ├── Get-MonkeyAADRMConfig.ps1 │ ├── Get-MonkeyAADRMDeviceConfiguration.ps1 │ ├── Get-MonkeyAADRMDoNotTrackUserGroup.ps1 │ ├── Get-MonkeyAADRMDocumentTrackingFeature.ps1 │ ├── Get-MonkeyAADRMMaxUseLicense.ps1 │ ├── Get-MonkeyAADRMOnboarding.ps1 │ ├── Get-MonkeyAADRMRbac.ps1 │ ├── Get-MonkeyAADRMServiceKeyInfo.ps1 │ ├── Get-MonkeyAADRMServiceSuperUser.ps1 │ ├── Get-MonkeyAADRMStatusInfo.ps1 │ └── Get-MonkeyAADRMTemplate.ps1 │ ├── exchange online │ ├── ATP │ │ ├── Get-MonkeyEXOATPBuiltInProtectionRule.ps1 │ │ ├── Get-MonkeyEXOATPPolicy.ps1 │ │ └── Get-MonkeyEXOSafeLinkPolicy.ps1 │ ├── ActiveSync │ │ └── Get-MonkeyEXOActiveSyncOrgInfo.ps1 │ ├── AntiPhishing │ │ ├── Get-MonkeyEXOAntiPhishingPolicy.ps1 │ │ └── Get-MonkeyEXOPhishFilterPolicy.ps1 │ ├── Attachment │ │ ├── Get-MonkeyEXOAttachmentPolicy.ps1 │ │ └── Get-MonkeyEXOSafeAttachmentRule.ps1 │ ├── Authentication │ │ └── Get-MonkeyEXOAuthenticationPolicy.ps1 │ ├── Connections │ │ ├── Get-MonkeyEXOHostedConnectionFilterPolicy.ps1 │ │ ├── Get-MonkeyEXOHostedContentFilterPolicy.ps1 │ │ ├── Get-MonkeyEXOHostedContentFilterRule.ps1 │ │ ├── Get-MonkeyEXOInboundConnectorInfo.ps1 │ │ ├── Get-MonkeyEXOOutboundConnector.ps1 │ │ ├── Get-MonkeyEXOOutboundSpamFilterPolicy.ps1 │ │ ├── Get-MonkeyEXOTransportConfig.ps1 │ │ └── Get-MonkeyEXOTransportRule.ps1 │ ├── DKIM │ │ └── Get-MonkeyEXODKIMConfiguration.ps1 │ ├── Device │ │ ├── Get-MonkeyEXODevicePolicy.ps1 │ │ └── Get-MonkeyEXOMobileDeviceMailboxPolicy.ps1 │ ├── MailBoxes │ │ ├── Get-MonkeyEXOMailBoxRetentionPolicy.ps1 │ │ ├── Get-MonkeyEXOOWaMailboxPolicy.ps1 │ │ └── Get-MonkeyRestEXOCASMailbox.ps1 │ ├── Malware │ │ ├── Get-MonkeyEXOMalwareFilterPolicy.ps1 │ │ └── Get-MonkeyEXOMalwareFilterRule.ps1 │ ├── Organisation │ │ ├── Get-MonkeyEXOArcConfig.ps1 │ │ ├── Get-MonkeyEXOEmailTenantSetting.ps1 │ │ ├── Get-MonkeyEXOExternalInConfig.ps1 │ │ ├── Get-MonkeyEXOOrgConfig.ps1 │ │ ├── Get-MonkeyEXOPolicyConfig.ps1 │ │ ├── Get-MonkeyEXORemoteDomain.ps1 │ │ ├── Get-MonkeyEXOSharingPolicy.ps1 │ │ ├── Get-MonkeyRestEXOUser.ps1 │ │ └── Get-MonkeyRestEXOUsersMailbox.ps1 │ ├── RBAC │ │ └── Get-MonkeyEXORoleManagement.ps1 │ └── Reports │ │ └── Get-MonkeyEXOBlockedSenderAddress.ps1 │ ├── general │ ├── admin portal │ │ ├── dns │ │ │ └── Get-MonkeyM365DNSInfo.ps1 │ │ ├── general │ │ │ ├── Get-MonkeyM365CortanaAppConfig.ps1 │ │ │ └── Get-MonkeyM365ThirdPartyStorageConfig.ps1 │ │ └── sway │ │ │ └── Get-MonkeySwaySharingInfo.ps1 │ └── microsoft forms │ │ ├── Get-MonkeyFormsTenantInformation.ps1 │ │ └── Get-MonkeyFormsUserInfo.ps1 │ ├── microsoft fabric │ ├── Get-MonkeyFabricTenant.ps1 │ ├── Get-MonkeyFabricWorkspace.ps1 │ └── Get-MonkeyFabricWorkspaceInfo.ps1 │ ├── microsoft purview │ ├── ATP │ │ └── Get-MonkeyEXOProtectionAlert.ps1 │ ├── Alerts │ │ └── Get-MonkeyEXOActivityAlert.ps1 │ ├── Audit │ │ ├── Get-MonkeyEXOAdminAuditLogConfig.ps1 │ │ └── Get-MonkeyPurviewSupervisoryReviewPolicy.ps1 │ ├── Compliance │ │ ├── Get-MonkeyEXOComplianceTag.ps1 │ │ ├── Get-MonkeyEXOLabelPolicy.ps1 │ │ ├── Get-MonkeyEXOSensitivityInfoType.ps1 │ │ └── Get-MonkeyEXOSensitivityLabel.ps1 │ ├── DLP │ │ ├── Get-MonkeyEXODLPCompliancePolicy.ps1 │ │ └── Get-MonkeyEXODLPInfo.ps1 │ └── RBAC │ │ └── Get-MonkeySeCompRoleManagement.ps1 │ ├── microsoft teams │ ├── Get-MonkeyTeamsAppPermissionPolicy.ps1 │ ├── Get-MonkeyTeamsAppSetupPolicy.ps1 │ ├── Get-MonkeyTeamsClientConfiguration.ps1 │ ├── Get-MonkeyTeamsGuestCallingConfiguration.ps1 │ ├── Get-MonkeyTeamsGuestMeetingConfiguration.ps1 │ ├── Get-MonkeyTeamsGuestMessagingConfiguration.ps1 │ ├── Get-MonkeyTeamsNotificationsFeedsPolicy.ps1 │ ├── Get-MonkeyTeamsSkypeMeetingPolicy.ps1 │ ├── Get-MonkeyTeamsSkypeTenantFederationSetting.ps1 │ ├── Get-MonkeyTeamsTargetingPolicy.ps1 │ ├── Get-MonkeyTeamsTenant.ps1 │ └── Get-MonkeyTeamsUser.ps1 │ └── sharepoint online │ ├── Get-MonkeySharePointOnlineExternalLink.ps1 │ ├── Get-MonkeySharePointOnlineExternalUser.ps1 │ ├── Get-MonkeySharePointOnlineOrphanedUser.ps1 │ ├── Get-MonkeySharePointOnlineSiteAccessRequest.ps1 │ ├── Get-MonkeySharePointOnlineSiteInfo.ps1 │ ├── Get-MonkeySharePointOnlineSitePermissionsInfo.ps1 │ ├── Get-MonkeySharePointOnlineSiteProperty.ps1 │ ├── Get-MonkeySharePointOnlineTenantAdminInfo.ps1 │ ├── Get-MonkeySharePointOnlineTenantInfo.ps1 │ ├── Get-MonkeySharePointOnlineTenantSyncClientRestriction.ps1 │ └── Get-MonkeySharePointOnlineWeb.ps1 ├── config └── monkey365.config ├── core ├── analysis │ ├── Invoke-AzureScanner.ps1 │ ├── Invoke-EntraIDScanner.ps1 │ └── Invoke-M365Scanner.ps1 ├── api │ ├── auth │ │ ├── Connect-MonkeyCloud.ps1 │ │ ├── aipservice │ │ │ └── Connect-MonkeyAIPService.ps1 │ │ ├── azure │ │ │ └── Connect-MonkeyAzure.ps1 │ │ ├── exchange │ │ │ └── Get-TokenForEXO.ps1 │ │ ├── generic │ │ │ └── Connect-MonkeyGenericApplication.ps1 │ │ ├── microsoft365 │ │ │ └── Connect-MonkeyM365.ps1 │ │ ├── msgraph │ │ │ └── Connect-MonkeyMSGraph.ps1 │ │ └── sharepoint │ │ │ └── Connect-MonkeySPO.ps1 │ ├── azure │ │ ├── resourcemanagement │ │ │ ├── api │ │ │ │ └── Get-MonkeyRMObject.ps1 │ │ │ ├── helpers │ │ │ │ ├── AnalysisServices │ │ │ │ │ └── Get-MonkeyAnalysisServicesInfo.ps1 │ │ │ │ ├── MachineLearningService │ │ │ │ │ ├── Get-MonkeyAIHubCognitiveAccountInfo.ps1 │ │ │ │ │ └── Get-MonkeyAIHubWorkspaceInfo.ps1 │ │ │ │ ├── RecoveryServicesVault │ │ │ │ │ ├── Get-MonkeyAzRecoveryServiceVaultInfo.ps1 │ │ │ │ │ ├── Get-MonkeyAzRecoveryServicesVaultBackupPolicies.ps1 │ │ │ │ │ ├── Get-MonkeyAzRecoveryServicesVaultReplicationRecoveryPlan.ps1 │ │ │ │ │ └── Get-MonkeyAzRecoveryServicesVaultStorageConfig.ps1 │ │ │ │ ├── apim │ │ │ │ │ ├── Get-MonkeyAzAPIMBackend.ps1 │ │ │ │ │ ├── Get-MonkeyAzAPIMGroups.ps1 │ │ │ │ │ ├── Get-MonkeyAzAPIMIdentity.ps1 │ │ │ │ │ ├── Get-MonkeyAzAPIMInfo.ps1 │ │ │ │ │ ├── Get-MonkeyAzAPIMNamedValue.ps1 │ │ │ │ │ ├── Get-MonkeyAzAPIMPortalConfig.ps1 │ │ │ │ │ ├── Get-MonkeyAzAPIMUsers.ps1 │ │ │ │ │ └── Get-MonkeyAzAPIManagementService.ps1 │ │ │ │ ├── app service │ │ │ │ │ ├── Get-MonkeyAzAppService.ps1 │ │ │ │ │ ├── Get-MonkeyAzAppServiceAuthSetting.ps1 │ │ │ │ │ ├── Get-MonkeyAzAppServiceAuthSettingV2.ps1 │ │ │ │ │ ├── Get-MonkeyAzAppServiceBackup.ps1 │ │ │ │ │ ├── Get-MonkeyAzAppServiceBasicPublishingCredentialsPolicy.ps1 │ │ │ │ │ ├── Get-MonkeyAzAppServiceConfiguration.ps1 │ │ │ │ │ └── Get-MonkeyAzAppServiceSnapShot.ps1 │ │ │ │ ├── appGateway │ │ │ │ │ ├── Get-MonkeyApplicationGatewayInfo.ps1 │ │ │ │ │ ├── Get-MonkeyApplicationGatewayListener.ps1 │ │ │ │ │ └── Get-MonkeyAzApplicationGatewayWAFPolicy.ps1 │ │ │ │ ├── containerregistries │ │ │ │ │ ├── Get-MonkeyAzContainerRegistryInfo.ps1 │ │ │ │ │ ├── Get-MonkeyContainerRegistryReplication.ps1 │ │ │ │ │ ├── Get-MonkeyContainerRegistryScopeMap.ps1 │ │ │ │ │ └── Get-MonkeyContainerRegistryToken.ps1 │ │ │ │ ├── dataFactory │ │ │ │ │ ├── Get-MonkeyAzDataFactoryPrivateEndpointConnection.ps1 │ │ │ │ │ └── Get-MonkeyDataFactoryInfo.ps1 │ │ │ │ ├── database │ │ │ │ │ ├── Get-MonkeyAzDBDataMaskingPolicy.ps1 │ │ │ │ │ ├── Get-MonkeyAzDBDataMaskingRule.ps1 │ │ │ │ │ ├── Get-MonkeyAzDBRecommendedSensitivityLabel.ps1 │ │ │ │ │ ├── Get-MonkeyAzDBSensitivityLabel.ps1 │ │ │ │ │ ├── Get-MonkeyAzDatabaseAuditConfig.ps1 │ │ │ │ │ ├── Get-MonkeyAzDatabaseBackupConfiguration.ps1 │ │ │ │ │ ├── Get-MonkeyAzDatabaseBackupShortTermRetentionPolicy.ps1 │ │ │ │ │ ├── Get-MonkeyAzDatabaseLedgerConfig.ps1 │ │ │ │ │ ├── Get-MonkeyAzDatabaseTdeConfig.ps1 │ │ │ │ │ ├── Get-MonkeyAzDatabaseThreatDetectionPolicy.ps1 │ │ │ │ │ ├── Get-MonkeyAzOSSQlConfig.ps1 │ │ │ │ │ ├── Get-MonkeyAzSQLFailoverGroup.ps1 │ │ │ │ │ ├── Get-MonkeyAzSQLServerConnectionPolicy.ps1 │ │ │ │ │ ├── Get-MonkeyAzSQLServerPrivateEndpointConnection.ps1 │ │ │ │ │ ├── Get-MonkeyAzSQlServerAdmin.ps1 │ │ │ │ │ ├── Get-MonkeyAzSQlServerAuditConfig.ps1 │ │ │ │ │ ├── Get-MonkeyAzSQlServerAzureADOnlyAuth.ps1 │ │ │ │ │ ├── Get-MonkeyAzSQlServerEncryptorProtector.ps1 │ │ │ │ │ ├── Get-MonkeyAzSQlVaConfig.ps1 │ │ │ │ │ ├── Get-MonkeyAzServerThreatDetectionPolicy.ps1 │ │ │ │ │ ├── Get-MonkeyAzServerVirtualNetworkRule.ps1 │ │ │ │ │ ├── Get-MonkeyAzSqlFirewall.ps1 │ │ │ │ │ ├── MySQL │ │ │ │ │ │ ├── Get-MonkeyAzMySQlDatabase.ps1 │ │ │ │ │ │ └── Get-MonkeyAzMySQlServer.ps1 │ │ │ │ │ ├── PostgreSql │ │ │ │ │ │ ├── Get-MonkeyAzPostgreSQlDatabase.ps1 │ │ │ │ │ │ └── Get-MonkeyAzPostgreSQlInfo.ps1 │ │ │ │ │ ├── Redis │ │ │ │ │ │ ├── Get-MonkeyAzRedisAccessPolicy.ps1 │ │ │ │ │ │ ├── Get-MonkeyAzRedisAccessPolicyAssignment.ps1 │ │ │ │ │ │ ├── Get-MonkeyAzRedisFirewallRule.ps1 │ │ │ │ │ │ ├── Get-MonkeyAzRedisInfo.ps1 │ │ │ │ │ │ ├── Get-MonkeyAzRedisPatchSchedule.ps1 │ │ │ │ │ │ └── Get-MonkeyAzRedisPrivateEndpoint.ps1 │ │ │ │ │ └── SQL │ │ │ │ │ │ ├── Get-MonkeyAzSQlDatabase.ps1 │ │ │ │ │ │ └── Get-MonkeyAzSQlServer.ps1 │ │ │ │ ├── databricks │ │ │ │ │ ├── Get-MonkeyDataBrickAccessConnectorInfo.ps1 │ │ │ │ │ └── Get-MonkeyDataBrickWorkspaceInfo.ps1 │ │ │ │ ├── defender │ │ │ │ │ └── Get-MonkeyAzDefenderAssessmentMetadata.ps1 │ │ │ │ ├── disks │ │ │ │ │ └── Get-MonkeyAzDiskInfo.ps1 │ │ │ │ ├── firewall │ │ │ │ │ └── Get-MonkeyAzFirewallInfo.ps1 │ │ │ │ ├── general │ │ │ │ │ ├── Get-MonkeyAzAdvancedThreatProtection.ps1 │ │ │ │ │ ├── Get-MonkeyAzDiagnosticSettingsById.ps1 │ │ │ │ │ ├── Get-MonkeyAzObjectById.ps1 │ │ │ │ │ ├── Get-MonkeyAzProviderOperation.ps1 │ │ │ │ │ ├── Get-MonkeyAzResource.ps1 │ │ │ │ │ ├── Get-MonkeyAzResourceGroup.ps1 │ │ │ │ │ ├── Get-MonkeyAzSubnet.ps1 │ │ │ │ │ ├── Get-SASUri.ps1 │ │ │ │ │ └── Request-MonkeyAzDiagnosticSetting.ps1 │ │ │ │ ├── insights │ │ │ │ │ ├── Get-MonkeyAzInsightActivityLogAlert.ps1 │ │ │ │ │ ├── Get-MonkeyAzInsightComponentInfo.ps1 │ │ │ │ │ └── Get-MonkeyAzInsightEventType.ps1 │ │ │ │ ├── keyvault │ │ │ │ │ ├── Get-MonkeyAzKeyVaultInfo.ps1 │ │ │ │ │ ├── Get-MonkeyAzKeyVaultKeyRotationPolicy.ps1 │ │ │ │ │ └── Get-MonkeyAzKeyVaultObject.ps1 │ │ │ │ ├── kubernetes │ │ │ │ │ ├── Get-MonkeyAzKubernetesAgentPool.ps1 │ │ │ │ │ ├── Get-MonkeyAzKubernetesDiagnosticState.ps1 │ │ │ │ │ ├── Get-MonkeyAzKubernetesExtension.ps1 │ │ │ │ │ ├── Get-MonkeyAzKubernetesInfo.ps1 │ │ │ │ │ └── Get-MonkeyAzKubernetesUpgradeProfile.ps1 │ │ │ │ ├── locks │ │ │ │ │ └── Get-MonkeyAzLockInfo.ps1 │ │ │ │ ├── network │ │ │ │ │ ├── Find-MonkeyAzMissingNetworkWatcher.ps1 │ │ │ │ │ ├── Get-MonkeyAzNetworkWatcherFlowLog.ps1 │ │ │ │ │ ├── Get-MonkeyAzNetworkWatcherInfo.ps1 │ │ │ │ │ ├── Get-MonkeyAzVPNConnectionInfo.ps1 │ │ │ │ │ ├── Get-MonkeyAzVirtualNetworkGatewayInfo.ps1 │ │ │ │ │ └── Get-MonkeyAzVirtualNetworkInfo.ps1 │ │ │ │ ├── publicIp │ │ │ │ │ └── Get-MonkeyPublicIpInfo.ps1 │ │ │ │ ├── rbac │ │ │ │ │ ├── Get-MonkeyAzIAMPermission.ps1 │ │ │ │ │ ├── Get-MonkeyAzRoleAssignmentForObject.ps1 │ │ │ │ │ └── Get-MonkeyAzRoleDefinitionObject.ps1 │ │ │ │ ├── storageaccount │ │ │ │ │ ├── Find-MonkeyAzStoragePublicBlob.ps1 │ │ │ │ │ ├── Get-MonkeyAzStorageAccount.ps1 │ │ │ │ │ ├── Get-MonkeyAzStorageAccountDataProtection.ps1 │ │ │ │ │ ├── Get-MonkeyAzStorageAccountDiagnosticSetting.ps1 │ │ │ │ │ ├── Get-MonkeyAzStorageAccountInfo.ps1 │ │ │ │ │ ├── Get-MonkeyAzStorageAccountKey.ps1 │ │ │ │ │ └── Get-MonkeyAzSubscriptionPolicyAssignment.ps1 │ │ │ │ ├── subscription │ │ │ │ │ ├── Get-MonkeyAzClassicAdministrator.ps1 │ │ │ │ │ ├── Get-MonkeyAzSbsPolicySetDefinition.ps1 │ │ │ │ │ ├── Get-MonkeyAzSubscription.ps1 │ │ │ │ │ ├── Get-MonkeyAzSubscriptionInfo.ps1 │ │ │ │ │ ├── Get-MonkeyAzSubscriptionPolicy.ps1 │ │ │ │ │ └── Get-MonkeyAzSubscriptionPolicyAssignment.ps1 │ │ │ │ ├── tenant │ │ │ │ │ └── Get-MonkeyAzTenant.ps1 │ │ │ │ └── virtualMachine │ │ │ │ │ ├── Get-AzVmSecurityBaseline.ps1 │ │ │ │ │ ├── Get-MonkeyAzVMAVInfo.ps1 │ │ │ │ │ ├── Get-MonkeyAzVMNicInfo.ps1 │ │ │ │ │ ├── Get-MonkeyAzVMOMSInfo.ps1 │ │ │ │ │ ├── Get-MonkeyAzVMOSDataDiskInfo.ps1 │ │ │ │ │ ├── Get-MonkeyAzVMOSDiskInfo.ps1 │ │ │ │ │ ├── Get-MonkeyAzVMScaleSetInfo.ps1 │ │ │ │ │ ├── Get-MonkeyAzVMSecurityProfileInfo.ps1 │ │ │ │ │ ├── Get-MonkeyAzVirtualMachineInfo.ps1 │ │ │ │ │ ├── Get-MonkeyVMMissingKb.ps1 │ │ │ │ │ ├── Get-MonkeyVMPatchAssessmentResult.ps1 │ │ │ │ │ ├── Get-MonkeyVMScaleSetInstanceView.ps1 │ │ │ │ │ └── Get-MonkeyVMScaleSetVM.ps1 │ │ │ └── utils │ │ │ │ ├── New-MonkeyAIHubCognitiveAccountObject.ps1 │ │ │ │ ├── New-MonkeyAIHubWorkspaceObject.ps1 │ │ │ │ ├── New-MonkeyAPIMObject.ps1 │ │ │ │ ├── New-MonkeyAnalysisServicesObject.ps1 │ │ │ │ ├── New-MonkeyAppServiceObject.ps1 │ │ │ │ ├── New-MonkeyApplicationGatewayObject.ps1 │ │ │ │ ├── New-MonkeyAzFirewallObject.ps1 │ │ │ │ ├── New-MonkeyContainerRegistryObject.ps1 │ │ │ │ ├── New-MonkeyDataBrickAccessConnectorObject.ps1 │ │ │ │ ├── New-MonkeyDataBrickWorkspaceServiceObject.ps1 │ │ │ │ ├── New-MonkeyDataFactoryObject.ps1 │ │ │ │ ├── New-MonkeyDatabaseObject.ps1 │ │ │ │ ├── New-MonkeyDatabaseServerObject.ps1 │ │ │ │ ├── New-MonkeyDiskObject.ps1 │ │ │ │ ├── New-MonkeyInsightComponentObject.ps1 │ │ │ │ ├── New-MonkeyKubeObject.ps1 │ │ │ │ ├── New-MonkeyNetworkWatcherFlowLogObject.ps1 │ │ │ │ ├── New-MonkeyNetworkWatcherObject.ps1 │ │ │ │ ├── New-MonkeyPublicIpObject.ps1 │ │ │ │ ├── New-MonkeyRecoveryServicesVaultObject.ps1 │ │ │ │ ├── New-MonkeyRedisObject.ps1 │ │ │ │ ├── New-MonkeyStorageAccountObject.ps1 │ │ │ │ ├── New-MonkeySubscriptionObject.ps1 │ │ │ │ ├── New-MonkeyVMObject.ps1 │ │ │ │ ├── New-MonkeyVMPatchObject.ps1 │ │ │ │ ├── New-MonkeyVPNConnectionObject.ps1 │ │ │ │ ├── New-MonkeyVaultObject.ps1 │ │ │ │ ├── New-MonkeyVirtualNetworkGatewayObject.ps1 │ │ │ │ ├── New-MonkeyVirtualNetworkObject.ps1 │ │ │ │ └── New-MonkeyVmScaleSetObject.ps1 │ │ └── servicemanagement │ │ │ └── Get-MonkeyServiceManagementObject.ps1 │ ├── entraid │ │ ├── msgraph │ │ │ ├── api │ │ │ │ └── Get-MonkeyMSGraphObject.ps1 │ │ │ ├── helpers │ │ │ │ ├── PIM │ │ │ │ │ ├── Get-MonkeyMSGraphPIMActiveRoleAssignment.ps1 │ │ │ │ │ ├── Get-MonkeyMSGraphPIMEligibleRoleAssignment.ps1 │ │ │ │ │ ├── Get-MonkeyMSGraphPIMRoleAssignment.ps1 │ │ │ │ │ ├── Get-MonkeyMSGraphPIMRoleManagementPolicy.ps1 │ │ │ │ │ └── Get-MonkeyMSGraphPIMRoleManagementPolicyAssignment.ps1 │ │ │ │ ├── applications │ │ │ │ │ ├── Format-AADApplicationCredential.ps1 │ │ │ │ │ ├── Get-MonkeyMSGraphAADAPPPermission.ps1 │ │ │ │ │ ├── Get-MonkeyMSGraphAADApplication.ps1 │ │ │ │ │ └── New-MonkeyAADAppPermissionObject.ps1 │ │ │ │ ├── audit │ │ │ │ │ └── Get-MonkeyMSGraphAADAuditLog.ps1 │ │ │ │ ├── directoryrole │ │ │ │ │ ├── Get-MonkeyMSGraphDirectoryRoleTemplate.ps1 │ │ │ │ │ ├── Get-MonkeyMSGraphEntraDirectoryRole.ps1 │ │ │ │ │ ├── Get-MonkeyMSGraphEntraRoleAssignment.ps1 │ │ │ │ │ ├── Get-MonkeyMSGraphGroupDirectoryRoleMemberOf.ps1 │ │ │ │ │ └── Get-MonkeyMSGraphObjectDirectoryRole.ps1 │ │ │ │ ├── domain │ │ │ │ │ └── Get-MonkeyMSGraphDomain.ps1 │ │ │ │ ├── external identity │ │ │ │ │ ├── Find-MonkeyMSGraphTenantInformationByTenantId.ps1 │ │ │ │ │ ├── Get-MonkeyMSGraphExternalCollaborationSetting.ps1 │ │ │ │ │ └── Get-MonkeyMSGraphcrossTenantAccessPolicy.ps1 │ │ │ │ ├── general │ │ │ │ │ ├── Get-MonkeyMSGraphCompanyBranding.ps1 │ │ │ │ │ ├── Get-MonkeyMSGraphDirectoryObjectById.ps1 │ │ │ │ │ ├── Get-MonkeyMSGraphOauth2PermissionGrant.ps1 │ │ │ │ │ ├── Get-MonkeyMSGraphOrganization.ps1 │ │ │ │ │ ├── Get-MonkeyMSGraphProfilePhoto.ps1 │ │ │ │ │ ├── Get-MonkeyMSGraphSetting.ps1 │ │ │ │ │ ├── Get-MonkeyMSGraphSuscribedSku.ps1 │ │ │ │ │ ├── Test-CanRequestGroup.ps1 │ │ │ │ │ └── Test-CanRequestUser.ps1 │ │ │ │ ├── groups │ │ │ │ │ ├── Get-MonkeyMSGraphGroup.ps1 │ │ │ │ │ ├── Get-MonkeyMSGraphGroupMember.ps1 │ │ │ │ │ └── Get-MonkeyMSGraphGroupTransitiveMember.ps1 │ │ │ │ ├── identity │ │ │ │ │ └── Get-MonkeyMSGraphIdentityProtectionNotification.ps1 │ │ │ │ ├── policies │ │ │ │ │ ├── Get-MonkeyMSGraphAuthenticationMethodsPolicy.ps1 │ │ │ │ │ ├── Get-MonkeyMSGraphAuthorizationPolicy.ps1 │ │ │ │ │ ├── Get-MonkeyMSGraphConditionalAccessPolicy.ps1 │ │ │ │ │ └── Get-MonkeyMSGraphDeviceRegistrationPolicy.ps1 │ │ │ │ ├── securescore │ │ │ │ │ ├── Get-MonkeyMSGraphSecureScore.ps1 │ │ │ │ │ └── Get-MonkeyMSGraphSecureScoreControlProfile.ps1 │ │ │ │ ├── serviceprincipals │ │ │ │ │ ├── Get-MonkeyMSGraphAADServicePrincipal.ps1 │ │ │ │ │ ├── Get-MonkeyMSGraphAADServicePrincipalPermission.ps1 │ │ │ │ │ ├── Get-MonkeyMSGraphServicePrincipalUserConsentPermission.ps1 │ │ │ │ │ └── New-MonkeyAADServicePrincipalPermissionObject.ps1 │ │ │ │ └── users │ │ │ │ │ ├── Get-MonkeyMSGraphUser.ps1 │ │ │ │ │ └── Get-MonkeyMsGraphMFAUserDetail.ps1 │ │ │ └── utils │ │ │ │ ├── New-MonkeyEntraExternalCollaborationObject.ps1 │ │ │ │ ├── New-MonkeyEntraIDRoleObject.ps1 │ │ │ │ └── New-MonkeyPIMRoleObject.ps1 │ │ ├── pim │ │ │ ├── Get-MonkeyMSPIMObject.ps1 │ │ │ └── helpers │ │ │ │ └── iam │ │ │ │ ├── Get-MonkeyMSPIMRoleAssignment.ps1 │ │ │ │ ├── Get-MonkeyMSPIMRoleDefinition.ps1 │ │ │ │ └── Invoke-MonkeyPrivilegedIdentityInfo.ps1 │ │ └── portal │ │ │ ├── Get-MonkeyAzurePortalObject.ps1 │ │ │ └── helpers │ │ │ ├── application │ │ │ ├── Get-MonkeyAADPortalManagedAppByPrincipalID.ps1 │ │ │ └── Get-MonkeyAADPortalManagedAppProperty.ps1 │ │ │ └── conditionalAccess │ │ │ └── Get-MonkeyAADPortalWhatIf.ps1 │ └── m365 │ │ ├── exchangeonline │ │ ├── api │ │ │ ├── ConvertTo-ExoRestCommand.ps1 │ │ │ └── Get-PSExoAdminApiObject.ps1 │ │ └── helpers │ │ │ ├── Convert-ExoObjectToPsObject.ps1 │ │ │ ├── Get-AntiPhishInfo.ps1 │ │ │ ├── Get-HostedContentFilterInfo.ps1 │ │ │ ├── Get-MalwareFilterInfo.ps1 │ │ │ ├── Get-MonkeyBackgroundJob.ps1 │ │ │ ├── Get-OrgRegion.ps1 │ │ │ ├── Get-PSExoMailBoxPermission.ps1 │ │ │ ├── Get-PSExoModuleFile.ps1 │ │ │ ├── Get-PSExoRoleGroupMember.ps1 │ │ │ ├── Get-PSExoUser.ps1 │ │ │ ├── Get-SafeAttachmentInfo.ps1 │ │ │ └── Get-SafeLinksInfo.ps1 │ │ ├── m365adminportal │ │ ├── api │ │ │ └── Get-MonkeyM365AdminObject.ps1 │ │ └── helpers │ │ │ ├── Test-IRMConnection.ps1 │ │ │ └── Test-M365PortalConnection.ps1 │ │ ├── microsoftfabric │ │ ├── api │ │ │ ├── Get-MonkeyMSFabricObject.ps1 │ │ │ └── Get-MonkeyPowerBIObject.ps1 │ │ └── helpers │ │ │ └── powerbi │ │ │ ├── dataset │ │ │ └── Get-MonkeyPowerBIDataset.ps1 │ │ │ ├── tenant │ │ │ └── Get-MonkeyPowerBITenantInfo.ps1 │ │ │ └── workspace │ │ │ ├── Get-MonkeyPowerBiWorkspace.ps1 │ │ │ └── Invoke-MonkeyPowerBIScan.ps1 │ │ ├── microsoftteams │ │ ├── api │ │ │ └── Get-MonkeyTeamsObject.ps1 │ │ └── helpers │ │ │ └── service │ │ │ ├── Get-MonkeyTeamsServiceDiscovery.ps1 │ │ │ └── Test-TeamsConnection.ps1 │ │ ├── purview │ │ └── helpers │ │ │ ├── Get-DLPSensitiveInformation.ps1 │ │ │ ├── Get-DataLossPreventionInfo.ps1 │ │ │ └── Invoke-DLPValidation.ps1 │ │ └── sharepointonline │ │ ├── csom │ │ ├── api │ │ │ ├── Invoke-MonkeyCSOMDefaultRequest.ps1 │ │ │ └── Invoke-MonkeyCSOMRequest.ps1 │ │ └── helpers │ │ │ ├── common │ │ │ └── Resolve-MonkeyCSOMClaim.ps1 │ │ │ ├── group │ │ │ └── Get-MonkeyCSOMGroupMember.ps1 │ │ │ ├── identity │ │ │ ├── Get-MonkeyCSOMGroupMember1.ps1 │ │ │ ├── Get-MonkeyCSOMRoleAssignment.ps1 │ │ │ ├── Get-MonkeyCSOMRoleDefinitionBinding.ps1 │ │ │ ├── Resolve-MonkeyCSOMIdentity.ps1 │ │ │ └── Resolve-MonkeyCSOMToM365GroupMember1.ps1 │ │ │ ├── list │ │ │ ├── Get-MonkeyCSOMList.ps1 │ │ │ └── Get-MonkeyCSOMListItem.ps1 │ │ │ ├── permission │ │ │ ├── Get-MonkeyCSOMListItemPermission.ps1 │ │ │ ├── Get-MonkeyCSOMListPermission.ps1 │ │ │ ├── Get-MonkeyCSOMPermission.ps1 │ │ │ ├── Get-MonkeyCSOMSitePermission.ps1 │ │ │ ├── Get-MonkeyCSOMWebPermission.ps1 │ │ │ └── Resolve-MonkeyCSOMPermission.ps1 │ │ │ ├── property │ │ │ └── Get-MonkeyCSOMProperty.ps1 │ │ │ ├── sharing │ │ │ ├── Get-MonkeyCSOMExternalLink.ps1 │ │ │ └── Get-MonkeyCSOMSharingInfo.ps1 │ │ │ ├── site │ │ │ ├── Get-MonkeyCSOMSite.ps1 │ │ │ ├── Get-MonkeyCSOMSiteAccessRequest.ps1 │ │ │ ├── Get-MonkeyCSOMSiteCollectionAdministrator.ps1 │ │ │ ├── Get-MonkeyCSOMSiteLabel.ps1 │ │ │ ├── Get-MonkeyCSOMSiteProperty.ps1 │ │ │ └── Get-MonkeyCSOMSitesForUser.ps1 │ │ │ ├── tenant │ │ │ ├── Get-MonkeyCSOMOffice365Tenant.ps1 │ │ │ ├── Get-MonkeyCSOMTenant.ps1 │ │ │ └── Get-MonkeyCSOMTenantSyncClientRestriction.ps1 │ │ │ └── web │ │ │ ├── Get-MonkeyCSOMExternalUser.ps1 │ │ │ ├── Get-MonkeyCSOMOrphanedIdentity.ps1 │ │ │ ├── Get-MonkeyCSOMSubWeb.ps1 │ │ │ ├── Get-MonkeyCSOMWeb.ps1 │ │ │ ├── Get-MonkeyCSOMWebByGuid.ps1 │ │ │ ├── Get-MonkeyCSOMWebByRelativePath.ps1 │ │ │ └── Get-MonkeyCSOMWebsForUser.ps1 │ │ ├── rest │ │ ├── api │ │ │ ├── Invoke-MonkeySPOAdminApi.ps1 │ │ │ ├── Invoke-MonkeySPOAdminRestQuery.ps1 │ │ │ └── Invoke-MonkeySPOApiSearch.ps1 │ │ └── helpers │ │ │ ├── identity │ │ │ └── Resolve-MonkeySPORestIdentity.ps1 │ │ │ └── site │ │ │ ├── Get-MonkeySPOApiSite.ps1 │ │ │ ├── Get-MonkeySPOSiteCollectionAdministrator.ps1 │ │ │ └── Get-MonkeySPOSiteCollectionMember.ps1 │ │ └── utils │ │ ├── Convert-SharePointOnlineDateString.ps1 │ │ ├── Find-ID.ps1 │ │ ├── Get-MonkeyCSOMObjectType.ps1 │ │ ├── New-MonkeyCSOMExternalLinkObject.ps1 │ │ ├── New-MonkeyCSOMPermissionObject.ps1 │ │ ├── New-MonkeyCSOMSiteAccesRequestObject.ps1 │ │ ├── Test-HasUniqueRoleAssignment.ps1 │ │ ├── Test-IsUserSharepointAdministrator.ps1 │ │ ├── Test-SiteConnection.ps1 │ │ ├── Update-MonkeyCSOMObject.ps1 │ │ └── enum.ps1 ├── collector │ ├── Format-MonkeyCollector.ps1 │ ├── Get-MetadataFromCollector.ps1 │ ├── Get-MonkeySupportedService.ps1 │ └── Select-MonkeyCollector.ps1 ├── html │ └── Invoke-HtmlReport.ps1 ├── import │ ├── Import-MonkeyJob.ps1 │ └── Import-MonkeyJobConsole.ps1 ├── init │ ├── Get-AADRMServiceLocatorUrl.ps1 │ ├── Get-ExecutionInfo.ps1 │ ├── Get-MonkeyCollector.ps1 │ ├── Get-MonkeyMe.ps1 │ ├── Get-MonkeySKUInfo.ps1 │ ├── Get-MonkeyUserAgent.ps1 │ ├── Initialize-AuthenticationParam.ps1 │ ├── Initialize-MonkeyLogger.ps1 │ ├── New-O365Object.ps1 │ ├── Skip-MonkeyAzResource.ps1 │ └── Test-MonkeyAADIAM.ps1 ├── modules │ ├── monkeycloudutils │ │ ├── Localized │ │ │ ├── en-US │ │ │ │ └── monkeycloudutils.psd1 │ │ │ └── monkeycloudutils.psd1 │ │ ├── monkeycloudutils.psd1 │ │ ├── monkeycloudutils.psm1 │ │ ├── private │ │ │ └── Get-LocalizedData.ps1 │ │ └── public │ │ │ ├── Get-DefaultTenantName.ps1 │ │ │ ├── Get-MSGraphOrganization.ps1 │ │ │ ├── Get-MonkeyEnvironment.ps1 │ │ │ ├── Get-MonkeyExoRedirectUri.ps1 │ │ │ ├── Get-MonkeySubscriptionInfo.ps1 │ │ │ ├── Get-OneDriveUrl.ps1 │ │ │ ├── Get-PublicTenantInformation.ps1 │ │ │ ├── Get-SKUProduct.ps1 │ │ │ ├── Get-SharepointAdminUrl.ps1 │ │ │ ├── Get-SharepointUrl.ps1 │ │ │ ├── Get-TenantInfo.ps1 │ │ │ ├── Get-TenantsForUser.ps1 │ │ │ ├── Get-WellKnownAzureService.ps1 │ │ │ ├── New-MsalApplicationForExo.ps1 │ │ │ ├── New-MsalApplicationForPnP.ps1 │ │ │ ├── New-MsalApplicationForSPO.ps1 │ │ │ ├── Read-JWTtoken.ps1 │ │ │ ├── Test-IsValidAudience.ps1 │ │ │ └── Test-IsValidTenantId.ps1 │ ├── monkeyhtml │ │ ├── Localized │ │ │ ├── en-US │ │ │ │ └── monkeyhtml.psd1 │ │ │ └── monkeyhtml.psd1 │ │ ├── monkeyhtml.psd1 │ │ ├── monkeyhtml.psm1 │ │ ├── private │ │ │ ├── ApexCharts │ │ │ │ ├── Get-DonutChartOption.ps1 │ │ │ │ ├── Get-PolarAreaChartOption.ps1 │ │ │ │ ├── Get-StackedBarChartOption.ps1 │ │ │ │ ├── New-FindingByServiceChart.ps1 │ │ │ │ └── New-FindingBySeverityChart.ps1 │ │ │ ├── Card │ │ │ │ ├── Get-HtmlContainerCard.ps1 │ │ │ │ ├── New-FindingCard.ps1 │ │ │ │ ├── New-HtmlCard.ps1 │ │ │ │ └── New-HtmlContainerCard.ps1 │ │ │ ├── Dashboard │ │ │ │ └── New-HtmlMainDashboard.ps1 │ │ │ ├── Header │ │ │ │ └── Get-HtmlHeader.ps1 │ │ │ ├── Icons │ │ │ │ ├── Get-FabricIcon.ps1 │ │ │ │ └── Get-SvgIcon.ps1 │ │ │ ├── Modal │ │ │ │ ├── Get-AllModalHtmlObject.ps1 │ │ │ │ ├── New-HtmlAboutAuthorModal.ps1 │ │ │ │ ├── New-HtmlAboutTool.ps1 │ │ │ │ ├── New-HtmlErrorModal.ps1 │ │ │ │ ├── New-HtmlModal.ps1 │ │ │ │ └── New-HtmlRawObjectModal.ps1 │ │ │ ├── Navbar │ │ │ │ └── New-HTMLNavBar.ps1 │ │ │ ├── Objects │ │ │ │ ├── Convert-ComplianceToSpanTag.ps1 │ │ │ │ ├── Get-BadgeFromLevel.ps1 │ │ │ │ ├── Get-BadgeFromStatusCode.ps1 │ │ │ │ ├── Get-ColorFromLevel.ps1 │ │ │ │ ├── Get-HTMLCardCompliance.ps1 │ │ │ │ ├── Get-HTMLCardContent.ps1 │ │ │ │ ├── Get-HTMLCardReference.ps1 │ │ │ │ ├── Get-HTMLFindingCardInfo.ps1 │ │ │ │ ├── Get-HTMLNavBarGitHubInfo.ps1 │ │ │ │ ├── Get-IconFromLevel.ps1 │ │ │ │ ├── New-AccountInfo.ps1 │ │ │ │ ├── New-HtmlCardFilter.ps1 │ │ │ │ ├── New-HtmlExecutionInfoCard.ps1 │ │ │ │ ├── New-HtmlScanDetailsCard.ps1 │ │ │ │ └── New-HtmlUserProfileCard.ps1 │ │ │ ├── Sidebar │ │ │ │ └── New-SideBar.ps1 │ │ │ ├── Tables │ │ │ │ ├── Get-DashboardTable.ps1 │ │ │ │ └── New-HtmlTableFromObject.ps1 │ │ │ ├── Tabs │ │ │ │ └── New-HTMLTab.ps1 │ │ │ ├── Tag │ │ │ │ └── New-HtmlTag.ps1 │ │ │ └── utils │ │ │ │ ├── Convert-UrlToJsDelivr.ps1 │ │ │ │ ├── Format-PsObject.ps1 │ │ │ │ ├── Get-JSHelper.ps1 │ │ │ │ ├── Initialize-MonkeyHtml.ps1 │ │ │ │ └── Update-XMLIndent.ps1 │ │ ├── public │ │ │ ├── New-HtmlReport.ps1 │ │ │ └── New-HtmlReport.ps1_ │ │ └── tests │ │ │ ├── Convert-ComplianceToSpanTag.Tests.ps1 │ │ │ ├── Get-DonutChartOption.Tests.ps1 │ │ │ ├── Get-PolarAreaChartOption.Tests.ps1 │ │ │ ├── Get-StackedBarChartOption.Tests.ps1 │ │ │ ├── New-FindingByServiceChart.Tests.ps1 │ │ │ ├── New-FindingBySeverityChart.Tests.ps1 │ │ │ └── New-HtmlTag.Tests.ps1 │ ├── monkeyhttpwebrequest │ │ ├── Localized │ │ │ ├── en-US │ │ │ │ └── monkeyhttpwebrequest.psd1 │ │ │ └── monkeyhttpwebrequest.psd1 │ │ ├── monkeyhttpwebrequest.psd1 │ │ ├── monkeyhttpwebrequest.psm1 │ │ ├── private │ │ │ ├── Convert-RawData.ps1 │ │ │ ├── Convert-RawObjectToXml.ps1 │ │ │ ├── Get-HttpMethod.ps1 │ │ │ ├── Get-HttpResponseError.ps1 │ │ │ ├── Get-LocalizedData.ps1 │ │ │ ├── Invoke-ClientRequest.ps1 │ │ │ ├── New-HttpRequestMessage.ps1 │ │ │ ├── New-StringContent.ps1 │ │ │ └── Wait-WebTask.ps1 │ │ └── public │ │ │ ├── Invoke-MonkeyWebRequest.ps1 │ │ │ ├── New-ClientHandler.ps1 │ │ │ └── New-HttpClient.ps1 │ ├── monkeyjob │ │ ├── Localized │ │ │ ├── en-US │ │ │ │ └── monkeyjob.psd1 │ │ │ └── monkeyjob.psd1 │ │ ├── helpers │ │ │ └── MonkeyJob.cs │ │ ├── monkeyjob.psd1 │ │ ├── monkeyjob.psm1 │ │ ├── private │ │ │ ├── Find-ElementFromAst.ps1 │ │ │ ├── Find-FunctionFromFile.ps1 │ │ │ ├── Format-Command.ps1 │ │ │ ├── Format-CommandName.ps1 │ │ │ ├── Get-CommandInfo.ps1 │ │ │ ├── Get-CommandName.ps1 │ │ │ ├── Get-LocalizedData.ps1 │ │ │ ├── Get-PowerShellParam.ps1 │ │ │ ├── Get-ScriptBlock.ps1 │ │ │ ├── Get-ScriptBlockParam.ps1 │ │ │ ├── Get-TokenizedObject.ps1 │ │ │ ├── New-InitialSessionState.ps1 │ │ │ ├── New-MonkeyJobObject.ps1 │ │ │ ├── New-PowerShellObject.ps1 │ │ │ ├── Set-ScriptBlock.ps1 │ │ │ ├── Test-IsCustomFunction.ps1 │ │ │ ├── Test-Param.ps1 │ │ │ └── Test-ScriptBlockParam.ps1 │ │ └── public │ │ │ ├── Clear-MonkeyJobError.ps1 │ │ │ ├── Get-MonkeyJob.ps1 │ │ │ ├── Get-MonkeyJobError.ps1 │ │ │ ├── Get-MonkeyJobRS.ps1 │ │ │ ├── Invoke-MonkeyJob.ps1 │ │ │ ├── New-RunspacePool.ps1 │ │ │ ├── Receive-MonkeyJob.ps1 │ │ │ ├── Remove-MonkeyJob.ps1 │ │ │ ├── Start-MonkeyJob.ps1 │ │ │ ├── Wait-MonkeyJob.ps1 │ │ │ └── Watch-MonkeyJob.ps1 │ ├── monkeylogger │ │ ├── Localized │ │ │ ├── en-US │ │ │ │ └── monkeylogger.psd1 │ │ │ └── monkeylogger.psd1 │ │ ├── clients │ │ │ ├── Write-File.ps1 │ │ │ ├── Write-Slack.ps1 │ │ │ ├── Write-Teams.ps1 │ │ │ ├── definitions │ │ │ │ ├── file.json │ │ │ │ ├── slack.json │ │ │ │ └── teams.json │ │ │ └── validators │ │ │ │ ├── Initialize-File.ps1 │ │ │ │ └── Initialize-WebHook.ps1 │ │ ├── monkeylogger.psd1 │ │ ├── monkeylogger.psm1 │ │ ├── private │ │ │ ├── Get-LocalizedData.ps1 │ │ │ ├── Initialize-Configuration.ps1 │ │ │ ├── New-Logger.ps1 │ │ │ ├── New-LoggerSessionState.ps1 │ │ │ ├── Wait-MonkeyLogger.ps1 │ │ │ └── helpers │ │ │ │ ├── Confirm-Publication.ps1 │ │ │ │ ├── Get-AstFunctionsFromFile.ps1 │ │ │ │ ├── Get-FormattedMessage.ps1 │ │ │ │ └── logenum.ps1 │ │ └── public │ │ │ ├── Get-LogQueue.ps1 │ │ │ ├── Start-Logger.ps1 │ │ │ ├── Stop-Logger.ps1 │ │ │ ├── Write-Debug.ps1 │ │ │ ├── Write-Error.ps1 │ │ │ ├── Write-Information.ps1 │ │ │ ├── Write-Verbose.ps1 │ │ │ └── Write-Warning.ps1 │ ├── monkeymsal │ │ ├── Localized │ │ │ ├── en-US │ │ │ │ └── monkeymsal.psd1 │ │ │ └── monkeymsal.psd1 │ │ ├── helpers │ │ │ └── devicecode.cs │ │ ├── lib │ │ │ ├── desktop │ │ │ │ ├── Microsoft.Identity.Client.dll │ │ │ │ ├── Microsoft.Identity.Client.xml │ │ │ │ ├── Microsoft.IdentityModel.Abstractions.dll │ │ │ │ ├── Microsoft.IdentityModel.Abstractions.xml │ │ │ │ ├── System.Buffers.dll │ │ │ │ ├── System.Buffers.xml │ │ │ │ ├── System.Diagnostics.DiagnosticSource.dll │ │ │ │ ├── System.Diagnostics.DiagnosticSource.xml │ │ │ │ ├── System.Memory.dll │ │ │ │ ├── System.Memory.xml │ │ │ │ ├── System.Numerics.Vectors.dll │ │ │ │ ├── System.Numerics.Vectors.xml │ │ │ │ ├── System.Runtime.CompilerServices.Unsafe.dll │ │ │ │ └── System.Runtime.CompilerServices.Unsafe.xml │ │ │ └── netcore │ │ │ │ ├── Microsoft.Identity.Client.dll │ │ │ │ ├── Microsoft.Identity.Client.xml │ │ │ │ ├── Microsoft.IdentityModel.Abstractions.dll │ │ │ │ ├── Microsoft.IdentityModel.Abstractions.xml │ │ │ │ ├── System.Diagnostics.DiagnosticSource.dll │ │ │ │ ├── System.Diagnostics.DiagnosticSource.xml │ │ │ │ ├── System.Runtime.CompilerServices.Unsafe.dll │ │ │ │ └── System.Runtime.CompilerServices.Unsafe.xml │ │ ├── monkeymsal.psd1 │ │ ├── monkeymsal.psm1 │ │ ├── private │ │ │ ├── Convert-SecureStringToPlainText.ps1 │ │ │ ├── Get-LocalizedData.ps1 │ │ │ ├── Get-OsInfo.ps1 │ │ │ └── New-MonkeyMSALApplicationClientOptions.ps1 │ │ └── public │ │ │ ├── Get-MonkeyMSALToken.ps1 │ │ │ └── New-MonkeyMsalApplication.ps1 │ ├── monkeyoutput │ │ ├── Localized │ │ │ ├── en-US │ │ │ │ └── monkeyoutput.psd1 │ │ │ └── monkeyoutput.psd1 │ │ ├── monkeyoutput.psd1 │ │ ├── monkeyoutput.psm1 │ │ ├── private │ │ │ ├── Convert-ObjectToCamelCaseObject.ps1 │ │ │ ├── ConvertTo-CamelCase.ps1 │ │ │ ├── ConvertTo-GenericPsObject.ps1 │ │ │ ├── ConvertTo-OCSFObject.ps1 │ │ │ ├── Export-DataToCliXml.ps1 │ │ │ ├── Format-Json.ps1 │ │ │ ├── Get-CloudObject.ps1 │ │ │ ├── Get-FindingInfo.ps1 │ │ │ ├── Get-FindingLegend.ps1 │ │ │ ├── Get-LocalizedData.ps1 │ │ │ ├── Get-Metadata.ps1 │ │ │ ├── Get-ObjectCompliance.ps1 │ │ │ ├── Get-ObjectLocation.ps1 │ │ │ ├── Get-ObjectName.ps1 │ │ │ ├── Get-ObjectResourceGroupName.ps1 │ │ │ ├── Get-ObjectResourceId.ps1 │ │ │ ├── Get-ObjectResourceType.ps1 │ │ │ ├── Get-ObjectTag.ps1 │ │ │ ├── Get-OcsfDetectionFindingObject.ps1 │ │ │ ├── Get-PropertyFromPsObject.ps1 │ │ │ ├── Get-Remediation.ps1 │ │ │ ├── Get-Severity.ps1 │ │ │ ├── Get-SeverityId.ps1 │ │ │ ├── Get-Status.ps1 │ │ │ ├── Get-StatusId.ps1 │ │ │ ├── New-AzureOutputPsObject.ps1 │ │ │ ├── New-FindingObject.ps1 │ │ │ ├── New-GenericOutputPsObject.ps1 │ │ │ ├── New-OcsfAccountObject.ps1 │ │ │ ├── New-OcsfCloudObject.ps1 │ │ │ ├── New-OcsfDetectionFindingObject.ps1 │ │ │ ├── New-OcsfFindingInfoObject.ps1 │ │ │ ├── New-OcsfGroupObject.ps1 │ │ │ ├── New-OcsfMetadataObject.ps1 │ │ │ ├── New-OcsfOrganizationObject.ps1 │ │ │ ├── New-OcsfProductObject.ps1 │ │ │ ├── New-OcsfRemediationObject.ps1 │ │ │ ├── New-OcsfResourceDetailsObject.ps1 │ │ │ ├── New-RandomId.ps1 │ │ │ ├── Remove-TabAndNewLine.ps1 │ │ │ └── Update-OCSFObject.ps1 │ │ └── public │ │ │ └── Invoke-MonkeyOutput.ps1 │ ├── monkeyruleset │ │ ├── Localized │ │ │ ├── en-US │ │ │ │ └── monkeyruleset.psd1 │ │ │ └── monkeyruleset.psd1 │ │ ├── monkeyruleset.psd1 │ │ ├── monkeyruleset.psm1 │ │ ├── private │ │ │ ├── Build-Query.ps1 │ │ │ ├── Convert-Value.ps1 │ │ │ ├── ConvertFrom-Condition.ps1 │ │ │ ├── ConvertTo-Query.ps1 │ │ │ ├── Format-DataFromExpression.ps1 │ │ │ ├── Get-AvailableRule.ps1 │ │ │ ├── Get-CastValue.ps1 │ │ │ ├── Get-ComparisonOperator.ps1 │ │ │ ├── Get-Condition.ps1 │ │ │ ├── Get-File.ps1 │ │ │ ├── Get-LogicalNotOperator.ps1 │ │ │ ├── Get-LogicalOperator.ps1 │ │ │ ├── Get-MonkeyRule.ps1 │ │ │ ├── Get-MonkeyRuleSet.ps1 │ │ │ ├── Get-NewFilter.ps1 │ │ │ ├── Get-NewFilter2.ps1 │ │ │ ├── Get-ObjectFromDataset.ps1 │ │ │ ├── Get-QueryResult.ps1 │ │ │ ├── Get-RuleFileContent.ps1 │ │ │ ├── Get-RulesFromRuleSet.ps1 │ │ │ ├── Get-StatusCode.ps1 │ │ │ ├── Get-ValidRule.ps1 │ │ │ ├── Import-MonkeyRuleset.ps1 │ │ │ ├── Invoke-UnitRule.ps1 │ │ │ ├── New-EmptyMetadataObject.ps1 │ │ │ ├── New-MonkeyFindingObject.ps1 │ │ │ ├── Remove-InternaltVar.ps1 │ │ │ ├── Resolve-Filter.ps1 │ │ │ ├── Resolve-Include.ps1 │ │ │ ├── Resolve-Statement.ps1 │ │ │ ├── Set-InternalVar.ps1 │ │ │ ├── Test-IsNull.ps1 │ │ │ ├── Test-isValidRule.ps1 │ │ │ └── Test-isValidRuleSet.ps1 │ │ └── public │ │ │ ├── Get-Framework.ps1 │ │ │ ├── Get-Rule.ps1 │ │ │ ├── Get-RuleServiceType.ps1 │ │ │ ├── Get-Ruleset.ps1 │ │ │ ├── Initialize-MonkeyRuleset.ps1 │ │ │ ├── Invoke-Rule.ps1 │ │ │ ├── Invoke-RuleScan.ps1 │ │ │ └── New-Dataset.ps1 │ ├── monkeyutils │ │ ├── Localized │ │ │ ├── en-US │ │ │ │ └── monkeyutils.psd1 │ │ │ └── monkeyutils.psd1 │ │ ├── monkeyutils.psd1 │ │ ├── monkeyutils.psm1 │ │ ├── private │ │ │ └── Get-LocalizedData.ps1 │ │ └── public │ │ │ ├── Convert-HashTableToPsObject.ps1 │ │ │ ├── Convert-XmlToPsObject.ps1 │ │ │ ├── ConvertTo-Hashtable.ps1 │ │ │ ├── ConvertTo-SecureScriptBlock.ps1 │ │ │ ├── Copy-psObject.ps1 │ │ │ ├── Export-MonkeyCliXml.ps1 │ │ │ ├── Get-ActiveRunspacePool.ps1 │ │ │ ├── Get-AstFunction.ps1 │ │ │ ├── Get-JsonFromFile.ps1 │ │ │ ├── Get-MonkeyDirectory.ps1 │ │ │ ├── Get-MonkeyDuplicateObjectsByProperty.ps1 │ │ │ ├── Get-MonkeyFile.ps1 │ │ │ ├── Get-MonkeySystemInfo.ps1 │ │ │ ├── Get-OSVersion.ps1 │ │ │ ├── Get-ObjectPropertyByPath.ps1 │ │ │ ├── Get-UserIdFromToken.ps1 │ │ │ ├── Import-JsonToVariable.ps1 │ │ │ ├── Import-MonkeyCliXml.ps1 │ │ │ ├── Import-RawDataToVariable.ps1 │ │ │ ├── Join-HashTable.ps1 │ │ │ ├── New-MonkeyFolder.ps1 │ │ │ ├── New-MonkeyGuid.ps1 │ │ │ ├── Out-CSV.ps1 │ │ │ ├── Out-Gzip.ps1 │ │ │ ├── Out-JSON.ps1 │ │ │ ├── Out-XML.ps1 │ │ │ ├── Out-ZipFile.ps1 │ │ │ ├── Read-Compress.ps1 │ │ │ ├── Split-Array.ps1 │ │ │ ├── Test-IsAbsoluteUrl.ps1 │ │ │ ├── Test-IsRelativeUrl.ps1 │ │ │ ├── Test-IsValidUrl.ps1 │ │ │ ├── Update-MonkeyAsset.ps1 │ │ │ └── Update-PsObject.ps1 │ ├── psmarkdig │ │ ├── Localized │ │ │ ├── en-US │ │ │ │ └── psmarkdig.psd1 │ │ │ └── psmarkdig.psd1 │ │ ├── lib │ │ │ ├── license.txt │ │ │ ├── net461 │ │ │ │ ├── Markdig.Signed.dll │ │ │ │ ├── Markdig.Signed.xml │ │ │ │ ├── System.Buffers.dll │ │ │ │ ├── System.Buffers.xml │ │ │ │ ├── System.Memory.dll │ │ │ │ ├── System.Memory.xml │ │ │ │ ├── System.Numerics.Vectors.dll │ │ │ │ ├── System.Numerics.Vectors.xml │ │ │ │ ├── System.Runtime.CompilerServices.Unsafe.dll │ │ │ │ └── System.Runtime.CompilerServices.Unsafe.xml │ │ │ ├── net6.0 │ │ │ │ ├── Markdig.Signed.dll │ │ │ │ └── Markdig.Signed.xml │ │ │ └── net8.0 │ │ │ │ ├── Markdig.Signed.dll │ │ │ │ └── Markdig.Signed.xml │ │ ├── private │ │ │ └── Get-LocalizedData.ps1 │ │ ├── psmarkdig.psd1 │ │ ├── psmarkdig.psm1 │ │ ├── public │ │ │ ├── Convert-MarkDownToHtml.ps1 │ │ │ └── Convert-MarkDownToPlainText.ps1 │ │ └── tests │ │ │ └── psmarkdig.Tests.ps1 │ └── psocsf │ │ ├── psocsf.psd1 │ │ ├── psocsf.psm1 │ │ └── public │ │ ├── Finding │ │ ├── Compliance.cs │ │ ├── Detection.cs │ │ ├── Security.cs │ │ └── Vulnerability.cs │ │ ├── Framework │ │ ├── CISCSC.cs │ │ ├── ComplianceId.cs │ │ ├── ComplianceObject.cs │ │ ├── KillChain.cs │ │ ├── MitreAttack.cs │ │ ├── PhaseId.cs │ │ ├── SubTechnique.cs │ │ ├── Tactic.cs │ │ └── Technique.cs │ │ ├── Objects │ │ ├── Data │ │ │ ├── Analytic.cs │ │ │ ├── Enrichment.cs │ │ │ ├── Observable.cs │ │ │ ├── ObservableId.cs │ │ │ ├── Reputation.cs │ │ │ ├── ScoreId.cs │ │ │ └── TypeId.cs │ │ ├── DigitalCert │ │ │ └── DigitalCert.cs │ │ ├── DigitalSignature │ │ │ ├── AlgorithmId.cs │ │ │ └── DigitalSignature.cs │ │ ├── Endpoint │ │ │ └── Endpoint.cs │ │ ├── Entity │ │ │ ├── Account │ │ │ │ └── Account.cs │ │ │ ├── AccountType.cs │ │ │ ├── Actor │ │ │ │ └── Actor.cs │ │ │ ├── Cloud │ │ │ │ └── Cloud.cs │ │ │ ├── Group │ │ │ │ └── Group.cs │ │ │ ├── IdentityProvider │ │ │ │ └── IdentityProvider.cs │ │ │ ├── Ldap │ │ │ │ └── LDAPPerson.cs │ │ │ ├── Organization │ │ │ │ └── Organization.cs │ │ │ ├── User │ │ │ │ └── User.cs │ │ │ └── UserType.cs │ │ ├── Events │ │ │ └── RelatedEvent.cs │ │ ├── Evidence │ │ │ └── Evidence.cs │ │ ├── Feature │ │ │ └── Feature.cs │ │ ├── File │ │ │ ├── ConfidentialityId.cs │ │ │ ├── File.cs │ │ │ └── FileTypeId.cs │ │ ├── FindingInfo │ │ │ └── FindingInfo.cs │ │ ├── FingerPrint │ │ │ ├── FingerPrint.cs │ │ │ └── HashId.cs │ │ ├── Hardware │ │ │ ├── Device.cs │ │ │ ├── DeviceHardwareInfo.cs │ │ │ ├── Display.cs │ │ │ └── KeyboardInfo.cs │ │ ├── Image │ │ │ └── Image.cs │ │ ├── Interface │ │ │ └── Api.cs │ │ ├── Location │ │ │ └── Location.cs │ │ ├── Logger │ │ │ └── Logger.cs │ │ ├── Malware │ │ │ ├── ClassificationId.cs │ │ │ └── Malware.cs │ │ ├── Metadata │ │ │ └── Metadata.cs │ │ ├── Network │ │ │ ├── AuthorizationResult.cs │ │ │ ├── BoundaryId.cs │ │ │ ├── DirectionId.cs │ │ │ ├── DnsQuery.cs │ │ │ ├── NetworkConnectionInfo.cs │ │ │ ├── NetworkProxyEndpoint.cs │ │ │ ├── NetworkTypeId.cs │ │ │ ├── OpcodeId.cs │ │ │ ├── ProtocolVerId.cs │ │ │ ├── Request.cs │ │ │ └── Response.cs │ │ ├── OS │ │ │ ├── OSType.cs │ │ │ └── OperatingSystem.cs │ │ ├── Policy │ │ │ └── Policy.cs │ │ ├── Process │ │ │ ├── IntegrityId.cs │ │ │ └── Process.cs │ │ ├── Product │ │ │ └── Product.cs │ │ ├── ResourceDetails │ │ │ └── ResourceDetails.cs │ │ ├── Schema │ │ │ └── SchemaExtension.cs │ │ ├── Service │ │ │ └── Service.cs │ │ ├── Session │ │ │ └── Session.cs │ │ └── Vulnerability │ │ │ ├── AffectedCode.cs │ │ │ ├── AffectedSoftwarePackage.cs │ │ │ ├── CVE.cs │ │ │ ├── CVSS.cs │ │ │ ├── CWE.cs │ │ │ ├── KbArticle.cs │ │ │ ├── Metric.cs │ │ │ ├── Remediation.cs │ │ │ ├── SoftwarePackage.cs │ │ │ └── VulnerabilityDetails.cs │ │ └── Ocsf │ │ ├── ActivityId.cs │ │ ├── CategoryId.cs │ │ ├── ClassId.cs │ │ ├── ConfidenceId.cs │ │ ├── ImpactId.cs │ │ ├── RiskLevelId.cs │ │ ├── SeverityId.cs │ │ ├── StateId.cs │ │ ├── StatusId.cs │ │ └── TypeId.cs ├── output │ ├── Export-MonkeyData.ps1 │ ├── New-MetadataObject.ps1 │ ├── New-O365ExportObject.ps1 │ └── Out-MonkeyData.ps1 ├── runspace_init │ ├── Initialize-MonkeyExoRunspace.ps1 │ └── Initialize-MonkeyRunspace.ps1 ├── subscription │ ├── Resolve-AzureSubscription.ps1 │ ├── Select-MonkeyAzureSubscription.ps1 │ └── Select-MonkeySubscriptionConsole.ps1 ├── tasks │ ├── Initialize-MonkeyScan.ps1 │ └── Invoke-MonkeyScanner.ps1 ├── tenant │ ├── Find-M365License.ps1 │ ├── Get-M365AADLicense.ps1 │ ├── Get-M365ATPLicense.ps1 │ ├── Get-TenantInformation.ps1 │ ├── Get-TenantLicensingInfo.ps1 │ ├── Select-MonkeyTenant.ps1 │ └── Select-MonkeyTenantConsole.ps1 └── utils │ ├── ConvertTo-MonkeyObject.ps1 │ ├── Get-MonkeyPowerBIBackend.ps1 │ ├── Get-MonkeyPowerBIBackendUri.ps1 │ ├── Get-MonkeySecCompBackendUri.ps1 │ ├── Get-MonkeyVersion.ps1 │ ├── Register-Monkey365Application.ps1 │ ├── Set-CommandParameter.ps1 │ ├── Test-MandatoryParameter.ps1 │ ├── Update-MonkeyAuthObject.ps1 │ ├── diagnosticSettings │ └── unsupportedResources.json │ ├── dlp │ └── monkeydlp.json │ ├── licenses │ └── licenses.json │ ├── localized.psd1 │ └── properties │ └── monkeyuserprop.json ├── docker ├── Dockerfile_linux └── Dockerfile_windows ├── docs ├── assets │ ├── css │ │ └── extra.css │ └── images │ │ ├── MonkeyLogo.png │ │ ├── NormalTable.png │ │ ├── PnpPowerShell.png │ │ ├── dashboardTable.png │ │ ├── directLinkButton.png │ │ ├── disabled_rule.PNG │ │ ├── extended_ruleset.PNG │ │ ├── favicon.ico │ │ ├── findingCard.png │ │ ├── formatted_rule.PNG │ │ ├── goodCard.png │ │ ├── htmlcharts.png │ │ ├── htmlreport.png │ │ ├── listcollector.png │ │ ├── listrules.png │ │ ├── modalButton.png │ │ ├── monkey365.png │ │ ├── monkey365_arch.png │ │ ├── monkey365_permissions.png │ │ ├── overrides.PNG │ │ ├── rule_example.PNG │ │ ├── ruleset.PNG │ │ ├── subscription.png │ │ └── tableAsList.png ├── authentication │ ├── authFlows │ │ ├── devicecode.md │ │ ├── interactive.md │ │ ├── ropc.md │ │ └── sp.md │ ├── authprompts.md │ ├── limitations.md │ ├── overview.md │ ├── sp_authentication │ │ ├── automatic_setup.md │ │ └── getting_started.md │ └── supported_auth_methods_byapp.md ├── configuration │ ├── azure-options.md │ ├── configuration-file.md │ ├── general-options.md │ ├── microsoft365-options.md │ └── rate-limit.md ├── docker │ └── docker.md ├── exporting │ ├── export-clixml.md │ ├── export-csv.md │ ├── export-html.md │ ├── export-json.md │ └── exporting-data.md ├── getting_started │ ├── basic-usage.md │ └── permissions.md ├── index.md ├── install │ └── install-instructions.md ├── license │ └── license-contributing.md ├── logging │ ├── File.md │ ├── Slack.md │ ├── Teams.md │ ├── channels.md │ └── introduction.md ├── sample │ └── monkey365.html ├── security_checks │ ├── custom-rule.md │ ├── custom-ruleset.md │ └── overview.md └── support │ ├── disclaimer.md │ └── support.md ├── docs_overrides └── hooks │ └── year.py ├── images └── MonkeyLogo.png ├── mkdocs.yml ├── monkey365.ps1 ├── monkey365.psd1 ├── monkey365.psm1 ├── requirements-docs.txt ├── rules ├── conditions │ ├── Azure │ │ ├── IAM │ │ │ └── subscription-role-permissions.json │ │ └── NSG │ │ │ ├── allow-tcp.json │ │ │ ├── allow-udp.json │ │ │ └── exposed-to-the-internet.json │ └── EntraID │ │ ├── Applications │ │ ├── app-permissions.json │ │ └── test-names.json │ │ └── IAM │ │ ├── aad-cap-privileged-roles.json │ │ ├── aad-m365-pim-privileged-roles.json │ │ ├── aad-m365-privileged-roles.json │ │ └── aad-privileged-roles.json ├── findings │ ├── Azure │ │ ├── Activity Alerts │ │ │ └── CIS3.0 │ │ │ │ └── azure-activity-log-missing-alerts.json │ │ ├── App Service │ │ │ └── CIS3.0 │ │ │ │ ├── azure-app-service-basic-auth-enabled.json │ │ │ │ ├── azure-app-service-lack-keyvault-secret.json │ │ │ │ ├── azure-app-service-remote-debugging-enabled.json │ │ │ │ ├── azure-app-services-auth-disabled.json │ │ │ │ ├── azure-app-services-eid-managed-identity-missing.json │ │ │ │ ├── azure-app-services-ftp-deployment-enabled.json │ │ │ │ ├── azure-app-services-https-only-disabled.json │ │ │ │ ├── azure-app-services-latest-http-version-disabled.json │ │ │ │ ├── azure-app-services-latest-java-version-missing.json │ │ │ │ ├── azure-app-services-latest-php-version-missing.json │ │ │ │ ├── azure-app-services-latest-python-version-missing.json │ │ │ │ └── azure-app-services-latest-tls-version-missing.json │ │ ├── Application Insights │ │ │ └── CIS3.0 │ │ │ │ ├── azure-application-insights-not-configured.json │ │ │ │ └── azure-sku-basic-detected.json │ │ ├── Bastion │ │ │ └── CIS3.0 │ │ │ │ └── azure-bastion-hosts-not-present.json │ │ ├── Databases │ │ │ ├── CosmosDB │ │ │ │ └── CIS3.0 │ │ │ │ │ ├── azure-cosmosdb-all-networks-enabled.json │ │ │ │ │ ├── azure-cosmosdb-entraid-authentication-and-rbac-disabled.json │ │ │ │ │ └── azure-cosmosdb-private-endpoints-disabled.json │ │ │ ├── MySQL Databases │ │ │ │ └── CIS3.0 │ │ │ │ │ ├── azure-mysql-audit-log-connection-events-parameter-disabled.json │ │ │ │ │ ├── azure-mysql-audit-log-disabled.json │ │ │ │ │ ├── azure-mysql-latest-tls-version-disabled.json │ │ │ │ │ └── azure-mysql-secure-transport-disabled.json │ │ │ ├── PostgreSQL Databases │ │ │ │ └── CIS3.0 │ │ │ │ │ ├── azure-postgresql-allow-access-azure-services-enabled.json │ │ │ │ │ ├── azure-postgresql-connection-throttling-disabled.json │ │ │ │ │ ├── azure-postgresql-infrastructure-double-encryption-disabled.json │ │ │ │ │ ├── azure-postgresql-log-checkpoints-disabled.json │ │ │ │ │ ├── azure-postgresql-log-connections-disabled.json │ │ │ │ │ ├── azure-postgresql-log-disconnections-disabled.json │ │ │ │ │ ├── azure-postgresql-log-low-retention-days.json │ │ │ │ │ └── azure-postgresql-secure-transport-disabled.json │ │ │ └── SQL Databases │ │ │ │ └── CIS3.0 │ │ │ │ ├── azure-sql-database-data-encryption-disabled.json │ │ │ │ ├── azure-sql-fw-allow-all.json │ │ │ │ ├── azure-sql-server-auditing-disabled.json │ │ │ │ ├── azure-sql-server-auditing-retention.json │ │ │ │ ├── azure-sql-server-entra-id-auth-disabled.json │ │ │ │ ├── azure-sql-server-public-network-access-enabled.json │ │ │ │ └── azure-sql-server-tde-protector-lack-cmk-encryption.json │ │ ├── Defender │ │ │ └── CIS3.0 │ │ │ │ ├── azure-agentless-container-vulnerability-assessment-disabled.json │ │ │ │ ├── azure-agentless-discovery-for-kubernetes-disabled.json │ │ │ │ ├── azure-agentless-scanning-for-machines-disabled.json │ │ │ │ ├── azure-automatic-vm-agent-provisioning-policy-disabled.json │ │ │ │ ├── azure-cloud-security-benchmark-policies-disabled.json │ │ │ │ ├── azure-defender-easm-disabled.json │ │ │ │ ├── azure-defender-for-mcas-enabled.json │ │ │ │ ├── azure-defender-missing-appservice-protection.json │ │ │ │ ├── azure-defender-missing-container-registries-protection.json │ │ │ │ ├── azure-defender-missing-cosmodb-protection.json │ │ │ │ ├── azure-defender-missing-dns-protection.json │ │ │ │ ├── azure-defender-missing-iot-protection.json │ │ │ │ ├── azure-defender-missing-keyvault-protection.json │ │ │ │ ├── azure-defender-missing-managed-sql-database-protection.json │ │ │ │ ├── azure-defender-missing-osrd-protection.json │ │ │ │ ├── azure-defender-missing-resource-manager-protection.json │ │ │ │ ├── azure-defender-missing-server-protection.json │ │ │ │ ├── azure-defender-missing-sql-server-on-machines-protection.json │ │ │ │ ├── azure-defender-missing-storageaccount-protection.json │ │ │ │ ├── azure-defender-recommendation-apply-system-updates-disabled.json │ │ │ │ ├── azure-endpoint-protection-disabled.json │ │ │ │ ├── azure-file-integrity-monitoring-disabled.json │ │ │ │ └── azure-vulnerability-assessment-on-servers-disabled.json │ │ ├── Diagnostic Settings │ │ │ └── CIS3.0 │ │ │ │ ├── azure-activity-logs-storage-account-missing-cmk.json │ │ │ │ ├── azure-app-services-logging-disabled.json │ │ │ │ ├── azure-diagnostic-settings-for-subscription-missing-categories.json │ │ │ │ ├── azure-diagnostic-settings-for-subscription-not-configured.json │ │ │ │ ├── azure-keyvault-logging-disabled.json │ │ │ │ ├── azure-monitor-resource-logging-disabled.json │ │ │ │ └── azure-network-security-group-flow-logs-enabled.json │ │ ├── KeyVault │ │ │ └── CIS3.0 │ │ │ │ ├── azure-expiration-date-for-all-keys-in-non-rbac-keyvault-disabled.json │ │ │ │ ├── azure-expiration-date-for-all-keys-in-rbac-keyvault-disabled.json │ │ │ │ ├── azure-expiration-date-for-all-secrets-in-non-rbac-keyvault-disabled.json │ │ │ │ ├── azure-expiration-date-for-all-secrets-in-rbac-keyvault-disabled.json │ │ │ │ ├── azure-keyvault-automatic-key-rotation-disabled.json │ │ │ │ ├── azure-keyvault-private-endpoint-disabled.json │ │ │ │ ├── azure-keyvault-rbac-disabled.json │ │ │ │ └── azure-keyvault-recoverable.json │ │ ├── Network Security Group │ │ │ └── CIS3.0 │ │ │ │ ├── azure-nsg-port-open.json │ │ │ │ ├── azure-nsg-tcp-ports-open.json │ │ │ │ └── azure-nsg-udp-ports-open.json │ │ ├── Network Watcher │ │ │ └── CIS3.0 │ │ │ │ ├── azure-network-watcher-disabled.json │ │ │ │ └── azure-network-watcher-flow-log-retention.json │ │ ├── Network │ │ │ └── CIS3.0 │ │ │ │ └── azure-unassigned-public-ip-address.json │ │ ├── Storage Account │ │ │ └── CIS3.0 │ │ │ │ ├── azure-storage-account-blob-anonymous-access-enabled.json │ │ │ │ ├── azure-storage-account-cross-tenant-replication-not-enabled.json │ │ │ │ ├── azure-storage-account-default-network-access-rule-allow.json │ │ │ │ ├── azure-storage-account-logging-disabled-for-blob-service.json │ │ │ │ ├── azure-storage-account-logging-disabled-for-table-service.json │ │ │ │ ├── azure-storage-account-private-endpoints-disabled.json │ │ │ │ ├── azure-storage-account-shared-access-signature-tokens-expiration.json │ │ │ │ ├── azure-storage-accounts-access-key-rotation-disabled.json │ │ │ │ ├── azure-storage-accounts-infrastructure-encryption-disabled.json │ │ │ │ ├── azure-storage-accounts-key-rotation-reminder-disabled.json │ │ │ │ ├── azure-storage-accounts-lack-cmk.json │ │ │ │ ├── azure-storage-accounts-minimum-tls-not-configured.json │ │ │ │ ├── azure-storage-accounts-public-network-access-enabled.json │ │ │ │ ├── azure-storage-accounts-queue-storage-logging-disabled.json │ │ │ │ ├── azure-storage-accounts-secure-transfer-disabled.json │ │ │ │ ├── azure-storage-accounts-soft-delete-for-containers-and-blob-disabled.json │ │ │ │ └── azure-storage-accounts-trusted-ms-services-bypass.json │ │ ├── Subscription │ │ │ └── CIS3.0 │ │ │ │ ├── azure-security-contact-additional-email-not-configured.json │ │ │ │ ├── azure-security-contact-send-email-high-alerts-disabled.json │ │ │ │ ├── azure-security-contact-send-email-to-owners-disabled.json │ │ │ │ ├── azure-subscription-custom-role-excessive-permissions.json │ │ │ │ ├── azure-subscription-missing-custom-lock-role.json │ │ │ │ ├── azure-subscription-missing-resource-locks.json │ │ │ │ └── azure-subscription-permit-no-one-disabled.json │ │ └── Virtual Machines │ │ │ └── CIS3.0 │ │ │ ├── azure-data-access-authentication-disabled.json │ │ │ ├── azure-disk-network-access-allow-public-access.json │ │ │ ├── azure-identities-with-access-to-privileged-vm-lacking-mfa.json │ │ │ ├── azure-os-disk-encryption-disabled.json │ │ │ ├── azure-os-managed-disk-disabled.json │ │ │ ├── azure-unattached-disk-cmk-encryption-disabled.json │ │ │ ├── azure-vm-approved-extensions.json │ │ │ ├── azure-vm-endpoint-protection-disabled.json │ │ │ ├── azure-vm-os-data-cmk-encryption-disabled.json │ │ │ └── azure-vm-trusted-launch-disabled.json │ ├── EntraID │ │ ├── Applications │ │ │ ├── CIS3.0 │ │ │ │ ├── eid-users-can-consent-apps-data-access-trusted-publishers-disabled.json │ │ │ │ ├── eid-users-can-consent-apps-data-access.json │ │ │ │ └── eid-users-can-register-apps-enabled.json │ │ │ └── CIS3.1 │ │ │ │ └── eid-admin-consent-workflow-not-enabled.json │ │ ├── Conditinal Access │ │ │ ├── CIS3.0 │ │ │ │ ├── eid-cap-block-sign-in-risk-not-enabled.json │ │ │ │ ├── eid-ensure-mfa-admin-portals-missing-cap.json │ │ │ │ ├── eid-ensure-mfa-for-azure-management-missing-cap.json │ │ │ │ ├── eid-ensure-mfa-for-high-privileged-users-missing-cap.json │ │ │ │ ├── eid-ensure-mfa-for-risky-signs-missing-cap.json │ │ │ │ ├── eid-ensure-mfa-for-users-missing-cap.json │ │ │ │ ├── eid-exclusionary-device-code-flow-disabled.json │ │ │ │ ├── entra-exclusionary-geograhic-cap-exists.json │ │ │ │ ├── entra-idle-session-exists.json │ │ │ │ └── entra-trusted-location-enabled..json │ │ │ ├── CIS3.1 │ │ │ │ ├── eid-cap-admin-center-limited-high-privileged-users.json │ │ │ │ ├── eid-cap-block-legacy-authentication-not-enabled.json │ │ │ │ ├── eid-cap-lack-sign-in-frequency-browser-persistent-session.json │ │ │ │ ├── eid-cap-sign-in-risk-policy-require-mfa.json │ │ │ │ ├── eid-cap-user-risk-policy-require-password-change.json │ │ │ │ └── eid-ensure-phishing-resistant-mfa-for-high-privileged-users-missing-cap.json │ │ │ └── CIS4.0 │ │ │ │ ├── eid-require-device-compliant-all-apps-missing-cap.json │ │ │ │ └── eid-require-device-compliant-to-register-security-info-missing-cap.json │ │ ├── General │ │ │ ├── CIS3.0 │ │ │ │ ├── eid-linkedin-sync-enabled.json │ │ │ │ ├── eid-non-admin-users-allowedto-create-tenants.json │ │ │ │ ├── eid-register-or-joined-devices-require-mfa-settings.json │ │ │ │ └── eid-restrict-users-entra-portal.json │ │ │ ├── CIS3.1 │ │ │ │ └── eid-password-hash-sync-disabled.json │ │ │ └── CIS4.0 │ │ │ │ └── eid-approval-not-required-for-global-admin-role-activation.json │ │ ├── Groups │ │ │ ├── CIS3.0 │ │ │ │ ├── eid-owners-can-manage-group-membership-enabled.json │ │ │ │ ├── eid-user-ability-to access-group-features-disabled.json │ │ │ │ ├── eid-users-can-create-m365-groups.json │ │ │ │ └── eid-users-can-create-security-groups.json │ │ │ └── CIS3.1 │ │ │ │ ├── eid-dynamic-group-for-guest-users-not-present.json │ │ │ │ └── eid-public-group-detected.json │ │ ├── Guest │ │ │ ├── CIS3.0 │ │ │ │ ├── eid-guest-invite-restriction-disabled.json │ │ │ │ └── eid-guest-object-restriction-disabled.json │ │ │ └── CIS3.1 │ │ │ │ ├── eid-access-reviews-for-guest-users-are-configured.json │ │ │ │ └── eid-ensure-guest-users-are-reviewed.json │ │ ├── IAM │ │ │ ├── CIS3.0 │ │ │ │ ├── eid-iam-excessive-global-admins.json │ │ │ │ ├── entra-iam-privileged-users-disabled-mfa.json │ │ │ │ ├── entra-iam-privileged-users-use-licenses-with-reduced-application-footprint.json │ │ │ │ └── entra-iam-users-disabled-mfa.json │ │ │ └── CIS3.1 │ │ │ │ ├── eid-emergency-accounts.json │ │ │ │ ├── eid-high-privileged-roles-access-reviews-not-configured.json │ │ │ │ └── entra-id-missing-cloud-only-administrative-account.json │ │ ├── MFA │ │ │ └── CIS3.1 │ │ │ │ ├── eid-microsoft-authenticator-lack-mfa-fatigue-protection.json │ │ │ │ ├── eid-users-mfa-capable-not-enabled.json │ │ │ │ └── eid-weak-authentication-methods-enabled.json │ │ ├── PIM │ │ │ └── CIS3.1 │ │ │ │ └── eid-pim-is-used-to-manage-roles.json │ │ ├── Policy │ │ │ ├── CIS3.0 │ │ │ │ ├── eid-account-lockout-seconds-policy.json │ │ │ │ ├── eid-account-lockout-threshold-policy.json │ │ │ │ ├── eid-custom-banned-password-list-disabled.json │ │ │ │ ├── eid-password-expiring-enabled.json │ │ │ │ └── eid-stay-signed-policy-disabled.json │ │ │ └── CIS3.1 │ │ │ │ ├── eid-password-protection-on-prem-not-enabled.json │ │ │ │ └── eid-restrict-collaboration-specific-domains-disabled.json │ │ ├── Reports │ │ │ └── CIS3.1 │ │ │ │ ├── eid-application-usage-report-is-reviewed.json │ │ │ │ ├── eid-risky-sign-ins-report-is-reviewed.json │ │ │ │ └── eid-sspr-password-reset-activity-report-is-reviewed.json │ │ ├── SSPR │ │ │ ├── CIS3.0 │ │ │ │ ├── eid-sspr-notify-admin-other-admins-on-password-reset-disabled.json │ │ │ │ ├── eid-sspr-notify-users-on-password-reset-disabled.json │ │ │ │ ├── eid-sspr-number-of-days-mfa-reconfirm-days.json │ │ │ │ └── eid-sspr-reset-number-of-methods.json │ │ │ └── CIS3.1 │ │ │ │ └── eid-sspr-enabled-set-to-all.json │ │ ├── SecurityDefaults │ │ │ └── CIS3.0 │ │ │ │ ├── entra-security-defaults-disabled.json │ │ │ │ ├── entra-security-defaults-enabled.json │ │ │ │ └── entra-users-remember-mfa-on-devices-disabled.json │ │ └── Users │ │ │ └── CIS3.1 │ │ │ └── eid-per-user-mfa-disabled.json │ └── Microsoft365 │ │ ├── Exchange Online │ │ ├── Advanced Threat Protection │ │ │ └── CIS3.1 │ │ │ │ ├── exchange-atp-default-safe-links-policy-disabled.json │ │ │ │ ├── exchange-atp-safe-attachments-for-sharepoint-onedrive-and-teams-disabled.json │ │ │ │ ├── exchange-atp-safe-attachments-policy-disabled.json │ │ │ │ ├── exchange-atp-safe-links-office-disabled.json │ │ │ │ └── exchange-atp-safe-links-office365-apps-disabled.json │ │ ├── Anti Spam Protection │ │ │ ├── CIS3.1 │ │ │ │ ├── exchange-connection-filter-ip-allow-list-enabled.json │ │ │ │ ├── exchange-connection-filter-safe-list-enabled.json │ │ │ │ └── exchange-spam-policies-notify-admin-disabled.json │ │ │ └── CIS4.0 │ │ │ │ └── exhange-inbound-anti-spam-policies-allowed-domains.json │ │ ├── DNS │ │ │ └── CIS3.1 │ │ │ │ ├── exchange-dkim-disabled-for-domain.json │ │ │ │ ├── exchange-missing-dmarc-records.json │ │ │ │ └── exchange-spf-records-are-published-for-all-exchange-domains.json │ │ ├── Defender │ │ │ ├── CIS3.1 │ │ │ │ └── exchange-defender-for-cloud-apps-not-enabled.json │ │ │ └── CIS4.0 │ │ │ │ └── exchange-zero-hour-auto-purge-for-teams-disabled.json │ │ ├── General │ │ │ └── CIS3.1 │ │ │ │ ├── exchange-anti-phishing-policy-disabled.json │ │ │ │ ├── exchange-audit-enabled-globally.json │ │ │ │ ├── exchange-calendar-sharing-external-user-enabled.json │ │ │ │ ├── exchange-customer-lockout-feature-enabled.json │ │ │ │ ├── exchange-mailtips-disabled.json │ │ │ │ ├── exchange-modern-authentication-disabled.json │ │ │ │ ├── exchange-owa-external-storage-allowed.json │ │ │ │ ├── exchange-priority-account-protection-not-enabled.json │ │ │ │ └── exchange-priority-accounts-lacks-strict-protection.json │ │ ├── IAM │ │ │ └── CIS3.1 │ │ │ │ └── exchange-users-installing-outlook-add-ins-allowed.json │ │ ├── MailBoxes │ │ │ └── CIS3.1 │ │ │ │ ├── exo-sign-in-shared-mailbox-enabled.json │ │ │ │ └── third-party-storage-allowed-microsoft365.json │ │ ├── MailFlow │ │ │ ├── CIS3.1 │ │ │ │ ├── exchange-external-email-sender-configured.json │ │ │ │ ├── exchange-mail-forwarding-blocked-and-disabled.json │ │ │ │ └── exchange-transport-rules-domain-whitelisted.json │ │ │ └── CIS4.0 │ │ │ │ └── exchange-smtp-auth-enabled.json │ │ ├── Malware Protection │ │ │ └── CIS3.1 │ │ │ │ ├── exchange-common-attachment-type-filter-enabled.json │ │ │ │ ├── exchange-lack-of-comprehensive-attachment-filtering.json │ │ │ │ ├── exchange-notifications-for-internal-users-sending-malware-disabled.json │ │ │ │ └── exchange-zap-for-teams-disabled.json │ │ ├── Reports │ │ │ └── CIS3.1 │ │ │ │ ├── exchange-account-provisioning-activity-report-is-reviewed.json │ │ │ │ ├── exchange-mail-forwarding-rules-are-reviewed.json │ │ │ │ ├── exchange-malware-trends-report-is-reviewed.json │ │ │ │ ├── exchange-non-global-administrator-role-assignments-are-reviewed.json │ │ │ │ ├── exchange-restricted-entities-report-is-reviewed.json │ │ │ │ └── exchange-spoofed-domains-report-is-reviewed.json │ │ └── Users │ │ │ └── CIS3.1 │ │ │ ├── exchange-audit-bypass-enabled.json │ │ │ ├── exchange-mailbox-auditing-e3-enabled.json │ │ │ └── exchange-mailbox-auditing-e5-enabled.json │ │ ├── Microsoft Admin │ │ └── CIS3.1 │ │ │ └── m365-user-owned-apps-and-services-allowed.json │ │ ├── Microsoft Fabric │ │ ├── CIS3.1 │ │ │ ├── fabric-allow-users-apply-sensitivity-labels-not-enabled.json │ │ │ ├── fabric-block-resourcekey-authentication-not-enabled.json │ │ │ ├── fabric-enabling-external-data-sharing-not-restricted.json │ │ │ ├── fabric-external-user-invitations-not-restricted.json │ │ │ ├── fabric-guest-access-to-content-not-restricted.json │ │ │ ├── fabric-guest-user-access-not-restricted.json │ │ │ ├── fabric-interact-with-r-and-python-not-disabled.json │ │ │ ├── fabric-publish-to-web-not-restricted.json │ │ │ └── fabric-shareable-links-not-restricted.json │ │ └── CIS4.0 │ │ │ ├── fabric-access-to-api-by-service-principal-not-restricted.json │ │ │ └── fabric-service-principals-can-create-and-use-profiles.json │ │ ├── Microsoft Forms │ │ └── CIS3.1 │ │ │ └── forms-internal-phishing-protection-disabled.json │ │ ├── Microsoft Purview │ │ ├── DLP │ │ │ └── CIS3.1 │ │ │ │ ├── purview-dlp-policies-Teams-disabled.json │ │ │ │ └── purview-dlp-policies-disabled.json │ │ ├── General │ │ │ └── CIS3.1 │ │ │ │ └── purview-audit-log-search-disabled.json │ │ ├── Information Protection │ │ │ └── CIS3.1 │ │ │ │ └── purview-sharepoint-online-lack-of-information-protection-policies.json │ │ └── Reports │ │ │ └── CIS3.1 │ │ │ └── purview-user-role-group-changes-report-is-reviewed.json │ │ ├── Microsoft Sway │ │ └── CIS3.1 │ │ │ └── sway-external-sharing-enabled.json │ │ ├── Microsoft Teams │ │ ├── CIS3.1 │ │ │ ├── teams-anonymous-users-and-dial-in-callers-not-restricted-start-meeting.json │ │ │ ├── teams-anonymous-users-cant-join-meeting.json │ │ │ ├── teams-app-permission-policies-not-configured.json │ │ │ ├── teams-disable-users-sent-emails-to-channel-email-address.json │ │ │ ├── teams-external-access-not-restricted.json │ │ │ ├── teams-external-domains-not-restricted.json │ │ │ ├── teams-external-file-sharing-enabled-only-for-approved-cloud-storage-services.json │ │ │ ├── teams-external-meeting-chat-is-off.json │ │ │ ├── teams-external-participants-cannot-give-or-request-control.json │ │ │ ├── teams-meeting-chat-not-allow-anonymous-users.json │ │ │ ├── teams-only-org-people-can-bypass-lobby.json │ │ │ ├── teams-only-organizers-and-co-organizers-can-present.json │ │ │ ├── teams-users-can-report-security-concerns-not-configured.json │ │ │ └── teams-users-dialing-in-cant-bypass-lobby.json │ │ └── CIS4.0 │ │ │ ├── teams-communication-with-skype-users-enabled.json │ │ │ ├── teams-external-users-can-initiate-conversations.json │ │ │ └── teams-meeting-recording-enabled.json │ │ ├── SharePoint Online │ │ ├── CIS3.1 │ │ │ ├── sharepoint-b2b-integration-disabled.json │ │ │ ├── sharepoint-custom-script-execution-enabled-on-site-collections.json │ │ │ ├── sharepoint-custom-script-execution-personal-sites-disabled.json │ │ │ ├── sharepoint-external-content-sharing-not-restricted.json │ │ │ ├── sharepoint-external-sharing-managed-allow-deny-domain-list.json │ │ │ ├── sharepoint-external-sharing-not-restricted-by-security-group.json │ │ │ ├── sharepoint-guest-access-to-site-or-onedrive-not-expire.json │ │ │ ├── sharepoint-guest-user-sharing-disabled.json │ │ │ ├── sharepoint-link-sharing-not-restricted.json │ │ │ ├── sharepoint-microsoft365-infected-files-disallowed-to-download-not-enabled.json │ │ │ ├── sharepoint-modern-authentication-required.json │ │ │ ├── sharepoint-onedrive-external-content-sharing-not-restricted.json │ │ │ ├── sharepoint-onedrive-sync-restricted-for-unmanaged-devices.json │ │ │ └── sharepoint-reauthentication-with-verification-code-disabled.json │ │ └── CIS4.0 │ │ │ └── sharepoint-link-sharing-permission-not-set.json │ │ ├── microsoft defender │ │ └── CIS5.0 │ │ │ └── emergency-access-account-not-monitored.json │ │ └── microsoft intune │ │ └── CIS5.0 │ │ ├── devices-enrollment-personal-devices-not-blocked.json │ │ └── devices-without-compliance-policy-not-compliance.json └── rulesets │ ├── cis_azure_3.0.json │ ├── cis_m365_3.0.json │ ├── cis_m365_4.0.json │ └── cis_m365_5.0.json └── tests ├── Get-MonkeyTest.ps1 ├── MonkeyCloudUtils.Tests.ps1 ├── MonkeyJob.Tests.ps1 ├── MonkeyWebRequests.Tests.ps1 └── MonkeyWebRequestsAPI.Tests.ps1 /.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/.dockerignore -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/workflows/monkeydocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/.github/workflows/monkeydocs.yml -------------------------------------------------------------------------------- /.github/workflows/pester.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/.github/workflows/pester.yml -------------------------------------------------------------------------------- /.github/workflows/publishtopsgallery.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/.github/workflows/publishtopsgallery.yml -------------------------------------------------------------------------------- /.github/workflows/scriptanalyzer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/.github/workflows/scriptanalyzer.yml -------------------------------------------------------------------------------- /.github/workflows/stale.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/.github/workflows/stale.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/.gitignore -------------------------------------------------------------------------------- /Invoke-Monkey365.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/Invoke-Monkey365.ps1 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/README.md -------------------------------------------------------------------------------- /action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/action.yml -------------------------------------------------------------------------------- /collectors/azure/alerts/securityalerts/Get-MonkeyAzSecurityAlert.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/alerts/securityalerts/Get-MonkeyAzSecurityAlert.ps1 -------------------------------------------------------------------------------- /collectors/azure/apim/Get-MonkeyAZAPIM.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/apim/Get-MonkeyAZAPIM.ps1 -------------------------------------------------------------------------------- /collectors/azure/appservices/Get-MonkeyAzAppServiceInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/appservices/Get-MonkeyAzAppServiceInfo.ps1 -------------------------------------------------------------------------------- /collectors/azure/botchannels/Get-MonkeyAzBotChannel.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/botchannels/Get-MonkeyAzBotChannel.ps1 -------------------------------------------------------------------------------- /collectors/azure/classicvm/virtualmachines/Get-MonkeyAzClassicDisk.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/classicvm/virtualmachines/Get-MonkeyAzClassicDisk.ps1 -------------------------------------------------------------------------------- /collectors/azure/classicvm/virtualmachines/Get-MonkeyAzClassicVM.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/classicvm/virtualmachines/Get-MonkeyAzClassicVM.ps1 -------------------------------------------------------------------------------- /collectors/azure/cognitive/Get-MonkeyAzCognitiveService.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/cognitive/Get-MonkeyAzCognitiveService.ps1 -------------------------------------------------------------------------------- /collectors/azure/containers/Get-MonkeyAzContainer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/containers/Get-MonkeyAzContainer.ps1 -------------------------------------------------------------------------------- /collectors/azure/containers/Get-MonkeyAzContainerRegistry.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/containers/Get-MonkeyAzContainerRegistry.ps1 -------------------------------------------------------------------------------- /collectors/azure/databases/mysqldatabase/Get-MonkeyAzMysqlInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/databases/mysqldatabase/Get-MonkeyAzMysqlInfo.ps1 -------------------------------------------------------------------------------- /collectors/azure/databases/postgresqldatabase/Get-MonkeyAzPostgreSQL.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/databases/postgresqldatabase/Get-MonkeyAzPostgreSQL.ps1 -------------------------------------------------------------------------------- /collectors/azure/databases/redis/Get-MonkeyAzCacheForRedis.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/databases/redis/Get-MonkeyAzCacheForRedis.ps1 -------------------------------------------------------------------------------- /collectors/azure/databases/sqldatabase/Get-MonkeyAzSQLInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/databases/sqldatabase/Get-MonkeyAzSQLInfo.ps1 -------------------------------------------------------------------------------- /collectors/azure/databricks/Get-MonkeyAzDataBricksAccessConnector.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/databricks/Get-MonkeyAzDataBricksAccessConnector.ps1 -------------------------------------------------------------------------------- /collectors/azure/databricks/Get-MonkeyAzDataBricksWorkspace.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/databricks/Get-MonkeyAzDataBricksWorkspace.ps1 -------------------------------------------------------------------------------- /collectors/azure/firewall/Get-MonkeyAZFirewall.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/firewall/Get-MonkeyAZFirewall.ps1 -------------------------------------------------------------------------------- /collectors/azure/firewall/endpoints/Get-MonkeyAZVMEndpoint.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/firewall/endpoints/Get-MonkeyAZVMEndpoint.ps1 -------------------------------------------------------------------------------- /collectors/azure/general/Get-MonkeyAZPUblicIPAddress.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/general/Get-MonkeyAZPUblicIPAddress.ps1 -------------------------------------------------------------------------------- /collectors/azure/general/Get-MonkeyAzDiagnosticSettingForEntraID.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/general/Get-MonkeyAzDiagnosticSettingForEntraID.ps1 -------------------------------------------------------------------------------- /collectors/azure/general/Get-MonkeyCopilotForAzurePolicy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/general/Get-MonkeyCopilotForAzurePolicy.ps1 -------------------------------------------------------------------------------- /collectors/azure/general/subscription/Get-MonkeySubscriptionPolicy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/general/subscription/Get-MonkeySubscriptionPolicy.ps1 -------------------------------------------------------------------------------- /collectors/azure/kubernetes/Get-MonkeyAzKubernetes.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/kubernetes/Get-MonkeyAzKubernetes.ps1 -------------------------------------------------------------------------------- /collectors/azure/logging/Get-MonkeyAzLogProfile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/logging/Get-MonkeyAzLogProfile.ps1 -------------------------------------------------------------------------------- /collectors/azure/mlservices/Get-MonkeyAzAIHubWorkspace.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/mlservices/Get-MonkeyAzAIHubWorkspace.ps1 -------------------------------------------------------------------------------- /collectors/azure/network/Get-MonkeyAzVPNConnection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/network/Get-MonkeyAzVPNConnection.ps1 -------------------------------------------------------------------------------- /collectors/azure/network/Get-MonkeyAzVPNGateway.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/network/Get-MonkeyAzVPNGateway.ps1 -------------------------------------------------------------------------------- /collectors/azure/network/Get-MonkeyAzVirtualNetwork.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/network/Get-MonkeyAzVirtualNetwork.ps1 -------------------------------------------------------------------------------- /collectors/azure/pricing/Get-MonkeyAzPricingTier.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/pricing/Get-MonkeyAzPricingTier.ps1 -------------------------------------------------------------------------------- /collectors/azure/security/insights/Get-MonkeyAZInsight.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/security/insights/Get-MonkeyAZInsight.ps1 -------------------------------------------------------------------------------- /collectors/azure/security/keyvault/Get-MonkeyAZKeyVault.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/security/keyvault/Get-MonkeyAZKeyVault.ps1 -------------------------------------------------------------------------------- /collectors/azure/security/networkwatcher/Get-MonkeyAzNetworkWatcher.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/security/networkwatcher/Get-MonkeyAzNetworkWatcher.ps1 -------------------------------------------------------------------------------- /collectors/azure/security/roleassignments/Get-MonkeyAZRoleAssignment.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/security/roleassignments/Get-MonkeyAZRoleAssignment.ps1 -------------------------------------------------------------------------------- /collectors/azure/security/securitycenter/Get-MonkeyAzSecCenterConfig.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/security/securitycenter/Get-MonkeyAzSecCenterConfig.ps1 -------------------------------------------------------------------------------- /collectors/azure/security/securitypolicies/Get-MonkeyAzSecurityPolicy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/security/securitypolicies/Get-MonkeyAzSecurityPolicy.ps1 -------------------------------------------------------------------------------- /collectors/azure/subscription/Get-MonkeyAzSubscriptionMetadata.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/subscription/Get-MonkeyAzSubscriptionMetadata.ps1 -------------------------------------------------------------------------------- /collectors/azure/virtualmachines/disks/Get-MonkeyAZDisk.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/virtualmachines/disks/Get-MonkeyAZDisk.ps1 -------------------------------------------------------------------------------- /collectors/azure/virtualmachines/virtualmachines/Get-MonkeyAzRMVM.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/azure/virtualmachines/virtualmachines/Get-MonkeyAzRMVM.ps1 -------------------------------------------------------------------------------- /collectors/entraid/entraidportal/mdm/Get-MonkeyADMDMApplication.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/entraid/entraidportal/mdm/Get-MonkeyADMDMApplication.ps1 -------------------------------------------------------------------------------- /collectors/entraid/entraidportal/roaming/Get-MonkeyADRoamingInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/entraid/entraidportal/roaming/Get-MonkeyADRoamingInfo.ps1 -------------------------------------------------------------------------------- /collectors/entraid/entraidportal/tenant/Get-MonkeyADConnectInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/entraid/entraidportal/tenant/Get-MonkeyADConnectInfo.ps1 -------------------------------------------------------------------------------- /collectors/entraid/entraidportal/tenant/Get-MonkeyADTenantInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/entraid/entraidportal/tenant/Get-MonkeyADTenantInfo.ps1 -------------------------------------------------------------------------------- /collectors/entraid/entraidportal/users/Get-MonkeyADUserFeaturePreview.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/entraid/entraidportal/users/Get-MonkeyADUserFeaturePreview.ps1 -------------------------------------------------------------------------------- /collectors/entraid/msgraph/applications/Get-MonkeyAADApplication.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/entraid/msgraph/applications/Get-MonkeyAADApplication.ps1 -------------------------------------------------------------------------------- /collectors/entraid/msgraph/audit/Get-MonkeyAADAudit.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/entraid/msgraph/audit/Get-MonkeyAADAudit.ps1 -------------------------------------------------------------------------------- /collectors/entraid/msgraph/directoryroles/Get-MonkeyAADDirectoryRole.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/entraid/msgraph/directoryroles/Get-MonkeyAADDirectoryRole.ps1 -------------------------------------------------------------------------------- /collectors/entraid/msgraph/domain/Get-MonkeyAADDomain.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/entraid/msgraph/domain/Get-MonkeyAADDomain.ps1 -------------------------------------------------------------------------------- /collectors/entraid/msgraph/general/Get-MonkeyAADSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/entraid/msgraph/general/Get-MonkeyAADSetting.ps1 -------------------------------------------------------------------------------- /collectors/entraid/msgraph/groups/Get-MonkeyAADGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/entraid/msgraph/groups/Get-MonkeyAADGroup.ps1 -------------------------------------------------------------------------------- /collectors/entraid/msgraph/pim/IAM/Get-MonkeyPIMRoleAssignment.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/entraid/msgraph/pim/IAM/Get-MonkeyPIMRoleAssignment.ps1 -------------------------------------------------------------------------------- /collectors/entraid/msgraph/policies/Get-MonkeyAADAuthMethodPolicy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/entraid/msgraph/policies/Get-MonkeyAADAuthMethodPolicy.ps1 -------------------------------------------------------------------------------- /collectors/entraid/msgraph/policies/Get-MonkeyAADAuthorizationPolicy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/entraid/msgraph/policies/Get-MonkeyAADAuthorizationPolicy.ps1 -------------------------------------------------------------------------------- /collectors/entraid/msgraph/policies/Get-MonkeyAADConditionalAccess.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/entraid/msgraph/policies/Get-MonkeyAADConditionalAccess.ps1 -------------------------------------------------------------------------------- /collectors/entraid/msgraph/security/Get-MonkeyAADSecureScore.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/entraid/msgraph/security/Get-MonkeyAADSecureScore.ps1 -------------------------------------------------------------------------------- /collectors/entraid/msgraph/users/Get-MonkeyAADUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/entraid/msgraph/users/Get-MonkeyAADUser.ps1 -------------------------------------------------------------------------------- /collectors/microsoft365/aadrm/Get-MonkeyAADRMConfig.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/microsoft365/aadrm/Get-MonkeyAADRMConfig.ps1 -------------------------------------------------------------------------------- /collectors/microsoft365/aadrm/Get-MonkeyAADRMDeviceConfiguration.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/microsoft365/aadrm/Get-MonkeyAADRMDeviceConfiguration.ps1 -------------------------------------------------------------------------------- /collectors/microsoft365/aadrm/Get-MonkeyAADRMDoNotTrackUserGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/microsoft365/aadrm/Get-MonkeyAADRMDoNotTrackUserGroup.ps1 -------------------------------------------------------------------------------- /collectors/microsoft365/aadrm/Get-MonkeyAADRMDocumentTrackingFeature.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/microsoft365/aadrm/Get-MonkeyAADRMDocumentTrackingFeature.ps1 -------------------------------------------------------------------------------- /collectors/microsoft365/aadrm/Get-MonkeyAADRMMaxUseLicense.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/microsoft365/aadrm/Get-MonkeyAADRMMaxUseLicense.ps1 -------------------------------------------------------------------------------- /collectors/microsoft365/aadrm/Get-MonkeyAADRMOnboarding.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/microsoft365/aadrm/Get-MonkeyAADRMOnboarding.ps1 -------------------------------------------------------------------------------- /collectors/microsoft365/aadrm/Get-MonkeyAADRMRbac.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/microsoft365/aadrm/Get-MonkeyAADRMRbac.ps1 -------------------------------------------------------------------------------- /collectors/microsoft365/aadrm/Get-MonkeyAADRMServiceKeyInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/microsoft365/aadrm/Get-MonkeyAADRMServiceKeyInfo.ps1 -------------------------------------------------------------------------------- /collectors/microsoft365/aadrm/Get-MonkeyAADRMServiceSuperUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/microsoft365/aadrm/Get-MonkeyAADRMServiceSuperUser.ps1 -------------------------------------------------------------------------------- /collectors/microsoft365/aadrm/Get-MonkeyAADRMStatusInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/microsoft365/aadrm/Get-MonkeyAADRMStatusInfo.ps1 -------------------------------------------------------------------------------- /collectors/microsoft365/aadrm/Get-MonkeyAADRMTemplate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/microsoft365/aadrm/Get-MonkeyAADRMTemplate.ps1 -------------------------------------------------------------------------------- /collectors/microsoft365/exchange online/ATP/Get-MonkeyEXOATPPolicy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/microsoft365/exchange online/ATP/Get-MonkeyEXOATPPolicy.ps1 -------------------------------------------------------------------------------- /collectors/microsoft365/microsoft fabric/Get-MonkeyFabricTenant.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/microsoft365/microsoft fabric/Get-MonkeyFabricTenant.ps1 -------------------------------------------------------------------------------- /collectors/microsoft365/microsoft fabric/Get-MonkeyFabricWorkspace.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/microsoft365/microsoft fabric/Get-MonkeyFabricWorkspace.ps1 -------------------------------------------------------------------------------- /collectors/microsoft365/microsoft purview/DLP/Get-MonkeyEXODLPInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/microsoft365/microsoft purview/DLP/Get-MonkeyEXODLPInfo.ps1 -------------------------------------------------------------------------------- /collectors/microsoft365/microsoft teams/Get-MonkeyTeamsAppSetupPolicy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/microsoft365/microsoft teams/Get-MonkeyTeamsAppSetupPolicy.ps1 -------------------------------------------------------------------------------- /collectors/microsoft365/microsoft teams/Get-MonkeyTeamsTenant.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/microsoft365/microsoft teams/Get-MonkeyTeamsTenant.ps1 -------------------------------------------------------------------------------- /collectors/microsoft365/microsoft teams/Get-MonkeyTeamsUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/collectors/microsoft365/microsoft teams/Get-MonkeyTeamsUser.ps1 -------------------------------------------------------------------------------- /config/monkey365.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/config/monkey365.config -------------------------------------------------------------------------------- /core/analysis/Invoke-AzureScanner.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/analysis/Invoke-AzureScanner.ps1 -------------------------------------------------------------------------------- /core/analysis/Invoke-EntraIDScanner.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/analysis/Invoke-EntraIDScanner.ps1 -------------------------------------------------------------------------------- /core/analysis/Invoke-M365Scanner.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/analysis/Invoke-M365Scanner.ps1 -------------------------------------------------------------------------------- /core/api/auth/Connect-MonkeyCloud.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/auth/Connect-MonkeyCloud.ps1 -------------------------------------------------------------------------------- /core/api/auth/aipservice/Connect-MonkeyAIPService.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/auth/aipservice/Connect-MonkeyAIPService.ps1 -------------------------------------------------------------------------------- /core/api/auth/azure/Connect-MonkeyAzure.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/auth/azure/Connect-MonkeyAzure.ps1 -------------------------------------------------------------------------------- /core/api/auth/exchange/Get-TokenForEXO.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/auth/exchange/Get-TokenForEXO.ps1 -------------------------------------------------------------------------------- /core/api/auth/generic/Connect-MonkeyGenericApplication.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/auth/generic/Connect-MonkeyGenericApplication.ps1 -------------------------------------------------------------------------------- /core/api/auth/microsoft365/Connect-MonkeyM365.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/auth/microsoft365/Connect-MonkeyM365.ps1 -------------------------------------------------------------------------------- /core/api/auth/msgraph/Connect-MonkeyMSGraph.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/auth/msgraph/Connect-MonkeyMSGraph.ps1 -------------------------------------------------------------------------------- /core/api/auth/sharepoint/Connect-MonkeySPO.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/auth/sharepoint/Connect-MonkeySPO.ps1 -------------------------------------------------------------------------------- /core/api/azure/resourcemanagement/api/Get-MonkeyRMObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/azure/resourcemanagement/api/Get-MonkeyRMObject.ps1 -------------------------------------------------------------------------------- /core/api/azure/resourcemanagement/helpers/apim/Get-MonkeyAzAPIMGroups.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/azure/resourcemanagement/helpers/apim/Get-MonkeyAzAPIMGroups.ps1 -------------------------------------------------------------------------------- /core/api/azure/resourcemanagement/helpers/apim/Get-MonkeyAzAPIMInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/azure/resourcemanagement/helpers/apim/Get-MonkeyAzAPIMInfo.ps1 -------------------------------------------------------------------------------- /core/api/azure/resourcemanagement/helpers/apim/Get-MonkeyAzAPIMUsers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/azure/resourcemanagement/helpers/apim/Get-MonkeyAzAPIMUsers.ps1 -------------------------------------------------------------------------------- /core/api/azure/resourcemanagement/helpers/disks/Get-MonkeyAzDiskInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/azure/resourcemanagement/helpers/disks/Get-MonkeyAzDiskInfo.ps1 -------------------------------------------------------------------------------- /core/api/azure/resourcemanagement/helpers/general/Get-MonkeyAzSubnet.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/azure/resourcemanagement/helpers/general/Get-MonkeyAzSubnet.ps1 -------------------------------------------------------------------------------- /core/api/azure/resourcemanagement/helpers/general/Get-SASUri.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/azure/resourcemanagement/helpers/general/Get-SASUri.ps1 -------------------------------------------------------------------------------- /core/api/azure/resourcemanagement/helpers/tenant/Get-MonkeyAzTenant.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/azure/resourcemanagement/helpers/tenant/Get-MonkeyAzTenant.ps1 -------------------------------------------------------------------------------- /core/api/azure/resourcemanagement/utils/New-MonkeyAPIMObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/azure/resourcemanagement/utils/New-MonkeyAPIMObject.ps1 -------------------------------------------------------------------------------- /core/api/azure/resourcemanagement/utils/New-MonkeyAppServiceObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/azure/resourcemanagement/utils/New-MonkeyAppServiceObject.ps1 -------------------------------------------------------------------------------- /core/api/azure/resourcemanagement/utils/New-MonkeyAzFirewallObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/azure/resourcemanagement/utils/New-MonkeyAzFirewallObject.ps1 -------------------------------------------------------------------------------- /core/api/azure/resourcemanagement/utils/New-MonkeyDataFactoryObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/azure/resourcemanagement/utils/New-MonkeyDataFactoryObject.ps1 -------------------------------------------------------------------------------- /core/api/azure/resourcemanagement/utils/New-MonkeyDatabaseObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/azure/resourcemanagement/utils/New-MonkeyDatabaseObject.ps1 -------------------------------------------------------------------------------- /core/api/azure/resourcemanagement/utils/New-MonkeyDiskObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/azure/resourcemanagement/utils/New-MonkeyDiskObject.ps1 -------------------------------------------------------------------------------- /core/api/azure/resourcemanagement/utils/New-MonkeyKubeObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/azure/resourcemanagement/utils/New-MonkeyKubeObject.ps1 -------------------------------------------------------------------------------- /core/api/azure/resourcemanagement/utils/New-MonkeyPublicIpObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/azure/resourcemanagement/utils/New-MonkeyPublicIpObject.ps1 -------------------------------------------------------------------------------- /core/api/azure/resourcemanagement/utils/New-MonkeyRedisObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/azure/resourcemanagement/utils/New-MonkeyRedisObject.ps1 -------------------------------------------------------------------------------- /core/api/azure/resourcemanagement/utils/New-MonkeyVMObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/azure/resourcemanagement/utils/New-MonkeyVMObject.ps1 -------------------------------------------------------------------------------- /core/api/azure/resourcemanagement/utils/New-MonkeyVMPatchObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/azure/resourcemanagement/utils/New-MonkeyVMPatchObject.ps1 -------------------------------------------------------------------------------- /core/api/azure/resourcemanagement/utils/New-MonkeyVaultObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/azure/resourcemanagement/utils/New-MonkeyVaultObject.ps1 -------------------------------------------------------------------------------- /core/api/azure/resourcemanagement/utils/New-MonkeyVmScaleSetObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/azure/resourcemanagement/utils/New-MonkeyVmScaleSetObject.ps1 -------------------------------------------------------------------------------- /core/api/azure/servicemanagement/Get-MonkeyServiceManagementObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/azure/servicemanagement/Get-MonkeyServiceManagementObject.ps1 -------------------------------------------------------------------------------- /core/api/entraid/msgraph/api/Get-MonkeyMSGraphObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/entraid/msgraph/api/Get-MonkeyMSGraphObject.ps1 -------------------------------------------------------------------------------- /core/api/entraid/msgraph/helpers/audit/Get-MonkeyMSGraphAADAuditLog.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/entraid/msgraph/helpers/audit/Get-MonkeyMSGraphAADAuditLog.ps1 -------------------------------------------------------------------------------- /core/api/entraid/msgraph/helpers/domain/Get-MonkeyMSGraphDomain.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/entraid/msgraph/helpers/domain/Get-MonkeyMSGraphDomain.ps1 -------------------------------------------------------------------------------- /core/api/entraid/msgraph/helpers/general/Get-MonkeyMSGraphSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/entraid/msgraph/helpers/general/Get-MonkeyMSGraphSetting.ps1 -------------------------------------------------------------------------------- /core/api/entraid/msgraph/helpers/general/Test-CanRequestGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/entraid/msgraph/helpers/general/Test-CanRequestGroup.ps1 -------------------------------------------------------------------------------- /core/api/entraid/msgraph/helpers/general/Test-CanRequestUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/entraid/msgraph/helpers/general/Test-CanRequestUser.ps1 -------------------------------------------------------------------------------- /core/api/entraid/msgraph/helpers/groups/Get-MonkeyMSGraphGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/entraid/msgraph/helpers/groups/Get-MonkeyMSGraphGroup.ps1 -------------------------------------------------------------------------------- /core/api/entraid/msgraph/helpers/users/Get-MonkeyMSGraphUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/entraid/msgraph/helpers/users/Get-MonkeyMSGraphUser.ps1 -------------------------------------------------------------------------------- /core/api/entraid/msgraph/utils/New-MonkeyEntraIDRoleObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/entraid/msgraph/utils/New-MonkeyEntraIDRoleObject.ps1 -------------------------------------------------------------------------------- /core/api/entraid/msgraph/utils/New-MonkeyPIMRoleObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/entraid/msgraph/utils/New-MonkeyPIMRoleObject.ps1 -------------------------------------------------------------------------------- /core/api/entraid/pim/Get-MonkeyMSPIMObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/entraid/pim/Get-MonkeyMSPIMObject.ps1 -------------------------------------------------------------------------------- /core/api/entraid/pim/helpers/iam/Get-MonkeyMSPIMRoleAssignment.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/entraid/pim/helpers/iam/Get-MonkeyMSPIMRoleAssignment.ps1 -------------------------------------------------------------------------------- /core/api/entraid/pim/helpers/iam/Get-MonkeyMSPIMRoleDefinition.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/entraid/pim/helpers/iam/Get-MonkeyMSPIMRoleDefinition.ps1 -------------------------------------------------------------------------------- /core/api/entraid/portal/Get-MonkeyAzurePortalObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/entraid/portal/Get-MonkeyAzurePortalObject.ps1 -------------------------------------------------------------------------------- /core/api/m365/exchangeonline/api/ConvertTo-ExoRestCommand.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/exchangeonline/api/ConvertTo-ExoRestCommand.ps1 -------------------------------------------------------------------------------- /core/api/m365/exchangeonline/api/Get-PSExoAdminApiObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/exchangeonline/api/Get-PSExoAdminApiObject.ps1 -------------------------------------------------------------------------------- /core/api/m365/exchangeonline/helpers/Convert-ExoObjectToPsObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/exchangeonline/helpers/Convert-ExoObjectToPsObject.ps1 -------------------------------------------------------------------------------- /core/api/m365/exchangeonline/helpers/Get-AntiPhishInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/exchangeonline/helpers/Get-AntiPhishInfo.ps1 -------------------------------------------------------------------------------- /core/api/m365/exchangeonline/helpers/Get-HostedContentFilterInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/exchangeonline/helpers/Get-HostedContentFilterInfo.ps1 -------------------------------------------------------------------------------- /core/api/m365/exchangeonline/helpers/Get-MalwareFilterInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/exchangeonline/helpers/Get-MalwareFilterInfo.ps1 -------------------------------------------------------------------------------- /core/api/m365/exchangeonline/helpers/Get-MonkeyBackgroundJob.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/exchangeonline/helpers/Get-MonkeyBackgroundJob.ps1 -------------------------------------------------------------------------------- /core/api/m365/exchangeonline/helpers/Get-OrgRegion.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/exchangeonline/helpers/Get-OrgRegion.ps1 -------------------------------------------------------------------------------- /core/api/m365/exchangeonline/helpers/Get-PSExoMailBoxPermission.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/exchangeonline/helpers/Get-PSExoMailBoxPermission.ps1 -------------------------------------------------------------------------------- /core/api/m365/exchangeonline/helpers/Get-PSExoModuleFile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/exchangeonline/helpers/Get-PSExoModuleFile.ps1 -------------------------------------------------------------------------------- /core/api/m365/exchangeonline/helpers/Get-PSExoRoleGroupMember.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/exchangeonline/helpers/Get-PSExoRoleGroupMember.ps1 -------------------------------------------------------------------------------- /core/api/m365/exchangeonline/helpers/Get-PSExoUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/exchangeonline/helpers/Get-PSExoUser.ps1 -------------------------------------------------------------------------------- /core/api/m365/exchangeonline/helpers/Get-SafeAttachmentInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/exchangeonline/helpers/Get-SafeAttachmentInfo.ps1 -------------------------------------------------------------------------------- /core/api/m365/exchangeonline/helpers/Get-SafeLinksInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/exchangeonline/helpers/Get-SafeLinksInfo.ps1 -------------------------------------------------------------------------------- /core/api/m365/m365adminportal/api/Get-MonkeyM365AdminObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/m365adminportal/api/Get-MonkeyM365AdminObject.ps1 -------------------------------------------------------------------------------- /core/api/m365/m365adminportal/helpers/Test-IRMConnection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/m365adminportal/helpers/Test-IRMConnection.ps1 -------------------------------------------------------------------------------- /core/api/m365/m365adminportal/helpers/Test-M365PortalConnection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/m365adminportal/helpers/Test-M365PortalConnection.ps1 -------------------------------------------------------------------------------- /core/api/m365/microsoftfabric/api/Get-MonkeyMSFabricObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/microsoftfabric/api/Get-MonkeyMSFabricObject.ps1 -------------------------------------------------------------------------------- /core/api/m365/microsoftfabric/api/Get-MonkeyPowerBIObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/microsoftfabric/api/Get-MonkeyPowerBIObject.ps1 -------------------------------------------------------------------------------- /core/api/m365/microsoftteams/api/Get-MonkeyTeamsObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/microsoftteams/api/Get-MonkeyTeamsObject.ps1 -------------------------------------------------------------------------------- /core/api/m365/microsoftteams/helpers/service/Test-TeamsConnection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/microsoftteams/helpers/service/Test-TeamsConnection.ps1 -------------------------------------------------------------------------------- /core/api/m365/purview/helpers/Get-DLPSensitiveInformation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/purview/helpers/Get-DLPSensitiveInformation.ps1 -------------------------------------------------------------------------------- /core/api/m365/purview/helpers/Get-DataLossPreventionInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/purview/helpers/Get-DataLossPreventionInfo.ps1 -------------------------------------------------------------------------------- /core/api/m365/purview/helpers/Invoke-DLPValidation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/purview/helpers/Invoke-DLPValidation.ps1 -------------------------------------------------------------------------------- /core/api/m365/sharepointonline/csom/api/Invoke-MonkeyCSOMRequest.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/sharepointonline/csom/api/Invoke-MonkeyCSOMRequest.ps1 -------------------------------------------------------------------------------- /core/api/m365/sharepointonline/csom/helpers/list/Get-MonkeyCSOMList.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/sharepointonline/csom/helpers/list/Get-MonkeyCSOMList.ps1 -------------------------------------------------------------------------------- /core/api/m365/sharepointonline/csom/helpers/site/Get-MonkeyCSOMSite.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/sharepointonline/csom/helpers/site/Get-MonkeyCSOMSite.ps1 -------------------------------------------------------------------------------- /core/api/m365/sharepointonline/csom/helpers/web/Get-MonkeyCSOMWeb.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/sharepointonline/csom/helpers/web/Get-MonkeyCSOMWeb.ps1 -------------------------------------------------------------------------------- /core/api/m365/sharepointonline/rest/api/Invoke-MonkeySPOAdminApi.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/sharepointonline/rest/api/Invoke-MonkeySPOAdminApi.ps1 -------------------------------------------------------------------------------- /core/api/m365/sharepointonline/rest/api/Invoke-MonkeySPOApiSearch.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/sharepointonline/rest/api/Invoke-MonkeySPOApiSearch.ps1 -------------------------------------------------------------------------------- /core/api/m365/sharepointonline/utils/Find-ID.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/sharepointonline/utils/Find-ID.ps1 -------------------------------------------------------------------------------- /core/api/m365/sharepointonline/utils/Get-MonkeyCSOMObjectType.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/sharepointonline/utils/Get-MonkeyCSOMObjectType.ps1 -------------------------------------------------------------------------------- /core/api/m365/sharepointonline/utils/New-MonkeyCSOMPermissionObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/sharepointonline/utils/New-MonkeyCSOMPermissionObject.ps1 -------------------------------------------------------------------------------- /core/api/m365/sharepointonline/utils/Test-HasUniqueRoleAssignment.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/sharepointonline/utils/Test-HasUniqueRoleAssignment.ps1 -------------------------------------------------------------------------------- /core/api/m365/sharepointonline/utils/Test-SiteConnection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/sharepointonline/utils/Test-SiteConnection.ps1 -------------------------------------------------------------------------------- /core/api/m365/sharepointonline/utils/Update-MonkeyCSOMObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/sharepointonline/utils/Update-MonkeyCSOMObject.ps1 -------------------------------------------------------------------------------- /core/api/m365/sharepointonline/utils/enum.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/api/m365/sharepointonline/utils/enum.ps1 -------------------------------------------------------------------------------- /core/collector/Format-MonkeyCollector.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/collector/Format-MonkeyCollector.ps1 -------------------------------------------------------------------------------- /core/collector/Get-MetadataFromCollector.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/collector/Get-MetadataFromCollector.ps1 -------------------------------------------------------------------------------- /core/collector/Get-MonkeySupportedService.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/collector/Get-MonkeySupportedService.ps1 -------------------------------------------------------------------------------- /core/collector/Select-MonkeyCollector.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/collector/Select-MonkeyCollector.ps1 -------------------------------------------------------------------------------- /core/html/Invoke-HtmlReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/html/Invoke-HtmlReport.ps1 -------------------------------------------------------------------------------- /core/import/Import-MonkeyJob.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/import/Import-MonkeyJob.ps1 -------------------------------------------------------------------------------- /core/import/Import-MonkeyJobConsole.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/import/Import-MonkeyJobConsole.ps1 -------------------------------------------------------------------------------- /core/init/Get-AADRMServiceLocatorUrl.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/init/Get-AADRMServiceLocatorUrl.ps1 -------------------------------------------------------------------------------- /core/init/Get-ExecutionInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/init/Get-ExecutionInfo.ps1 -------------------------------------------------------------------------------- /core/init/Get-MonkeyCollector.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/init/Get-MonkeyCollector.ps1 -------------------------------------------------------------------------------- /core/init/Get-MonkeyMe.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/init/Get-MonkeyMe.ps1 -------------------------------------------------------------------------------- /core/init/Get-MonkeySKUInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/init/Get-MonkeySKUInfo.ps1 -------------------------------------------------------------------------------- /core/init/Get-MonkeyUserAgent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/init/Get-MonkeyUserAgent.ps1 -------------------------------------------------------------------------------- /core/init/Initialize-AuthenticationParam.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/init/Initialize-AuthenticationParam.ps1 -------------------------------------------------------------------------------- /core/init/Initialize-MonkeyLogger.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/init/Initialize-MonkeyLogger.ps1 -------------------------------------------------------------------------------- /core/init/New-O365Object.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/init/New-O365Object.ps1 -------------------------------------------------------------------------------- /core/init/Skip-MonkeyAzResource.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/init/Skip-MonkeyAzResource.ps1 -------------------------------------------------------------------------------- /core/init/Test-MonkeyAADIAM.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/init/Test-MonkeyAADIAM.ps1 -------------------------------------------------------------------------------- /core/modules/monkeycloudutils/Localized/en-US/monkeycloudutils.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeycloudutils/Localized/en-US/monkeycloudutils.psd1 -------------------------------------------------------------------------------- /core/modules/monkeycloudutils/Localized/monkeycloudutils.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeycloudutils/Localized/monkeycloudutils.psd1 -------------------------------------------------------------------------------- /core/modules/monkeycloudutils/monkeycloudutils.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeycloudutils/monkeycloudutils.psd1 -------------------------------------------------------------------------------- /core/modules/monkeycloudutils/monkeycloudutils.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeycloudutils/monkeycloudutils.psm1 -------------------------------------------------------------------------------- /core/modules/monkeycloudutils/private/Get-LocalizedData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeycloudutils/private/Get-LocalizedData.ps1 -------------------------------------------------------------------------------- /core/modules/monkeycloudutils/public/Get-DefaultTenantName.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeycloudutils/public/Get-DefaultTenantName.ps1 -------------------------------------------------------------------------------- /core/modules/monkeycloudutils/public/Get-MSGraphOrganization.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeycloudutils/public/Get-MSGraphOrganization.ps1 -------------------------------------------------------------------------------- /core/modules/monkeycloudutils/public/Get-MonkeyEnvironment.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeycloudutils/public/Get-MonkeyEnvironment.ps1 -------------------------------------------------------------------------------- /core/modules/monkeycloudutils/public/Get-MonkeyExoRedirectUri.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeycloudutils/public/Get-MonkeyExoRedirectUri.ps1 -------------------------------------------------------------------------------- /core/modules/monkeycloudutils/public/Get-MonkeySubscriptionInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeycloudutils/public/Get-MonkeySubscriptionInfo.ps1 -------------------------------------------------------------------------------- /core/modules/monkeycloudutils/public/Get-OneDriveUrl.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeycloudutils/public/Get-OneDriveUrl.ps1 -------------------------------------------------------------------------------- /core/modules/monkeycloudutils/public/Get-PublicTenantInformation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeycloudutils/public/Get-PublicTenantInformation.ps1 -------------------------------------------------------------------------------- /core/modules/monkeycloudutils/public/Get-SKUProduct.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeycloudutils/public/Get-SKUProduct.ps1 -------------------------------------------------------------------------------- /core/modules/monkeycloudutils/public/Get-SharepointAdminUrl.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeycloudutils/public/Get-SharepointAdminUrl.ps1 -------------------------------------------------------------------------------- /core/modules/monkeycloudutils/public/Get-SharepointUrl.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeycloudutils/public/Get-SharepointUrl.ps1 -------------------------------------------------------------------------------- /core/modules/monkeycloudutils/public/Get-TenantInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeycloudutils/public/Get-TenantInfo.ps1 -------------------------------------------------------------------------------- /core/modules/monkeycloudutils/public/Get-TenantsForUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeycloudutils/public/Get-TenantsForUser.ps1 -------------------------------------------------------------------------------- /core/modules/monkeycloudutils/public/Get-WellKnownAzureService.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeycloudutils/public/Get-WellKnownAzureService.ps1 -------------------------------------------------------------------------------- /core/modules/monkeycloudutils/public/New-MsalApplicationForExo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeycloudutils/public/New-MsalApplicationForExo.ps1 -------------------------------------------------------------------------------- /core/modules/monkeycloudutils/public/New-MsalApplicationForPnP.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeycloudutils/public/New-MsalApplicationForPnP.ps1 -------------------------------------------------------------------------------- /core/modules/monkeycloudutils/public/New-MsalApplicationForSPO.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeycloudutils/public/New-MsalApplicationForSPO.ps1 -------------------------------------------------------------------------------- /core/modules/monkeycloudutils/public/Read-JWTtoken.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeycloudutils/public/Read-JWTtoken.ps1 -------------------------------------------------------------------------------- /core/modules/monkeycloudutils/public/Test-IsValidAudience.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeycloudutils/public/Test-IsValidAudience.ps1 -------------------------------------------------------------------------------- /core/modules/monkeycloudutils/public/Test-IsValidTenantId.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeycloudutils/public/Test-IsValidTenantId.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/Localized/en-US/monkeyhtml.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/Localized/en-US/monkeyhtml.psd1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/Localized/monkeyhtml.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/Localized/monkeyhtml.psd1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/monkeyhtml.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/monkeyhtml.psd1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/monkeyhtml.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/monkeyhtml.psm1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/ApexCharts/Get-DonutChartOption.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/ApexCharts/Get-DonutChartOption.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/ApexCharts/Get-PolarAreaChartOption.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/ApexCharts/Get-PolarAreaChartOption.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Card/Get-HtmlContainerCard.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Card/Get-HtmlContainerCard.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Card/New-FindingCard.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Card/New-FindingCard.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Card/New-HtmlCard.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Card/New-HtmlCard.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Card/New-HtmlContainerCard.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Card/New-HtmlContainerCard.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Dashboard/New-HtmlMainDashboard.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Dashboard/New-HtmlMainDashboard.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Header/Get-HtmlHeader.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Header/Get-HtmlHeader.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Icons/Get-FabricIcon.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Icons/Get-FabricIcon.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Icons/Get-SvgIcon.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Icons/Get-SvgIcon.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Modal/Get-AllModalHtmlObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Modal/Get-AllModalHtmlObject.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Modal/New-HtmlAboutAuthorModal.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Modal/New-HtmlAboutAuthorModal.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Modal/New-HtmlAboutTool.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Modal/New-HtmlAboutTool.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Modal/New-HtmlErrorModal.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Modal/New-HtmlErrorModal.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Modal/New-HtmlModal.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Modal/New-HtmlModal.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Modal/New-HtmlRawObjectModal.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Modal/New-HtmlRawObjectModal.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Navbar/New-HTMLNavBar.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Navbar/New-HTMLNavBar.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Objects/Convert-ComplianceToSpanTag.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Objects/Convert-ComplianceToSpanTag.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Objects/Get-BadgeFromLevel.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Objects/Get-BadgeFromLevel.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Objects/Get-BadgeFromStatusCode.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Objects/Get-BadgeFromStatusCode.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Objects/Get-ColorFromLevel.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Objects/Get-ColorFromLevel.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Objects/Get-HTMLCardCompliance.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Objects/Get-HTMLCardCompliance.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Objects/Get-HTMLCardContent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Objects/Get-HTMLCardContent.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Objects/Get-HTMLCardReference.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Objects/Get-HTMLCardReference.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Objects/Get-HTMLFindingCardInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Objects/Get-HTMLFindingCardInfo.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Objects/Get-HTMLNavBarGitHubInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Objects/Get-HTMLNavBarGitHubInfo.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Objects/Get-IconFromLevel.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Objects/Get-IconFromLevel.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Objects/New-AccountInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Objects/New-AccountInfo.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Objects/New-HtmlCardFilter.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Objects/New-HtmlCardFilter.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Objects/New-HtmlExecutionInfoCard.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Objects/New-HtmlExecutionInfoCard.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Objects/New-HtmlScanDetailsCard.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Objects/New-HtmlScanDetailsCard.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Objects/New-HtmlUserProfileCard.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Objects/New-HtmlUserProfileCard.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Sidebar/New-SideBar.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Sidebar/New-SideBar.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Tables/Get-DashboardTable.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Tables/Get-DashboardTable.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Tables/New-HtmlTableFromObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Tables/New-HtmlTableFromObject.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Tabs/New-HTMLTab.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Tabs/New-HTMLTab.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/Tag/New-HtmlTag.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/Tag/New-HtmlTag.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/utils/Convert-UrlToJsDelivr.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/utils/Convert-UrlToJsDelivr.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/utils/Format-PsObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/utils/Format-PsObject.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/utils/Get-JSHelper.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/utils/Get-JSHelper.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/utils/Initialize-MonkeyHtml.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/utils/Initialize-MonkeyHtml.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/private/utils/Update-XMLIndent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/private/utils/Update-XMLIndent.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/public/New-HtmlReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/public/New-HtmlReport.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/public/New-HtmlReport.ps1_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/public/New-HtmlReport.ps1_ -------------------------------------------------------------------------------- /core/modules/monkeyhtml/tests/Convert-ComplianceToSpanTag.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/tests/Convert-ComplianceToSpanTag.Tests.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/tests/Get-DonutChartOption.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/tests/Get-DonutChartOption.Tests.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/tests/Get-PolarAreaChartOption.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/tests/Get-PolarAreaChartOption.Tests.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/tests/Get-StackedBarChartOption.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/tests/Get-StackedBarChartOption.Tests.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/tests/New-FindingByServiceChart.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/tests/New-FindingByServiceChart.Tests.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/tests/New-FindingBySeverityChart.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/tests/New-FindingBySeverityChart.Tests.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhtml/tests/New-HtmlTag.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhtml/tests/New-HtmlTag.Tests.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhttpwebrequest/Localized/monkeyhttpwebrequest.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhttpwebrequest/Localized/monkeyhttpwebrequest.psd1 -------------------------------------------------------------------------------- /core/modules/monkeyhttpwebrequest/monkeyhttpwebrequest.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhttpwebrequest/monkeyhttpwebrequest.psd1 -------------------------------------------------------------------------------- /core/modules/monkeyhttpwebrequest/monkeyhttpwebrequest.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhttpwebrequest/monkeyhttpwebrequest.psm1 -------------------------------------------------------------------------------- /core/modules/monkeyhttpwebrequest/private/Convert-RawData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhttpwebrequest/private/Convert-RawData.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhttpwebrequest/private/Convert-RawObjectToXml.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhttpwebrequest/private/Convert-RawObjectToXml.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhttpwebrequest/private/Get-HttpMethod.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhttpwebrequest/private/Get-HttpMethod.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhttpwebrequest/private/Get-HttpResponseError.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhttpwebrequest/private/Get-HttpResponseError.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhttpwebrequest/private/Get-LocalizedData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhttpwebrequest/private/Get-LocalizedData.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhttpwebrequest/private/Invoke-ClientRequest.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhttpwebrequest/private/Invoke-ClientRequest.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhttpwebrequest/private/New-HttpRequestMessage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhttpwebrequest/private/New-HttpRequestMessage.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhttpwebrequest/private/New-StringContent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhttpwebrequest/private/New-StringContent.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhttpwebrequest/private/Wait-WebTask.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhttpwebrequest/private/Wait-WebTask.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhttpwebrequest/public/Invoke-MonkeyWebRequest.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhttpwebrequest/public/Invoke-MonkeyWebRequest.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhttpwebrequest/public/New-ClientHandler.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhttpwebrequest/public/New-ClientHandler.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyhttpwebrequest/public/New-HttpClient.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyhttpwebrequest/public/New-HttpClient.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyjob/Localized/en-US/monkeyjob.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyjob/Localized/en-US/monkeyjob.psd1 -------------------------------------------------------------------------------- /core/modules/monkeyjob/Localized/monkeyjob.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyjob/Localized/monkeyjob.psd1 -------------------------------------------------------------------------------- /core/modules/monkeyjob/helpers/MonkeyJob.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyjob/helpers/MonkeyJob.cs -------------------------------------------------------------------------------- /core/modules/monkeyjob/monkeyjob.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyjob/monkeyjob.psd1 -------------------------------------------------------------------------------- /core/modules/monkeyjob/monkeyjob.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyjob/monkeyjob.psm1 -------------------------------------------------------------------------------- /core/modules/monkeyjob/private/Find-ElementFromAst.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyjob/private/Find-ElementFromAst.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyjob/private/Find-FunctionFromFile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyjob/private/Find-FunctionFromFile.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyjob/private/Format-Command.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyjob/private/Format-Command.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyjob/private/Format-CommandName.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyjob/private/Format-CommandName.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyjob/private/Get-CommandInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyjob/private/Get-CommandInfo.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyjob/private/Get-CommandName.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyjob/private/Get-CommandName.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyjob/private/Get-LocalizedData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyjob/private/Get-LocalizedData.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyjob/private/Get-PowerShellParam.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyjob/private/Get-PowerShellParam.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyjob/private/Get-ScriptBlock.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyjob/private/Get-ScriptBlock.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyjob/private/Get-ScriptBlockParam.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyjob/private/Get-ScriptBlockParam.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyjob/private/Get-TokenizedObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyjob/private/Get-TokenizedObject.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyjob/private/New-InitialSessionState.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyjob/private/New-InitialSessionState.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyjob/private/New-MonkeyJobObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyjob/private/New-MonkeyJobObject.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyjob/private/New-PowerShellObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyjob/private/New-PowerShellObject.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyjob/private/Set-ScriptBlock.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyjob/private/Set-ScriptBlock.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyjob/private/Test-IsCustomFunction.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyjob/private/Test-IsCustomFunction.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyjob/private/Test-Param.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyjob/private/Test-Param.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyjob/private/Test-ScriptBlockParam.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyjob/private/Test-ScriptBlockParam.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyjob/public/Clear-MonkeyJobError.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyjob/public/Clear-MonkeyJobError.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyjob/public/Get-MonkeyJob.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyjob/public/Get-MonkeyJob.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyjob/public/Get-MonkeyJobError.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyjob/public/Get-MonkeyJobError.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyjob/public/Get-MonkeyJobRS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyjob/public/Get-MonkeyJobRS.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyjob/public/Invoke-MonkeyJob.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyjob/public/Invoke-MonkeyJob.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyjob/public/New-RunspacePool.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyjob/public/New-RunspacePool.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyjob/public/Receive-MonkeyJob.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyjob/public/Receive-MonkeyJob.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyjob/public/Remove-MonkeyJob.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyjob/public/Remove-MonkeyJob.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyjob/public/Start-MonkeyJob.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyjob/public/Start-MonkeyJob.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyjob/public/Wait-MonkeyJob.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyjob/public/Wait-MonkeyJob.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyjob/public/Watch-MonkeyJob.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyjob/public/Watch-MonkeyJob.ps1 -------------------------------------------------------------------------------- /core/modules/monkeylogger/Localized/en-US/monkeylogger.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeylogger/Localized/en-US/monkeylogger.psd1 -------------------------------------------------------------------------------- /core/modules/monkeylogger/Localized/monkeylogger.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeylogger/Localized/monkeylogger.psd1 -------------------------------------------------------------------------------- /core/modules/monkeylogger/clients/Write-File.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeylogger/clients/Write-File.ps1 -------------------------------------------------------------------------------- /core/modules/monkeylogger/clients/Write-Slack.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeylogger/clients/Write-Slack.ps1 -------------------------------------------------------------------------------- /core/modules/monkeylogger/clients/Write-Teams.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeylogger/clients/Write-Teams.ps1 -------------------------------------------------------------------------------- /core/modules/monkeylogger/clients/definitions/file.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeylogger/clients/definitions/file.json -------------------------------------------------------------------------------- /core/modules/monkeylogger/clients/definitions/slack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeylogger/clients/definitions/slack.json -------------------------------------------------------------------------------- /core/modules/monkeylogger/clients/definitions/teams.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeylogger/clients/definitions/teams.json -------------------------------------------------------------------------------- /core/modules/monkeylogger/clients/validators/Initialize-File.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeylogger/clients/validators/Initialize-File.ps1 -------------------------------------------------------------------------------- /core/modules/monkeylogger/clients/validators/Initialize-WebHook.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeylogger/clients/validators/Initialize-WebHook.ps1 -------------------------------------------------------------------------------- /core/modules/monkeylogger/monkeylogger.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeylogger/monkeylogger.psd1 -------------------------------------------------------------------------------- /core/modules/monkeylogger/monkeylogger.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeylogger/monkeylogger.psm1 -------------------------------------------------------------------------------- /core/modules/monkeylogger/private/Get-LocalizedData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeylogger/private/Get-LocalizedData.ps1 -------------------------------------------------------------------------------- /core/modules/monkeylogger/private/Initialize-Configuration.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeylogger/private/Initialize-Configuration.ps1 -------------------------------------------------------------------------------- /core/modules/monkeylogger/private/New-Logger.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeylogger/private/New-Logger.ps1 -------------------------------------------------------------------------------- /core/modules/monkeylogger/private/New-LoggerSessionState.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeylogger/private/New-LoggerSessionState.ps1 -------------------------------------------------------------------------------- /core/modules/monkeylogger/private/Wait-MonkeyLogger.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeylogger/private/Wait-MonkeyLogger.ps1 -------------------------------------------------------------------------------- /core/modules/monkeylogger/private/helpers/Confirm-Publication.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeylogger/private/helpers/Confirm-Publication.ps1 -------------------------------------------------------------------------------- /core/modules/monkeylogger/private/helpers/Get-AstFunctionsFromFile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeylogger/private/helpers/Get-AstFunctionsFromFile.ps1 -------------------------------------------------------------------------------- /core/modules/monkeylogger/private/helpers/Get-FormattedMessage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeylogger/private/helpers/Get-FormattedMessage.ps1 -------------------------------------------------------------------------------- /core/modules/monkeylogger/private/helpers/logenum.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeylogger/private/helpers/logenum.ps1 -------------------------------------------------------------------------------- /core/modules/monkeylogger/public/Get-LogQueue.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeylogger/public/Get-LogQueue.ps1 -------------------------------------------------------------------------------- /core/modules/monkeylogger/public/Start-Logger.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeylogger/public/Start-Logger.ps1 -------------------------------------------------------------------------------- /core/modules/monkeylogger/public/Stop-Logger.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeylogger/public/Stop-Logger.ps1 -------------------------------------------------------------------------------- /core/modules/monkeylogger/public/Write-Debug.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeylogger/public/Write-Debug.ps1 -------------------------------------------------------------------------------- /core/modules/monkeylogger/public/Write-Error.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeylogger/public/Write-Error.ps1 -------------------------------------------------------------------------------- /core/modules/monkeylogger/public/Write-Information.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeylogger/public/Write-Information.ps1 -------------------------------------------------------------------------------- /core/modules/monkeylogger/public/Write-Verbose.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeylogger/public/Write-Verbose.ps1 -------------------------------------------------------------------------------- /core/modules/monkeylogger/public/Write-Warning.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeylogger/public/Write-Warning.ps1 -------------------------------------------------------------------------------- /core/modules/monkeymsal/Localized/en-US/monkeymsal.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeymsal/Localized/en-US/monkeymsal.psd1 -------------------------------------------------------------------------------- /core/modules/monkeymsal/Localized/monkeymsal.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeymsal/Localized/monkeymsal.psd1 -------------------------------------------------------------------------------- /core/modules/monkeymsal/helpers/devicecode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeymsal/helpers/devicecode.cs -------------------------------------------------------------------------------- /core/modules/monkeymsal/lib/desktop/Microsoft.Identity.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeymsal/lib/desktop/Microsoft.Identity.Client.dll -------------------------------------------------------------------------------- /core/modules/monkeymsal/lib/desktop/Microsoft.Identity.Client.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeymsal/lib/desktop/Microsoft.Identity.Client.xml -------------------------------------------------------------------------------- /core/modules/monkeymsal/lib/desktop/System.Buffers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeymsal/lib/desktop/System.Buffers.dll -------------------------------------------------------------------------------- /core/modules/monkeymsal/lib/desktop/System.Buffers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeymsal/lib/desktop/System.Buffers.xml -------------------------------------------------------------------------------- /core/modules/monkeymsal/lib/desktop/System.Memory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeymsal/lib/desktop/System.Memory.dll -------------------------------------------------------------------------------- /core/modules/monkeymsal/lib/desktop/System.Memory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeymsal/lib/desktop/System.Memory.xml -------------------------------------------------------------------------------- /core/modules/monkeymsal/lib/desktop/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeymsal/lib/desktop/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /core/modules/monkeymsal/lib/desktop/System.Numerics.Vectors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeymsal/lib/desktop/System.Numerics.Vectors.xml -------------------------------------------------------------------------------- /core/modules/monkeymsal/lib/netcore/Microsoft.Identity.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeymsal/lib/netcore/Microsoft.Identity.Client.dll -------------------------------------------------------------------------------- /core/modules/monkeymsal/lib/netcore/Microsoft.Identity.Client.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeymsal/lib/netcore/Microsoft.Identity.Client.xml -------------------------------------------------------------------------------- /core/modules/monkeymsal/monkeymsal.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeymsal/monkeymsal.psd1 -------------------------------------------------------------------------------- /core/modules/monkeymsal/monkeymsal.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeymsal/monkeymsal.psm1 -------------------------------------------------------------------------------- /core/modules/monkeymsal/private/Convert-SecureStringToPlainText.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeymsal/private/Convert-SecureStringToPlainText.ps1 -------------------------------------------------------------------------------- /core/modules/monkeymsal/private/Get-LocalizedData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeymsal/private/Get-LocalizedData.ps1 -------------------------------------------------------------------------------- /core/modules/monkeymsal/private/Get-OsInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeymsal/private/Get-OsInfo.ps1 -------------------------------------------------------------------------------- /core/modules/monkeymsal/public/Get-MonkeyMSALToken.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeymsal/public/Get-MonkeyMSALToken.ps1 -------------------------------------------------------------------------------- /core/modules/monkeymsal/public/New-MonkeyMsalApplication.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeymsal/public/New-MonkeyMsalApplication.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/Localized/en-US/monkeyoutput.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/Localized/en-US/monkeyoutput.psd1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/Localized/monkeyoutput.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/Localized/monkeyoutput.psd1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/monkeyoutput.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/monkeyoutput.psd1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/monkeyoutput.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/monkeyoutput.psm1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/Convert-ObjectToCamelCaseObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/Convert-ObjectToCamelCaseObject.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/ConvertTo-CamelCase.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/ConvertTo-CamelCase.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/ConvertTo-GenericPsObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/ConvertTo-GenericPsObject.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/ConvertTo-OCSFObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/ConvertTo-OCSFObject.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/Export-DataToCliXml.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/Export-DataToCliXml.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/Format-Json.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/Format-Json.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/Get-CloudObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/Get-CloudObject.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/Get-FindingInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/Get-FindingInfo.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/Get-FindingLegend.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/Get-FindingLegend.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/Get-LocalizedData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/Get-LocalizedData.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/Get-Metadata.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/Get-Metadata.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/Get-ObjectCompliance.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/Get-ObjectCompliance.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/Get-ObjectLocation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/Get-ObjectLocation.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/Get-ObjectName.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/Get-ObjectName.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/Get-ObjectResourceGroupName.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/Get-ObjectResourceGroupName.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/Get-ObjectResourceId.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/Get-ObjectResourceId.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/Get-ObjectResourceType.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/Get-ObjectResourceType.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/Get-ObjectTag.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/Get-ObjectTag.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/Get-OcsfDetectionFindingObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/Get-OcsfDetectionFindingObject.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/Get-PropertyFromPsObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/Get-PropertyFromPsObject.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/Get-Remediation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/Get-Remediation.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/Get-Severity.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/Get-Severity.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/Get-SeverityId.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/Get-SeverityId.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/Get-Status.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/Get-Status.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/Get-StatusId.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/Get-StatusId.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/New-AzureOutputPsObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/New-AzureOutputPsObject.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/New-FindingObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/New-FindingObject.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/New-GenericOutputPsObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/New-GenericOutputPsObject.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/New-OcsfAccountObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/New-OcsfAccountObject.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/New-OcsfCloudObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/New-OcsfCloudObject.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/New-OcsfDetectionFindingObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/New-OcsfDetectionFindingObject.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/New-OcsfFindingInfoObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/New-OcsfFindingInfoObject.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/New-OcsfGroupObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/New-OcsfGroupObject.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/New-OcsfMetadataObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/New-OcsfMetadataObject.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/New-OcsfOrganizationObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/New-OcsfOrganizationObject.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/New-OcsfProductObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/New-OcsfProductObject.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/New-OcsfRemediationObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/New-OcsfRemediationObject.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/New-OcsfResourceDetailsObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/New-OcsfResourceDetailsObject.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/New-RandomId.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/New-RandomId.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/Remove-TabAndNewLine.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/Remove-TabAndNewLine.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/private/Update-OCSFObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/private/Update-OCSFObject.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyoutput/public/Invoke-MonkeyOutput.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyoutput/public/Invoke-MonkeyOutput.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/Localized/en-US/monkeyruleset.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/Localized/en-US/monkeyruleset.psd1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/Localized/monkeyruleset.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/Localized/monkeyruleset.psd1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/monkeyruleset.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/monkeyruleset.psd1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/monkeyruleset.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/monkeyruleset.psm1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/private/Build-Query.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/private/Build-Query.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/private/Convert-Value.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/private/Convert-Value.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/private/ConvertFrom-Condition.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/private/ConvertFrom-Condition.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/private/ConvertTo-Query.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/private/ConvertTo-Query.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/private/Format-DataFromExpression.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/private/Format-DataFromExpression.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/private/Get-AvailableRule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/private/Get-AvailableRule.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/private/Get-CastValue.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/private/Get-CastValue.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/private/Get-ComparisonOperator.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/private/Get-ComparisonOperator.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/private/Get-Condition.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/private/Get-Condition.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/private/Get-File.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/private/Get-File.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/private/Get-LogicalNotOperator.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/private/Get-LogicalNotOperator.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/private/Get-LogicalOperator.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/private/Get-LogicalOperator.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/private/Get-MonkeyRule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/private/Get-MonkeyRule.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/private/Get-MonkeyRuleSet.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/private/Get-MonkeyRuleSet.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/private/Get-NewFilter.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/private/Get-NewFilter.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/private/Get-NewFilter2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/private/Get-NewFilter2.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/private/Get-ObjectFromDataset.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/private/Get-ObjectFromDataset.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/private/Get-QueryResult.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/private/Get-QueryResult.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/private/Get-RuleFileContent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/private/Get-RuleFileContent.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/private/Get-RulesFromRuleSet.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/private/Get-RulesFromRuleSet.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/private/Get-StatusCode.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/private/Get-StatusCode.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/private/Get-ValidRule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/private/Get-ValidRule.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/private/Import-MonkeyRuleset.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/private/Import-MonkeyRuleset.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/private/Invoke-UnitRule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/private/Invoke-UnitRule.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/private/New-EmptyMetadataObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/private/New-EmptyMetadataObject.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/private/New-MonkeyFindingObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/private/New-MonkeyFindingObject.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/private/Remove-InternaltVar.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/private/Remove-InternaltVar.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/private/Resolve-Filter.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/private/Resolve-Filter.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/private/Resolve-Include.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/private/Resolve-Include.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/private/Resolve-Statement.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/private/Resolve-Statement.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/private/Set-InternalVar.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/private/Set-InternalVar.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/private/Test-IsNull.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/private/Test-IsNull.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/private/Test-isValidRule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/private/Test-isValidRule.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/private/Test-isValidRuleSet.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/private/Test-isValidRuleSet.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/public/Get-Framework.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/public/Get-Framework.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/public/Get-Rule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/public/Get-Rule.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/public/Get-RuleServiceType.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/public/Get-RuleServiceType.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/public/Get-Ruleset.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/public/Get-Ruleset.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/public/Initialize-MonkeyRuleset.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/public/Initialize-MonkeyRuleset.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/public/Invoke-Rule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/public/Invoke-Rule.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/public/Invoke-RuleScan.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/public/Invoke-RuleScan.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyruleset/public/New-Dataset.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyruleset/public/New-Dataset.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/Localized/en-US/monkeyutils.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/Localized/en-US/monkeyutils.psd1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/Localized/monkeyutils.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/Localized/monkeyutils.psd1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/monkeyutils.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/monkeyutils.psd1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/monkeyutils.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/monkeyutils.psm1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/private/Get-LocalizedData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/private/Get-LocalizedData.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/public/Convert-HashTableToPsObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/public/Convert-HashTableToPsObject.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/public/Convert-XmlToPsObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/public/Convert-XmlToPsObject.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/public/ConvertTo-Hashtable.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/public/ConvertTo-Hashtable.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/public/ConvertTo-SecureScriptBlock.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/public/ConvertTo-SecureScriptBlock.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/public/Copy-psObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/public/Copy-psObject.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/public/Export-MonkeyCliXml.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/public/Export-MonkeyCliXml.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/public/Get-ActiveRunspacePool.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/public/Get-ActiveRunspacePool.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/public/Get-AstFunction.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/public/Get-AstFunction.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/public/Get-JsonFromFile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/public/Get-JsonFromFile.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/public/Get-MonkeyDirectory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/public/Get-MonkeyDirectory.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/public/Get-MonkeyFile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/public/Get-MonkeyFile.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/public/Get-MonkeySystemInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/public/Get-MonkeySystemInfo.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/public/Get-OSVersion.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/public/Get-OSVersion.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/public/Get-ObjectPropertyByPath.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/public/Get-ObjectPropertyByPath.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/public/Get-UserIdFromToken.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/public/Get-UserIdFromToken.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/public/Import-JsonToVariable.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/public/Import-JsonToVariable.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/public/Import-MonkeyCliXml.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/public/Import-MonkeyCliXml.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/public/Import-RawDataToVariable.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/public/Import-RawDataToVariable.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/public/Join-HashTable.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/public/Join-HashTable.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/public/New-MonkeyFolder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/public/New-MonkeyFolder.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/public/New-MonkeyGuid.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/public/New-MonkeyGuid.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/public/Out-CSV.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/public/Out-CSV.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/public/Out-Gzip.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/public/Out-Gzip.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/public/Out-JSON.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/public/Out-JSON.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/public/Out-XML.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/public/Out-XML.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/public/Out-ZipFile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/public/Out-ZipFile.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/public/Read-Compress.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/public/Read-Compress.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/public/Split-Array.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/public/Split-Array.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/public/Test-IsAbsoluteUrl.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/public/Test-IsAbsoluteUrl.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/public/Test-IsRelativeUrl.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/public/Test-IsRelativeUrl.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/public/Test-IsValidUrl.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/public/Test-IsValidUrl.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/public/Update-MonkeyAsset.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/public/Update-MonkeyAsset.ps1 -------------------------------------------------------------------------------- /core/modules/monkeyutils/public/Update-PsObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/monkeyutils/public/Update-PsObject.ps1 -------------------------------------------------------------------------------- /core/modules/psmarkdig/Localized/en-US/psmarkdig.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psmarkdig/Localized/en-US/psmarkdig.psd1 -------------------------------------------------------------------------------- /core/modules/psmarkdig/Localized/psmarkdig.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psmarkdig/Localized/psmarkdig.psd1 -------------------------------------------------------------------------------- /core/modules/psmarkdig/lib/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psmarkdig/lib/license.txt -------------------------------------------------------------------------------- /core/modules/psmarkdig/lib/net461/Markdig.Signed.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psmarkdig/lib/net461/Markdig.Signed.dll -------------------------------------------------------------------------------- /core/modules/psmarkdig/lib/net461/Markdig.Signed.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psmarkdig/lib/net461/Markdig.Signed.xml -------------------------------------------------------------------------------- /core/modules/psmarkdig/lib/net461/System.Buffers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psmarkdig/lib/net461/System.Buffers.dll -------------------------------------------------------------------------------- /core/modules/psmarkdig/lib/net461/System.Buffers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psmarkdig/lib/net461/System.Buffers.xml -------------------------------------------------------------------------------- /core/modules/psmarkdig/lib/net461/System.Memory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psmarkdig/lib/net461/System.Memory.dll -------------------------------------------------------------------------------- /core/modules/psmarkdig/lib/net461/System.Memory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psmarkdig/lib/net461/System.Memory.xml -------------------------------------------------------------------------------- /core/modules/psmarkdig/lib/net461/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psmarkdig/lib/net461/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /core/modules/psmarkdig/lib/net461/System.Numerics.Vectors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psmarkdig/lib/net461/System.Numerics.Vectors.xml -------------------------------------------------------------------------------- /core/modules/psmarkdig/lib/net6.0/Markdig.Signed.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psmarkdig/lib/net6.0/Markdig.Signed.dll -------------------------------------------------------------------------------- /core/modules/psmarkdig/lib/net6.0/Markdig.Signed.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psmarkdig/lib/net6.0/Markdig.Signed.xml -------------------------------------------------------------------------------- /core/modules/psmarkdig/lib/net8.0/Markdig.Signed.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psmarkdig/lib/net8.0/Markdig.Signed.dll -------------------------------------------------------------------------------- /core/modules/psmarkdig/lib/net8.0/Markdig.Signed.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psmarkdig/lib/net8.0/Markdig.Signed.xml -------------------------------------------------------------------------------- /core/modules/psmarkdig/private/Get-LocalizedData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psmarkdig/private/Get-LocalizedData.ps1 -------------------------------------------------------------------------------- /core/modules/psmarkdig/psmarkdig.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psmarkdig/psmarkdig.psd1 -------------------------------------------------------------------------------- /core/modules/psmarkdig/psmarkdig.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psmarkdig/psmarkdig.psm1 -------------------------------------------------------------------------------- /core/modules/psmarkdig/public/Convert-MarkDownToHtml.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psmarkdig/public/Convert-MarkDownToHtml.ps1 -------------------------------------------------------------------------------- /core/modules/psmarkdig/public/Convert-MarkDownToPlainText.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psmarkdig/public/Convert-MarkDownToPlainText.ps1 -------------------------------------------------------------------------------- /core/modules/psmarkdig/tests/psmarkdig.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psmarkdig/tests/psmarkdig.Tests.ps1 -------------------------------------------------------------------------------- /core/modules/psocsf/psocsf.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/psocsf.psd1 -------------------------------------------------------------------------------- /core/modules/psocsf/psocsf.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/psocsf.psm1 -------------------------------------------------------------------------------- /core/modules/psocsf/public/Finding/Compliance.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Finding/Compliance.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Finding/Detection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Finding/Detection.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Finding/Security.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Finding/Security.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Finding/Vulnerability.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Finding/Vulnerability.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Framework/CISCSC.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Framework/CISCSC.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Framework/ComplianceId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Framework/ComplianceId.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Framework/ComplianceObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Framework/ComplianceObject.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Framework/KillChain.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Framework/KillChain.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Framework/MitreAttack.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Framework/MitreAttack.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Framework/PhaseId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Framework/PhaseId.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Framework/SubTechnique.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Framework/SubTechnique.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Framework/Tactic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Framework/Tactic.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Framework/Technique.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Framework/Technique.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Data/Analytic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Data/Analytic.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Data/Enrichment.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Data/Enrichment.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Data/Observable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Data/Observable.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Data/ObservableId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Data/ObservableId.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Data/Reputation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Data/Reputation.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Data/ScoreId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Data/ScoreId.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Data/TypeId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Data/TypeId.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/DigitalCert/DigitalCert.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/DigitalCert/DigitalCert.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/DigitalSignature/AlgorithmId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/DigitalSignature/AlgorithmId.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/DigitalSignature/DigitalSignature.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/DigitalSignature/DigitalSignature.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Endpoint/Endpoint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Endpoint/Endpoint.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Entity/Account/Account.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Entity/Account/Account.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Entity/AccountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Entity/AccountType.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Entity/Actor/Actor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Entity/Actor/Actor.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Entity/Cloud/Cloud.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Entity/Cloud/Cloud.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Entity/Group/Group.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Entity/Group/Group.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Entity/Ldap/LDAPPerson.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Entity/Ldap/LDAPPerson.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Entity/Organization/Organization.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Entity/Organization/Organization.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Entity/User/User.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Entity/User/User.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Entity/UserType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Entity/UserType.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Events/RelatedEvent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Events/RelatedEvent.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Evidence/Evidence.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Evidence/Evidence.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Feature/Feature.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Feature/Feature.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/File/ConfidentialityId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/File/ConfidentialityId.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/File/File.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/File/File.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/File/FileTypeId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/File/FileTypeId.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/FindingInfo/FindingInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/FindingInfo/FindingInfo.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/FingerPrint/FingerPrint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/FingerPrint/FingerPrint.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/FingerPrint/HashId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/FingerPrint/HashId.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Hardware/Device.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Hardware/Device.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Hardware/DeviceHardwareInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Hardware/DeviceHardwareInfo.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Hardware/Display.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Hardware/Display.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Hardware/KeyboardInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Hardware/KeyboardInfo.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Image/Image.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Image/Image.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Interface/Api.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Interface/Api.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Location/Location.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Location/Location.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Logger/Logger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Logger/Logger.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Malware/ClassificationId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Malware/ClassificationId.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Malware/Malware.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Malware/Malware.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Metadata/Metadata.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Metadata/Metadata.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Network/AuthorizationResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Network/AuthorizationResult.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Network/BoundaryId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Network/BoundaryId.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Network/DirectionId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Network/DirectionId.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Network/DnsQuery.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Network/DnsQuery.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Network/NetworkConnectionInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Network/NetworkConnectionInfo.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Network/NetworkProxyEndpoint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Network/NetworkProxyEndpoint.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Network/NetworkTypeId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Network/NetworkTypeId.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Network/OpcodeId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Network/OpcodeId.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Network/ProtocolVerId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Network/ProtocolVerId.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Network/Request.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Network/Request.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Network/Response.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Network/Response.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/OS/OSType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/OS/OSType.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/OS/OperatingSystem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/OS/OperatingSystem.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Policy/Policy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Policy/Policy.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Process/IntegrityId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Process/IntegrityId.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Process/Process.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Process/Process.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Product/Product.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Product/Product.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/ResourceDetails/ResourceDetails.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/ResourceDetails/ResourceDetails.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Schema/SchemaExtension.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Schema/SchemaExtension.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Service/Service.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Service/Service.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Session/Session.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Session/Session.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Vulnerability/AffectedCode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Vulnerability/AffectedCode.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Vulnerability/CVE.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Vulnerability/CVE.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Vulnerability/CVSS.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Vulnerability/CVSS.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Vulnerability/CWE.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Vulnerability/CWE.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Vulnerability/KbArticle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Vulnerability/KbArticle.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Vulnerability/Metric.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Vulnerability/Metric.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Vulnerability/Remediation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Vulnerability/Remediation.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Objects/Vulnerability/SoftwarePackage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Objects/Vulnerability/SoftwarePackage.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Ocsf/ActivityId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Ocsf/ActivityId.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Ocsf/CategoryId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Ocsf/CategoryId.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Ocsf/ClassId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Ocsf/ClassId.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Ocsf/ConfidenceId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Ocsf/ConfidenceId.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Ocsf/ImpactId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Ocsf/ImpactId.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Ocsf/RiskLevelId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Ocsf/RiskLevelId.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Ocsf/SeverityId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Ocsf/SeverityId.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Ocsf/StateId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Ocsf/StateId.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Ocsf/StatusId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Ocsf/StatusId.cs -------------------------------------------------------------------------------- /core/modules/psocsf/public/Ocsf/TypeId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/modules/psocsf/public/Ocsf/TypeId.cs -------------------------------------------------------------------------------- /core/output/Export-MonkeyData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/output/Export-MonkeyData.ps1 -------------------------------------------------------------------------------- /core/output/New-MetadataObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/output/New-MetadataObject.ps1 -------------------------------------------------------------------------------- /core/output/New-O365ExportObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/output/New-O365ExportObject.ps1 -------------------------------------------------------------------------------- /core/output/Out-MonkeyData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/output/Out-MonkeyData.ps1 -------------------------------------------------------------------------------- /core/runspace_init/Initialize-MonkeyExoRunspace.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/runspace_init/Initialize-MonkeyExoRunspace.ps1 -------------------------------------------------------------------------------- /core/runspace_init/Initialize-MonkeyRunspace.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/runspace_init/Initialize-MonkeyRunspace.ps1 -------------------------------------------------------------------------------- /core/subscription/Resolve-AzureSubscription.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/subscription/Resolve-AzureSubscription.ps1 -------------------------------------------------------------------------------- /core/subscription/Select-MonkeyAzureSubscription.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/subscription/Select-MonkeyAzureSubscription.ps1 -------------------------------------------------------------------------------- /core/subscription/Select-MonkeySubscriptionConsole.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/subscription/Select-MonkeySubscriptionConsole.ps1 -------------------------------------------------------------------------------- /core/tasks/Initialize-MonkeyScan.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/tasks/Initialize-MonkeyScan.ps1 -------------------------------------------------------------------------------- /core/tasks/Invoke-MonkeyScanner.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/tasks/Invoke-MonkeyScanner.ps1 -------------------------------------------------------------------------------- /core/tenant/Find-M365License.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/tenant/Find-M365License.ps1 -------------------------------------------------------------------------------- /core/tenant/Get-M365AADLicense.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/tenant/Get-M365AADLicense.ps1 -------------------------------------------------------------------------------- /core/tenant/Get-M365ATPLicense.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/tenant/Get-M365ATPLicense.ps1 -------------------------------------------------------------------------------- /core/tenant/Get-TenantInformation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/tenant/Get-TenantInformation.ps1 -------------------------------------------------------------------------------- /core/tenant/Get-TenantLicensingInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/tenant/Get-TenantLicensingInfo.ps1 -------------------------------------------------------------------------------- /core/tenant/Select-MonkeyTenant.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/tenant/Select-MonkeyTenant.ps1 -------------------------------------------------------------------------------- /core/tenant/Select-MonkeyTenantConsole.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/tenant/Select-MonkeyTenantConsole.ps1 -------------------------------------------------------------------------------- /core/utils/ConvertTo-MonkeyObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/utils/ConvertTo-MonkeyObject.ps1 -------------------------------------------------------------------------------- /core/utils/Get-MonkeyPowerBIBackend.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/utils/Get-MonkeyPowerBIBackend.ps1 -------------------------------------------------------------------------------- /core/utils/Get-MonkeyPowerBIBackendUri.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/utils/Get-MonkeyPowerBIBackendUri.ps1 -------------------------------------------------------------------------------- /core/utils/Get-MonkeySecCompBackendUri.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/utils/Get-MonkeySecCompBackendUri.ps1 -------------------------------------------------------------------------------- /core/utils/Get-MonkeyVersion.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/utils/Get-MonkeyVersion.ps1 -------------------------------------------------------------------------------- /core/utils/Register-Monkey365Application.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/utils/Register-Monkey365Application.ps1 -------------------------------------------------------------------------------- /core/utils/Set-CommandParameter.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/utils/Set-CommandParameter.ps1 -------------------------------------------------------------------------------- /core/utils/Test-MandatoryParameter.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/utils/Test-MandatoryParameter.ps1 -------------------------------------------------------------------------------- /core/utils/Update-MonkeyAuthObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/utils/Update-MonkeyAuthObject.ps1 -------------------------------------------------------------------------------- /core/utils/diagnosticSettings/unsupportedResources.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/utils/diagnosticSettings/unsupportedResources.json -------------------------------------------------------------------------------- /core/utils/dlp/monkeydlp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/utils/dlp/monkeydlp.json -------------------------------------------------------------------------------- /core/utils/licenses/licenses.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/utils/licenses/licenses.json -------------------------------------------------------------------------------- /core/utils/localized.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/utils/localized.psd1 -------------------------------------------------------------------------------- /core/utils/properties/monkeyuserprop.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/core/utils/properties/monkeyuserprop.json -------------------------------------------------------------------------------- /docker/Dockerfile_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docker/Dockerfile_linux -------------------------------------------------------------------------------- /docker/Dockerfile_windows: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docker/Dockerfile_windows -------------------------------------------------------------------------------- /docs/assets/css/extra.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/assets/css/extra.css -------------------------------------------------------------------------------- /docs/assets/images/MonkeyLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/assets/images/MonkeyLogo.png -------------------------------------------------------------------------------- /docs/assets/images/NormalTable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/assets/images/NormalTable.png -------------------------------------------------------------------------------- /docs/assets/images/PnpPowerShell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/assets/images/PnpPowerShell.png -------------------------------------------------------------------------------- /docs/assets/images/dashboardTable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/assets/images/dashboardTable.png -------------------------------------------------------------------------------- /docs/assets/images/directLinkButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/assets/images/directLinkButton.png -------------------------------------------------------------------------------- /docs/assets/images/disabled_rule.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/assets/images/disabled_rule.PNG -------------------------------------------------------------------------------- /docs/assets/images/extended_ruleset.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/assets/images/extended_ruleset.PNG -------------------------------------------------------------------------------- /docs/assets/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/assets/images/favicon.ico -------------------------------------------------------------------------------- /docs/assets/images/findingCard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/assets/images/findingCard.png -------------------------------------------------------------------------------- /docs/assets/images/formatted_rule.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/assets/images/formatted_rule.PNG -------------------------------------------------------------------------------- /docs/assets/images/goodCard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/assets/images/goodCard.png -------------------------------------------------------------------------------- /docs/assets/images/htmlcharts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/assets/images/htmlcharts.png -------------------------------------------------------------------------------- /docs/assets/images/htmlreport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/assets/images/htmlreport.png -------------------------------------------------------------------------------- /docs/assets/images/listcollector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/assets/images/listcollector.png -------------------------------------------------------------------------------- /docs/assets/images/listrules.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/assets/images/listrules.png -------------------------------------------------------------------------------- /docs/assets/images/modalButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/assets/images/modalButton.png -------------------------------------------------------------------------------- /docs/assets/images/monkey365.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/assets/images/monkey365.png -------------------------------------------------------------------------------- /docs/assets/images/monkey365_arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/assets/images/monkey365_arch.png -------------------------------------------------------------------------------- /docs/assets/images/monkey365_permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/assets/images/monkey365_permissions.png -------------------------------------------------------------------------------- /docs/assets/images/overrides.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/assets/images/overrides.PNG -------------------------------------------------------------------------------- /docs/assets/images/rule_example.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/assets/images/rule_example.PNG -------------------------------------------------------------------------------- /docs/assets/images/ruleset.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/assets/images/ruleset.PNG -------------------------------------------------------------------------------- /docs/assets/images/subscription.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/assets/images/subscription.png -------------------------------------------------------------------------------- /docs/assets/images/tableAsList.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/assets/images/tableAsList.png -------------------------------------------------------------------------------- /docs/authentication/authFlows/devicecode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/authentication/authFlows/devicecode.md -------------------------------------------------------------------------------- /docs/authentication/authFlows/interactive.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/authentication/authFlows/interactive.md -------------------------------------------------------------------------------- /docs/authentication/authFlows/ropc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/authentication/authFlows/ropc.md -------------------------------------------------------------------------------- /docs/authentication/authFlows/sp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/authentication/authFlows/sp.md -------------------------------------------------------------------------------- /docs/authentication/authprompts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/authentication/authprompts.md -------------------------------------------------------------------------------- /docs/authentication/limitations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/authentication/limitations.md -------------------------------------------------------------------------------- /docs/authentication/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/authentication/overview.md -------------------------------------------------------------------------------- /docs/authentication/sp_authentication/automatic_setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/authentication/sp_authentication/automatic_setup.md -------------------------------------------------------------------------------- /docs/authentication/sp_authentication/getting_started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/authentication/sp_authentication/getting_started.md -------------------------------------------------------------------------------- /docs/authentication/supported_auth_methods_byapp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/authentication/supported_auth_methods_byapp.md -------------------------------------------------------------------------------- /docs/configuration/azure-options.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/configuration/azure-options.md -------------------------------------------------------------------------------- /docs/configuration/configuration-file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/configuration/configuration-file.md -------------------------------------------------------------------------------- /docs/configuration/general-options.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/configuration/general-options.md -------------------------------------------------------------------------------- /docs/configuration/microsoft365-options.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/configuration/microsoft365-options.md -------------------------------------------------------------------------------- /docs/configuration/rate-limit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/configuration/rate-limit.md -------------------------------------------------------------------------------- /docs/docker/docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/docker/docker.md -------------------------------------------------------------------------------- /docs/exporting/export-clixml.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/exporting/export-clixml.md -------------------------------------------------------------------------------- /docs/exporting/export-csv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/exporting/export-csv.md -------------------------------------------------------------------------------- /docs/exporting/export-html.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/exporting/export-html.md -------------------------------------------------------------------------------- /docs/exporting/export-json.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/exporting/export-json.md -------------------------------------------------------------------------------- /docs/exporting/exporting-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/exporting/exporting-data.md -------------------------------------------------------------------------------- /docs/getting_started/basic-usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/getting_started/basic-usage.md -------------------------------------------------------------------------------- /docs/getting_started/permissions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/getting_started/permissions.md -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/index.md -------------------------------------------------------------------------------- /docs/install/install-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/install/install-instructions.md -------------------------------------------------------------------------------- /docs/license/license-contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/license/license-contributing.md -------------------------------------------------------------------------------- /docs/logging/File.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/logging/File.md -------------------------------------------------------------------------------- /docs/logging/Slack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/logging/Slack.md -------------------------------------------------------------------------------- /docs/logging/Teams.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/logging/Teams.md -------------------------------------------------------------------------------- /docs/logging/channels.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/logging/channels.md -------------------------------------------------------------------------------- /docs/logging/introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/logging/introduction.md -------------------------------------------------------------------------------- /docs/sample/monkey365.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/sample/monkey365.html -------------------------------------------------------------------------------- /docs/security_checks/custom-rule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/security_checks/custom-rule.md -------------------------------------------------------------------------------- /docs/security_checks/custom-ruleset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/security_checks/custom-ruleset.md -------------------------------------------------------------------------------- /docs/security_checks/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/security_checks/overview.md -------------------------------------------------------------------------------- /docs/support/disclaimer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/support/disclaimer.md -------------------------------------------------------------------------------- /docs/support/support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs/support/support.md -------------------------------------------------------------------------------- /docs_overrides/hooks/year.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/docs_overrides/hooks/year.py -------------------------------------------------------------------------------- /images/MonkeyLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/images/MonkeyLogo.png -------------------------------------------------------------------------------- /mkdocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/mkdocs.yml -------------------------------------------------------------------------------- /monkey365.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/monkey365.ps1 -------------------------------------------------------------------------------- /monkey365.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/monkey365.psd1 -------------------------------------------------------------------------------- /monkey365.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/monkey365.psm1 -------------------------------------------------------------------------------- /requirements-docs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/requirements-docs.txt -------------------------------------------------------------------------------- /rules/conditions/Azure/IAM/subscription-role-permissions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/rules/conditions/Azure/IAM/subscription-role-permissions.json -------------------------------------------------------------------------------- /rules/conditions/Azure/NSG/allow-tcp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/rules/conditions/Azure/NSG/allow-tcp.json -------------------------------------------------------------------------------- /rules/conditions/Azure/NSG/allow-udp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/rules/conditions/Azure/NSG/allow-udp.json -------------------------------------------------------------------------------- /rules/conditions/Azure/NSG/exposed-to-the-internet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/rules/conditions/Azure/NSG/exposed-to-the-internet.json -------------------------------------------------------------------------------- /rules/conditions/EntraID/Applications/app-permissions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/rules/conditions/EntraID/Applications/app-permissions.json -------------------------------------------------------------------------------- /rules/conditions/EntraID/Applications/test-names.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/rules/conditions/EntraID/Applications/test-names.json -------------------------------------------------------------------------------- /rules/conditions/EntraID/IAM/aad-cap-privileged-roles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/rules/conditions/EntraID/IAM/aad-cap-privileged-roles.json -------------------------------------------------------------------------------- /rules/conditions/EntraID/IAM/aad-m365-pim-privileged-roles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/rules/conditions/EntraID/IAM/aad-m365-pim-privileged-roles.json -------------------------------------------------------------------------------- /rules/conditions/EntraID/IAM/aad-m365-privileged-roles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/rules/conditions/EntraID/IAM/aad-m365-privileged-roles.json -------------------------------------------------------------------------------- /rules/conditions/EntraID/IAM/aad-privileged-roles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/rules/conditions/EntraID/IAM/aad-privileged-roles.json -------------------------------------------------------------------------------- /rules/findings/Azure/Defender/CIS3.0/azure-defender-easm-disabled.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/rules/findings/Azure/Defender/CIS3.0/azure-defender-easm-disabled.json -------------------------------------------------------------------------------- /rules/findings/Azure/KeyVault/CIS3.0/azure-keyvault-rbac-disabled.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/rules/findings/Azure/KeyVault/CIS3.0/azure-keyvault-rbac-disabled.json -------------------------------------------------------------------------------- /rules/findings/Azure/KeyVault/CIS3.0/azure-keyvault-recoverable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/rules/findings/Azure/KeyVault/CIS3.0/azure-keyvault-recoverable.json -------------------------------------------------------------------------------- /rules/findings/EntraID/General/CIS3.0/eid-linkedin-sync-enabled.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/rules/findings/EntraID/General/CIS3.0/eid-linkedin-sync-enabled.json -------------------------------------------------------------------------------- /rules/findings/EntraID/Groups/CIS3.1/eid-public-group-detected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/rules/findings/EntraID/Groups/CIS3.1/eid-public-group-detected.json -------------------------------------------------------------------------------- /rules/findings/EntraID/IAM/CIS3.0/eid-iam-excessive-global-admins.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/rules/findings/EntraID/IAM/CIS3.0/eid-iam-excessive-global-admins.json -------------------------------------------------------------------------------- /rules/findings/EntraID/IAM/CIS3.0/entra-iam-users-disabled-mfa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/rules/findings/EntraID/IAM/CIS3.0/entra-iam-users-disabled-mfa.json -------------------------------------------------------------------------------- /rules/findings/EntraID/IAM/CIS3.1/eid-emergency-accounts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/rules/findings/EntraID/IAM/CIS3.1/eid-emergency-accounts.json -------------------------------------------------------------------------------- /rules/findings/EntraID/PIM/CIS3.1/eid-pim-is-used-to-manage-roles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/rules/findings/EntraID/PIM/CIS3.1/eid-pim-is-used-to-manage-roles.json -------------------------------------------------------------------------------- /rules/findings/EntraID/Policy/CIS3.0/eid-password-expiring-enabled.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/rules/findings/EntraID/Policy/CIS3.0/eid-password-expiring-enabled.json -------------------------------------------------------------------------------- /rules/findings/EntraID/SSPR/CIS3.1/eid-sspr-enabled-set-to-all.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/rules/findings/EntraID/SSPR/CIS3.1/eid-sspr-enabled-set-to-all.json -------------------------------------------------------------------------------- /rules/findings/EntraID/Users/CIS3.1/eid-per-user-mfa-disabled.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/rules/findings/EntraID/Users/CIS3.1/eid-per-user-mfa-disabled.json -------------------------------------------------------------------------------- /rules/rulesets/cis_azure_3.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/rules/rulesets/cis_azure_3.0.json -------------------------------------------------------------------------------- /rules/rulesets/cis_m365_3.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/rules/rulesets/cis_m365_3.0.json -------------------------------------------------------------------------------- /rules/rulesets/cis_m365_4.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/rules/rulesets/cis_m365_4.0.json -------------------------------------------------------------------------------- /rules/rulesets/cis_m365_5.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/rules/rulesets/cis_m365_5.0.json -------------------------------------------------------------------------------- /tests/Get-MonkeyTest.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/tests/Get-MonkeyTest.ps1 -------------------------------------------------------------------------------- /tests/MonkeyCloudUtils.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/tests/MonkeyCloudUtils.Tests.ps1 -------------------------------------------------------------------------------- /tests/MonkeyJob.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/tests/MonkeyJob.Tests.ps1 -------------------------------------------------------------------------------- /tests/MonkeyWebRequests.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/tests/MonkeyWebRequests.Tests.ps1 -------------------------------------------------------------------------------- /tests/MonkeyWebRequestsAPI.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silverhack/monkey365/HEAD/tests/MonkeyWebRequestsAPI.Tests.ps1 --------------------------------------------------------------------------------