Skip to content

Commit 18bfac7

Browse files
authored
Merge pull request #269744 from ElazarK/WI227197-support-mysql
WI1227197 support mysql
2 parents b4fa7a9 + 804d6b2 commit 18bfac7

File tree

7 files changed

+63
-52
lines changed

7 files changed

+63
-52
lines changed
Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2-
title: Microsoft Defender for open-source relational databases
2+
title: What is Defender for open-source databases
33
description: Learn about the benefits and features of Microsoft Defender for open-source relational databases such as PostgreSQL, MySQL, and MariaDB
4-
ms.date: 06/19/2022
4+
ms.date: 04/02/2024
55
ms.topic: overview
66
ms.author: dacurwin
77
author: dcurwin
8+
#customer intent: As a reader, I want to understand the purpose and features of Microsoft Defender for open-source relational databases so that I can make informed decisions about its usage.
89
---
910

10-
# Overview of Microsoft Defender for open-source relational databases
11+
# What is Microsoft Defender for open-source relational databases
1112

1213
This plan brings threat protections for the following open-source relational databases:
1314

@@ -19,15 +20,22 @@ Defender for Cloud detects anomalous activities indicating unusual and potential
1920

2021
## Availability
2122

22-
| Aspect | Details |
23-
|--|:-|
24-
| Release state: | General availability (GA) |
25-
| Pricing: | **Microsoft Defender for open-source relational databases** is billed as shown on the [pricing page](https://azure.microsoft.com/pricing/details/defender-for-cloud/) |
26-
| Supported environments:|:::image type="icon" source="./media/icons/yes-icon.png"::: PaaS<br>:::image type="icon" source="./media/icons/no-icon.png"::: Azure Arc-enabled machines |
27-
| Protected versions of PostgreSQL: | Single Server - General Purpose and Memory Optimized. Learn more in [PostgreSQL Single Server pricing tiers](../postgresql/concepts-pricing-tiers.md). Flexible Server - all pricing tiers (enablement is currently only supported at resource level).|
28-
| Protected versions of MySQL: | Single Server - General Purpose and Memory Optimized. Learn more in [MySQL pricing tiers](../mysql/concepts-pricing-tiers.md). |
29-
| Protected versions of MariaDB: | General Purpose and Memory Optimized. Learn more in [MariaDB pricing tiers](../mariadb/concepts-pricing-tiers.md). |
30-
| Clouds: | :::image type="icon" source="./media/icons/yes-icon.png"::: Commercial clouds<br> :::image type="icon" source="./media/icons/yes-icon.png"::: Azure Government<br>:::image type="icon" source="./media/icons/no-icon.png"::: Microsoft Azure operated by 21Vianet |
23+
Check out the [pricing page](https://azure.microsoft.com/pricing/details/defender-for-cloud/) for pricing information for Microsoft Defender for open-source relational databases.
24+
25+
Defender for open-source relational database is supported on PaaS environments and not on Azure Arc-enabled machines.
26+
27+
**Protected versions of PostgreSQL include**:
28+
- Single Server - General Purpose and Memory Optimized. Learn more in [PostgreSQL Single Server pricing tiers](../postgresql/concepts-pricing-tiers.md).
29+
- Flexible Server - all pricing tiers.
30+
31+
**Protected versions of MySQL include**:
32+
- Single Server - General Purpose and Memory Optimized. Learn more in [MySQL pricing tiers](../mysql/concepts-pricing-tiers.md).
33+
- Flexible Server - all pricing tiers.
34+
35+
**Protected versions of MariaDB include**:
36+
- General Purpose and Memory Optimized. Learn more in [MariaDB pricing tiers](../mariadb/concepts-pricing-tiers.md).
37+
38+
View [cloud availability](support-matrix-cloud-environment.md#cloud-support) for Defender for open-source relational databases
3139

3240
## What are the benefits of Microsoft Defender for open-source relational databases?
3341

@@ -48,16 +56,14 @@ These alerts appear in Defender for Cloud's security alerts page and include:
4856

4957
Threat intelligence enriched security alerts are triggered when there are:
5058

51-
- **Anomalous database access and query patterns** - For example, an abnormally high number of failed sign-in attempts with different credentials (a brute force attempt)
52-
- **Suspicious database activities** - For example, a legitimate user accessing an SQL Server from a breached computer which communicated with a crypto-mining C&C server
53-
- **Brute-force attacks** – With the ability to separate simple brute force from brute force on a valid user or a successful brute force
59+
- **Anomalous database access and query patterns** - For example, an abnormally high number of failed sign-in attempts with different credentials (a brute force attempt).
60+
- **Suspicious database activities** - For example, a legitimate user accessing an SQL Server from a breached computer which communicated with a crypto-mining C&C server.
61+
- **Brute-force attacks** – With the ability to separate simple brute force or a successful brute force.
5462

5563
> [!TIP]
5664
> View the full list of security alerts for database servers [in the alerts reference page](alerts-reference.md#alerts-for-open-source-relational-databases).
5765
58-
## Next steps
59-
60-
In this article, you learned about Microsoft Defender for open-source relational databases.
66+
## Related articles
6167

62-
> [!div class="nextstepaction"]
63-
> [Enable enhanced protections](enable-enhanced-security.md)
68+
- [Enable Microsoft Defender for open-source relational databases and respond to alerts](defender-for-databases-usage.md)
69+
- [Common questions about Defender for Databases](faq-defender-for-databases.yml)

articles/defender-for-cloud/defender-for-databases-usage.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
2-
title: Setting up and responding to alerts from Microsoft Defender for open-source relational databases
3-
description: Learn how to configure Microsoft Defender for open-source relational databases to detect anomalous database activities indicating potential security threats to the database.
4-
ms.date: 11/09/2021
2+
title: Microsoft Defender for open-source relational databases
3+
description: Configure Microsoft Defender for open-source relational databases to detect potential security threats.
4+
ms.date: 04/02/2024
55
ms.topic: how-to
66
ms.author: dacurwin
77
author: dcurwin
8+
#customer intent: As a reader, I want to learn how to configure Microsoft Defender for open-source relational databases to enhance the security of my databases.
89
---
10+
911
# Enable Microsoft Defender for open-source relational databases and respond to alerts
1012

1113
Microsoft Defender for Cloud detects anomalous activities indicating unusual and potentially harmful attempts to access or exploit databases for the following services:
@@ -59,13 +61,12 @@ Defender for Cloud sends email notifications when it detects anomalous database
5961

6062
1. For additional details and recommended actions for investigating the current threat and remediating future threats, select a specific alert.
6163

62-
:::image type="content" source="media/defender-for-databases-usage/specific-alert-details.png" alt-text="Details of a specific alert." lightbox="media/defender-for-databases-usage/specific-alert-details.png":::
64+
:::image type="content" source="media/defender-for-databases-usage/specific-alert-details.png" alt-text="Screenshot that shows the details of a specific alert." lightbox="media/defender-for-databases-usage/specific-alert-details.png":::
6365

6466
> [!TIP]
6567
> For a detailed tutorial on how to handle your alerts, see [Manage and respond to alerts](tutorial-security-incident.md).
6668
67-
## Next steps
69+
## Next step
6870

69-
- [Automate responses to Defender for Cloud triggers](workflow-automation.md)
70-
- [Stream alerts to a SIEM, SOAR, or ITSM solution](export-to-siem.md)
71-
- [Suppress alerts from Defender for Cloud](alerts-suppression-rules.md)
71+
> [!div class="nextstepaction"]
72+
> [Automate responses to Defender for Cloud triggers](workflow-automation.md)
48.2 KB
Loading
158 KB
Loading
-5.73 KB
Loading

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

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,36 @@ If you're looking for items older than six months, you can find them in the [Arc
2222

2323
## April 2024
2424

25-
| Date | Update |
26-
| ------- | ---------------------------------------------------------------- |
25+
|Date | Update |
26+
|--|--|
27+
| April 3 | [Defender for open-source relational databases updates](#defender-for-open-source-relational-databases-updates) |
2728
| April 2 | [Update to recommendations to align with Azure AI Services resources](#update-to-recommendations-to-align-with-azure-ai-services-resources) |
2829
| April 2 | [Deprecation of Cognitive Services recommendation](#deprecation-of-cognitive-services-recommendation) |
2930
| April 2 | [Containers multicloud recommendations (GA)](#containers-multicloud-recommendations-ga) |
3031

32+
### Defender for open-source relational databases updates
33+
34+
April 3, 2024
35+
36+
**Defender for PostgreSQL Flexible Servers post-GA updates** - The update enables customers to enforce protection for existing PostgreSQL flexible servers at the subscription level, allowing complete flexibility to enable protection on a per-resource basis or for automatic protection of all resources at the subscription level.
37+
38+
**Defender for MySQL Flexible Servers Availability and GA** - Defender for Cloud expanded its support for Azure open-source relational databases by incorporating MySQL Flexible Servers.
39+
40+
This release includes:
41+
42+
- Alert compatibility with existing alerts for Defender for MySQL Single Servers.
43+
- Enablement of individual resources.
44+
- Enablement at the subscription level.
45+
46+
If you're already protecting your subscription with Defender for open-source relational databases, your flexible server resources are automatically enabled, protected, and billed.
47+
48+
Specific billing notifications have been sent via email for affected subscriptions.
49+
50+
Learn more about [Microsoft Defender for open-source relational databases](defender-for-databases-introduction.md).
51+
52+
> [!NOTE]
53+
> Updates for Azure Database for MySQL flexible servers are rolling out over the next few weeks. If you see the error message `The server <servername> is not compatible with Advanced Threat Protection`, you can either wait for the update to roll out, or open a support ticket to update the server sooner to a supported version.
54+
3155
### Update to recommendations to align with Azure AI Services resources
3256

3357
April 2, 2024

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

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Important upcoming changes
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: 04/01/2024
5+
ms.date: 04/03/2024
66
---
77

88
# Important upcoming changes to Microsoft Defender for Cloud
@@ -27,7 +27,6 @@ If you're looking for the latest release notes, you can find them in the [What's
2727
|--|--|--|
2828
| [Deprecating of virtual machine recommendation](#deprecating-of-virtual-machine-recommendation) | April 2, 2024 | April 30, 2024 |
2929
| [General Availability of Unified Disk Encryption recommendations](#general-availability-of-unified-disk-encryption-recommendations) | March 28, 2024 | April 30, 2024 |
30-
| [Defender for open-source relational databases updates](#defender-for-open-source-relational-databases-updates) | March 6, 2024 | April, 2024 |
3130
| [Changes in where you access Compliance offerings and Microsoft Actions](#changes-in-where-you-access-compliance-offerings-and-microsoft-actions) | March 3, 2024 | September 30, 2025 |
3231
| [Microsoft Security Code Analysis (MSCA) is no longer operational](#microsoft-security-code-analysis-msca-is-no-longer-operational) | February 26, 2024 | February 26, 2024 |
3332
| [Decommissioning of Microsoft.SecurityDevOps resource provider](#decommissioning-of-microsoftsecuritydevops-resource-provider) | February 5, 2024 | March 6, 2024 |
@@ -45,6 +44,7 @@ If you're looking for the latest release notes, you can find them in the [What's
4544
| [Deprecating two security incidents](#deprecating-two-security-incidents) | | November 2023 |
4645
| [Defender for Cloud plan and strategy for the Log Analytics agent deprecation](#defender-for-cloud-plan-and-strategy-for-the-log-analytics-agent-deprecation) | | August 2024 |
4746

47+
4848
## Deprecating of virtual machine recommendation
4949

5050
**Announcement date: April 2, 2024**
@@ -74,26 +74,6 @@ The recommendations depend on [Guest Configuration](/azure/governance/machine-co
7474

7575
These recommendations will replace the recommendation "Virtual machines should encrypt temp disks, caches, and data flows between Compute and Storage resources."
7676

77-
## Defender for open-source relational databases updates
78-
79-
**Announcement date: March 6, 2024**
80-
81-
**Estimated date for change: April, 2024**
82-
83-
**Defender for PostgreSQL Flexible Servers post-GA updates** - The update enables customers to enforce protection for existing PostgreSQL flexible servers at the subscription level, allowing complete flexibility to enable protection on a per-resource basis or for automatic protection of all resources at the subscription level.
84-
85-
**Defender for MySQL Flexible Servers Availability and GA** - Defender for Cloud is set to expand its support for Azure open-source relational databases by incorporating MySQL Flexible Servers.
86-
This release will include:
87-
88-
- Alert compatibility with existing alerts for Defender for MySQL Single Servers.
89-
- Enablement of individual resources.
90-
- Enablement at the subscription level.
91-
92-
If you're already protecting your subscription with Defender for open-source relational databases, your flexible server resources are automatically enabled, protected, and billed.
93-
Specific billing notifications have been sent via email for affected subscriptions.
94-
95-
Learn more about [Microsoft Defender for open-source relational databases](defender-for-databases-introduction.md).
96-
9777
## Changes in where you access Compliance offerings and Microsoft Actions
9878

9979
**Announcement date: March 3, 2024**

0 commit comments

Comments
 (0)