Skip to content

Commit 7083859

Browse files
authored
Merge pull request #275133 from ElazarK/WI250909-email-notifications
added email notifications attack path
2 parents 787bfb0 + 11dd37f commit 7083859

File tree

5 files changed

+57
-31
lines changed

5 files changed

+57
-31
lines changed

articles/defender-for-cloud/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
- name: Investigate the health of your resources
116116
displayName: health, resources, outstanding, security, issues,
117117
href: investigate-resource-health.md
118-
- name: Set up email notifications
118+
- name: Configure email notifications for alerts and attack paths
119119
displayName: email,e-mail, notifications
120120
href: configure-email-notifications.md
121121
- name: Create autoresponses to alerts using an ARM template or Bicep
Lines changed: 41 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,68 @@
11
---
2-
title: Configure email notifications for alerts
3-
description: Learn how to fine-tune the Microsoft Defender for Cloud security alert emails.
4-
ms.topic: quickstart
2+
title: Configure email notifications for alerts and attack paths
3+
description: Learn how to fine-tune the Microsoft Defender for Cloud security alert emails to ensure the right people receive timely notifications.
4+
ms.topic: how-to
55
ms.author: dacurwin
66
author: dcurwin
7-
ms.date: 02/25/2024
7+
ms.date: 05/19/2024
88
ms.custom: mode-other
9+
#customer intent: As a user, I want to learn how to customize email notifications for alerts and attack paths in Microsoft Defender for Cloud.
910
---
10-
# Quickstart: configure email notifications for security alerts
1111

12-
Security alerts need to reach the right people in your organization. By default, Microsoft Defender for Cloud emails subscription owners whenever a high-severity alert is triggered for their subscription. This page explains how to customize these notifications.
12+
# Configure email notifications for alerts and attack paths
1313

14-
Use Defender for Cloud's **Email notifications** settings page to define preferences for notification emails including:
14+
Microsoft Defender for Cloud allows you to configure email notifications for alerts and attack paths. Configuring email notifications allows for the delivery of timely notifications to the appropriate recipients. By modifying the email notification settings, preferences can be defined for the severity levels of alerts and the risk level of attack paths that trigger notifications. By default, subscription owners receive email notifications for high-severity alerts and attack paths.
15+
16+
Defender for Cloud's **Email notifications** settings page allows you to define preferences for notification emails including:
1517

1618
- ***who* should be notified** - Emails can be sent to select individuals or to anyone with a specified Azure role for a subscription.
1719
- ***what* they should be notified about** - Modify the severity levels for which Defender for Cloud should send out notifications.
1820

19-
To avoid alert fatigue, Defender for Cloud limits the volume of outgoing emails. For each email address, Defender for Cloud sends:
21+
:::image type="content" source="./media/configure-email-notifications/email-notification-settings.png" alt-text="Screenshot showing how to configure the details of the contact who is to receive emails about alerts and attack paths." lightbox="media/configure-email-notifications/email-notification-settings.png":::
2022

21-
- approximately **four emails per day** for **high-severity** alerts
22-
- approximately **two emails per day** for **medium-severity** alerts
23-
- approximately **one email per day** for **low-severity** alerts
23+
## Email frequency
2424

25-
:::image type="content" source="./media/configure-email-notifications/email-notification-settings.png" alt-text="Configuring the details of the contact who is to receive emails about security alerts." lightbox="media/configure-email-notifications/email-notification-settings.png":::
25+
To avoid alert fatigue, Defender for Cloud limits the volume of outgoing emails. For each email address, Defender for Cloud sends:
26+
27+
|Alert type | Severity/Risk level | Email volume |
28+
|--|--|--|
29+
| Alert | High | Four emails per day |
30+
| Alert | Medium | Two emails per day |
31+
| Alert | Low | One email per day |
32+
| Attack path | Critical | One email per 30 minutes |
33+
| Attack path | High | One email per hour |
34+
| Attack path | Medium | One email per two hours |
35+
| Attack path | Low | One email per three hours |
2636

2737
## Availability
2838

