Skip to content

Commit 361183c

Browse files
authored
Merge pull request #321 from Iceman3900/patch-1
Update Azure SQL Server Network Access Details
2 parents 396c6dd + c34f847 commit 361183c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • src/pentesting-cloud/azure-security/az-services

src/pentesting-cloud/azure-security/az-services/az-sql.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Azure SQL consists of four main offerings:
2121
- Private endpoints.
2222
- It’s also possible to restrict connections based on domain names.
2323
- It’s also possible to allow Azure services to access it (like to use the Query editor in the portal or to allow an Azure VM to connect).
24+
- If an SQL Server has *Allow Azure services and resources to access this server* set to "Enabled", Azure will automatically create a hidden firewall rule that allows all network traffic originating from Azure to connect to the SQL Server — including resources from any tenant.
25+
- This means that if you obtain valid SQL credentials, you can connect to the victim Azure SQL Server from an Azure VM inside your own attacker‑controlled tenant. [The MS docs explains this](https://learn.microsoft.com/en-us/azure/azure-sql/database/network-access-controls-overview?view=azuresql#allow-azure-services)
2426

2527
**Authentication Methods:**
2628

0 commit comments

Comments
 (0)