Skip to content

Commit 5b04dc1

Browse files
authored
Merge pull request #197663 from ElazarK/deprecate-alerts
added new upcoming item
2 parents 1565aaf + 20c3190 commit 5b04dc1

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

articles/defender-for-cloud/upcoming-changes.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Important changes coming to Microsoft Defender for Cloud
33
description: Upcoming changes to Microsoft Defender for Cloud that you might need to be aware of and for which you might need to plan
44
ms.topic: overview
5-
ms.date: 05/02/2022
5+
ms.date: 05/10/2022
66
---
77

88
# 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
2323
| [Changes to vulnerability assessment](#changes-to-vulnerability-assessment) | May 2022 |
2424
| [Key Vault recommendations changed to "audit"](#key-vault-recommendations-changed-to-audit) | May 2022 |
2525
| [Multiple changes to identity recommendations](#multiple-changes-to-identity-recommendations) | June 2022 |
26+
| [Deprecating three VM alerts](#deprecating-three-vm-alerts) | June 2022|
2627

2728
### Changes to recommendations for managing endpoint protection solutions
2829

@@ -115,6 +116,20 @@ These accounts can be targets for attackers looking to find ways to access your
115116
| 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). |
116117
| 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. |
117118

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+
118133
## Next steps
119134

120135
For all recent changes to Defender for Cloud, see [What's new in Microsoft Defender for Cloud?](release-notes.md)

0 commit comments

Comments
 (0)