Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 3.02 KB

threat-detection-configure.md

File metadata and controls

45 lines (34 loc) · 3.02 KB
title description services ms.service ms.subservice ms.custom ms.topic author ms.author ms.reviewer ms.date
Configure Advanced Threat Protection
Advanced Threat Protection detects anomalous database activities indicating potential security threats to the database in Azure SQL Database
sql-database
sql-database
security
seo-dt-2019, sqldbrb=1
how-to
rmatchoro
ronmat
vanto
12/01/2020

Configure Advanced Threat Protection for Azure SQL Database

[!INCLUDEappliesto-sqldb]

Advanced Threat Protection for Azure SQL Database detects anomalous activities indicating unusual and potentially harmful attempts to access or exploit databases. Advanced Threat Protection can identify Potential SQL injection, Access from unusual location or data center, Access from unfamiliar principal or potentially harmful application, and Brute force SQL credentials - see more details in Advanced Threat Protection alerts.

You can receive notifications about the detected threats via email notifications or Azure portal

Advanced Threat Protection is part of the Azure Defender for SQL offering, which is a unified package for advanced SQL security capabilities. Advanced Threat Protection can be accessed and managed via the central Azure Defender for SQL portal.

Set up Advanced Threat Protection in the Azure portal

  1. Sign into the Azure portal.

  2. Navigate to the configuration page of the server you want to protect. In the security settings, select Security Center.

  3. On the Azure Defender for SQL configuration page:

    • Enable Azure Defender for SQL on the server.
    • In Advanced Threat Protection Settings, provide the list of emails to receive security alerts upon detection of anomalous database activities in the Send alerts to text box.

    :::image type="content" source="media/azure-defender-for-sql/set-up-advanced-threat-protection.png" alt-text="set up advanced threat protection":::

Set up Advanced Threat Protection using PowerShell

For a script example, see Configure auditing and Advanced Threat Protection using PowerShell.

Next steps