Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions src/pentesting-cloud/azure-security/az-services/az-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,14 @@ Azure Storage Accounts are fundamental services in Microsoft Azure that provide

### 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

Expand Down Expand Up @@ -493,4 +500,3 @@ az-file-shares.md
{{#include ../../../banners/hacktricks-training.md}}