Blob Storage Challenge in the Neighborhood¶
Difficulty:
Objective¶
Task description
Help the Goose Grace near the pond find which Azure Storage account has been misconfigured to allow public blob access by analyzing the export file.
Grace
HONK!!! HONK!!!!
The Neighborhood HOA uses Azure storage accounts for various IT operations.
You've been asked to audit their storage security configuration to ensure no sensitive data is publicly accessible.
Recent security reports suggest some storage accounts {=might have public blob access enabled, creating potential data exposure risks.=}
Hints¶
Blob Storage Challenge in the Neighborhood
This terminal has built-in hints!
Solution¶
Solution
We need to execute the following commands:
{
"id": "/subscriptions/2b0942f3-9bca-484b-a508-abdae2db5e64/resourceGroups/theneighborhood-rg1/providers/Microsoft.Storage/storageAccounts/neighborhood2",
"kind": "StorageV2",
"location": "eastus2",
"name": "neighborhood2",
"properties": {
"accessTier": "Cool",
"allowBlobPublicAccess": true,
"encryption": {
"keySource": "Microsoft.Storage",
"services": {
"blob": {
"enabled": false
}
}
},
"minimumTlsVersion": "TLS1_0"
},
"resourceGroup": "theneighborhood-rg1",
"sku": {
"name": "Standard_GRS"
},
"tags": {
"owner": "Admin"
}
},
Images¶
Challenge terminal.
Response¶
Grace
HONK HONK HONK! 'No sensitive data publicly accessible' they claimed. Meanwhile, literally everything was public! Good save, security expert!