Azure SQL Credentials
Description
General
- Documentation: https://learn.microsoft.com/en-us/azure/azure-sql/database/logins-create-manage
- Summary: Azure SQL Database is a Microsoft cloud relational database service.
This detector catches SQL authentication credentials assigned alongside
an Azure SQL host (
*.database.windows.net), including username, password, database name, and port used to connect to the database.
Revoke the secret
For the server administrator login, reset the password from the Azure portal
(SQL Server > Reset password) or via PowerShell (Set-AzSqlServer). For other
SQL logins, a database administrator can change or revoke access with T-SQL
(ALTER LOGIN, DROP LOGIN). See
Authorize server and database access.
Details for Azure SQL Assignment
-
Family: token
-
Category: data_storage
-
Company: Microsoft
-
High recall: False
-
Validity check available: True
-
Analyzer available: False
-
Revoker available: False
-
On-premise instances exist: False
-
Only valid secrets raise an alert: False
-
Occurrences found for one million commits: 9.34
-
Prefixed: False