diff --git a/src/pentesting-cloud/azure-security/az-services/az-storage.md b/src/pentesting-cloud/azure-security/az-services/az-storage.md index 82581615d..400fa55fd 100644 --- a/src/pentesting-cloud/azure-security/az-services/az-storage.md +++ b/src/pentesting-cloud/azure-security/az-services/az-storage.md @@ -53,7 +53,14 @@ Azure Storage Accounts are fundamental services in Microsoft Azure that provide ### Storage endpoints -
Storage ServiceEndpoint
Blob storagehttps://.blob.core.windows.net

https://.blob.core.windows.net/?restype=container&comp=list
Data Lake Storagehttps://.dfs.core.windows.net
Azure Fileshttps://.file.core.windows.net
Queue storagehttps://.queue.core.windows.net
Table storagehttps://.table.core.windows.net
+| Storage Service | Endpoint | +| --- | --- | +| **Blob storage** | `https://.blob.core.windows.net` | +| **Blob storage container listing** | `https://.blob.core.windows.net/?restype=container&comp=list` | +| **Data Lake Storage** | `https://.dfs.core.windows.net` | +| **Azure Files** | `https://.file.core.windows.net` | +| **Queue storage** | `https://.queue.core.windows.net` | +| **Table storage** | `https://.table.core.windows.net` | ### Public Exposure @@ -493,4 +500,3 @@ az-file-shares.md {{#include ../../../banners/hacktricks-training.md}} -