mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2026-06-12 19:11:44 -07:00
@@ -53,7 +53,14 @@ Azure Storage Accounts are fundamental services in Microsoft Azure that provide
|
|||||||
|
|
||||||
### Storage endpoints
|
### Storage endpoints
|
||||||
|
|
||||||
<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>
|
| Storage Service | Endpoint |
|
||||||
|
| --- | --- |
|
||||||
|
| **Blob storage** | `https://<storage-account>.blob.core.windows.net` |
|
||||||
|
| **Blob storage container listing** | `https://<stg-acc>.blob.core.windows.net/<container-name>?restype=container&comp=list` |
|
||||||
|
| **Data Lake Storage** | `https://<storage-account>.dfs.core.windows.net` |
|
||||||
|
| **Azure Files** | `https://<storage-account>.file.core.windows.net` |
|
||||||
|
| **Queue storage** | `https://<storage-account>.queue.core.windows.net` |
|
||||||
|
| **Table storage** | `https://<storage-account>.table.core.windows.net` |
|
||||||
|
|
||||||
### Public Exposure
|
### Public Exposure
|
||||||
|
|
||||||
@@ -493,4 +500,3 @@ az-file-shares.md
|
|||||||
{{#include ../../../banners/hacktricks-training.md}}
|
{{#include ../../../banners/hacktricks-training.md}}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user