You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/defender-for-cloud/upcoming-changes.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Important changes coming to Microsoft Defender for Cloud
3
3
description: Upcoming changes to Microsoft Defender for Cloud that you might need to be aware of and for which you might need to plan
4
4
ms.topic: overview
5
-
ms.date: 05/02/2022
5
+
ms.date: 05/10/2022
6
6
---
7
7
8
8
# Important upcoming changes to Microsoft Defender for Cloud
@@ -23,6 +23,7 @@ If you're looking for the latest release notes, you'll find them in the [What's
23
23
|[Changes to vulnerability assessment](#changes-to-vulnerability-assessment)| May 2022 |
24
24
|[Key Vault recommendations changed to "audit"](#key-vault-recommendations-changed-to-audit)| May 2022 |
25
25
|[Multiple changes to identity recommendations](#multiple-changes-to-identity-recommendations)| June 2022 |
26
+
|[Deprecating three VM alerts](#deprecating-three-vm-alerts)| June 2022|
26
27
27
28
### Changes to recommendations for managing endpoint protection solutions
28
29
@@ -115,6 +116,20 @@ These accounts can be targets for attackers looking to find ways to access your
115
116
| Description | User accounts that have been blocked from signing in, should be removed from your subscriptions. <br> These accounts can be targets for attackers looking to find ways to access your data without being noticed. | User accounts that have been blocked from signing into Active Directory, should be removed from your subscriptions. These accounts can be targets for attackers looking to find ways to access your data without being noticed. <br> Learn more about securing the identity perimeter in [Azure Identity Management and access control security best practices](../security/fundamentals/identity-management-best-practices.md). |
116
117
| Related policy |[Deprecated accounts should be removed from your subscription](https://ms.portal.azure.com/#blade/Microsoft_Azure_Policy/PolicyDetailBlade/definitionId/%2fproviders%2fMicrosoft.Authorization%2fpolicyDefinitions%2f6b1cbf55-e8b6-442f-ba4c-7246b6381474)| Subscriptions should be purged of accounts that are blocked in Active Directory and have read and write permissions. |
117
118
119
+
### Deprecating three VM alerts
120
+
121
+
**Estimated date for change:** June 2022
122
+
123
+
The following table lists the alerts that will be deprecated during June 2022.
124
+
125
+
| Alert name | Description | Tactocs | Severity |
126
+
|--|--|--|--|
127
+
|**Docker build operation detected on a Kubernetes node** <br>(VM_ImageBuildOnNode) | Machine logs indicate a build operation of a container image on a Kubernetes node. While this behavior might be legitimate, attackers might build their malicious images locally to avoid detection. | Defense Evasion | Low |
128
+
|**Suspicious request to Kubernetes API** <br>(VM_KubernetesAPI) | Machine logs indicate that a suspicious request was made to the Kubernetes API. The request was sent from a Kubernetes node, possibly from one of the containers running in the node. Although this behavior can be intentional, it might indicate that the node is running a compromised container. | LateralMovement | Medium |
129
+
|**SSH server is running inside a container** <br>(VM_ContainerSSH) | Machine logs indicate that an SSH server is running inside a Docker container. While this behavior can be intentional, it frequently indicates that a container is misconfigured or breached. | Execution | Medium |
130
+
131
+
These alerts are used to notify a user about suspicious activity connected to a Kubernetes cluster. The alerts will be replaced with matching alerts that are part of the Microsoft Defender for Cloud Container alerts (`K8S.NODE_ImageBuildOnNode`, `K8S.NODE_ KubernetesAPI` and `K8S.NODE_ ContainerSSH`) which will provide improved fidelity and comprehensive context to investigate and act on the alerts. Learn more about alerts for [Kubernetes Clusters](alerts-reference.md).
132
+
118
133
## Next steps
119
134
120
135
For all recent changes to Defender for Cloud, see [What's new in Microsoft Defender for Cloud?](release-notes.md)
0 commit comments