From 2441a62f396e85401d7db3cd9b88ee2ae35049ca Mon Sep 17 00:00:00 2001 From: Prowler Bot Date: Mon, 20 Jan 2025 22:27:14 +0100 Subject: [PATCH] fix: update Azure CIS with existing App checks (#6625) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Rubén De la Torre Vico --- prowler/compliance/azure/cis_2.1_azure.json | 4 +++- prowler/compliance/azure/cis_3.0_azure.json | 12 +++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/prowler/compliance/azure/cis_2.1_azure.json b/prowler/compliance/azure/cis_2.1_azure.json index bf3a5a5161..32336ba368 100644 --- a/prowler/compliance/azure/cis_2.1_azure.json +++ b/prowler/compliance/azure/cis_2.1_azure.json @@ -3115,7 +3115,9 @@ { "Id": "9.4", "Description": "Ensure that Register with Entra ID is enabled on App Service", - "Checks": [], + "Checks": [ + "app_register_with_identity" + ], "Attributes": [ { "Section": "9. AppService", diff --git a/prowler/compliance/azure/cis_3.0_azure.json b/prowler/compliance/azure/cis_3.0_azure.json index bb4338556f..a72b5907ac 100644 --- a/prowler/compliance/azure/cis_3.0_azure.json +++ b/prowler/compliance/azure/cis_3.0_azure.json @@ -3220,7 +3220,9 @@ { "Id": "9.1", "Description": "Ensure 'HTTPS Only' is set to `On`", - "Checks": [], + "Checks": [ + "app_ensure_http_is_redirected_to_https" + ], "Attributes": [ { "Section": "9. AppService", @@ -3262,7 +3264,9 @@ { "Id": "9.3", "Description": "Ensure 'FTP State' is set to 'FTPS Only' or 'Disabled'", - "Checks": [], + "Checks": [ + "app_ftp_deployment_disabled" + ], "Attributes": [ { "Section": "9. AppService", @@ -3304,7 +3308,9 @@ { "Id": "9.5", "Description": "Ensure that Register with Entra ID is enabled on App Service", - "Checks": [], + "Checks": [ + "app_register_with_identity" + ], "Attributes": [ { "Section": "9. AppService",