Skip to content

Commit 433c12b

Browse files
authored
Merge pull request #217703 from ElazarK/gcp-reccoms
gcp recommendations page
2 parents 507812b + e7cf22d commit 433c12b

File tree

7 files changed

+247
-0
lines changed

7 files changed

+247
-0
lines changed

articles/defender-for-cloud/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@
132132
href: recommendations-reference.md
133133
- name: Reference list of AWS recommendations
134134
href: recommendations-reference-aws.md
135+
- name: Reference list of GCP recommendations
136+
href: recommendations-reference-gcp.md
135137
- name: Reference list of attack paths and cloud security graph components
136138
href: attack-path-reference.md
137139
- name: Protect cloud workloads
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: Reference table for all Microsoft Defender for Cloud recommendations for GCP resources
3+
description: This article lists Microsoft Defender for Cloud's security recommendations that help you harden and protect your GCP resources.
4+
ms.topic: reference
5+
ms.date: 11/09/2022
6+
ms.custom: generated
7+
---
8+
# Security recommendations for GCP resources - a reference guide
9+
10+
This article lists the recommendations you might see in Microsoft Defender for Cloud if you've connected a
11+
GCP project from the **Environment settings** page. The recommendations shown in your environment depend
12+
on the resources you're protecting and your customized configuration.
13+
14+
To learn about how to respond to these recommendations, see
15+
[Remediate recommendations in Defender for Cloud](implement-security-recommendations.md).
16+
17+
Your secure score is based on the number of security recommendations you've completed. To
18+
decide which recommendations to resolve first, look at the severity of each one and its potential
19+
impact on your secure score.
20+
21+
## <a name='recs-gcp-compute'></a> GCP Compute recommendations
22+
23+
[!INCLUDE [asc-recs-gcp-compute](../../includes/mdfc/mdfc-recs-gcp-compute.md)]
24+
25+
## <a name='recs-gcp-container'></a> GCP Container recommendations
26+
27+
[!INCLUDE [asc-recs-gcp-container](../../includes/mdfc/mdfc-recs-gcp-container.md)]
28+
29+
## <a name='recs-gcp-data'></a> GCP Data recommendations
30+
31+
[!INCLUDE [asc-recs-gcp-data](../../includes/mdfc/mdfc-recs-gcp-data.md)]
32+
33+
## <a name='recs-gcp-identityandaccess'></a> GCP IdentityAndAccess recommendations
34+
35+
[!INCLUDE [asc-recs-gcp-identityandaccess](../../includes/mdfc/mdfc-recs-gcp-identityandaccess.md)]
36+
37+
## <a name='recs-gcp-networking'></a> GCP Networking recommendations
38+
39+
[!INCLUDE [asc-recs-gcp-networking](../../includes/mdfc/mdfc-recs-gcp-networking.md)]
40+
41+
## Next steps
42+
43+
For related information, see the following:
44+
45+
- [Connect your GCP projects to Microsoft Defender for Cloud](quickstart-onboard-gcp.md)
46+
- [What are security policies, initiatives, and recommendations?](security-policy-concept.md)
47+
- [Review your security recommendations](review-security-recommendations.md)

includes/mdfc/mdfc-recs-gcp-compute.md

Lines changed: 40 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
author: elazark
3+
ms.service: defender-for-cloud
4+
ms.topic: include
5+
ms.date: 11/09/2022
6+
ms.author: elkrieger
7+
ms.custom: generated
8+
---
9+
10+
There are **4** GCP recommendations in this category.
11+
12+
|Recommendation |Description |Severity |
13+
|---|---|---|
14+
|[Advanced configuration of Defender for Containers should be enabled on GCP connectors](https://portal.azure.com/#blade/Microsoft_Azure_Security/RecommendationsBlade/assessmentKey/b7683ca3-3a11-49b6-b9d4-a112713edfa3) |Microsoft Defender for Containers provides cloud-native Kubernetes security capabilities including environment hardening, workload protection, and run-time protection. To ensure you the solution is provisioned properly, and the full set of capabilities are available, enable all advanced configuration settings. |High |
15+
|[GKE clusters should have Microsoft Defender's extension for Azure Arc installed](https://portal.azure.com/#blade/Microsoft_Azure_Security/RecommendationsBlade/assessmentKey/0faf27b6-f1d5-4f50-b22a-5d129cba0113) |Microsoft Defender's [cluster extension](/azure/azure-arc/kubernetes/extensions) provides security capabilities for your GKE clusters. The extension collects data from a cluster and its nodes to identify security vulnerabilities and threats. <br> The extension works with [Azure Arc-enabled Kubernetes](/azure/azure-arc/kubernetes/overview). <br>Learn more about [Microsoft Defender for Cloud's security features for containerized environments](/azure/defender-for-cloud/defender-for-containers-introduction?tabs=defender-for-container-arch-aks). |High |
16+
|[GKE clusters should have the Azure Policy extension installed](https://portal.azure.com/#blade/Microsoft_Azure_Security/RecommendationsBlade/assessmentKey/6273e20b-8814-4fda-a297-42a70b16fcbf) |Azure Policy extension for Kubernetes extends [Gatekeeper](https://github.com/open-policy-agent/gatekeeper) v3, an admission controller webhook for <a target="_blank" href="https://www.openpolicyagent.org/">Open Policy Agent</a> (OPA), to apply at-scale enforcements and safeguards on your clusters in a centralized, consistent manner. <br> The extension works with [Azure Arc-enabled Kubernetes](/azure/azure-arc/kubernetes/overview). |High |
17+
|[Microsoft Defender for Containers should be enabled on GCP connectors](https://portal.azure.com/#blade/Microsoft_Azure_Security/RecommendationsBlade/assessmentKey/d42ac63d-0592-43b2-8bfa-ff9199da595e) |Microsoft Defender for Containers provides cloud-native Kubernetes security capabilities including environment hardening, workload protection, and run-time protection. Enable Containers plan on your GCP connector, to harden the security of Kubernetes clusters and remediate security issues. Learn more about Microsoft Defender for Containers. |High |
18+
|||

0 commit comments

Comments
 (0)