29-
|Aspect|Details|
30-
|----|:----|
31-
|Release state:|General availability (GA)|
32-
|Pricing:|Email notifications are free; for security alerts, enable the enhanced security plans ([plan pricing](https://azure.microsoft.com/pricing/details/defender-for-cloud/)) |
33-
|Required roles and permissions:|**Security Admin**<br>**Subscription Owner**<br>**Contributor** |
34-
|Clouds:|:::image type="icon" source="./media/icons/yes-icon.png"::: Commercial clouds<br>:::image type="icon" source="./media/icons/yes-icon.png"::: National (Azure Government, Microsoft Azure operated by 21Vianet)|
39+
Required roles and permissions: Security Admin, Subscription Owner or Contributor.
3540

36-
## Customize the security alerts email notifications via the portal<a name="email"></a>
41+
## Customize the email notifications in the portal
3742

3843
You can send email notifications to individuals or to all users with specific Azure roles.
3944

40-
1. From Defender for Cloud's **Environment settings** area, select the relevant subscription, and open **Email notifications**.
45+
1. Sign in to the [Azure portal](https://portal.azure.com/).
46+
47+
1. Navigate to **Microsoft Defender for Cloud** > **Environment settings**.
48+
49+
1. Select the relevant subscription.
50+
51+
1. Select **email notifications**.
4152

4253
1. Define the recipients for your notifications with one or both of these options:
4354

4455
- From the dropdown list, select from the available roles.
4556
- Enter specific email addresses separated by commas. There's no limit to the number of email addresses that you can enter.
4657

47-
1. To apply the security contact information to your subscription, select **Save**.
58+
1. Select the notification types:
59+
60+
- **Notify about alerts with the following severity (or higher)** and select a severity level.
61+
- **Notify about attack paths with the following risk level (or higher)** and select a risk level.
4862

49-
## Customize the alerts email notifications through the API
63+
1. Select **Save**.
64+
65+
## Customize the email notifications with an API
5066

5167
You can also manage your email notifications through the supplied REST API. For full details, see the [SecurityContacts API documentation](/rest/api/defenderforcloud/security-contacts).
5268

@@ -71,10 +87,10 @@ URI: `https://management.azure.com/subscriptions/<SubscriptionId>/providers/Micr
7187
}
7288
```
7389

74-
## Next steps
75-
76-
To learn more about security alerts, see the following pages:
90+
## Related content
7791

7892
- [Security alerts - a reference guide](alerts-reference.md) - Learn about the security alerts you might see in Microsoft Defender for Cloud's Threat Protection module.
7993
- [Manage and respond to security alerts in Microsoft Defender for Cloud](managing-and-responding-alerts.yml) - Learn how to manage and respond to security alerts.
94+
- [Identify and remediate attack paths](how-to-manage-attack-path.md).
95+
- [Investigating risk with security explorer/attack paths](concept-attack-path.md)
8096
- [Workflow automation](workflow-automation.yml) - Automate responses to alerts with custom notification logic.
35.1 KB
Loading

articles/defender-for-cloud/permissions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: User roles and permissions
33
description: This article explains how Microsoft Defender for Cloud uses role-based access control to assign permissions to users and identify the permitted actions for each role.
44
ms.topic: limits-and-quotas
5-
ms.date: 10/09/2023
5+
ms.date: 05/12/2024
66
---
77

88
# User roles and permissions
@@ -32,6 +32,7 @@ The following table displays roles and allowed actions in Defender for Cloud.
3232
| Apply security recommendations for a resource</br> (and use [Fix](implement-security-recommendations.md)) | - | - ||||
3333
| View alerts and recommendations ||||||
3434
| Exempt security recommendations | - ||-|-||
35+
| Configure email notifications | - |||||
3536

3637
The specific role required to deploy monitoring components depends on the extension you're deploying. Learn more about [monitoring components](monitoring-components.md).
3738

articles/defender-for-cloud/release-notes.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Release notes
33
description: This page is updated frequently with the latest updates in Defender for Cloud.
44
ms.topic: overview
5-
ms.date: 05/20/2024
5+
ms.date: 05/22/2024
66
---
77

88
# What's new in Microsoft Defender for Cloud?
@@ -24,19 +24,28 @@ If you're looking for items older than six months, you can find them in the [Arc
2424

2525
|Date | Update |
2626
|--|--|
27+
| May 22 | [Configure email notifications for attack paths](#configure-email-notifications-for-attack-paths) |
2728
| May 21 | [Advanced hunting in Microsoft Defender XDR now includes Defender for Cloud alerts and incidents](#advanced-hunting-in-microsoft-defender-xdr-now-includes-defender-for-cloud-alerts-and-incidents) |
2829
| May 9 | [Checkov integration for IaC scanning in Defender for Cloud (Preview)](#checkov-integration-for-iac-scanning-in-defender-for-cloud-preview) |
29-
| May 7 | [General availability of permissions management in Defender for Cloud](#general-availability-of-permissions-management-in-defender-for-cloud) |
3030
| May 6 | [AI multicloud security posture management is publicly available for Azure and AWS](#ai-multicloud-security-posture-management-is-publicly-available-for-azure-and-aws) |
31-
| May 6 | [Limited public preview of threat protection for AI workloads in Azure](#limited-public-preview-of-threat-protection-for-ai-workloads-in-azure) |
3231
| May 2 | [Updated security policy management is now generally available](#updated-security-policy-management-is-now-generally-available) |
3332
| May 1 | [Defender for open-source databases is now available on AWS for Amazon instances (Preview)](#defender-for-open-source-databases-is-now-available-on-aws-for-amazon-instances-preview) |
3433

34+
### Configure email notifications for attack paths
35+
36+
May 22, 2024
37+
38+
You can now configure email notifications for attack paths in Defender for Cloud. This feature allows you to receive email notifications when an attack path is detected with a specified risk level or higher.
39+
40+
Learn how to [configure email notifications](configure-email-notifications.md).
41+
3542
### Advanced hunting in Microsoft Defender XDR now includes Defender for Cloud alerts and incidents
3643

44+
May 21, 2024
45+
3746
Defender for Cloud's alerts and incidents are now integrated with Microsoft Defender XDR. This integration allows security teams to access Defender for Cloud alerts and incidents within the Microsoft Defender Portal. This integration provides richer context to investigations that span cloud resources, devices, and identities.
3847

39-
Learn more about about the [advanced hunting in XDR integration](concept-integration-365.md#advanced-hunting-in-xdr).
48+
Learn more about the [advanced hunting in XDR integration](concept-integration-365.md#advanced-hunting-in-xdr).
4049

4150
### Checkov integration for IaC scanning in Defender for Cloud (Preview)
4251

0 commit comments

Comments
 (0)