File tree Expand file tree Collapse file tree
src/pentesting-cloud/azure-security/az-services Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,7 +53,14 @@ Azure Storage Accounts are fundamental services in Microsoft Azure that provide
5353
5454### Storage endpoints
5555
56- <table data-header-hidden ><thead ><tr ><th width =" 197 " >Storage Service</th ><th >Endpoint</th ></tr ></thead ><tbody ><tr ><td ><strong >Blob storage</strong ></td ><td ><code >https://<storage-account >.blob.core.windows.net</code ><br ><br ><code >https://<stg-acc >.blob.core.windows.net/<container-name >?restype=container&comp=list</code ></td ></tr ><tr ><td ><strong >Data Lake Storage</strong ></td ><td ><code >https://<storage-account >.dfs.core.windows.net</code ></td ></tr ><tr ><td ><strong >Azure Files</strong ></td ><td ><code >https://<storage-account >.file.core.windows.net</code ></td ></tr ><tr ><td ><strong >Queue storage</strong ></td ><td ><code >https://<storage-account >.queue.core.windows.net</code ></td ></tr ><tr ><td ><strong >Table storage</strong ></td ><td ><code >https://<storage-account >.table.core.windows.net</code ></td ></tr ></tbody ></table >
56+ | Storage Service | Endpoint |
57+ | --- | --- |
58+ | ** Blob storage** | ` https://<storage-account>.blob.core.windows.net ` |
59+ | ** Blob storage container listing** | ` https://<stg-acc>.blob.core.windows.net/<container-name>?restype=container&comp=list ` |
60+ | ** Data Lake Storage** | ` https://<storage-account>.dfs.core.windows.net ` |
61+ | ** Azure Files** | ` https://<storage-account>.file.core.windows.net ` |
62+ | ** Queue storage** | ` https://<storage-account>.queue.core.windows.net ` |
63+ | ** Table storage** | ` https://<storage-account>.table.core.windows.net ` |
5764
5865### Public Exposure
5966
@@ -493,4 +500,3 @@ az-file-shares.md
493500{{#include ../../../banners/hacktricks-training.md}}
494501
495502
496-
You can’t perform that action at this time.
0 commit comments